f9548bbebd63e76a7ed6b4fe6767641c27c45702
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 4 | ||
| Rename Variable rhs : Expression to type : ITypeBinding in method private rewriteRegularAssignment(node Assignment) : void in class com.google.devtools.j2objc.translate.OperatorRewriter | From | To | |
| Rename Variable typeWithSpace : String to declType : String in method private printStaticFieldFullDeclaration(fragment VariableDeclarationFragment) : void in class com.google.devtools.j2objc.gen.TypeDeclarationGenerator | From | To | |
| Rename Variable fields : List<IVariableBinding> to adjustments : List<Statement> in method public endVisit(node TypeDeclaration) : void in class com.google.devtools.j2objc.translate.JavaCloneWriter | From | To | |
| Rename Variable idType : ITypeBinding to voidType : ITypeBinding in method private createRelease(var IVariableBinding) : Statement in class com.google.devtools.j2objc.translate.DestructorGenerator | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type fields : List<IVariableBinding> to adjustments : List<Statement> in method public endVisit(node TypeDeclaration) : void in class com.google.devtools.j2objc.translate.JavaCloneWriter | From | To | |
| Change Variable Type rhs : Expression to type : ITypeBinding in method private rewriteRegularAssignment(node Assignment) : void in class com.google.devtools.j2objc.translate.OperatorRewriter | From | To | |
| Extract Variable | 3 | ||
| Extract Variable modifier : String in method public getOperatorFunctionModifier(expr Expression) : String from class com.google.devtools.j2objc.util.TranslationUtil | From | To | |
| Extract Variable type : ITypeBinding in method protected printStaticAccessors() : void from class com.google.devtools.j2objc.gen.TypeImplementationGenerator | From | To | |
| Extract Variable arg : Expression in method private createRelease(var IVariableBinding) : Statement from class com.google.devtools.j2objc.translate.DestructorGenerator | From | To | |
| Inline Variable | 2 | ||
| Inline Variable op : Assignment.Operator in method public endVisit(node Assignment) : void from class com.google.devtools.j2objc.translate.OperatorRewriter | From | To | |
| Inline Variable rhs : Expression in method public endVisit(node Assignment) : void from class com.google.devtools.j2objc.translate.OperatorRewriter | From | To | |
| Extract Method | 2 | ||
| Extract Method private createRelease(var IVariableBinding) : Statement extracted from private createReleaseStatements(node TypeDeclaration) : List<Statement> in class com.google.devtools.j2objc.translate.DestructorGenerator | From | To | |
| Extract Method private rewriteCompoundAssign(node Assignment) : void extracted from public endVisit(node Assignment) : void in class com.google.devtools.j2objc.translate.OperatorRewriter | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method protected getDeclarationType(var IVariableBinding) : String extracted from protected printInstanceVariables() : void in class com.google.devtools.j2objc.gen.TypeDeclarationGenerator & moved to class com.google.devtools.j2objc.gen.TypeGenerator | From | To |