004e19236049b2e3340685406cc815ad706a963d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getLambdaTypeString(constantPool ConstantPool) : String renamed to private getMemberReference(constantPool ConstantPool) : String[] in class cucumber.runtime.java8.ConstantPoolTypeIntrospector | From | To | |
| Rename Variable | 1 | ||
| Rename Variable typeParameterCount : int to parameterCount : int in method public getGenericTypes(clazz Class<? extends StepdefBody>, interfac3 Class<? extends StepdefBody>) : Type[] in class cucumber.runtime.java8.ConstantPoolTypeIntrospector | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to String[] in method private getMemberReference(constantPool ConstantPool) : String[] in class cucumber.runtime.java8.ConstantPoolTypeIntrospector | From | To | |
| Extract Method | 1 | ||
| Extract Method private handleLambda(argumentTypes Type[], typeParameterCount int) : Type[] extracted from public getGenericTypes(clazz Class<? extends StepdefBody>, interfac3 Class<? extends StepdefBody>) : Type[] in class cucumber.runtime.java8.ConstantPoolTypeIntrospector | From | To |