a20575de3a4efae788927fcc61ec9f8aa5f5422e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type args : String[] to args : List<String> in method private checkWellFormed(sources Iterable<JavaFileObject>, args List<String>) : void in class com.google.errorprone.CompilationTestHelper | From | To | |
| Rename Variable | 1 | ||
| Rename Variable args : String[] to processedArgs : List<String> in method private compile() : Result in class com.google.errorprone.CompilationTestHelper | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type remainingArgs : String[] to remainingArgs : List<String> in method private checkWellFormed(sources Iterable<JavaFileObject>, args List<String>) : void in class com.google.errorprone.CompilationTestHelper | From | To | |
| Change Variable Type args : String[] to processedArgs : List<String> in method private compile() : Result in class com.google.errorprone.CompilationTestHelper | From | To | |
| Extract Variable | 1 | ||
| Extract Variable result : ImmutableList.Builder<String> in method private buildArguments(overrideClasspath List<Class<?>>, extraArgs List<String>) : List<String> from class com.google.errorprone.CompilationTestHelper | From | To |