af62675f681782a2b648e5fb2f2e1e137c996f4f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable removeMethod : MethodDeclaration to method : MethodDeclaration in method private getOrCreateMethod(nodeCoid ClassOrInterfaceDeclaration, newMethodSupplier Supplier<MethodDeclaration>, methodName String, parameterTypes String...) : MethodDeclaration in class com.github.javaparser.generator.core.node.RemoveMethodGenerator | From | To | |
Rename Variable removeMethods : List<MethodDeclaration> to methods : List<MethodDeclaration> in method private getOrCreateMethod(nodeCoid ClassOrInterfaceDeclaration, newMethodSupplier Supplier<MethodDeclaration>, methodName String, parameterTypes String...) : MethodDeclaration in class com.github.javaparser.generator.core.node.RemoveMethodGenerator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter methodParameterTypes : String... to parameterTypes : String... in method private getOrCreateMethod(nodeCoid ClassOrInterfaceDeclaration, newMethodSupplier Supplier<MethodDeclaration>, methodName String, parameterTypes String...) : MethodDeclaration in class com.github.javaparser.generator.core.node.RemoveMethodGenerator | From | To |