779aa37ffc447d1d85ea1b082759e4040657191d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method private isNotRelevantSituation(ast DetailAST, currentType int) : boolean extracted from public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck | From | To | |
Extract Method private isArrayInitialization(currentType int, parentType int) : boolean extracted from public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck | From | To | |
Extract Method private isAnnonimousInnerClassEnd(currentType int, nextChar char) : boolean extracted from public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck | From | To | |
Extract Method private isEmptyBlock(ast DetailAST, parentType int) : boolean extracted from public visitToken(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck | From | To |