pmd7_2 took 9 seconds to run and found 3 violations
pmd7_3 took 14 seconds to run and found 3 violations
Among the 3 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /lightning-component-tests/main/default/classes/egServerSideActionController.cls | 1 | 21 | 20 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1 | /lightning-component-tests/main/default/classes/egServerSideActionController.cls | 1 | 21 | 20 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /lightning-component-tests/main/default/classes/egServerSideActionController.cls | 1 | 21 | 20 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'egServerSideActionController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2 | /lightning-component-tests/main/default/classes/egServerSideActionController.cls | 1 | 21 | 20 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'egServerSideActionController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3 | /lightning-component-tests/main/default/classes/egServerSideActionController.cls | 3 | 19 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /lightning-component-tests/main/default/classes/egServerSideActionController.cls | 3 | 19 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |