Comparison results for https://github.com/codefriar/OrgShape.git

pmd7_2 took 11 seconds to run and found 8 violations

pmd7_3 took 15 seconds to run and found 8 violations

Among the 8 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /force-app/main/default/classes/OrgShape.cls 8 21 354 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class OrgShape has 22 public methods, attributes, and properties (limit: 20)
1 /force-app/main/default/classes/OrgShape.cls 8 21 354 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class OrgShape has 22 public methods, attributes, and properties (limit: 20)
2 /force-app/main/default/classes/OrgShape.cls 93 9 93 16 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 /force-app/main/default/classes/OrgShape.cls 93 9 93 16 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 /force-app/main/default/classes/OrgShape.cls 219 13 219 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
3 /force-app/main/default/classes/OrgShape.cls 219 13 219 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
4 /force-app/main/default/classes/OrgShape.cls 257 13 260 14 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
4 /force-app/main/default/classes/OrgShape.cls 257 13 260 14 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
5 /force-app/main/default/classes/OrgShape.cls 289 13 292 14 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
5 /force-app/main/default/classes/OrgShape.cls 289 13 292 14 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
6 /force-app/main/default/classes/OrgShape.cls 321 15 324 14 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
6 /force-app/main/default/classes/OrgShape.cls 321 15 324 14 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
7 /force-app/main/default/classes/OrgShape.cls 333 12 335 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
7 /force-app/main/default/classes/OrgShape.cls 333 12 335 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
8 /force-app/main/default/tests/OrgShape_Tests.cls 95 11 97 10 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks
8 /force-app/main/default/tests/OrgShape_Tests.cls 95 11 97 10 pmd EmptyCatchBlock 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock Avoid empty catch blocks