f270bfdcdc48a958af55cc4fd4179722f3a8c5d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 5 | ||
| Rename Method protected printDeclarations(iter Iterable<BodyDeclaration>) : void renamed to protected printInnerDeclarations(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator | From | To | |
| Rename Method protected printNormalMethod(m MethodDeclaration) : void renamed to private printMethodDefinition(m MethodDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator | From | To | |
| Rename Method protected printNormalMethodDeclaration(m MethodDeclaration) : void renamed to protected printMethodDeclaration(m MethodDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
| Rename Method protected printNativeDeclaration(declaration NativeDeclaration) : void renamed to private printNativeDefinition(declaration NativeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator | From | To | |
| Rename Method protected printFunction(function FunctionDeclaration) : void renamed to private printFunctionDefinition(function FunctionDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method protected printNativeDeclaration(declaration NativeDeclaration) : void from class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator to protected printNativeDeclaration(declaration NativeDeclaration) : void from class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type iter : Iterable<BodyDeclaration> to node : AbstractTypeDeclaration in method protected printInnerDeclarations(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator | From | To | |
| Inline Method | 2 | ||
| Inline Method private generateMethodBody(m MethodDeclaration) : String inlined to private printMethodDefinition(m MethodDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator | From | To | |
| Inline Method private printMethods(node TypeDeclaration) : void inlined to public generate(node TypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCImplementationGenerator | From | To | |
| Inline Variable | 1 | ||
| Inline Variable m : MethodDeclaration in method protected printDeclarations(iter Iterable<BodyDeclaration>) : void from class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method protected printInnerDeclarations(node AbstractTypeDeclaration) : void extracted from protected generate(node EnumDeclaration) : 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 printInnerDeclarations(node AbstractTypeDeclaration) : void extracted from public generate(node TypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator & moved to class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter iter : Iterable<BodyDeclaration> to node : AbstractTypeDeclaration in method protected printInnerDeclarations(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator | From | To |