Comparison results for https://github.com/SalesforceLabs/AE2LWC.git

pmd7_2 took 11 seconds to run and found 37 violations

pmd7_3 took 15 seconds to run and found 37 violations

Among the 37 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /classes/PosttoMyNewHerokuWebService.cls 8 21 49 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 /classes/PosttoMyNewHerokuWebService.cls 8 21 49 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 /classes/PosttoMyNewHerokuWebService.cls 9 12 10 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /classes/PosttoMyNewHerokuWebService.cls 9 12 10 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /classes/PosttoMyNewHerokuWebService.cls 9 5 9 11 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.
3 /classes/PosttoMyNewHerokuWebService.cls 9 5 9 11 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.
4 /classes/PosttoMyNewHerokuWebService.cls 13 19 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /classes/PosttoMyNewHerokuWebService.cls 13 19 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /classes/PosttoMyNewHerokuWebService.cls 13 48 13 67 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'account_name' doesn't match '[a-z][a-zA-Z0-9]*'
5 /classes/PosttoMyNewHerokuWebService.cls 13 48 13 67 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'account_name' doesn't match '[a-z][a-zA-Z0-9]*'
6 /classes/PosttoMyNewHerokuWebService.cls 15 16 15 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'some_path' doesn't match '[a-z][a-zA-Z0-9]*'
6 /classes/PosttoMyNewHerokuWebService.cls 15 16 15 70 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'some_path' doesn't match '[a-z][a-zA-Z0-9]*'
7 /classes/PosttoMyNewHerokuWebService.cls 15 16 15 70 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'some_path' defined but not used
7 /classes/PosttoMyNewHerokuWebService.cls 15 16 15 70 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'some_path' defined but not used
8 /classes/PosttoMyNewHerokuWebServiceTest.cls 10 23 25 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
8 /classes/PosttoMyNewHerokuWebServiceTest.cls 10 23 25 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
9 /classes/PosttoMyNewHerokuWebServiceTest.cls 23 9 23 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9 /classes/PosttoMyNewHerokuWebServiceTest.cls 23 9 23 48 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
10 /classes/PosttoMyNewHerokuWebServiceTestMockImpl.cls 10 8 25 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
10 /classes/PosttoMyNewHerokuWebServiceTestMockImpl.cls 10 8 25 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
11 /classes/PosttoMyNewHerokuWebServiceTestMockImpl.cls 12 12 24 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
11 /classes/PosttoMyNewHerokuWebServiceTestMockImpl.cls 12 12 24 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
12 /classes/PosttoMyNewHerokuWebServiceTestMockImpl.cls 15 9 15 98 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
12 /classes/PosttoMyNewHerokuWebServiceTestMockImpl.cls 15 9 15 98 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
13 /classes/PosttoMyNewHerokuWebServiceTestMockImpl.cls 16 9 16 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
13 /classes/PosttoMyNewHerokuWebServiceTestMockImpl.cls 16 9 16 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
14 /classes/RapidApiCallout.cls 8 21 39 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
14 /classes/RapidApiCallout.cls 8 21 39 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /classes/RapidApiCallout.cls 10 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /classes/RapidApiCallout.cls 10 19 38 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
16 /classes/RapidApiCallout.cls 10 19 38 6 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 'ApiRequest' doesn't match '[a-z][a-zA-Z0-9]*'
16 /classes/RapidApiCallout.cls 10 19 38 6 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 'ApiRequest' doesn't match '[a-z][a-zA-Z0-9]*'
17 /classes/RapidApiCallout.cls 13 21 13 52 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'HttpRequest' doesn't match '[a-z][a-zA-Z0-9]*'
17 /classes/RapidApiCallout.cls 13 21 13 52 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'HttpRequest' doesn't match '[a-z][a-zA-Z0-9]*'
18 /classes/RapidApiCalloutMockImpl.cls 6 8 16 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /classes/RapidApiCalloutMockImpl.cls 6 8 16 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /classes/RapidApiCalloutMockImpl.cls 6 8 16 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
19 /classes/RapidApiCalloutMockImpl.cls 6 8 16 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
20 /classes/RapidApiCalloutMockImpl.cls 7 13 14 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /classes/RapidApiCalloutMockImpl.cls 7 13 14 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /classes/RapidApiCalloutTest.cls 9 20 14 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
21 /classes/RapidApiCalloutTest.cls 9 20 14 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
22 /classes/RapidApiCalloutTest.cls 9 20 14 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'TestRapidApi' doesn't match '[a-z][a-zA-Z0-9]*'
22 /classes/RapidApiCalloutTest.cls 9 20 14 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'TestRapidApi' doesn't match '[a-z][a-zA-Z0-9]*'
23 /classes/RapidApiCalloutTest.cls 12 16 12 56 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'res' defined but not used
23 /classes/RapidApiCalloutTest.cls 12 16 12 56 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'res' defined but not used
24 /classes/RapidApiCalloutTest.cls 13 16 13 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'expectedValue' defined but not used
24 /classes/RapidApiCalloutTest.cls 13 16 13 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'expectedValue' defined but not used
25 /classes/TalktoMyNewHerokuWebService.cls 6 21 56 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
25 /classes/TalktoMyNewHerokuWebService.cls 6 21 56 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
26 /classes/TalktoMyNewHerokuWebService.cls 8 12 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
26 /classes/TalktoMyNewHerokuWebService.cls 8 12 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
27 /classes/TalktoMyNewHerokuWebService.cls 8 5 8 11 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.
27 /classes/TalktoMyNewHerokuWebService.cls 8 5 8 11 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.
28 /classes/TalktoMyNewHerokuWebService.cls 12 19 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
28 /classes/TalktoMyNewHerokuWebService.cls 12 19 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
29 /classes/TalktoMyNewHerokuWebService.cls 12 46 12 65 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'account_name' doesn't match '[a-z][a-zA-Z0-9]*'
29 /classes/TalktoMyNewHerokuWebService.cls 12 46 12 65 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'account_name' doesn't match '[a-z][a-zA-Z0-9]*'
30 /classes/TalktoMyNewHerokuWebService.cls 12 67 12 87 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'resource_path' doesn't match '[a-z][a-zA-Z0-9]*'
30 /classes/TalktoMyNewHerokuWebService.cls 12 67 12 87 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'resource_path' doesn't match '[a-z][a-zA-Z0-9]*'
31 /classes/TalktoMyNewHerokuWebService.cls 14 16 14 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'some_path' doesn't match '[a-z][a-zA-Z0-9]*'
31 /classes/TalktoMyNewHerokuWebService.cls 14 16 14 30 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'some_path' doesn't match '[a-z][a-zA-Z0-9]*'
32 /classes/TalktoMyNewHerokuWebServiceMockImpl.cls 6 8 17 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
32 /classes/TalktoMyNewHerokuWebServiceMockImpl.cls 6 8 17 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
33 /classes/TalktoMyNewHerokuWebServiceMockImpl.cls 8 13 15 5 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
33 /classes/TalktoMyNewHerokuWebServiceMockImpl.cls 8 13 15 5 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
34 /classes/TalktoMyNewHerokuWebServiceTest.cls 9 20 14 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
34 /classes/TalktoMyNewHerokuWebServiceTest.cls 9 20 14 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
35 /classes/TalktoMyNewHerokuWebServiceTest.cls 9 20 14 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'TestTalktoMyNewHerokuWebService' doesn't match '[a-z][a-zA-Z0-9]*'
35 /classes/TalktoMyNewHerokuWebServiceTest.cls 9 20 14 6 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'TestTalktoMyNewHerokuWebService' doesn't match '[a-z][a-zA-Z0-9]*'
36 /classes/TalktoMyNewHerokuWebServiceTest.cls 12 16 12 92 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'res' defined but not used
36 /classes/TalktoMyNewHerokuWebServiceTest.cls 12 16 12 92 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'res' defined but not used
37 /classes/TalktoMyNewHerokuWebServiceTest.cls 13 16 13 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'expectedValue' defined but not used
37 /classes/TalktoMyNewHerokuWebServiceTest.cls 13 16 13 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'expectedValue' defined but not used