455ee2ba9c638954e8af58320b7ecb52fd969b3d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method public areCompatibleScalarTypes(lhs JSType, rhs JSType) : boolean from class com.google.javascript.jscomp.newtypes.JSType to private areCompatibleScalarTypes(lhs JSType, rhs JSType) : boolean from class com.google.javascript.jscomp.NewTypeInference | From | To | |
| Parameterize Variable | 2 | ||
| Parameterize Variable rhsType : JSType to rhs : JSType in method private areCompatibleScalarTypes(lhs JSType, rhs JSType) : boolean in class com.google.javascript.jscomp.NewTypeInference | From | To | |
| Parameterize Variable lhsType : JSType to lhs : JSType in method private areCompatibleScalarTypes(lhs JSType, rhs JSType) : boolean in class com.google.javascript.jscomp.NewTypeInference | From | To | |
| Extract Method | 1 | ||
| Extract Method private areCompatibleScalarTypes(lhs JSType, rhs JSType) : boolean extracted from private analyzeLtGtFwd(expr Node, inEnv TypeEnv) : EnvTypePair in class com.google.javascript.jscomp.NewTypeInference | From | To |