5b6e426450c7dc66ec7d204870d922594cb14cd6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable sideEffects : Expression to sideEffectsExpr : Expression in method private getSideEffects(expr Expression) : Statement in class com.google.devtools.j2objc.translate.ConstantBranchPruner | From | To | |
Change Variable Type | 2 | ||
Change Variable Type sideEffects : Expression to sideEffects : Statement in method public endVisit(node WhileStatement) : void in class com.google.devtools.j2objc.translate.ConstantBranchPruner | From | To | |
Change Variable Type sideEffects : Expression to sideEffects : Statement in method public endVisit(node IfStatement) : void in class com.google.devtools.j2objc.translate.ConstantBranchPruner | From | To | |
Extract Method | 2 | ||
Extract Method private getSideEffects(expr Expression) : Statement extracted from public endVisit(node IfStatement) : void in class com.google.devtools.j2objc.translate.ConstantBranchPruner | From | To | |
Extract Method private getSideEffects(expr Expression) : Statement extracted from public endVisit(node WhileStatement) : void in class com.google.devtools.j2objc.translate.ConstantBranchPruner | From | To |