c35ec0f4fdcc8374e081d8868c8cd7bc49e88e64
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 1 | ||
| Inline Method private isFloatingPoint(type ITypeBinding) : boolean inlined to private getOperatorAssignFunction(op Assignment.Operator, lhsType ITypeBinding, rhsType ITypeBinding) : String in class com.google.devtools.j2objc.translate.OperatorRewriter | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable type : ITypeBinding to funcReturnType : ITypeBinding in method private rewriteFloatToIntegralCast(castType ITypeBinding, expr Expression, funcName String, funcReturnType ITypeBinding) : Expression in class com.google.devtools.j2objc.translate.CastResolver | From | To | |
| Inline Variable | 1 | ||
| Inline Variable intType : ITypeBinding in method public endVisit(node CastExpression) : void from class com.google.devtools.j2objc.translate.CastResolver | From | To | |
| Extract Method | 3 | ||
| Extract Method private rewriteFloatToIntegralCast(castType ITypeBinding, expr Expression, funcName String, funcReturnType ITypeBinding) : Expression extracted from public endVisit(node CastExpression) : void in class com.google.devtools.j2objc.translate.CastResolver | From | To |