9e9a0b424551418e80c5a7e7badadfe80958ec82
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Variable | 1 | ||
Inline Variable line : String in method protected getLineStart(ast DetailAST) : int from class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler | From | To | |
Extract Method | 2 | ||
Extract Method public checkIndentation(firstNode DetailAST, lastNode DetailAST, indentLevel int, startIndent int, ignoreFirstLine boolean) : void extracted from public checkIndentation(firstNode DetailAST, lastNode DetailAST, indentLevel int) : void in class com.puppycrawl.tools.checkstyle.checks.indentation.LineWrappingHandler | From | To | |
Extract Method protected getLineStart(lineNo int) : int extracted from protected getLineStart(ast DetailAST) : int in class com.puppycrawl.tools.checkstyle.checks.indentation.AbstractExpressionHandler | From | To |