afc25812e0a06f671ebfa2808d3a91e06a66a138
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private setEventBusFormatterPlugins(plugin Object) : void renamed to private setEventBusOnEventListenerPlugins(plugin Object) : void in class cucumber.runtime.RuntimeOptions | From | To | |
Rename Method public Stats(monochrome boolean, locale Locale) renamed to public setMonochrome(monochrome boolean) : void in class cucumber.runtime.Stats | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type runtime : Runtime to stats : Stats in method public AndroidLogcatReporter(stats Stats, undefinedStepsTracker UndefinedStepsTracker, logTag String) in class cucumber.runtime.formatter.AndroidLogcatReporter | From | To | |
Change Parameter Type runtime : Runtime to undefinedStepsTracker : UndefinedStepsTracker in method public AndroidInstrumentationReporter(undefinedStepsTracker UndefinedStepsTracker, instrumentation Instrumentation) in class cucumber.runtime.formatter.AndroidInstrumentationReporter | From | To | |
Change Parameter Type plugin : Formatter to plugin : Plugin in method public addPlugin(plugin Plugin) : void in class cucumber.runtime.RuntimeOptions | From | To | |
Inline Method | 1 | ||
Inline Method private isStrict(isStrict boolean) : boolean inlined to public should_print_failed_ambiguous_pending_undefined_scenarios_if_strict() : void in class cucumber.runtime.StatsTest | From | To | |
Move Attribute | 6 | ||
Move Attribute package stats : Stats from class cucumber.runtime.Runtime to private stats : Stats from class cucumber.runtime.formatter.AndroidLogcatReporter | From | To | |
Move Attribute private undefinedStepsTracker : UndefinedStepsTracker from class cucumber.runtime.Runtime to private undefinedStepsTracker : UndefinedStepsTracker from class cucumber.runtime.formatter.AndroidInstrumentationReporter | From | To | |
Move Attribute private ERRORS : byte from class cucumber.runtime.Stats to private ERRORS : byte from class cucumber.runtime.ExitStatus | From | To | |
Move Attribute private undefinedStepsTracker : UndefinedStepsTracker from class cucumber.runtime.Runtime to private undefinedStepsTracker : UndefinedStepsTracker from class cucumber.runtime.formatter.AndroidLogcatReporter | From | To | |
Move Attribute private undefinedStepsTracker : UndefinedStepsTracker from class cucumber.runtime.Runtime to private undefinedStepsTracker : UndefinedStepsTracker from class cucumber.runtime.DefaultSummaryPrinter | From | To | |
Move Attribute package stats : Stats from class cucumber.runtime.Runtime to private stats : Stats from class cucumber.runtime.DefaultSummaryPrinter | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute isStrict : boolean to strict : boolean in method private printNonZeroResultScenarios(out PrintStream) : void in class cucumber.runtime.Stats | From | To | |
Rename Attribute | 3 | ||
Rename Attribute runtime : Runtime to stats : Stats in class cucumber.runtime.formatter.AndroidLogcatReporter | From | To | |
Rename Attribute runtime : Runtime to undefinedStepsTracker : UndefinedStepsTracker in class cucumber.runtime.formatter.AndroidInstrumentationReporter | From | To | |
Rename Attribute stats : Stats to exitStatus : ExitStatus in class cucumber.runtime.Runtime | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type runtime : Runtime to stats : Stats in class cucumber.runtime.formatter.AndroidLogcatReporter | From | To | |
Change Attribute Type runtime : Runtime to runtime : UndefinedStepsTracker in class cucumber.runtime.formatter.AndroidInstrumentationReporterTest | From | To | |
Change Attribute Type runtime : Runtime to undefinedStepsTracker : UndefinedStepsTracker in class cucumber.runtime.formatter.AndroidInstrumentationReporter | From | To | |
Change Attribute Type stats : Stats to exitStatus : ExitStatus in class cucumber.runtime.Runtime | From | To | |
Extract And Move Method | 1 | ||
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.DefaultSummaryPrinter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter runtime : Runtime to stats : Stats in method public AndroidLogcatReporter(stats Stats, undefinedStepsTracker UndefinedStepsTracker, logTag String) in class cucumber.runtime.formatter.AndroidLogcatReporter | From | To | |
Rename Parameter runtime : Runtime to undefinedStepsTracker : UndefinedStepsTracker in method public AndroidInstrumentationReporter(undefinedStepsTracker UndefinedStepsTracker, instrumentation Instrumentation) in class cucumber.runtime.formatter.AndroidInstrumentationReporter | From | To |