87a3357169fa8e91ebfae23b4dcccad60943abd7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public setTabWidth(tabWidth int) : void from class com.puppycrawl.tools.checkstyle.TreeWalker to public setTabWidth(tabWidth int) : void from class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck | From | To | |
Move Method | 1 | ||
Move Method public setTabWidth(tabWidth int) : void from class com.puppycrawl.tools.checkstyle.TreeWalker to public setTabWidth(tabWidth int) : void from class com.puppycrawl.tools.checkstyle.Checker | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private tabWidth : int from class com.puppycrawl.tools.checkstyle.TreeWalker to private tabWidth : int from class com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck | From | To | |
Move Attribute | 4 | ||
Move Attribute private tabWidth : int from class com.puppycrawl.tools.checkstyle.TreeWalker to private tabWidth : int from class com.puppycrawl.tools.checkstyle.Checker | From | To | |
Move Attribute private DEFAULT_TAB_WIDTH : int from class com.puppycrawl.tools.checkstyle.Main.CliOptions to public DEFAULT_TAB_WIDTH : int from class com.puppycrawl.tools.checkstyle.utils.CommonUtil | From | To | |
Move Attribute private DEFAULT_TAB_WIDTH : int from class com.puppycrawl.tools.checkstyle.api.AbstractCheck to public DEFAULT_TAB_WIDTH : int from class com.puppycrawl.tools.checkstyle.utils.CommonUtil | From | To | |
Move Attribute private DEFAULT_TAB_WIDTH : int from class com.puppycrawl.tools.checkstyle.TreeWalker to public DEFAULT_TAB_WIDTH : int from class com.puppycrawl.tools.checkstyle.utils.CommonUtil | From | To | |
Extract Variable | 2 | ||
Extract Variable fileText : FileText in method public testBehaviourWithOnlyOrdinaryChecks() : void from class com.puppycrawl.tools.checkstyle.internal.powermock.TreeWalkerPowerTest | From | To | |
Extract Variable fileText : FileText in method public testBehaviourWithOnlyCommentChecks() : void from class com.puppycrawl.tools.checkstyle.internal.powermock.TreeWalkerPowerTest | From | To |