1776c1563abe1fea4a03cd3485f21df3951aae02
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type match : String to messagePostcondition : Consumer<String> in method package Diagnostic(level CheckLevel, diagnostic DiagnosticType, messagePostcondition Consumer<String>) in class com.google.javascript.jscomp.CompilerTestCase.Diagnostic | From | To | |
Change Return Type | 4 | ||
Change Return Type WarningDiagnostic to Diagnostic in method protected warning(type DiagnosticType) : Diagnostic in class com.google.javascript.jscomp.CompilerTestCase | From | To | |
Change Return Type ErrorDiagnostic to Diagnostic in method protected error(type DiagnosticType, match String) : Diagnostic in class com.google.javascript.jscomp.CompilerTestCase | From | To | |
Change Return Type ErrorDiagnostic to Diagnostic in method protected error(type DiagnosticType) : Diagnostic in class com.google.javascript.jscomp.CompilerTestCase | From | To | |
Change Return Type WarningDiagnostic to Diagnostic in method protected warning(type DiagnosticType, match String) : Diagnostic in class com.google.javascript.jscomp.CompilerTestCase | From | To | |
Rename Attribute | 1 | ||
Rename Attribute match : String to messagePostcondition : Consumer<String> in class com.google.javascript.jscomp.CompilerTestCase.Diagnostic | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type match : String to messagePostcondition : Consumer<String> in class com.google.javascript.jscomp.CompilerTestCase.Diagnostic | From | To | |
Rename Parameter | 3 | ||
Rename Parameter warning : DiagnosticType to error : DiagnosticType in method protected testError(inputs List<SourceFile>, error DiagnosticType, description String) : void in class com.google.javascript.jscomp.CompilerTestCase | From | To | |
Rename Parameter warning : DiagnosticType to error : DiagnosticType in method protected testError(inputs List<SourceFile>, error DiagnosticType) : void in class com.google.javascript.jscomp.CompilerTestCase | From | To | |
Rename Parameter match : String to messagePostcondition : Consumer<String> in method package Diagnostic(level CheckLevel, diagnostic DiagnosticType, messagePostcondition Consumer<String>) in class com.google.javascript.jscomp.CompilerTestCase.Diagnostic | From | To |