|
Rename Method protected childrenMayNest() : boolean renamed to protected canChildrenBeNested() : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |
|
Rename Method protected toplevelMustStartLine() : boolean renamed to protected shouldTopLevelStartLine() : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.CatchHandler |
From |
To |
|
Rename Method protected toplevelMustStartLine() : boolean renamed to protected shouldTopLevelStartLine() : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.StaticInitHandler |
From |
To |
|
Rename Method protected toplevelMustStartLine() : boolean renamed to protected shouldTopLevelStartLine() : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.FinallyHandler |
From |
To |
|
Rename Method public greaterThan(indent int) : boolean renamed to public isGreaterThan(indent int) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel |
From |
To |
|
Rename Method protected childrenMayNest() : boolean renamed to protected canChildrenBeNested() : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler |
From |
To |
|
Rename Method protected toplevelMustStartLine() : boolean renamed to protected shouldTopLevelStartLine() : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |
|
Rename Method public accept(indent int) : boolean renamed to public isAcceptable(indent int) : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentLevel |
From |
To |
|
Rename Method protected rcurlyMustStart() : boolean renamed to protected shouldStartWithRCurly() : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler |
From |
To |
|
Rename Method protected rcurlyMustStart() : boolean renamed to protected shouldStartWithRCurly() : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.BlockParentHandler |
From |
To |