5f16e55515d70e584f8a046155cb61db442981e1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public findGetterMethod(propertyName String, propertyType TypeMirror, declaringClass TypeElement) : ExecutableElement from class com.google.devtools.j2objc.gen.TypeDeclarationGenerator to public findGetterMethod(propertyName String, propertyType TypeMirror, declaringClass TypeElement) : ExecutableElement from class com.google.devtools.j2objc.util.ElementUtil | From | To | |
| Move Method public findSetterMethod(propertyName String, type TypeMirror, declaringClass TypeElement) : ExecutableElement from class com.google.devtools.j2objc.gen.TypeDeclarationGenerator to public findSetterMethod(propertyName String, type TypeMirror, declaringClass TypeElement) : ExecutableElement from class com.google.devtools.j2objc.util.ElementUtil | From | To | |
| Extract Variable | 1 | ||
| Extract Variable type : TypeMirror in method protected printStaticAccessors() : void from class com.google.devtools.j2objc.gen.TypeDeclarationGenerator | From | To |