5ff1834a224cefac74b80a47efff15d113f76a1e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method package hasPrivateCtor() : boolean renamed to package isWithPrivateCtor() : boolean in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc | From | To | |
Rename Method private lineBreaks() : int[] renamed to private findLineBreaks() : int[] in class com.puppycrawl.tools.checkstyle.api.FileText | From | To | |
Rename Method package hasNonPrivateCtor() : boolean renamed to package isWithNonPrivateCtor() : boolean in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc | From | To | |
Rename Method public isStatic() : boolean renamed to public isStaticImport() : boolean in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails | From | To | |
Rename Method public setStatic(isStatic boolean) : void renamed to public setStaticImport(isStatic boolean) : void in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails | From | To | |
Rename Attribute | 9 | ||
Rename Attribute isStatic : boolean to staticImport : boolean in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails | From | To | |
Rename Attribute checkEmptyJavadoc : boolean to checkingEmptyJavadoc : boolean in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck | From | To | |
Rename Attribute isMethodModifier : boolean to methodModifier : boolean in class com.puppycrawl.tools.checkstyle.checks.indentation.SynchronizedHandler | From | To | |
Rename Attribute hasNonPrivateCtor : boolean to withNonPrivateCtor : boolean in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc | From | To | |
Rename Attribute isLoadable : boolean to loadable : boolean in class com.puppycrawl.tools.checkstyle.checks.AbstractTypeAwareCheck.RegularClass | From | To | |
Rename Attribute processJavadoc : boolean to processingJavadoc : boolean in class com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck | From | To | |
Rename Attribute hasPrivateCtor : boolean to withPrivateCtor : boolean in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck.ClassDesc | From | To | |
Rename Attribute checkFirstSentence : boolean to checkingFirstSentence : boolean in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck | From | To | |
Rename Attribute checkHtml : boolean to checkingHtml : boolean in class com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck | From | To | |
Rename Parameter | 1 | ||
Rename Parameter isStatic : boolean to staticImport : boolean in method public ImportDetails(importFullPath String, lineNumber int, importGroup String, staticImport boolean) in class com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.ImportDetails | From | To |