1e059685baed1e4fd18d3c0dbfb15fc096e9cf54
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute doNotConsiderAnnotationsAsNodeStartForCodeAttribution : boolean to ignoreAnnotationsWhenAttributingComments : boolean in class com.github.javaparser.ParserConfiguration | From | To | |
Extract Method | 2 | ||
Extract Method public setIgnoreAnnotationsWhenAttributingComments(ignoreAnnotationsWhenAttributingComments boolean) : ParserConfiguration extracted from public setDoNotConsiderAnnotationsAsNodeStartForCodeAttribution(doNotConsiderAnnotationsAsNodeStartForCodeAttribution boolean) : ParserConfiguration in class com.github.javaparser.ParserConfiguration | From | To | |
Extract Method public isIgnoreAnnotationsWhenAttributingComments() : boolean extracted from public isDoNotConsiderAnnotationsAsNodeStartForCodeAttribution() : boolean in class com.github.javaparser.ParserConfiguration | From | To | |
Rename Parameter | 1 | ||
Rename Parameter doNotConsiderAnnotationsAsNodeStartForCodeAttribution : boolean to ignoreAnnotationsWhenAttributingComments : boolean in method public setIgnoreAnnotationsWhenAttributingComments(ignoreAnnotationsWhenAttributingComments boolean) : ParserConfiguration in class com.github.javaparser.ParserConfiguration | From | To |