cbfec15805e03a4e99219e2674189e818d2a00bc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type declarations : Iterable<BodyDeclaration> to declarations : Iterable<? extends BodyDeclaration> in method protected printDeclarations(declarations Iterable<? extends BodyDeclaration>) : void in class com.google.devtools.j2objc.gen.ObjectiveCSourceFileGenerator | From | To | |
Rename Variable | 2 | ||
Rename Variable allMethods : List<MethodDeclaration> to methods : List<MethodDeclaration> in method private printSortedDeclarations(allDeclarations List<BodyDeclaration>, title String, modifier int) : void in class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator | From | To | |
Rename Variable afterDeclarations : List<BodyDeclaration> to declarations : List<BodyDeclaration> in method private printSortedDeclarations(allDeclarations List<BodyDeclaration>, title String, modifier int) : void in class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator | From | To | |
Extract Method | 1 | ||
Extract Method private printSortedDeclarations(allDeclarations List<BodyDeclaration>, title String, modifier int) : void extracted from protected printInnerDeclarations(node AbstractTypeDeclaration) : void in class com.google.devtools.j2objc.gen.ObjectiveCHeaderGenerator | From | To |