5a410f572aa843cedde89c73aaf78866f2a88b49
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public wideningPrimitiveConversion(type1 TypeMirror, type2 TypeMirror) : TypeMirror renamed to public inferConditionalExpressionType(trueType TypeMirror, falseType TypeMirror) : TypeMirror in class com.google.devtools.j2objc.util.TypeUtil | From | To | |
Extract Variable | 1 | ||
Extract Variable token : String in method public newLiteral(value Object, typeUtil TypeUtil) : Expression from class com.google.devtools.j2objc.ast.TreeUtil | From | To | |
Rename Parameter | 2 | ||
Rename Parameter type2 : TypeMirror to falseType : TypeMirror in method public inferConditionalExpressionType(trueType TypeMirror, falseType TypeMirror) : TypeMirror in class com.google.devtools.j2objc.util.TypeUtil | From | To | |
Rename Parameter type1 : TypeMirror to trueType : TypeMirror in method public inferConditionalExpressionType(trueType TypeMirror, falseType TypeMirror) : TypeMirror in class com.google.devtools.j2objc.util.TypeUtil | From | To |