26782fb55c2c589d7272d8d1cf9c91e673b18284
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private hasParamWithNumberObjectLit(fnNode Node) : boolean renamed to private hasParamWithInvalidPropertyNameIdentifier(fnNode Node) : boolean in class com.google.javascript.jscomp.InlineFunctions | From | To | |
Rename Variable | 1 | ||
Rename Variable hasParamWithNumberObjectLitPredicate : Predicate<Node> to hasParamWithInvalidPropertyNameIdentifierPredicate : Predicate<Node> in method private hasParamWithInvalidPropertyNameIdentifier(fnNode Node) : boolean in class com.google.javascript.jscomp.InlineFunctions | From | To |