5f66e8b1c64aef3dc289767943e3a547744b0e73
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected getInnerDeclarations(node AbstractTypeDeclaration) : Iterable<BodyDeclaration> renamed to protected getStaticFieldsNeedingInitialization(node AbstractTypeDeclaration) : Iterable<VariableDeclarationFragment> in class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Push Down Method | 2 | ||
Push Down Method protected shouldPrintDeclaration(decl BodyDeclaration) : boolean from class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator to protected shouldPrintDeclaration(decl BodyDeclaration) : boolean from class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator | From | To | |
Push Down Method protected printConstantDefines(node AbstractTypeDeclaration) : void from class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator to private printConstantDefines(node AbstractTypeDeclaration) : void from class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator | From | To | |
Move And Inline Method | 2 | ||
Move And Inline Method protected getOuterDefinitions(node AbstractTypeDeclaration) : Iterable<BodyDeclaration> moved from class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator to class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator & inlined to private printOuterDefinitions(node AbstractTypeDeclaration) : void | From | To | |
Move And Inline Method protected getInnerDefinitions(node AbstractTypeDeclaration) : Iterable<BodyDeclaration> moved from class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator to class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator & inlined to private printInnerDefinitions(node AbstractTypeDeclaration) : void | From | To | |
Inline Method | 3 | ||
Inline Method protected getStaticFields(node AbstractTypeDeclaration) : Iterable<FieldDeclaration> inlined to protected getStaticFieldsNeedingAccessors(node AbstractTypeDeclaration) : Iterable<VariableDeclarationFragment> in class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Inline Method protected getOuterDeclarations(node AbstractTypeDeclaration) : Iterable<BodyDeclaration> inlined to protected printOuterDeclarations(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterable<BodyDeclaration> to Iterable<VariableDeclarationFragment> in method protected getStaticFieldsNeedingInitialization(node AbstractTypeDeclaration) : Iterable<VariableDeclarationFragment> in class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To |