Comparison results for https://github.com/mshanemc/lea-publisher-workshop.git

pmd7_2 took 11 seconds to run and found 8 violations

pmd7_3 took 14 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/timeTypeWrapper.cls 1 21 38 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 /force-app/main/default/classes/timeTypeWrapper.cls 1 21 38 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 /force-app/main/default/classes/timeTypeWrapper.cls 1 21 38 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 'timeTypeWrapper' doesn't match '[A-Z][a-zA-Z0-9_]*'
2 /force-app/main/default/classes/timeTypeWrapper.cls 1 21 38 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 'timeTypeWrapper' doesn't match '[A-Z][a-zA-Z0-9_]*'
3 /force-app/main/default/classes/timeTypeWrapper.cls 3 17 16 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /force-app/main/default/classes/timeTypeWrapper.cls 3 17 16 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /force-app/main/default/classes/timeTypeWrapper.cls 3 17 16 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'StringToTime' doesn't match '[a-z][a-zA-Z0-9]*'
4 /force-app/main/default/classes/timeTypeWrapper.cls 3 17 16 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'StringToTime' doesn't match '[a-z][a-zA-Z0-9]*'
5 /force-app/main/default/classes/timeTypeWrapper.cls 28 10 37 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /force-app/main/default/classes/timeTypeWrapper.cls 28 10 37 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6 /force-app/main/default/classes/timeTypeWrapper.cls 30 21 30 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Hours' doesn't match '[a-z][a-zA-Z0-9]*'
6 /force-app/main/default/classes/timeTypeWrapper.cls 30 21 30 26 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Hours' doesn't match '[a-z][a-zA-Z0-9]*'
7 /force-app/main/default/classes/timeTypeWrapper.cls 33 19 33 34 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'StartTimeString' doesn't match '[a-z][a-zA-Z0-9]*'
7 /force-app/main/default/classes/timeTypeWrapper.cls 33 19 33 34 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'StartTimeString' doesn't match '[a-z][a-zA-Z0-9]*'
8 /force-app/main/default/classes/timeTypeWrapper.cls 36 19 36 34 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'CloseTimeString' doesn't match '[a-z][a-zA-Z0-9]*'
8 /force-app/main/default/classes/timeTypeWrapper.cls 36 19 36 34 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'CloseTimeString' doesn't match '[a-z][a-zA-Z0-9]*'