866daeeb2ad31e6a5a78235aa46819d9f966ee1c
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private foo() : void renamed to private foo2() : void in class com.puppycrawl.tools.checkstyle.checks.indentation.InputCommentsIndentationSurroundingCode | From | To | |
Rename Method public testTokens() : void renamed to public testCheckOnlySingleLineComments() : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheckTest | From | To | |
Rename Method public testNpe() : void renamed to public testNoNpeWhenBlockCommentEndsClassFile() : void in class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheckTest | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method private check() : void from class com.puppycrawl.tools.checkstyle.checks.indentation.InputCommentsIndentationSurroundingCode to private foo4() : void from class com.puppycrawl.tools.checkstyle.checks.indentation.InputCommentsIndentationInEmptyBlock | From | To | |
Move And Rename Method private foo32() : void from class com.puppycrawl.tools.checkstyle.checks.indentation.InputCommentsIndentationSurroundingCode to private foo1() : void from class com.puppycrawl.tools.checkstyle.checks.indentation.InputCommentsIndentationInSwitchBlock | From | To | |
Rename Class | 1 | ||
Rename Class com.puppycrawl.tools.checkstyle.checks.indentation.InputCommentsIndentationNpe renamed to com.puppycrawl.tools.checkstyle.checks.indentation.InputCommentsIndentationNoNpe | From | To | |
Extract Variable | 3 | ||
Extract Variable testInputFile : String in method public testCheckOnlySingleLineComments() : void from class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheckTest | From | To | |
Extract Variable testInputFile : String in method public testNoNpeWhenBlockCommentEndsClassFile() : void from class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheckTest | From | To | |
Extract Variable testInputFile : String in method public testSurroundingCode() : void from class com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheckTest | From | To |