429df8011af890baa6fbf94c3c91cc4a8ab8cad8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testSame(js String) : void renamed to public test(externs List<SourceFile>, js String, expected String, error DiagnosticType, warning DiagnosticType, description String) : void in class com.google.javascript.jscomp.TypeICompilerTestCase | From | To | |
Change Variable Type | 2 | ||
Change Variable Type returnType : JSType to returnType : TypeI in method private isReturnTypeNullable(n Node) : boolean in class com.google.javascript.jscomp.lint.CheckNullableReturn | From | To | |
Change Variable Type functionType : FunctionType to functionType : FunctionTypeI in method private isReturnTypeNullable(n Node) : boolean in class com.google.javascript.jscomp.lint.CheckNullableReturn | From | To |