pmd7_2 took 11 seconds to run and found 6 violations
pmd7_3 took 13 seconds to run and found 6 violations
Among the 6 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 1 | 8 | 10 | 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 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 1 | 8 | 10 | 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 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
2 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
3 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 2 | 9 | 2 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 2 | 9 | 2 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 2 | 2 | 2 | 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. |
4 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 2 | 2 | 2 | 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. |
5 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 5 | 19 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 5 | 19 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 6 | 16 | 8 | 87 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
6 | /Sample Apps/Contacts Viewer/src/classes/Contacts_Ext.cls | 6 | 16 | 8 | 87 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |