1c968e570bf2211eb87073ad2f4da1ece4e8f240
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Map<String,Annotation> to ImmutableMap<String,Annotation> in method private buildAnnotationNames(annotationWhitelist Set<String>) : ImmutableMap<String,Annotation> in class com.google.javascript.jscomp.parsing.Config | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type annotationNames : Map<String,Annotation> to annotationNames : ImmutableMap<String,Annotation> in class com.google.javascript.jscomp.parsing.Config | From | To | |
Change Attribute Type suppressionNames : Set<String> to suppressionNames : ImmutableSet<String> in class com.google.javascript.jscomp.parsing.Config | From | To |