19cf690b5a27798774aaf33c4c2af0d9072873fc
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type exampleDirBase : File to exampleDirBase : Path in method public BugPatternFileGenerator(bugpatternDir Path, exampleDirBase Path, explanationDir Path, generateFrontMatter boolean, usePygments boolean) in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Change Variable Type | 3 | ||
Change Variable Type exampleDir : File to exampleDir : Path in method public processLine(line String) : boolean in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Change Variable Type example : File to example : Path in method public processLine(line String) : boolean in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Change Variable Type bugpatternDir : File to bugpatternDir : Path in method public main(args String[]) : void in class com.google.errorprone.DocGenTool | From | To | |
Extract Method | 2 | ||
Extract Method private usage(err String) : void extracted from public main(args String[]) : void in class com.google.errorprone.DocGenTool | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type exampleDirBase : File to exampleDirBase : Path in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Change Attribute Type outputDir : File to outputDir : Path in class com.google.errorprone.BugPatternFileGenerator | From | To | |
Change Attribute Type wikiDir : File to wikiDir : Path in class com.google.errorprone.BugPatternFileGeneratorTest | From | To | |
Change Attribute Type exampleDir : File to exampleDir : Path in class com.google.errorprone.BugPatternFileGeneratorTest | From | To | |
Change Attribute Type exampleDirBase : File to exampleDirBase : Path in class com.google.errorprone.BugPatternFileGeneratorTest | From | To |