Comparison results for https://github.com/SalesforceFoundation/OutboundFundsModule.git

pmd7_2 took 13 seconds to run and found 219 violations

pmd7_3 took 17 seconds to run and found 219 violations

Among the 219 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 6 21 159 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-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 6 21 159 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-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 6 21 159 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 'disbursementsCreateController' doesn't match '[A-Z][a-zA-Z0-9_]*'
2 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 6 21 159 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 'disbursementsCreateController' doesn't match '[A-Z][a-zA-Z0-9_]*'
3 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 21 19 41 6 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-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 21 19 41 6 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-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 49 19 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
4 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 49 19 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
5 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 49 19 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
5 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 49 19 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
6 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 79 20 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
6 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 79 20 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
7 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 92 25 148 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
7 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 92 25 148 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
8 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 112 16 147 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 112 16 147 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 150 12 158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 150 12 158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
10 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 156 16 157 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
10 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 156 16 157 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
11 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 156 9 156 15 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.
11 /force-app/main/default/classes/controllers/disbursementsCreate/disbursementsCreateController.cls 156 9 156 15 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.
12 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 2 9 416 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'disbursementsCreateController_TEST' doesn't match '[A-Z][a-zA-Z0-9_]*'
12 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 2 9 416 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'disbursementsCreateController_TEST' doesn't match '[A-Z][a-zA-Z0-9_]*'
13 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 188 9 188 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.
13 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 188 9 188 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.
14 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 262 53 264 10 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'expected' defined but not used
14 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 262 53 264 10 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'expected' defined but not used
15 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 405 9 405 57 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 405 9 405 57 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 406 9 406 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.
16 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 406 9 406 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.
17 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 407 9 407 81 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 407 9 407 81 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 408 9 408 77 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 408 9 408 77 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 409 9 409 79 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.
19 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 409 9 409 79 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.
20 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 410 9 410 79 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 410 9 410 79 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 411 9 411 88 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 411 9 411 88 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 412 9 412 84 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 412 9 412 84 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 413 9 413 68 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 413 9 413 68 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-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 414 9 414 74 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.
24 /force-app/main/default/classes/controllers/disbursementsCreate/tests/disbursementsCreateController_TEST.cls 414 9 414 74 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.
25 /force-app/main/default/classes/selectors/FundingRequestSelector.cls 1 21 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
25 /force-app/main/default/classes/selectors/FundingRequestSelector.cls 1 21 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
26 /force-app/main/default/classes/selectors/FundingRequestSelector.cls 2 12 16 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 /force-app/main/default/classes/selectors/FundingRequestSelector.cls 2 12 16 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 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 6 19 32 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
27 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 6 19 32 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
28 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 73 20 141 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 'callFundingRequest_MissingCrud' doesn't match '[a-z][a-zA-Z0-9]*'
28 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 73 20 141 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 'callFundingRequest_MissingCrud' doesn't match '[a-z][a-zA-Z0-9]*'
29 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 83 13 86 14 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.
29 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 83 13 86 14 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.
30 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 85 17 85 68 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
30 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 85 17 85 68 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
31 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 88 13 91 14 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.
31 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 88 13 91 14 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.
32 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 90 17 90 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
32 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 90 17 90 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
33 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 93 13 97 14 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.
33 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 93 13 97 14 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.
34 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 95 17 95 95 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
34 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 95 17 95 95 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
35 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 99 13 103 14 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.
35 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 99 13 103 14 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.
36 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 101 17 101 93 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
36 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 101 17 101 93 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
37 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 105 13 109 14 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.
37 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 105 13 109 14 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.
38 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 107 17 107 94 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
38 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 107 17 107 94 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
39 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 111 13 115 14 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-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 111 13 115 14 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-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 113 17 113 94 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
40 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 113 17 113 94 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
41 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 117 13 121 14 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-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 117 13 121 14 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-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 119 17 119 94 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
42 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 119 17 119 94 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
43 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 126 42 128 18 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fundingRequests' defined but not used
43 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 126 42 128 18 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fundingRequests' defined but not used
44 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 144 20 201 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 'callFundingRequest_WithCrudAccess' doesn't match '[a-z][a-zA-Z0-9]*'
44 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 144 20 201 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 'callFundingRequest_WithCrudAccess' doesn't match '[a-z][a-zA-Z0-9]*'
45 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 147 9 147 90 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
45 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 147 9 147 90 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
46 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 147 23 147 74 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
46 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 147 23 147 74 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
47 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 149 9 149 79 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
47 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 149 9 149 79 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
48 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 149 23 149 63 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
48 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 149 23 149 63 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
49 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 151 9 154 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
49 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 151 9 154 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
50 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 152 13 152 91 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
50 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 152 13 152 91 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
51 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 156 9 159 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
51 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 156 9 159 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
52 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 157 13 157 89 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
52 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 157 13 157 89 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
53 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 161 9 164 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
53 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 161 9 164 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
54 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 162 13 162 90 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
54 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 162 13 162 90 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
55 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 166 9 169 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
55 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 166 9 169 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
56 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 167 13 167 90 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
56 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 167 13 167 90 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
57 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 171 9 174 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
57 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 171 9 174 10 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assert' should have 2 parameters.
58 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 172 13 172 90 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
58 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 172 13 172 90 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
59 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 199 9 199 69 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.
59 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 199 9 199 69 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.
60 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 200 9 200 74 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.
60 /force-app/main/default/classes/selectors/tests/FundingRequestSelector_TEST.cls 200 9 200 74 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.
61 /force-app/main/default/classes/services/DatabaseService.cls 1 21 99 2 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-app/main/default/classes/services/DatabaseService.cls 1 21 99 2 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-app/main/default/classes/services/DatabaseService.cls 2 12 23 6 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-app/main/default/classes/services/DatabaseService.cls 2 12 23 6 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-app/main/default/classes/services/DatabaseService.cls 25 12 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
63 /force-app/main/default/classes/services/DatabaseService.cls 25 12 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
64 /force-app/main/default/classes/services/DatabaseService.cls 47 12 63 6 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-app/main/default/classes/services/DatabaseService.cls 47 12 63 6 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-app/main/default/classes/services/DatabaseService.cls 69 25 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
65 /force-app/main/default/classes/services/DatabaseService.cls 69 25 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
66 /force-app/main/default/classes/services/DatabaseService.cls 77 9 78 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.
66 /force-app/main/default/classes/services/DatabaseService.cls 77 9 78 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.
67 /force-app/main/default/classes/services/DatabaseService.cls 78 17 79 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
67 /force-app/main/default/classes/services/DatabaseService.cls 78 17 79 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
68 /force-app/main/default/classes/services/DatabaseService.cls 86 12 90 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
68 /force-app/main/default/classes/services/DatabaseService.cls 86 12 90 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
69 /force-app/main/default/classes/services/DatabaseService.cls 96 12 98 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
69 /force-app/main/default/classes/services/DatabaseService.cls 96 12 98 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
70 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 10 19 23 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 10 19 23 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
71 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 26 20 90 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 'testInsertRecordsEnforceFls_NoObjectLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
71 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 26 20 90 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 'testInsertRecordsEnforceFls_NoObjectLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
72 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 43 18 43 58 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
72 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 43 18 43 58 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
73 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 93 20 186 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 'testInsertRecordsEnforceFls_MissingFieldLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
73 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 93 20 186 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 'testInsertRecordsEnforceFls_MissingFieldLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
74 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 105 34 109 28 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fieldPermission' defined but not used
74 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 105 34 109 28 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fieldPermission' defined but not used
75 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 126 17 126 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
75 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 126 17 126 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
76 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 131 18 131 79 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
76 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 131 18 131 79 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
77 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 189 20 312 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 'testInsertRecordsEnforceFls_WithFieldLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
77 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 189 20 312 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 'testInsertRecordsEnforceFls_WithFieldLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
78 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 201 34 205 27 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fieldPermission' defined but not used
78 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 201 34 205 27 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fieldPermission' defined but not used
79 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 222 17 222 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
79 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 222 17 222 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
80 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 227 17 227 78 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
80 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 227 17 227 78 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
81 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 315 20 383 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 'updateRecordsEnforceFls_NoObjectLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
81 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 315 20 383 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 'updateRecordsEnforceFls_NoObjectLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
82 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 336 18 336 58 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
82 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 336 18 336 58 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
83 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 386 20 483 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 'updateRecordsEnforceFls_MissingFieldLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
83 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 386 20 483 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 'updateRecordsEnforceFls_MissingFieldLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
84 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 398 34 402 28 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fieldPermission' defined but not used
84 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 398 34 402 28 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fieldPermission' defined but not used
85 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 423 17 423 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
85 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 423 17 423 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
86 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 428 18 428 79 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
86 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 428 18 428 79 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
87 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 486 20 633 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 'updateRecordsEnforceFls_WithFieldLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
87 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 486 20 633 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 'updateRecordsEnforceFls_WithFieldLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
88 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 498 34 502 27 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fieldPermission' defined but not used
88 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 498 34 502 27 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fieldPermission' defined but not used
89 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 523 17 523 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
89 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 523 17 523 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
90 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 528 17 528 78 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
90 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 528 17 528 78 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
91 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 636 20 706 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 'deleteRecords_NoObjectLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
91 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 636 20 706 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 'deleteRecords_NoObjectLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
92 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 652 18 652 58 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
92 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 652 18 652 58 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
93 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 709 20 819 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 'deleteRecords_WithObjectLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
93 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 709 20 819 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 'deleteRecords_WithObjectLevelPermission' doesn't match '[a-z][a-zA-Z0-9]*'
94 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 715 35 720 29 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'objectPermission' defined but not used
94 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 715 35 720 29 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'objectPermission' defined but not used
95 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 736 17 736 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
95 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 736 17 736 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
96 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 828 35 833 29 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'objectPermission' defined but not used
96 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 828 35 833 29 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'objectPermission' defined but not used
97 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 875 20 913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
97 /force-app/main/default/classes/services/tests/DatabaseService_TEST.cls 875 20 913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
98 /force-app/main/default/classes/testUtils/TestUser.cls 2 21 1313 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'TestUser' has a total cognitive complexity of 218 (highest 24), current threshold is 50
98 /force-app/main/default/classes/testUtils/TestUser.cls 2 21 1313 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'TestUser' has a total cognitive complexity of 218 (highest 24), current threshold is 50
99 /force-app/main/default/classes/testUtils/TestUser.cls 2 21 1313 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'TestUser' has a Standard Cyclomatic Complexity of 4 (Highest = 17).
99 /force-app/main/default/classes/testUtils/TestUser.cls 2 21 1313 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'TestUser' has a Standard Cyclomatic Complexity of 4 (Highest = 17).
100 /force-app/main/default/classes/testUtils/TestUser.cls 3 33 27 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
100 /force-app/main/default/classes/testUtils/TestUser.cls 3 33 27 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
101 /force-app/main/default/classes/testUtils/TestUser.cls 4 16 6 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
101 /force-app/main/default/classes/testUtils/TestUser.cls 4 16 6 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
102 /force-app/main/default/classes/testUtils/TestUser.cls 29 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
102 /force-app/main/default/classes/testUtils/TestUser.cls 29 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
103 /force-app/main/default/classes/testUtils/TestUser.cls 42 17 42 33 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
103 /force-app/main/default/classes/testUtils/TestUser.cls 42 17 42 33 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
104 /force-app/main/default/classes/testUtils/TestUser.cls 71 19 73 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
104 /force-app/main/default/classes/testUtils/TestUser.cls 71 19 73 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
105 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
105 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
106 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'insertPersonasInTestSetup(List)' has a cognitive complexity of 24, current threshold is 15
106 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'insertPersonasInTestSetup(List)' has a cognitive complexity of 24, current threshold is 15
107 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'insertPersonasInTestSetup(List)' has a cyclomatic complexity of 17.
107 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'insertPersonasInTestSetup(List)' has a cyclomatic complexity of 17.
108 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'insertPersonasInTestSetup()' has an NCSS line count of 87 (limit: 40)
108 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'insertPersonasInTestSetup()' has an NCSS line count of 87 (limit: 40)
109 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'insertPersonasInTestSetup' has a Standard Cyclomatic Complexity of 17.
109 /force-app/main/default/classes/testUtils/TestUser.cls 75 19 399 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'insertPersonasInTestSetup' has a Standard Cyclomatic Complexity of 17.
110 /force-app/main/default/classes/testUtils/TestUser.cls 401 34 580 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
110 /force-app/main/default/classes/testUtils/TestUser.cls 401 34 580 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
111 /force-app/main/default/classes/testUtils/TestUser.cls 410 16 411 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
111 /force-app/main/default/classes/testUtils/TestUser.cls 410 16 411 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
112 /force-app/main/default/classes/testUtils/TestUser.cls 410 16 411 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
112 /force-app/main/default/classes/testUtils/TestUser.cls 410 16 411 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
113 /force-app/main/default/classes/testUtils/TestUser.cls 410 9 410 15 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.
113 /force-app/main/default/classes/testUtils/TestUser.cls 410 9 410 15 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.
114 /force-app/main/default/classes/testUtils/TestUser.cls 416 16 497 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
114 /force-app/main/default/classes/testUtils/TestUser.cls 416 16 497 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
115 /force-app/main/default/classes/testUtils/TestUser.cls 502 25 502 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
115 /force-app/main/default/classes/testUtils/TestUser.cls 502 25 502 46 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
116 /force-app/main/default/classes/testUtils/TestUser.cls 507 25 507 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
116 /force-app/main/default/classes/testUtils/TestUser.cls 507 25 507 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
117 /force-app/main/default/classes/testUtils/TestUser.cls 512 25 512 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
117 /force-app/main/default/classes/testUtils/TestUser.cls 512 25 512 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
118 /force-app/main/default/classes/testUtils/TestUser.cls 517 16 519 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
118 /force-app/main/default/classes/testUtils/TestUser.cls 517 16 519 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
119 /force-app/main/default/classes/testUtils/TestUser.cls 524 24 525 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
119 /force-app/main/default/classes/testUtils/TestUser.cls 524 24 525 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
120 /force-app/main/default/classes/testUtils/TestUser.cls 524 9 524 23 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.
120 /force-app/main/default/classes/testUtils/TestUser.cls 524 9 524 23 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.
121 /force-app/main/default/classes/testUtils/TestUser.cls 531 24 533 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
121 /force-app/main/default/classes/testUtils/TestUser.cls 531 24 533 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
122 /force-app/main/default/classes/testUtils/TestUser.cls 538 24 540 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
122 /force-app/main/default/classes/testUtils/TestUser.cls 538 24 540 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
123 /force-app/main/default/classes/testUtils/TestUser.cls 545 24 547 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
123 /force-app/main/default/classes/testUtils/TestUser.cls 545 24 547 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
124 /force-app/main/default/classes/testUtils/TestUser.cls 561 16 564 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
124 /force-app/main/default/classes/testUtils/TestUser.cls 561 16 564 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
125 /force-app/main/default/classes/testUtils/TestUser.cls 566 16 569 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
125 /force-app/main/default/classes/testUtils/TestUser.cls 566 16 569 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
126 /force-app/main/default/classes/testUtils/TestUser.cls 571 16 574 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
126 /force-app/main/default/classes/testUtils/TestUser.cls 571 16 574 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
127 /force-app/main/default/classes/testUtils/TestUser.cls 576 16 579 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
127 /force-app/main/default/classes/testUtils/TestUser.cls 576 16 579 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
128 /force-app/main/default/classes/testUtils/TestUser.cls 582 19 646 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
128 /force-app/main/default/classes/testUtils/TestUser.cls 582 19 646 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
129 /force-app/main/default/classes/testUtils/TestUser.cls 648 25 781 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
129 /force-app/main/default/classes/testUtils/TestUser.cls 648 25 781 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
130 /force-app/main/default/classes/testUtils/TestUser.cls 692 16 694 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
130 /force-app/main/default/classes/testUtils/TestUser.cls 692 16 694 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
131 /force-app/main/default/classes/testUtils/TestUser.cls 696 16 698 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
131 /force-app/main/default/classes/testUtils/TestUser.cls 696 16 698 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
132 /force-app/main/default/classes/testUtils/TestUser.cls 700 16 769 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
132 /force-app/main/default/classes/testUtils/TestUser.cls 700 16 769 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
133 /force-app/main/default/classes/testUtils/TestUser.cls 729 25 735 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
133 /force-app/main/default/classes/testUtils/TestUser.cls 729 25 735 26 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
134 /force-app/main/default/classes/testUtils/TestUser.cls 771 16 780 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
134 /force-app/main/default/classes/testUtils/TestUser.cls 771 16 780 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
135 /force-app/main/default/classes/testUtils/TestUser.cls 783 21 835 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
135 /force-app/main/default/classes/testUtils/TestUser.cls 783 21 835 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
136 /force-app/main/default/classes/testUtils/TestUser.cls 787 9 787 18 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.
136 /force-app/main/default/classes/testUtils/TestUser.cls 787 9 787 18 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.
137 /force-app/main/default/classes/testUtils/TestUser.cls 794 28 794 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
137 /force-app/main/default/classes/testUtils/TestUser.cls 794 28 794 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
138 /force-app/main/default/classes/testUtils/TestUser.cls 796 16 798 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
138 /force-app/main/default/classes/testUtils/TestUser.cls 796 16 798 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
139 /force-app/main/default/classes/testUtils/TestUser.cls 815 16 817 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
139 /force-app/main/default/classes/testUtils/TestUser.cls 815 16 817 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
140 /force-app/main/default/classes/testUtils/TestUser.cls 837 25 986 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
140 /force-app/main/default/classes/testUtils/TestUser.cls 837 25 986 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
141 /force-app/main/default/classes/testUtils/TestUser.cls 882 16 884 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
141 /force-app/main/default/classes/testUtils/TestUser.cls 882 16 884 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
142 /force-app/main/default/classes/testUtils/TestUser.cls 890 16 892 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
142 /force-app/main/default/classes/testUtils/TestUser.cls 890 16 892 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
143 /force-app/main/default/classes/testUtils/TestUser.cls 894 16 896 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
143 /force-app/main/default/classes/testUtils/TestUser.cls 894 16 896 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
144 /force-app/main/default/classes/testUtils/TestUser.cls 901 16 903 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
144 /force-app/main/default/classes/testUtils/TestUser.cls 901 16 903 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
145 /force-app/main/default/classes/testUtils/TestUser.cls 905 16 910 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
145 /force-app/main/default/classes/testUtils/TestUser.cls 905 16 910 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
146 /force-app/main/default/classes/testUtils/TestUser.cls 912 16 917 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
146 /force-app/main/default/classes/testUtils/TestUser.cls 912 16 917 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
147 /force-app/main/default/classes/testUtils/TestUser.cls 928 16 942 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
147 /force-app/main/default/classes/testUtils/TestUser.cls 928 16 942 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
148 /force-app/main/default/classes/testUtils/TestUser.cls 950 16 981 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
148 /force-app/main/default/classes/testUtils/TestUser.cls 950 16 981 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
149 /force-app/main/default/classes/testUtils/TestUser.cls 983 16 985 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
149 /force-app/main/default/classes/testUtils/TestUser.cls 983 16 985 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /force-app/main/default/classes/testUtils/TestUser.cls 988 25 989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /force-app/main/default/classes/testUtils/TestUser.cls 988 25 989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /force-app/main/default/classes/testUtils/TestUser.cls 991 25 1262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /force-app/main/default/classes/testUtils/TestUser.cls 991 25 1262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
152 /force-app/main/default/classes/testUtils/TestUser.cls 1066 16 1068 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
152 /force-app/main/default/classes/testUtils/TestUser.cls 1066 16 1068 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
153 /force-app/main/default/classes/testUtils/TestUser.cls 1074 16 1076 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
153 /force-app/main/default/classes/testUtils/TestUser.cls 1074 16 1076 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
154 /force-app/main/default/classes/testUtils/TestUser.cls 1078 16 1080 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
154 /force-app/main/default/classes/testUtils/TestUser.cls 1078 16 1080 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
155 /force-app/main/default/classes/testUtils/TestUser.cls 1082 16 1086 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
155 /force-app/main/default/classes/testUtils/TestUser.cls 1082 16 1086 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
156 /force-app/main/default/classes/testUtils/TestUser.cls 1088 16 1092 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
156 /force-app/main/default/classes/testUtils/TestUser.cls 1088 16 1092 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
157 /force-app/main/default/classes/testUtils/TestUser.cls 1094 16 1098 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
157 /force-app/main/default/classes/testUtils/TestUser.cls 1094 16 1098 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
158 /force-app/main/default/classes/testUtils/TestUser.cls 1100 16 1104 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
158 /force-app/main/default/classes/testUtils/TestUser.cls 1100 16 1104 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
159 /force-app/main/default/classes/testUtils/TestUser.cls 1106 16 1110 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
159 /force-app/main/default/classes/testUtils/TestUser.cls 1106 16 1110 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
160 /force-app/main/default/classes/testUtils/TestUser.cls 1112 16 1116 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
160 /force-app/main/default/classes/testUtils/TestUser.cls 1112 16 1116 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
161 /force-app/main/default/classes/testUtils/TestUser.cls 1127 16 1140 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
161 /force-app/main/default/classes/testUtils/TestUser.cls 1127 16 1140 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
162 /force-app/main/default/classes/testUtils/TestUser.cls 1142 16 1151 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
162 /force-app/main/default/classes/testUtils/TestUser.cls 1142 16 1151 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
163 /force-app/main/default/classes/testUtils/TestUser.cls 1153 16 1166 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
163 /force-app/main/default/classes/testUtils/TestUser.cls 1153 16 1166 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
164 /force-app/main/default/classes/testUtils/TestUser.cls 1168 16 1180 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
164 /force-app/main/default/classes/testUtils/TestUser.cls 1168 16 1180 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
165 /force-app/main/default/classes/testUtils/TestUser.cls 1182 16 1196 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
165 /force-app/main/default/classes/testUtils/TestUser.cls 1182 16 1196 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
166 /force-app/main/default/classes/testUtils/TestUser.cls 1198 16 1213 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
166 /force-app/main/default/classes/testUtils/TestUser.cls 1198 16 1213 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
167 /force-app/main/default/classes/testUtils/TestUser.cls 1215 16 1218 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
167 /force-app/main/default/classes/testUtils/TestUser.cls 1215 16 1218 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
168 /force-app/main/default/classes/testUtils/TestUser.cls 1220 16 1240 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
168 /force-app/main/default/classes/testUtils/TestUser.cls 1220 16 1240 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
169 /force-app/main/default/classes/testUtils/TestUser.cls 1242 16 1261 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
169 /force-app/main/default/classes/testUtils/TestUser.cls 1242 16 1261 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
170 /force-app/main/default/classes/testUtils/TestUser.cls 1264 19 1298 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
170 /force-app/main/default/classes/testUtils/TestUser.cls 1264 19 1298 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
171 /force-app/main/default/classes/testUtils/TestUser.cls 1291 13 1291 49 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
171 /force-app/main/default/classes/testUtils/TestUser.cls 1291 13 1291 49 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
172 /force-app/main/default/classes/testUtils/TestUser.cls 1296 13 1296 49 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
172 /force-app/main/default/classes/testUtils/TestUser.cls 1296 13 1296 49 pmd OperationWithLimitsInLoop 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop Avoid operations in loops that may hit governor limits
173 /force-app/main/default/classes/testUtils/TestUser.cls 1300 19 1302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
173 /force-app/main/default/classes/testUtils/TestUser.cls 1300 19 1302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
174 /force-app/main/default/classes/testUtils/TestUser.cls 1304 19 1307 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
174 /force-app/main/default/classes/testUtils/TestUser.cls 1304 19 1307 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
175 /force-app/main/default/classes/testUtils/TestUser.cls 1309 19 1312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
175 /force-app/main/default/classes/testUtils/TestUser.cls 1309 19 1312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
176 /force-app/main/default/classes/testUtils/UnitTest.cls 2 21 534 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'UnitTest' has a total cognitive complexity of 112 (highest 14), current threshold is 50
176 /force-app/main/default/classes/testUtils/UnitTest.cls 2 21 534 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'UnitTest' has a total cognitive complexity of 112 (highest 14), current threshold is 50
177 /force-app/main/default/classes/testUtils/UnitTest.cls 3 28 3 45 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'MOCK_ID_INDEX' doesn't match '[a-z][a-zA-Z0-9]*'
177 /force-app/main/default/classes/testUtils/UnitTest.cls 3 28 3 45 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'MOCK_ID_INDEX' doesn't match '[a-z][a-zA-Z0-9]*'
178 /force-app/main/default/classes/testUtils/UnitTest.cls 10 19 13 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
178 /force-app/main/default/classes/testUtils/UnitTest.cls 10 19 13 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
179 /force-app/main/default/classes/testUtils/UnitTest.cls 10 19 13 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
179 /force-app/main/default/classes/testUtils/UnitTest.cls 10 19 13 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
180 /force-app/main/default/classes/testUtils/UnitTest.cls 20 19 22 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
180 /force-app/main/default/classes/testUtils/UnitTest.cls 20 19 22 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
181 /force-app/main/default/classes/testUtils/UnitTest.cls 21 32 21 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
181 /force-app/main/default/classes/testUtils/UnitTest.cls 21 32 21 57 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
182 /force-app/main/default/classes/testUtils/UnitTest.cls 30 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
182 /force-app/main/default/classes/testUtils/UnitTest.cls 30 19 36 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
183 /force-app/main/default/classes/testUtils/UnitTest.cls 44 19 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
183 /force-app/main/default/classes/testUtils/UnitTest.cls 44 19 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
184 /force-app/main/default/classes/testUtils/UnitTest.cls 45 33 45 58 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
184 /force-app/main/default/classes/testUtils/UnitTest.cls 45 33 45 58 pmd EagerlyLoadedDescribeSObjectResult 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult DescribeSObjectResult could be being loaded eagerly with all child relationships.
185 /force-app/main/default/classes/testUtils/UnitTest.cls 51 25 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
185 /force-app/main/default/classes/testUtils/UnitTest.cls 51 25 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
186 /force-app/main/default/classes/testUtils/UnitTest.cls 57 26 57 50 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'DEBUG_DELIMITER' should be before method declarations in its class
186 /force-app/main/default/classes/testUtils/UnitTest.cls 57 26 57 50 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'DEBUG_DELIMITER' should be before method declarations in its class
187 /force-app/main/default/classes/testUtils/UnitTest.cls 57 26 57 50 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'DEBUG_DELIMITER' doesn't match '[a-z][a-zA-Z0-9]*'
187 /force-app/main/default/classes/testUtils/UnitTest.cls 57 26 57 50 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'DEBUG_DELIMITER' doesn't match '[a-z][a-zA-Z0-9]*'
188 /force-app/main/default/classes/testUtils/UnitTest.cls 63 33 380 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
188 /force-app/main/default/classes/testUtils/UnitTest.cls 63 33 380 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
189 /force-app/main/default/classes/testUtils/UnitTest.cls 70 16 70 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
189 /force-app/main/default/classes/testUtils/UnitTest.cls 70 16 70 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
190 /force-app/main/default/classes/testUtils/UnitTest.cls 79 16 92 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
190 /force-app/main/default/classes/testUtils/UnitTest.cls 79 16 92 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
191 /force-app/main/default/classes/testUtils/UnitTest.cls 99 16 108 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
191 /force-app/main/default/classes/testUtils/UnitTest.cls 99 16 108 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
192 /force-app/main/default/classes/testUtils/UnitTest.cls 122 24 131 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
192 /force-app/main/default/classes/testUtils/UnitTest.cls 122 24 131 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
193 /force-app/main/default/classes/testUtils/UnitTest.cls 122 24 131 10 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
193 /force-app/main/default/classes/testUtils/UnitTest.cls 122 24 131 10 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
194 /force-app/main/default/classes/testUtils/UnitTest.cls 170 16 238 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
194 /force-app/main/default/classes/testUtils/UnitTest.cls 170 16 238 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
195 /force-app/main/default/classes/testUtils/UnitTest.cls 170 16 238 10 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
195 /force-app/main/default/classes/testUtils/UnitTest.cls 170 16 238 10 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
196 /force-app/main/default/classes/testUtils/UnitTest.cls 234 19 235 18 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
196 /force-app/main/default/classes/testUtils/UnitTest.cls 234 19 235 18 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
197 /force-app/main/default/classes/testUtils/UnitTest.cls 245 16 247 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
197 /force-app/main/default/classes/testUtils/UnitTest.cls 245 16 247 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
198 /force-app/main/default/classes/testUtils/UnitTest.cls 253 24 255 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
198 /force-app/main/default/classes/testUtils/UnitTest.cls 253 24 255 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
199 /force-app/main/default/classes/testUtils/UnitTest.cls 262 17 310 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
199 /force-app/main/default/classes/testUtils/UnitTest.cls 262 17 310 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
200 /force-app/main/default/classes/testUtils/UnitTest.cls 262 17 310 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
200 /force-app/main/default/classes/testUtils/UnitTest.cls 262 17 310 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
201 /force-app/main/default/classes/testUtils/UnitTest.cls 262 17 310 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
201 /force-app/main/default/classes/testUtils/UnitTest.cls 262 17 310 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
202 /force-app/main/default/classes/testUtils/UnitTest.cls 266 26 266 67 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'delimiter0' defined but not used
202 /force-app/main/default/classes/testUtils/UnitTest.cls 266 26 266 67 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'delimiter0' defined but not used
203 /force-app/main/default/classes/testUtils/UnitTest.cls 319 16 321 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
203 /force-app/main/default/classes/testUtils/UnitTest.cls 319 16 321 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
204 /force-app/main/default/classes/testUtils/UnitTest.cls 326 16 328 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
204 /force-app/main/default/classes/testUtils/UnitTest.cls 326 16 328 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
205 /force-app/main/default/classes/testUtils/UnitTest.cls 333 16 338 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
205 /force-app/main/default/classes/testUtils/UnitTest.cls 333 16 338 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
206 /force-app/main/default/classes/testUtils/UnitTest.cls 333 16 338 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
206 /force-app/main/default/classes/testUtils/UnitTest.cls 333 16 338 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
207 /force-app/main/default/classes/testUtils/UnitTest.cls 343 16 346 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
207 /force-app/main/default/classes/testUtils/UnitTest.cls 343 16 346 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
208 /force-app/main/default/classes/testUtils/UnitTest.cls 343 16 346 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
208 /force-app/main/default/classes/testUtils/UnitTest.cls 343 16 346 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
209 /force-app/main/default/classes/testUtils/UnitTest.cls 360 16 362 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
209 /force-app/main/default/classes/testUtils/UnitTest.cls 360 16 362 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
210 /force-app/main/default/classes/testUtils/UnitTest.cls 360 16 362 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
210 /force-app/main/default/classes/testUtils/UnitTest.cls 360 16 362 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
211 /force-app/main/default/classes/testUtils/UnitTest.cls 367 16 372 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
211 /force-app/main/default/classes/testUtils/UnitTest.cls 367 16 372 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
212 /force-app/main/default/classes/testUtils/UnitTest.cls 377 16 379 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
212 /force-app/main/default/classes/testUtils/UnitTest.cls 377 16 379 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
213 /force-app/main/default/classes/testUtils/UnitTest.cls 385 19 445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
213 /force-app/main/default/classes/testUtils/UnitTest.cls 385 19 445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
214 /force-app/main/default/classes/testUtils/UnitTest.cls 385 19 445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
214 /force-app/main/default/classes/testUtils/UnitTest.cls 385 19 445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
215 /force-app/main/default/classes/testUtils/UnitTest.cls 447 19 477 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
215 /force-app/main/default/classes/testUtils/UnitTest.cls 447 19 477 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
216 /force-app/main/default/classes/testUtils/UnitTest.cls 483 19 499 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
216 /force-app/main/default/classes/testUtils/UnitTest.cls 483 19 499 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
217 /force-app/main/default/classes/testUtils/UnitTest.cls 504 19 533 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
217 /force-app/main/default/classes/testUtils/UnitTest.cls 504 19 533 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
218 /force-app/main/default/classes/testUtils/UnitTest.cls 504 19 533 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
218 /force-app/main/default/classes/testUtils/UnitTest.cls 504 19 533 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
219 /force-app/main/default/classes/testUtils/UnitTest.cls 504 19 533 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
219 /force-app/main/default/classes/testUtils/UnitTest.cls 504 19 533 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.