9b383e05bb3b14318c5ec5794ba2df0952a30f8a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method private createFakeBlockComment(content String) : DetailAST from class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter to public createBlockCommentNode(content String) : DetailAST from class com.puppycrawl.tools.checkstyle.utils.CommonUtils | From | To | |
| Move Method | 3 | ||
| Move Method private createBlockCommentNode(token Token) : DetailAST from class com.puppycrawl.tools.checkstyle.TreeWalker to public createBlockCommentNode(token Token) : DetailAST from class com.puppycrawl.tools.checkstyle.utils.CommonUtils | From | To | |
| Move Method private countLinesColumns(text String, initialLinesCnt int, initialColumnsCnt int) : Entry<Integer,Integer> from class com.puppycrawl.tools.checkstyle.TreeWalker to private countLinesColumns(text String, initialLinesCnt int, initialColumnsCnt int) : Map.Entry<Integer,Integer> from class com.puppycrawl.tools.checkstyle.utils.CommonUtils | From | To | |
| Move Method public testCreationOfFakeCommentBlock() : void from class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinterTest to public testCreationOfFakeCommentBlock() : void from class com.puppycrawl.tools.checkstyle.utils.CommonUtilsTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Entry<Integer,Integer> to Map.Entry<Integer,Integer> in method private countLinesColumns(text String, initialLinesCnt int, initialColumnsCnt int) : Map.Entry<Integer,Integer> in class com.puppycrawl.tools.checkstyle.utils.CommonUtils | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private JAVADOC_START : String from class com.puppycrawl.tools.checkstyle.DetailNodeTreeStringPrinter to private JAVADOC_START : String from class com.puppycrawl.tools.checkstyle.utils.CommonUtils | From | To |