e88e55a9a9cbce9ee7eae8e2ca1cc5391cf36b48
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 4 | ||
Change Attribute Type ALLOWED_TYPES : Set<Token> to ALLOWED_TYPES : ImmutableSet<Token> in class com.google.javascript.jscomp.DefinitionsRemover.IncompleteDefinition | From | To | |
Change Attribute Type EXTERNS : List<SourceFile> to EXTERNS : ImmutableList<SourceFile> in class com.google.javascript.jscomp.BaseReplaceScriptTestCase | From | To | |
Change Attribute Type DEFAULT_EXTRA_NAMESPACES : Set<String> to DEFAULT_EXTRA_NAMESPACES : ImmutableSet<String> in class com.google.javascript.jscomp.CheckRequiresForConstructors | From | To | |
Change Attribute Type KNOWN_DEFINES : Set<String> to KNOWN_DEFINES : ImmutableSet<String> in class com.google.javascript.jscomp.ProcessDefines | From | To |