86585d3f0d0ec0605c462919e3f5d2c29aa55e31
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From junit:junit-dep 4.11 To 4.10 | |
From junit:junit-dep 4.10 To 4.11 | |
From com.google.auto.value:auto-value 1.0 To 1.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable example : Path to positiveExample : ExampleInfo in method public processLine(line String) : boolean in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Rename Variable examples : List<Path> to examplePaths : List<Path> in method public processLine(line String) : boolean in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute examples : String to examplesDir : String in class com.google.errorprone.DocGenTool.Options | From | To | |
Change Variable Type | 2 | ||
Change Variable Type example : Path to positiveExample : ExampleInfo in method public processLine(line String) : boolean in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Change Variable Type filter : ExampleFilter to filter : Filter<Path> in method public processLine(line String) : boolean in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Extract Method | 2 | ||
Extract Method private writeExample(example ExampleInfo, writer Writer) : void extracted from public processLine(line String) : boolean in class com.google.errorprone.BugPatternFileGenerator | From | To |