|
Move Method public findDefaultConstructorElement(type TypeElement, typeUtil TypeUtil) : ExecutableElement from class com.google.devtools.j2objc.util.TranslationUtil to private findDefaultConstructorElement(type TypeElement) : ExecutableElement from class com.google.devtools.j2objc.translate.InitializationNormalizer |
From |
To |
|
Move Method public isDesignatedConstructor(node MethodDeclaration) : boolean from class com.google.devtools.j2objc.util.TranslationUtil to public isDesignatedConstructor(node MethodDeclaration) : boolean from class com.google.devtools.j2objc.translate.InitializationNormalizer |
From |
To |
|
Move Method private addCaptureAssignments(constructor MethodDeclaration, type TypeElement) : void from class com.google.devtools.j2objc.translate.InnerClassExtractor to private addCaptureAssignments(constructor MethodDeclaration, type TypeElement) : void from class com.google.devtools.j2objc.translate.InitializationNormalizer |
From |
To |