c7ffe16d7e090cb5832aac65b874cf869de38d49
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 64
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 4 | ||
Push Down Method protected createModuleConfig(clazz Class<?>) : DefaultConfiguration from class com.google.checkstyle.test.base.AbstractModuleTestSupport to protected createModuleConfig(clazz Class<?>) : DefaultConfiguration from class com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport | From | To | |
Push Down Method protected getModuleConfig(moduleName String) : Configuration from class com.google.checkstyle.test.base.AbstractModuleTestSupport to protected getModuleConfig(moduleName String) : Configuration from class com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport | From | To | |
Push Down Method protected getModuleConfig(moduleName String, moduleId String) : Configuration from class com.google.checkstyle.test.base.AbstractModuleTestSupport to protected getModuleConfig(moduleName String, moduleId String) : Configuration from class com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport | From | To | |
Push Down Method protected getModuleConfigs(moduleName String) : List<Configuration> from class com.google.checkstyle.test.base.AbstractModuleTestSupport to protected getModuleConfigs(moduleName String) : List<Configuration> from class com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport | From | To | |
Extract Subclass | 1 | ||
Extract Subclass com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport from class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
Push Down Attribute | 3 | ||
Push Down Attribute private CHECKSTYLE_MODULES : Set<Class<?>> from class com.google.checkstyle.test.base.AbstractModuleTestSupport to private CHECKSTYLE_MODULES : Set<Class<?>> from class com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport | From | To | |
Push Down Attribute private CONFIGURATION : Configuration from class com.google.checkstyle.test.base.AbstractModuleTestSupport to private CONFIGURATION : Configuration from class com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport | From | To | |
Push Down Attribute private XML_NAME : String from class com.google.checkstyle.test.base.AbstractModuleTestSupport to private XML_NAME : String from class com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.google.checkstyle.test.base.AbstractModuleTestSupport moved and renamed to org.checkstyle.base.AbstractItModuleTestSupport | From | To | |
Extract Superclass | 3 | ||
Extract Superclass org.checkstyle.base.AbstractCheckstyleModuleTestSupport from classes [org.checkstyle.checks.imports.ImportOrderTest, org.checkstyle.suppressionxpathfilter.AbstractXpathTestSupport] | From | To | |
Extract Superclass com.google.checkstyle.test.base.AbstractGoogleModuleTestSupport from classes [com.google.checkstyle.test.base.AbstractIndentationTestSupport, com.google.checkstyle.test.chapter2filebasic.rule21filename.OuterTypeFilenameTest, com.google.checkstyle.test.chapter2filebasic.rule231filetab.FileTabCharacterTest, com.google.checkstyle.test.chapter2filebasic.rule232specialescape.IllegalTokenTextTest, com.google.checkstyle.test.chapter2filebasic.rule233nonascii.AvoidEscapedUnicodeCharactersTest, com.google.checkstyle.test.chapter3filestructure.rule32packagestate.LineLengthTest, com.google.checkstyle.test.chapter3filestructure.rule331nowildcard.AvoidStarImportTest, com.google.checkstyle.test.chapter3filestructure.rule332nolinewrap.NoLineWrapTest, com.google.checkstyle.test.chapter3filestructure.rule333orderingandspacing.CustomImportOrderTest, com.google.checkstyle.test.chapter3filestructure.rule341onetoplevel.OneTopLevelClassTest, com.google.checkstyle.test.chapter3filestructure.rule3421overloadsplit.OverloadMethodsDeclarationOrderTest, com.google.checkstyle.test.chapter3filestructure.rule3sourcefile.EmptyLineSeparatorTest, com.google.checkstyle.test.chapter4formatting.rule411bracesareused.NeedBracesTest, com.google.checkstyle.test.chapter4formatting.rule412nonemptyblocks.LeftCurlyTest, com.google.checkstyle.test.chapter4formatting.rule412nonemptyblocks.RightCurlyTest, com.google.checkstyle.test.chapter4formatting.rule413emptyblocks.EmptyBlockTest, com.google.checkstyle.test.chapter4formatting.rule413emptyblocks.EmptyCatchBlockTest, com.google.checkstyle.test.chapter4formatting.rule43onestatement.OneStatementPerLineTest, com.google.checkstyle.test.chapter4formatting.rule44columnlimit.LineLengthTest, com.google.checkstyle.test.chapter4formatting.rule451wheretobreak.MethodParamPadTest, com.google.checkstyle.test.chapter4formatting.rule451wheretobreak.OperatorWrapTest, com.google.checkstyle.test.chapter4formatting.rule451wheretobreak.SeparatorWrapTest, com.google.checkstyle.test.chapter4formatting.rule461verticalwhitespace.EmptyLineSeparatorTest, com.google.checkstyle.test.chapter4formatting.rule462horizontalwhitespace.GenericWhitespaceTest, com.google.checkstyle.test.chapter4formatting.rule462horizontalwhitespace.MethodParamPadTest, com.google.checkstyle.test.chapter4formatting.rule462horizontalwhitespace.NoWhitespaceBeforeTest, com.google.checkstyle.test.chapter4formatting.rule462horizontalwhitespace.ParenPadTest, com.google.checkstyle.test.chapter4formatting.rule462horizontalwhitespace.WhitespaceAroundTest, com.google.checkstyle.test.chapter4formatting.rule4821onevariableperline.MultipleVariableDeclarationsTest, com.google.checkstyle.test.chapter4formatting.rule4822variabledistance.VariableDeclarationUsageDistanceTest, com.google.checkstyle.test.chapter4formatting.rule4832nocstylearray.ArrayTypeStyleTest, com.google.checkstyle.test.chapter4formatting.rule4842fallthrough.FallThroughTest, com.google.checkstyle.test.chapter4formatting.rule4843defaultcasepresent.MissingSwitchDefaultTest, com.google.checkstyle.test.chapter4formatting.rule485annotations.AnnotationLocationTest, com.google.checkstyle.test.chapter4formatting.rule4861blockcommentstyle.CommentsIndentationTest, com.google.checkstyle.test.chapter4formatting.rule487modifiers.ModifierOrderTest, com.google.checkstyle.test.chapter4formatting.rule488numericliterals.UpperEllTest, com.google.checkstyle.test.chapter5naming.rule51identifiernames.CatchParameterNameTest, com.google.checkstyle.test.chapter5naming.rule521packagenames.PackageNameTest, com.google.checkstyle.test.chapter5naming.rule522typenames.TypeNameTest, com.google.checkstyle.test.chapter5naming.rule523methodnames.MethodNameTest, com.google.checkstyle.test.chapter5naming.rule525nonconstantfieldnames.MemberNameTest, com.google.checkstyle.test.chapter5naming.rule526parameternames.LambdaParameterNameTest, com.google.checkstyle.test.chapter5naming.rule526parameternames.ParameterNameTest, com.google.checkstyle.test.chapter5naming.rule527localvariablenames.LocalVariableNameTest, com.google.checkstyle.test.chapter5naming.rule528typevariablenames.ClassTypeParameterNameTest, com.google.checkstyle.test.chapter5naming.rule528typevariablenames.InterfaceTypeParameterNameTest, com.google.checkstyle.test.chapter5naming.rule528typevariablenames.MethodTypeParameterNameTest, com.google.checkstyle.test.chapter5naming.rule53camelcase.AbbreviationAsWordInNameTest, com.google.checkstyle.test.chapter6programpractice.rule62donotignoreexceptions.EmptyBlockTest, com.google.checkstyle.test.chapter6programpractice.rule64finalizers.NoFinalizerTest, com.google.checkstyle.test.chapter7javadoc.rule711generalform.SingleLineJavadocTest, com.google.checkstyle.test.chapter7javadoc.rule712paragraphs.JavadocParagraphTest, com.google.checkstyle.test.chapter7javadoc.rule713atclauses.AtclauseOrderTest, com.google.checkstyle.test.chapter7javadoc.rule713atclauses.JavadocTagContinuationIndentationTest, com.google.checkstyle.test.chapter7javadoc.rule713atclauses.NonEmptyAtclauseDescriptionTest, com.google.checkstyle.test.chapter7javadoc.rule72thesummaryfragment.SummaryJavadocTest, com.google.checkstyle.test.chapter7javadoc.rule731selfexplanatory.JavadocMethodTest, com.google.checkstyle.test.chapter7javadoc.rule731selfexplanatory.MissingJavadocMethodTest] | From | To | |
Extract Superclass com.sun.checkstyle.test.base.AbstractSunModuleTestSupport from classes [com.sun.checkstyle.test.chapter6declarations.rule61numberperline.MultipleVariableDeclarationsTest] | From | To |