pmd7_2 took 11 seconds to run and found 79 violations
pmd7_3 took 15 seconds to run and found 79 violations
Among the 79 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force/main/default/classes/EventMonitorController.cls | 27 | 21 | 34 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1 | /force/main/default/classes/EventMonitorController.cls | 27 | 21 | 34 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2 | /force/main/default/classes/EventMonitorController.cls | 30 | 16 | 33 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /force/main/default/classes/EventMonitorController.cls | 30 | 16 | 33 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /force/main/default/classes/HerokuConnector.cls | 27 | 8 | 93 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3 | /force/main/default/classes/HerokuConnector.cls | 27 | 8 | 93 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4 | /force/main/default/classes/HerokuConnector.cls | 32 | 16 | 40 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /force/main/default/classes/HerokuConnector.cls | 32 | 16 | 40 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /force/main/default/classes/HerokuConnector.cls | 42 | 9 | 59 | 3 | 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/main/default/classes/HerokuConnector.cls | 42 | 9 | 59 | 3 | 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/main/default/classes/HerokuConnector.cls | 71 | 21 | 71 | 36 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
6 | /force/main/default/classes/HerokuConnector.cls | 71 | 21 | 71 | 36 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
7 | /force/main/default/classes/HerokuConnector.cls | 76 | 17 | 84 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
7 | /force/main/default/classes/HerokuConnector.cls | 76 | 17 | 84 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
8 | /force/main/default/classes/HerokuConnectorTest.cls | 28 | 9 | 111 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
8 | /force/main/default/classes/HerokuConnectorTest.cls | 28 | 9 | 111 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
9 | /force/main/default/classes/HerokuConnectorTest.cls | 31 | 17 | 46 | 3 | 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 'requestPrimes_nullCount_CreatesExpectedHttpRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
9 | /force/main/default/classes/HerokuConnectorTest.cls | 31 | 17 | 46 | 3 | 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 'requestPrimes_nullCount_CreatesExpectedHttpRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
10 | /force/main/default/classes/HerokuConnectorTest.cls | 42 | 3 | 42 | 100 | 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. |
10 | /force/main/default/classes/HerokuConnectorTest.cls | 42 | 3 | 42 | 100 | 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. |
11 | /force/main/default/classes/HerokuConnectorTest.cls | 43 | 3 | 43 | 102 | 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. |
11 | /force/main/default/classes/HerokuConnectorTest.cls | 43 | 3 | 43 | 102 | 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. |
12 | /force/main/default/classes/HerokuConnectorTest.cls | 44 | 3 | 44 | 82 | 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 | /force/main/default/classes/HerokuConnectorTest.cls | 44 | 3 | 44 | 82 | 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 | /force/main/default/classes/HerokuConnectorTest.cls | 45 | 3 | 45 | 86 | 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 | /force/main/default/classes/HerokuConnectorTest.cls | 45 | 3 | 45 | 86 | 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 | /force/main/default/classes/HerokuConnectorTest.cls | 49 | 17 | 64 | 3 | 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 'requestPrimes_nullValue_CreatesExpectedHttpRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
14 | /force/main/default/classes/HerokuConnectorTest.cls | 49 | 17 | 64 | 3 | 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 'requestPrimes_nullValue_CreatesExpectedHttpRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
15 | /force/main/default/classes/HerokuConnectorTest.cls | 60 | 3 | 60 | 100 | 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. |
15 | /force/main/default/classes/HerokuConnectorTest.cls | 60 | 3 | 60 | 100 | 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. |
16 | /force/main/default/classes/HerokuConnectorTest.cls | 61 | 3 | 61 | 102 | 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. |
16 | /force/main/default/classes/HerokuConnectorTest.cls | 61 | 3 | 61 | 102 | 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. |
17 | /force/main/default/classes/HerokuConnectorTest.cls | 62 | 3 | 62 | 82 | 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. |
17 | /force/main/default/classes/HerokuConnectorTest.cls | 62 | 3 | 62 | 82 | 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. |
18 | /force/main/default/classes/HerokuConnectorTest.cls | 63 | 3 | 63 | 86 | 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. |
18 | /force/main/default/classes/HerokuConnectorTest.cls | 63 | 3 | 63 | 86 | 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. |
19 | /force/main/default/classes/HerokuConnectorTest.cls | 67 | 17 | 82 | 3 | 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 'requestPrimes_nullIndex_CreatesExpectedHttpRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
19 | /force/main/default/classes/HerokuConnectorTest.cls | 67 | 17 | 82 | 3 | 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 'requestPrimes_nullIndex_CreatesExpectedHttpRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
20 | /force/main/default/classes/HerokuConnectorTest.cls | 78 | 3 | 78 | 100 | 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. |
20 | /force/main/default/classes/HerokuConnectorTest.cls | 78 | 3 | 78 | 100 | 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. |
21 | /force/main/default/classes/HerokuConnectorTest.cls | 79 | 3 | 79 | 102 | 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. |
21 | /force/main/default/classes/HerokuConnectorTest.cls | 79 | 3 | 79 | 102 | 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. |
22 | /force/main/default/classes/HerokuConnectorTest.cls | 80 | 3 | 80 | 82 | 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. |
22 | /force/main/default/classes/HerokuConnectorTest.cls | 80 | 3 | 80 | 82 | 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. |
23 | /force/main/default/classes/HerokuConnectorTest.cls | 81 | 3 | 81 | 86 | 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. |
23 | /force/main/default/classes/HerokuConnectorTest.cls | 81 | 3 | 81 | 86 | 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. |
24 | /force/main/default/classes/HerokuConnectorTest.cls | 85 | 17 | 100 | 3 | 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 'requestPrimes_integerValues_CreatesExpectedHttpRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
24 | /force/main/default/classes/HerokuConnectorTest.cls | 85 | 17 | 100 | 3 | 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 'requestPrimes_integerValues_CreatesExpectedHttpRequest' doesn't match '[a-z][a-zA-Z0-9]*' |
25 | /force/main/default/classes/HerokuConnectorTest.cls | 96 | 3 | 96 | 100 | 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. |
25 | /force/main/default/classes/HerokuConnectorTest.cls | 96 | 3 | 96 | 100 | 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. |
26 | /force/main/default/classes/HerokuConnectorTest.cls | 97 | 3 | 97 | 102 | 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. |
26 | /force/main/default/classes/HerokuConnectorTest.cls | 97 | 3 | 97 | 102 | 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. |
27 | /force/main/default/classes/HerokuConnectorTest.cls | 98 | 3 | 98 | 82 | 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. |
27 | /force/main/default/classes/HerokuConnectorTest.cls | 98 | 3 | 98 | 82 | 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. |
28 | /force/main/default/classes/HerokuConnectorTest.cls | 99 | 3 | 99 | 86 | 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. |
28 | /force/main/default/classes/HerokuConnectorTest.cls | 99 | 3 | 99 | 86 | 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. |
29 | /force/main/default/classes/HerokuConnectorTest.cls | 104 | 10 | 104 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /force/main/default/classes/HerokuConnectorTest.cls | 104 | 10 | 104 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /force/main/default/classes/HerokuConnectorTest.cls | 104 | 22 | 104 | 29 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Request' doesn't match '[a-z][a-zA-Z0-9]*' |
30 | /force/main/default/classes/HerokuConnectorTest.cls | 104 | 22 | 104 | 29 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'Request' doesn't match '[a-z][a-zA-Z0-9]*' |
31 | /force/main/default/classes/HerokuConnectorTest.cls | 105 | 10 | 109 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /force/main/default/classes/HerokuConnectorTest.cls | 105 | 10 | 109 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /force/main/default/classes/PrimeSelector.cls | 27 | 8 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
32 | /force/main/default/classes/PrimeSelector.cls | 27 | 8 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
33 | /force/main/default/classes/PrimeSelector.cls | 27 | 1 | 27 | 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 |
33 | /force/main/default/classes/PrimeSelector.cls | 27 | 1 | 27 | 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 |
34 | /force/main/default/classes/PrimeSelector.cls | 32 | 16 | 40 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /force/main/default/classes/PrimeSelector.cls | 32 | 16 | 40 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /force/main/default/classes/PrimeSelector.cls | 42 | 9 | 47 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /force/main/default/classes/PrimeSelector.cls | 42 | 9 | 47 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
36 | /force/main/default/classes/PrimeSelector.cls | 44 | 30 | 44 | 102 | 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 |
36 | /force/main/default/classes/PrimeSelector.cls | 44 | 30 | 44 | 102 | 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 |
37 | /force/main/default/classes/PrimeSelectorTest.cls | 28 | 9 | 76 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
37 | /force/main/default/classes/PrimeSelectorTest.cls | 28 | 9 | 76 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
38 | /force/main/default/classes/PrimeSelectorTest.cls | 31 | 17 | 41 | 3 | 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 'getCurrentMax_WithNoPrimes_ReturnsZero' doesn't match '[a-z][a-zA-Z0-9]*' |
38 | /force/main/default/classes/PrimeSelectorTest.cls | 31 | 17 | 41 | 3 | 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 'getCurrentMax_WithNoPrimes_ReturnsZero' doesn't match '[a-z][a-zA-Z0-9]*' |
39 | /force/main/default/classes/PrimeSelectorTest.cls | 40 | 3 | 40 | 40 | 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. |
39 | /force/main/default/classes/PrimeSelectorTest.cls | 40 | 3 | 40 | 40 | 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. |
40 | /force/main/default/classes/PrimeSelectorTest.cls | 44 | 17 | 56 | 3 | 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 'getCurrentMax_WithOnePrime_ReturnsPrimeValue' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /force/main/default/classes/PrimeSelectorTest.cls | 44 | 17 | 56 | 3 | 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 'getCurrentMax_WithOnePrime_ReturnsPrimeValue' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /force/main/default/classes/PrimeSelectorTest.cls | 54 | 3 | 54 | 47 | 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. |
41 | /force/main/default/classes/PrimeSelectorTest.cls | 54 | 3 | 54 | 47 | 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. |
42 | /force/main/default/classes/PrimeSelectorTest.cls | 55 | 3 | 55 | 46 | 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. |
42 | /force/main/default/classes/PrimeSelectorTest.cls | 55 | 3 | 55 | 46 | 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. |
43 | /force/main/default/classes/PrimeSelectorTest.cls | 59 | 17 | 75 | 3 | 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 'getCurrentMax_WithManyPrimes_ReturnsPrimeValueWithHighestIndex' doesn't match '[a-z][a-zA-Z0-9]*' |
43 | /force/main/default/classes/PrimeSelectorTest.cls | 59 | 17 | 75 | 3 | 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 'getCurrentMax_WithManyPrimes_ReturnsPrimeValueWithHighestIndex' doesn't match '[a-z][a-zA-Z0-9]*' |
44 | /force/main/default/classes/PrimeSelectorTest.cls | 73 | 3 | 73 | 47 | 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. |
44 | /force/main/default/classes/PrimeSelectorTest.cls | 73 | 3 | 73 | 47 | 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. |
45 | /force/main/default/classes/PrimeSelectorTest.cls | 74 | 3 | 74 | 46 | 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. |
45 | /force/main/default/classes/PrimeSelectorTest.cls | 74 | 3 | 74 | 46 | 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. |
46 | /force/main/default/classes/PrimesController.cls | 27 | 21 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
46 | /force/main/default/classes/PrimesController.cls | 27 | 21 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
47 | /force/main/default/classes/PrimesController.cls | 30 | 16 | 39 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /force/main/default/classes/PrimesController.cls | 30 | 16 | 39 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /force/main/default/classes/PrimesController.cls | 32 | 3 | 32 | 23 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
48 | /force/main/default/classes/PrimesController.cls | 32 | 3 | 32 | 23 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
49 | /force/main/default/classes/PrimesControllerTest.cls | 28 | 9 | 98 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
49 | /force/main/default/classes/PrimesControllerTest.cls | 28 | 9 | 98 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
50 | /force/main/default/classes/PrimesControllerTest.cls | 31 | 17 | 51 | 3 | 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 'requestPrimes_nullInputAndSelectorReturnsNull_connectorCalledWithNulls' doesn't match '[a-z][a-zA-Z0-9]*' |
50 | /force/main/default/classes/PrimesControllerTest.cls | 31 | 17 | 51 | 3 | 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 'requestPrimes_nullInputAndSelectorReturnsNull_connectorCalledWithNulls' doesn't match '[a-z][a-zA-Z0-9]*' |
51 | /force/main/default/classes/PrimesControllerTest.cls | 54 | 17 | 74 | 3 | 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 'requestPrimes_valueInputAndSelectorReturnsNull_connectorCalledWithCountAndNulls' doesn't match '[a-z][a-zA-Z0-9]*' |
51 | /force/main/default/classes/PrimesControllerTest.cls | 54 | 17 | 74 | 3 | 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 'requestPrimes_valueInputAndSelectorReturnsNull_connectorCalledWithCountAndNulls' doesn't match '[a-z][a-zA-Z0-9]*' |
52 | /force/main/default/classes/PrimesControllerTest.cls | 77 | 17 | 97 | 3 | 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 'requestPrimes_valueInputAndSelectorReturnsAPrime_connectorCalledWithCountAndPrimeValues' doesn't match '[a-z][a-zA-Z0-9]*' |
52 | /force/main/default/classes/PrimesControllerTest.cls | 77 | 17 | 97 | 3 | 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 'requestPrimes_valueInputAndSelectorReturnsAPrime_connectorCalledWithCountAndPrimeValues' doesn't match '[a-z][a-zA-Z0-9]*' |
53 | /force/main/default/classes/StubProvider.cls | 35 | 8 | 94 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
53 | /force/main/default/classes/StubProvider.cls | 35 | 8 | 94 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
54 | /force/main/default/classes/StubProvider.cls | 39 | 9 | 44 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
54 | /force/main/default/classes/StubProvider.cls | 39 | 9 | 44 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
55 | /force/main/default/classes/StubProvider.cls | 39 | 9 | 44 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
55 | /force/main/default/classes/StubProvider.cls | 39 | 9 | 44 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
56 | /force/main/default/classes/StubProvider.cls | 46 | 9 | 49 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
56 | /force/main/default/classes/StubProvider.cls | 46 | 9 | 49 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
57 | /force/main/default/classes/StubProvider.cls | 51 | 9 | 54 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
57 | /force/main/default/classes/StubProvider.cls | 51 | 9 | 54 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /force/main/default/classes/StubProvider.cls | 51 | 9 | 54 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
58 | /force/main/default/classes/StubProvider.cls | 51 | 9 | 54 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
59 | /force/main/default/classes/StubProvider.cls | 63 | 10 | 69 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /force/main/default/classes/StubProvider.cls | 63 | 10 | 69 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /force/main/default/classes/StubProvider.cls | 63 | 10 | 69 | 4 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
60 | /force/main/default/classes/StubProvider.cls | 63 | 10 | 69 | 4 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
61 | /force/main/default/classes/StubProvider.cls | 71 | 10 | 83 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /force/main/default/classes/StubProvider.cls | 71 | 10 | 83 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /force/main/default/classes/StubProvider.cls | 85 | 10 | 92 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /force/main/default/classes/StubProvider.cls | 85 | 10 | 92 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /force/main/default/classes/StubProviderTest.cls | 28 | 8 | 127 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
63 | /force/main/default/classes/StubProviderTest.cls | 28 | 8 | 127 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
64 | /force/main/default/classes/StubProviderTest.cls | 30 | 9 | 33 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /force/main/default/classes/StubProviderTest.cls | 30 | 9 | 33 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /force/main/default/classes/StubProviderTest.cls | 35 | 9 | 38 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /force/main/default/classes/StubProviderTest.cls | 35 | 9 | 38 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force/main/default/classes/StubProviderTest.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force/main/default/classes/StubProviderTest.cls | 40 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force/main/default/classes/StubProviderTest.cls | 46 | 20 | 60 | 3 | 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 'stub_WithMatchingArgs_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
67 | /force/main/default/classes/StubProviderTest.cls | 46 | 20 | 60 | 3 | 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 'stub_WithMatchingArgs_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
68 | /force/main/default/classes/StubProviderTest.cls | 59 | 3 | 59 | 40 | 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. |
68 | /force/main/default/classes/StubProviderTest.cls | 59 | 3 | 59 | 40 | 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. |
69 | /force/main/default/classes/StubProviderTest.cls | 63 | 20 | 77 | 3 | 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 'stub_WithNonMatchingArgs_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
69 | /force/main/default/classes/StubProviderTest.cls | 63 | 20 | 77 | 3 | 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 'stub_WithNonMatchingArgs_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
70 | /force/main/default/classes/StubProviderTest.cls | 76 | 3 | 76 | 40 | 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. |
70 | /force/main/default/classes/StubProviderTest.cls | 76 | 3 | 76 | 40 | 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. |
71 | /force/main/default/classes/StubProviderTest.cls | 80 | 20 | 93 | 3 | 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 'stub_WithOverloadedMethod_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
71 | /force/main/default/classes/StubProviderTest.cls | 80 | 20 | 93 | 3 | 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 'stub_WithOverloadedMethod_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
72 | /force/main/default/classes/StubProviderTest.cls | 90 | 3 | 90 | 60 | 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. |
72 | /force/main/default/classes/StubProviderTest.cls | 90 | 3 | 90 | 60 | 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. |
73 | /force/main/default/classes/StubProviderTest.cls | 91 | 3 | 91 | 64 | 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. |
73 | /force/main/default/classes/StubProviderTest.cls | 91 | 3 | 91 | 64 | 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. |
74 | /force/main/default/classes/StubProviderTest.cls | 92 | 3 | 92 | 45 | 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. |
74 | /force/main/default/classes/StubProviderTest.cls | 92 | 3 | 92 | 45 | 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. |
75 | /force/main/default/classes/StubProviderTest.cls | 96 | 20 | 110 | 3 | 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 'stub_WithNoArgs_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
75 | /force/main/default/classes/StubProviderTest.cls | 96 | 20 | 110 | 3 | 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 'stub_WithNoArgs_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
76 | /force/main/default/classes/StubProviderTest.cls | 109 | 3 | 109 | 40 | 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. |
76 | /force/main/default/classes/StubProviderTest.cls | 109 | 3 | 109 | 40 | 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. |
77 | /force/main/default/classes/StubProviderTest.cls | 113 | 20 | 126 | 3 | 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 'stub_WithMultipleInstances_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
77 | /force/main/default/classes/StubProviderTest.cls | 113 | 20 | 126 | 3 | 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 'stub_WithMultipleInstances_ReturnsStubbedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
78 | /force/main/default/classes/StubProviderTest.cls | 124 | 3 | 124 | 61 | 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. |
78 | /force/main/default/classes/StubProviderTest.cls | 124 | 3 | 124 | 61 | 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. |
79 | /force/main/default/classes/StubProviderTest.cls | 125 | 3 | 125 | 65 | 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. |
79 | /force/main/default/classes/StubProviderTest.cls | 125 | 3 | 125 | 65 | 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. |