21d48149ebb0413b754e4c56da4bc3278b579246
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method package markPropertyNameReferenced(propertyName String) : void moved from class com.google.javascript.jscomp.RemoveUnusedVars.VarInfo to class com.google.javascript.jscomp.RemoveUnusedVars & inlined to private markPropertyNameReferenced(propertyName String) : void | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute package namedPropertyRemovables : Multimap<String,Removable> renamed to private removablesForPropertyNames : Multimap<String,Removable> and moved from class com.google.javascript.jscomp.RemoveUnusedVars.VarInfo to class com.google.javascript.jscomp.RemoveUnusedVars | From | To | |
Inline Variable | 1 | ||
Inline Variable propertyName : String in method package addRemovable(removable Removable) : void from class com.google.javascript.jscomp.RemoveUnusedVars.VarInfo | From | To |