ea184e66e2e2052c3f778e557c51a95b59561845
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type List<PickleStruct> to List<PickleEvent> in method public compile(cucumberFeatures List<CucumberFeature>, runtime Runtime) : List<PickleEvent> in class cucumber.runtime.android.FeatureCompiler | From | To | |
Change Variable Type | 2 | ||
Change Variable Type pickleEvent : PickleStruct to pickleEvent : PickleEvent in method public execute() : void in class cucumber.runtime.android.CucumberExecutor | From | To | |
Change Variable Type pickles : List<PickleStruct> to pickles : List<PickleEvent> in method public compile(cucumberFeatures List<CucumberFeature>, runtime Runtime) : List<PickleEvent> in class cucumber.runtime.android.FeatureCompiler | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pickleEvents : List<PickleStruct> to pickleEvents : List<PickleEvent> in class cucumber.runtime.android.CucumberExecutor | From | To |