pmd7_2 took 11 seconds to run and found 5 violations
pmd7_3 took 14 seconds to run and found 5 violations
Among the 5 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /src/classes/LightningPageMessagesController.cls | 11 | 9 | 11 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1 | /src/classes/LightningPageMessagesController.cls | 11 | 9 | 11 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /src/classes/LightningPageMessagesController.cls | 11 | 2 | 11 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2 | /src/classes/LightningPageMessagesController.cls | 11 | 2 | 11 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
3 | /src/classes/LightningPageMessagesController.cls | 56 | 55 | 62 | 3 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'severityToThemeMap' should be before method declarations in its class |
3 | /src/classes/LightningPageMessagesController.cls | 56 | 55 | 62 | 3 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'severityToThemeMap' should be before method declarations in its class |
4 | /src/classes/LightningPageMessagesController.cls | 56 | 55 | 62 | 3 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'severityToThemeMap' doesn't match '[A-Z][A-Z0-9_]*' |
4 | /src/classes/LightningPageMessagesController.cls | 56 | 55 | 62 | 3 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'severityToThemeMap' doesn't match '[A-Z][A-Z0-9_]*' |
5 | /src/components/LightningPageMessages.component | 19 | 30 | 19 | 40 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
5 | /src/components/LightningPageMessages.component | 19 | 30 | 19 | 40 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |