|
Change Parameter Type plugins : List<Object> to plugins : List<Plugin> in method private assertPluginNotExists(plugins List<Plugin>, pluginName String) : void in class cucumber.runtime.RuntimeOptionsTest |
From |
To |
|
Change Parameter Type runtime : cucumber.runtime.Runtime to runtime : Runtime in method private printErrors(runtime Runtime) : void in class cucumber.runtime.DefaultSummaryPrinter |
From |
To |
|
Change Parameter Type plugins : List<Object> to plugins : List<Plugin> in method private pluginExists(plugins List<Plugin>, pluginName String) : boolean in class cucumber.runtime.RuntimeOptionsTest |
From |
To |
|
Change Parameter Type plugins : List<Object> to plugins : List<Plugin> in method private assertPluginExists(plugins List<Plugin>, pluginName String) : void in class cucumber.runtime.RuntimeOptionsTest |
From |
To |
|
Change Parameter Type runtime : cucumber.runtime.Runtime to runtime : Runtime in method private printStats(runtime Runtime) : void in class cucumber.runtime.DefaultSummaryPrinter |
From |
To |
|
Change Parameter Type runtime : cucumber.runtime.Runtime to runtime : Runtime in method private printSnippets(runtime Runtime) : void in class cucumber.runtime.DefaultSummaryPrinter |
From |
To |
|
Change Parameter Type plugin : Object to plugin : Formatter in method public addPlugin(plugin Formatter) : void in class cucumber.runtime.RuntimeOptions |
From |
To |
|
Change Parameter Type runtime : cucumber.runtime.Runtime to runtime : Runtime in method public print(runtime Runtime) : void in class cucumber.api.SummaryPrinter |
From |
To |
|
Change Parameter Type plugins : List<Object> to plugins : List<Plugin> in method private assertPluginExists(plugins List<Plugin>, pluginName String) : void in class cucumber.runtime.RuntimeOptionsFactoryTest |
From |
To |
|
Change Parameter Type runtime : cucumber.runtime.Runtime to runtime : Runtime in method public print(runtime Runtime) : void in class cucumber.runtime.DefaultSummaryPrinter |
From |
To |
|
Change Variable Type pluginClass : Class<T> to pluginClass : Class<? extends Plugin> in method private pluginClass(pluginName String) : Class<? extends Plugin> in class cucumber.runtime.formatter.PluginFactory |
From |
To |
|
Change Variable Type plugin : Object to plugin : Plugin in method public getPlugins() : List<Plugin> in class cucumber.runtime.RuntimeOptions |
From |
To |
|
Change Variable Type plugins : List<Object> to plugins : List<Plugin> in method public inherit_plugin_from_baseclass() : void in class cucumber.runtime.RuntimeOptionsFactoryTest |
From |
To |
|
Change Variable Type plugin : Object to plugin : Plugin in method private pluginExists(plugins List<Plugin>, pluginName String) : boolean in class cucumber.runtime.RuntimeOptionsTest |
From |
To |
|
Change Variable Type plugin : Object to plugin : Plugin in method private assertPluginExists(plugins List<Plugin>, pluginName String) : void in class cucumber.runtime.RuntimeOptionsFactoryTest |
From |
To |
|
Change Variable Type pluginClass : Class to pluginClass : Class<? extends Plugin> in method public create(pluginString String) : Plugin in class cucumber.runtime.formatter.PluginFactory |
From |
To |