94ae6cf3617272180f76b1ed98851613d6be02b8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private path(path String) : String renamed to private uri(path String) : String in class cucumber.runtime.UndefinedStepsTrackerTest | From | To | |
Rename Method private testStep(line int) : TestStep renamed to private locations(line int) : List<PickleLocation> in class cucumber.runtime.UndefinedStepsTrackerTest | From | To | |
Rename Method private testStep() : TestStep renamed to private locations() : List<PickleLocation> in class cucumber.runtime.UndefinedStepsTrackerTest | From | To | |
Change Return Type | 2 | ||
Change Return Type TestStep to List<PickleLocation> in method private locations() : List<PickleLocation> in class cucumber.runtime.UndefinedStepsTrackerTest | From | To | |
Change Return Type TestStep to List<PickleLocation> in method private locations(line int) : List<PickleLocation> in class cucumber.runtime.UndefinedStepsTrackerTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private snippets : List<String> from class cucumber.api.Result to public snippets : List<String> from class cucumber.api.event.SnippetsSuggestedEvent | From | To | |
Rename Attribute | 1 | ||
Rename Attribute testCaseStartedHandler : EventHandler<TestCaseStarted> to snippetsSuggestedHandler : EventHandler<SnippetsSuggestedEvent> in class cucumber.runtime.UndefinedStepsTracker | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type testCaseStartedHandler : EventHandler<TestCaseStarted> to snippetsSuggestedHandler : EventHandler<SnippetsSuggestedEvent> in class cucumber.runtime.UndefinedStepsTracker | From | To |