99875aebf2121d43ac72ec83dc899b2dd0b38cd2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public isFalsy() : boolean renamed to public isFalseOrFalsy() : boolean in class com.google.javascript.jscomp.newtypes.JSType | From | To | |
Rename Method public isTruthy() : boolean renamed to public isTrueOrTruthy() : boolean in class com.google.javascript.jscomp.newtypes.JSType | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable shortCircuitPair : EnvTypePair to lhsPair : EnvTypePair in method private combineLhsAndRhsForLogicalOps(logicalOp int, lhsUnspecializedType JSType, lhsPair EnvTypePair, rhsPair EnvTypePair) : EnvTypePair in class com.google.javascript.jscomp.NewTypeInference | From | To | |
Extract Method | 1 | ||
Extract Method private combineLhsAndRhsForLogicalOps(logicalOp int, lhsUnspecializedType JSType, lhsPair EnvTypePair, rhsPair EnvTypePair) : EnvTypePair extracted from private analyzeLogicalOpFwd(expr Node, inEnv TypeEnv, requiredType JSType, specializedType JSType) : EnvTypePair in class com.google.javascript.jscomp.NewTypeInference | From | To |