95899a4dc7cfd37b0b83f8e668c3b047d4bea49d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private printFinalFunctionDecls(types List<AbstractTypeDeclaration>) : void renamed to private printPrivateDeclarations(types List<AbstractTypeDeclaration>) : void in class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator | From | To | |
Pull Up Method | 2 | ||
Pull Up Method private printConstantDefines(node AbstractTypeDeclaration) : void from class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator to protected printConstantDefines(node AbstractTypeDeclaration) : void from class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Pull Up Method protected shouldPrintDeclaration(decl BodyDeclaration) : boolean from class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator to protected shouldPrintDeclaration(decl BodyDeclaration) : boolean from class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Extract Method | 1 | ||
Extract Method protected getStaticFields(node AbstractTypeDeclaration) : Iterable<FieldDeclaration> extracted from protected getStaticFieldsNeedingAccessors(node AbstractTypeDeclaration) : Iterable<VariableDeclarationFragment> in class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected getInnerDeclarations(node AbstractTypeDeclaration) : Iterable<BodyDeclaration> extracted from protected printInnerDeclarations(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator & moved to class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Extract And Move Method protected getInnerDeclarations(node AbstractTypeDeclaration) : Iterable<BodyDeclaration> extracted from private printClassExtension(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator & moved to class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To |