Skip to content

Instantly share code, notes, and snippets.

@mahfouz72
Last active May 9, 2024 14:43
Show Gist options
  • Save mahfouz72/d199fca33ce2c9e8d84be3882403093c to your computer and use it in GitHub Desktop.
Save mahfouz72/d199fca33ce2c9e8d84be3882403093c to your computer and use it in GitHub Desktop.
pmd_7.1_suppressions
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.Checker:20 Rule:CouplingBetweenObjects Priority:3 High amount of different objects as members denotes a high coupling.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.JavaAstVisitor:20 Rule:CouplingBetweenObjects Priority:3 High amount of different objects as members denotes a high coupling.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.Main:20 Rule:CouplingBetweenObjects Priority:3 High amount of different objects as members denotes a high coupling.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.OutputFormat:550 Rule:CommentDefaultAccessModifier Priority:3 Missing commented default access modifier on nested enum 'OutputFormat'.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.TreeWalker:20 Rule:CouplingBetweenObjects Priority:3 High amount of different objects as members denotes a high coupling.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.XMLLogger:293 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.XMLLogger:294 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask:20 Rule:CouplingBetweenObjects Priority:3 High amount of different objects as members denotes a high coupling.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.api.FileText:172 Rule:LooseCoupling Priority:3 Avoid using implementation types like 'ArrayList'; use the interface instead.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.TranslationCheck:20 Rule:CouplingBetweenObjects Priority:3 High amount of different objects as members denotes a high coupling.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck:20 Rule:CouplingBetweenObjects Priority:3 High amount of different objects as members denotes a high coupling.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.javadoc.utils.InlineTagUtil:111 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.filters.IntMatchFilterElement:51 Rule:UnnecessaryBoxing Priority:3 Unnecessary explicit boxing.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.gui.MainFrame:78 Rule:ConstructorCallsOverridableMethod Priority:1 This method may call an overridable method during object construction: JFrame.setLayout(LayoutManager) (call stack: [MainFrame.createContent(), JFrame.setLayout(LayoutManager)]).
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.site.DescriptionExtractor:1389 Rule:UseArraysAsList Priority:3 Use asList instead of tight loops.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.utils.FilterUtil:45 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'stream'..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.ConfigurationLoaderTest:698 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'mocked'..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.MainTest:1876 Rule:DoNotTerminateVM Priority:3 System.exit() should not be used in J2EE/JEE apps.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.TreeWalkerTest:132 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'mocked'..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheckTest:200 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'stream'..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.UniquePropertiesCheckTest:190 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'stream'..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.header.HeaderCheckTest:304 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'mocked'..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.ClassImportRuleTest:29 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.ClassImportRuleTest:55 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.ClassImportRuleTest:81 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheckTest:419 Rule:UnnecessaryVarargsArrayCreation Priority:3 Unnecessary explicit array creation for varargs method call.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheckTest:821 Rule:UselessParentheses Priority:4 Useless parentheses..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.PkgImportControlTest:104 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.PkgImportControlTest:158 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRuleTest:29 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRuleTest:78 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRuleTest:127 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRuleTest:165 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.imports.PkgImportRuleTest:200 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfoTest:412 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.filters.SuppressionFilterTest:245 Rule:DoNotUseThreads Priority:3 To be compliant to J2EE, a webapp should not use any thread..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.filters.SuppressionsLoaderTest:209 Rule:DoNotUseThreads Priority:3 To be compliant to J2EE, a webapp should not use any thread..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.grammar.AstRegressionTest:139 Rule:JUnitTestContainsTooManyAsserts Priority:3 Unit tests should not contain more than 11 assert(s)..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.gui.CodeSelectorPresentationTest:43 Rule:LooseCoupling Priority:3 Avoid using implementation types like 'ImmutableList'; use the interface instead.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.gui.MainFrameTest:127 Rule:UnusedLocalVariable Priority:3 Avoid unused local variables such as 'mocked'..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.AllChecksTest:368 Rule:JUnitTestsShouldIncludeAssert Priority:3 JUnit tests should include assert() or fail().
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.AllChecksTest:382 Rule:JUnitTestsShouldIncludeAssert Priority:3 JUnit tests should include assert() or fail().
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.AllChecksTest:391 Rule:JUnitTestsShouldIncludeAssert Priority:3 JUnit tests should include assert() or fail().
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.AllChecksTest:492 Rule:JUnitTestsShouldIncludeAssert Priority:3 JUnit tests should include assert() or fail().
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.ArchUnitSuperClassTest:96 Rule:LooseCoupling Priority:3 Avoid using implementation types like 'JavaClasses'; use the interface instead.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.ArchUnitTest:107 Rule:LooseCoupling Priority:3 Avoid using implementation types like 'JavaClasses'; use the interface instead.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.ArchUnitTest:130 Rule:LooseCoupling Priority:3 Avoid using implementation types like 'JavaClasses'; use the interface instead.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.ImmutabilityTest:193 Rule:LooseCoupling Priority:3 Avoid using implementation types like 'JavaClasses'; use the interface instead.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.ImmutabilityTest:230 Rule:LooseCoupling Priority:3 Avoid using implementation types like 'JavaClasses'; use the interface instead.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:287 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:288 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:319 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:433 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:434 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:438 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:439 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:440 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:463 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:464 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:527 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:528 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsJavaDocsTest:529 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.XdocsPagesTest:1435 Rule:ConsecutiveAppendsShouldReuse Priority:3 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable..
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.DummyHandler:183 Rule:LiteralsFirstInComparisons Priority:3 Position literals first in String comparisons.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.internal.DummyHandler:194 Rule:LiteralsFirstInComparisons Priority:3 Position literals first in String comparisons.
[INFO] PMD Failure: com.puppycrawl.tools.checkstyle.utils.AbstractInvalidClass:224 Rule:ClassWithOnlyPrivateConstructorsShouldBeFinal Priority:1 This class has only private constructors and may be final.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment