4d327fbe1b55b6651bf7ed935073917994a1dd84
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public isNormalizeEolInComments() : boolean renamed to public isNormalizeEolInComment() : boolean in class com.github.javaparser.printer.PrettyPrinterConfiguration | From | To | |
| Rename Method public setNormalizeEolInComments(normalizeEolInComments boolean) : PrettyPrinterConfiguration renamed to public setNormalizeEolInComment(normalizeEolInComment boolean) : PrettyPrinterConfiguration in class com.github.javaparser.printer.PrettyPrinterConfiguration | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute normalizeEolInComments : boolean to normalizeEolInComment : boolean in class com.github.javaparser.printer.PrettyPrinterConfiguration | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter normalizeEolInComments : boolean to normalizeEolInComment : boolean in method public setNormalizeEolInComment(normalizeEolInComment boolean) : PrettyPrinterConfiguration in class com.github.javaparser.printer.PrettyPrinterConfiguration | From | To |