ARIES-2165: Run blueprint build on java 11, 17, 21 and 25 #785
PMD Source Code Analyzer report
1211 violation(s) found
Annotations
github-actions / PMD
Error Prone UselessPureMethodCall
Do not call pure method getConstructor if the result is not used.
github-actions / PMD
Error Prone EmptyCatchBlock
Avoid empty catch blocks
github-actions / PMD
Error Prone EmptyCatchBlock
Avoid empty catch blocks
github-actions / PMD
Code Style UnnecessarySemicolon
Unnecessary semicolon
github-actions / PMD
Design CollapsibleIfStatements
This if statement could be combined with its parent
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'SCOPE_SINGLETON': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'SCOPE_PROTOTYPE': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'ACTIVATION_EAGER': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'ACTIVATION_LAZY': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'NULL': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'USE_SERVICE_OBJECT': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'USE_SERVICE_REFERENCE': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'AUTO_EXPORT_DISABLED': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'AUTO_EXPORT_INTERFACES': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'AUTO_EXPORT_CLASS_HIERARCHY': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'AUTO_EXPORT_ALL_CLASSES': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'AVAILABILITY_MANDATORY': the field is declared in an interface type
github-actions / PMD
Code Style UnnecessaryModifier
Unnecessary modifiers 'static final' on field 'AVAILABILITY_OPTIONAL': the field is declared in an interface type
github-actions / PMD
Best Practices UnusedFormalParameter
Avoid unused method parameters such as 'cm'.
github-actions / PMD
Error Prone EmptyCatchBlock
Avoid empty catch blocks
github-actions / PMD
Design CollapsibleIfStatements
This if statement could be combined with its parent
github-actions / PMD
Design CollapsibleIfStatements
This if statement could be combined with its parent
github-actions / PMD
Design CollapsibleIfStatements
This if statement could be combined with its parent
github-actions / PMD
Design CollapsibleIfStatements
This if statement could be combined with its parent
github-actions / PMD
Code Style UselessParentheses
Useless parentheses around `(MutableComponentMetadata) component`.