d8559dccdb4a3c13173b7a82387c84a2ce0df4aa
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 10 | ||
Rename Method public non_strict_with_failed_junit_assumption_from_junit_412_on() : void renamed to public strict_with_skipped_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public non_strict_with_errors() : void renamed to public non_strict_with_failed_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public non_strict_with_undefined_steps() : void renamed to public non_strict_with_undefined_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public strict_with_undefined_steps() : void renamed to public strict_with_undefined_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public strict_with_pending_steps_and_no_errors() : void renamed to public strict_with_pending_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public strict_without_pending_steps_or_errors() : void renamed to public strict_with_passed_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public non_strict_with_pending_steps() : void renamed to public non_strict_with_pending_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public non_strict_with_failed_junit_assumption_prior_to_junit_412() : void renamed to public non_strict_with_skipped_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public strict_with_errors() : void renamed to public strict_with_failed_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Rename Method public non_strict_without_pending_steps_or_errors() : void renamed to public non_strict_with_passed_scenarios() : void in class cucumber.runtime.RuntimeTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type result : Result to resultStatus : Result.Type in method package addStep(resultStatus Result.Type) : void in class cucumber.runtime.Stats | From | To | |
Move Method | 1 | ||
Move Method public addError(error Throwable) : void from class cucumber.runtime.Runtime to private addError(error Throwable) : void from class cucumber.runtime.Stats | From | To | |
Move Attribute | 4 | ||
Move Attribute private errors : List<Throwable> from class cucumber.runtime.Runtime to private errors : List<Throwable> from class cucumber.runtime.Stats | From | To | |
Move Attribute private ERRORS : byte from class cucumber.runtime.Runtime to private ERRORS : byte from class cucumber.runtime.Stats | From | To | |
Move Attribute private stepFinishedHandler : EventHandler<TestStepFinished> from class cucumber.runtime.Runtime to private stepFinishedHandler : EventHandler<TestStepFinished> from class cucumber.runtime.Stats | From | To | |
Move Attribute private testCaseFinishedHandler : EventHandler<TestCaseFinished> from class cucumber.runtime.Runtime to private testCaseFinishedHandler : EventHandler<TestCaseFinished> from class cucumber.runtime.Stats | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method public exitStatus(isStrict boolean) : byte extracted from public exitStatus() : byte in class cucumber.runtime.Runtime & moved to class cucumber.runtime.Stats | From | To | |
Extract And Move Method public setEventPublisher(publisher EventPublisher) : void extracted from public Runtime(resourceLoader ResourceLoader, classLoader ClassLoader, backends Collection<? extends Backend>, runtimeOptions RuntimeOptions, stopWatch TimeService, optionalGlue Glue) in class cucumber.runtime.Runtime & moved to class cucumber.runtime.Stats | From | To | |
Extract And Move Method public getErrors() : List<Throwable> extracted from public getErrors() : List<Throwable> in class cucumber.runtime.Runtime & moved to class cucumber.runtime.Stats | From | To | |
Rename Parameter | 1 | ||
Rename Parameter result : Result to resultStatus : Result.Type in method package addStep(resultStatus Result.Type) : void in class cucumber.runtime.Stats | From | To |