d6b015d13407e0a8e011236252ce33216357301b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private createSources(name String, sources List<String>) : List<SourceFile> extracted from private createSources(name String, sources String...) : List<SourceFile> in class com.google.javascript.jscomp.CompilerTestCase | From | To | |
Extract Method protected test(modules JSModule[], expected String[], diagnostic Diagnostic) : void extracted from protected testSame(modules JSModule[], warning DiagnosticType) : void in class com.google.javascript.jscomp.CompilerTestCase | From | To | |
Extract Method protected expected(modules JSModule[]) : Expected extracted from protected testSame(modules JSModule[], warning DiagnosticType) : void in class com.google.javascript.jscomp.CompilerTestCase | From | To |