9456ef2df0584ac477382b48b7f33100b981895b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method package getParameterDeclaration_forMethodParameterWithGenericType() : void renamed to package getParam_forMethodParameterWithGenericType() : void in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Rename Method private findMethodWithNAme(classDecl JavassistClassDeclaration, name String) : ResolvedMethodDeclaration renamed to private findMethodWithName(classDecl JavassistClassDeclaration, name String) : JavassistMethodDeclaration in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Rename Method package getParameterDeclaration_forMethodParameterWithRawType() : void renamed to package getParam_forMethodParameterWithRawType() : void in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Rename Variable | 4 | ||
Rename Variable rawParam : ResolvedParameterDeclaration to param : ResolvedParameterDeclaration in method package getParam_forMethodParameterWithRawType() : void in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Rename Variable methodWithRawParameter : ResolvedMethodDeclaration to method : JavassistMethodDeclaration in method package getParam_forMethodParameterWithGenericType() : void in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Rename Variable methodWithRawParameter : ResolvedMethodDeclaration to method : JavassistMethodDeclaration in method package getParam_forMethodParameterWithRawType() : void in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Rename Variable genericParam : ResolvedParameterDeclaration to param : ResolvedParameterDeclaration in method package getParam_forMethodParameterWithGenericType() : void in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Change Return Type | 1 | ||
Change Return Type ResolvedMethodDeclaration to JavassistMethodDeclaration in method private findMethodWithName(classDecl JavassistClassDeclaration, name String) : JavassistMethodDeclaration in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type methodWithRawParameter : ResolvedMethodDeclaration to method : JavassistMethodDeclaration in method package getParam_forMethodParameterWithGenericType() : void in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To | |
Change Variable Type methodWithRawParameter : ResolvedMethodDeclaration to method : JavassistMethodDeclaration in method package getParam_forMethodParameterWithRawType() : void in class com.github.javaparser.symbolsolver.javassistmodel.JavassistMethodDeclarationTest | From | To |