bd0c0accd4a60c3432434ec9fc09e839171d5187
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable java8StepDefinition : Java8StepDefinition to def : Java8StepDefinition in method public should_calculate_parameters_count_from_body_with_two_params() : void in class cucumber.runtime.java8.test.Java8StepDefinitionTest | From | To | |
Rename Variable java8StepDefinition : Java8StepDefinition to def : Java8StepDefinition in method public should_calculate_parameters_count_from_body_with_one_param() : void in class cucumber.runtime.java8.test.Java8StepDefinitionTest | From | To | |
Move Class | 1 | ||
Move Class cucumber.runtime.java.Java8StepDefinitionTest moved to cucumber.runtime.java8.test.Java8StepDefinitionTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type acceptMethods : ArrayList<Method> to acceptMethods : List<Method> in method private getAcceptMethod(bodyClass Class<? extends StepdefBody>) : Method in class cucumber.runtime.java.Java8StepDefinition | From | To | |
Extract Method | 1 | ||
Extract Method private getAcceptMethod(bodyClass Class<? extends StepdefBody>) : Method extracted from public Java8StepDefinition(pattern Pattern, timeoutMillis long, body StepdefBody, typeIntrospector TypeIntrospector) in class cucumber.runtime.java.Java8StepDefinition | From | To |