f933475f2888f9b1bbcc557a3c6f86048ce609ef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method protected printStaticField(var IVariableBinding) : void from class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator to private printStaticFieldDeclaration(var IVariableBinding) : void from class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Change Return Type | 1 | ||
Change Return Type Iterable<IVariableBinding> to Iterable<VariableDeclarationFragment> in method protected getStaticFieldsNeedingAccessors(node AbstractTypeDeclaration) : Iterable<VariableDeclarationFragment> in class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Extract Method | 1 | ||
Extract Method public asFragments(fieldDecls Iterable<FieldDeclaration>) : Iterable<VariableDeclarationFragment> extracted from public getAllFields(node AbstractTypeDeclaration) : Iterable<VariableDeclarationFragment> in class com.google.devtools.j2objc.ast.TreeUtil | From | To |