a9777e2fd3b66e5aa043a3253fa8cbe06847dc10
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private replaceTrailingWhitespace(contents String) : String from class com.google.javascript.refactoring.testing.RefasterJsTestUtils to private replaceTrailingWhitespace(contents String) : String from class com.google.javascript.refactoring.testing.RefasterJsTestUtils.IgnoringWhitespaceCorrespondence | From | To | |
Rename Attribute | 1 | ||
Rename Attribute matchedTemplate : RefasterJsTemplate to matchedTemplates : ImmutableList<RefasterJsTemplate> in class com.google.javascript.refactoring.RefasterJsScanner | From | To | |
Change Variable Type | 2 | ||
Change Variable Type afterTemplates : Map<String,Node> to afterTemplates : Map<String,SortedMap<Integer,Node>> in method package initialize(compiler AbstractCompiler) : void in class com.google.javascript.refactoring.RefasterJsScanner | From | To | |
Change Variable Type beforeTemplates : Map<String,Node> to beforeTemplates : LinkedHashMap<String,Node> in method package initialize(compiler AbstractCompiler) : void in class com.google.javascript.refactoring.RefasterJsScanner | From | To | |
Extract Variable | 1 | ||
Extract Variable defaultFix : SuggestedFix.Builder in method public processMatch(match Match) : ImmutableList<SuggestedFix> from class com.google.javascript.refactoring.RefasterJsScanner | From | To | |
Extract Method | 1 | ||
Extract Method private getGoogRequiresFromNode(pattern Pattern, beforeTemplate Node) : ImmutableList<String> extracted from private getGoogRequiresFromPattern(pattern Pattern) : ImmutableList<String> in class com.google.javascript.refactoring.RefasterJsScanner.RefasterJsTemplate | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type matchedTemplate : RefasterJsTemplate to matchedTemplates : ImmutableList<RefasterJsTemplate> in class com.google.javascript.refactoring.RefasterJsScanner | From | To | |
Change Attribute Type templates : ImmutableList<RefasterJsTemplate> to templates : LinkedHashMap<JsSourceMatcher,ImmutableList<RefasterJsTemplate>> in class com.google.javascript.refactoring.RefasterJsScanner | From | To |