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

pmd7_2 took 19 seconds to run and found 319 violations

pmd7_3 took 17 seconds to run and found 319 violations

Among the 319 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 7 21 234 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/manageExpenditures/GauExpendituresManager.cls 7 21 234 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/manageExpenditures/GauExpendituresManager.cls 21 19 39 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
2 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 21 19 39 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
3 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 45 19 102 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/manageExpenditures/GauExpendituresManager.cls 45 19 102 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/manageExpenditures/GauExpendituresManager.cls 45 19 102 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
4 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 45 19 102 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
5 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 111 19 140 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
5 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 111 19 140 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
6 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 111 19 140 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
6 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 111 19 140 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
7 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 145 12 172 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/manageExpenditures/GauExpendituresManager.cls 145 12 172 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/manageExpenditures/GauExpendituresManager.cls 161 16 171 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/manageExpenditures/GauExpendituresManager.cls 161 16 171 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/manageExpenditures/GauExpendituresManager.cls 177 12 218 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 177 12 218 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
10 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 196 16 210 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/manageExpenditures/GauExpendituresManager.cls 196 16 210 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/manageExpenditures/GauExpendituresManager.cls 215 9 216 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.
11 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 215 9 216 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.
12 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 216 17 217 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
12 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 216 17 217 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
13 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 224 12 233 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
13 /force-app/main/default/classes/controllers/manageExpenditures/GauExpendituresManager.cls 224 12 233 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
14 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 2 21 909 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'GauExpendituresManager_TEST' has a total cognitive complexity of 712 (highest 40), current threshold is 50
14 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 2 21 909 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'GauExpendituresManager_TEST' has a total cognitive complexity of 712 (highest 40), current threshold is 50
15 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 3 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 comment
15 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 3 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 comment
16 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 3 19 46 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(GauExpendituresManager.GauExpenditureWrapper, GauExpendituresManager.GauExpenditureWrapper, Integer)' has a cognitive complexity of 40, current threshold is 15
16 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 3 19 46 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(GauExpendituresManager.GauExpenditureWrapper, GauExpendituresManager.GauExpenditureWrapper, Integer)' has a cognitive complexity of 40, current threshold is 15
17 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 9 13 9 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
17 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 9 13 9 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
18 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 11 13 11 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
18 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 11 13 11 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
19 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 48 19 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 48 19 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 48 19 68 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(List, List)' has a cognitive complexity of 16, current threshold is 15
20 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 48 19 68 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(List, List)' has a cognitive complexity of 16, current threshold is 15
21 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 53 13 53 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
21 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 53 13 53 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
22 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 55 13 55 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
22 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 55 13 55 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
23 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 70 19 100 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
23 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 70 19 100 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 70 19 100 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(GauExpendituresManager.DisbursementWrapper, GauExpendituresManager.DisbursementWrapper)' has a cognitive complexity of 29, current threshold is 15
24 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 70 19 100 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(GauExpendituresManager.DisbursementWrapper, GauExpendituresManager.DisbursementWrapper)' has a cognitive complexity of 29, current threshold is 15
25 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 75 13 75 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
25 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 75 13 75 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
26 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 77 13 77 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
26 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 77 13 77 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
27 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 102 19 140 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/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 102 19 140 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/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 102 19 140 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(GauExpendituresManager.LookupSearchResult, GauExpendituresManager.LookupSearchResult, Integer)' has a cognitive complexity of 32, current threshold is 15
28 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 102 19 140 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(GauExpendituresManager.LookupSearchResult, GauExpendituresManager.LookupSearchResult, Integer)' has a cognitive complexity of 32, current threshold is 15
29 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 108 13 108 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
29 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 108 13 108 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
30 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 110 13 110 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
30 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 110 13 110 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
31 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 142 19 162 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
31 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 142 19 162 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
32 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 142 19 162 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(List, List)' has a cognitive complexity of 16, current threshold is 15
32 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 142 19 162 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'assertEquals(List, List)' has a cognitive complexity of 16, current threshold is 15
33 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 147 13 147 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
33 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 147 13 147 46 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
34 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 149 13 149 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
34 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 149 13 149 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
35 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 165 20 215 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 'GauExpenditureWrapper_NonNullGauId' doesn't match '[a-z][a-zA-Z0-9]*'
35 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 165 20 215 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 'GauExpenditureWrapper_NonNullGauId' doesn't match '[a-z][a-zA-Z0-9]*'
36 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 166 22 166 96 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauExpenditureObjectName' defined but not used
36 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 166 22 166 96 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauExpenditureObjectName' defined but not used
37 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 167 22 167 116 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'disbursementFieldName' defined but not used
37 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 167 22 167 116 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'disbursementFieldName' defined but not used
38 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 168 22 168 104 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'amountFieldName' defined but not used
38 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 168 22 168 104 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'amountFieldName' defined but not used
39 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 170 22 170 81 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauRelationshipName' defined but not used
39 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 170 22 170 81 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauRelationshipName' defined but not used
40 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 209 9 209 55 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.
40 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 209 9 209 55 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.
41 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 210 9 210 49 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/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 210 9 210 49 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/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 211 9 211 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
42 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 211 9 211 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
43 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 212 9 212 51 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.
43 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 212 9 212 51 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.
44 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 213 9 213 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
44 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 213 9 213 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
45 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 214 9 214 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
45 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 214 9 214 49 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
46 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 218 20 255 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 'GauExpenditureWrapper_NullGauId' doesn't match '[a-z][a-zA-Z0-9]*'
46 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 218 20 255 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 'GauExpenditureWrapper_NullGauId' doesn't match '[a-z][a-zA-Z0-9]*'
47 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 219 22 219 96 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauExpenditureObjectName' defined but not used
47 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 219 22 219 96 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauExpenditureObjectName' defined but not used
48 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 220 22 220 116 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'disbursementFieldName' defined but not used
48 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 220 22 220 116 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'disbursementFieldName' defined but not used
49 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 221 22 221 104 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'amountFieldName' defined but not used
49 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 221 22 221 104 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'amountFieldName' defined but not used
50 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 249 9 249 55 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.
50 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 249 9 249 55 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.
51 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 250 9 250 49 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.
51 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 250 9 250 49 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.
52 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 251 9 251 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
52 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 251 9 251 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
53 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 252 9 252 51 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.
53 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 252 9 252 51 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.
54 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 253 9 253 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
54 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 253 9 253 61 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
55 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 254 9 254 49 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.
55 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 254 9 254 49 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.
56 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 258 20 370 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 'DisbursementWrapper' doesn't match '[a-z][a-zA-Z0-9]*'
56 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 258 20 370 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 'DisbursementWrapper' doesn't match '[a-z][a-zA-Z0-9]*'
57 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 259 22 259 96 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauExpenditureObjectName' defined but not used
57 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 259 22 259 96 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauExpenditureObjectName' defined but not used
58 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 260 22 260 116 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'disbursementFieldName' defined but not used
58 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 260 22 260 116 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'disbursementFieldName' defined but not used
59 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 261 22 261 104 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'amountFieldName' defined but not used
59 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 261 22 261 104 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'amountFieldName' defined but not used
60 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 263 22 263 81 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauRelationshipName' defined but not used
60 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 263 22 263 81 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'gauRelationshipName' defined but not used
61 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 362 9 362 55 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.
61 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 362 9 362 55 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.
62 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 363 9 363 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
62 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 363 9 363 47 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
63 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 364 9 364 51 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.
63 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 364 9 364 51 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.
64 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 365 9 365 51 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.
64 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 365 9 365 51 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.
65 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 373 20 408 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 'getDisbursement_QueryFindsNoRecords' doesn't match '[a-z][a-zA-Z0-9]*'
65 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 373 20 408 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 'getDisbursement_QueryFindsNoRecords' doesn't match '[a-z][a-zA-Z0-9]*'
66 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 411 20 448 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
66 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 411 20 448 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
67 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 411 20 448 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 'getDisbursement_QueryFindsRecords' doesn't match '[a-z][a-zA-Z0-9]*'
67 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 411 20 448 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 'getDisbursement_QueryFindsRecords' doesn't match '[a-z][a-zA-Z0-9]*'
68 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 451 20 500 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 'getDisbursement_QueryThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
68 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 451 20 500 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 'getDisbursement_QueryThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
69 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 454 47 458 10 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'disbursements' defined but not used
69 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 454 47 458 10 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'disbursements' defined but not used
70 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 503 20 626 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
70 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 503 20 626 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
71 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 503 20 626 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 'upsertGauExpenditures_DeletesUpdatesAndInserts' doesn't match '[a-z][a-zA-Z0-9]*'
71 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 503 20 626 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 'upsertGauExpenditures_DeletesUpdatesAndInserts' doesn't match '[a-z][a-zA-Z0-9]*'
72 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 598 37 598 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actualException' defined but not used
72 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 598 37 598 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actualException' defined but not used
73 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 629 20 762 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 'upsertGauExpenditures_ExceptionThrown' doesn't match '[a-z][a-zA-Z0-9]*'
73 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 629 20 762 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 'upsertGauExpenditures_ExceptionThrown' doesn't match '[a-z][a-zA-Z0-9]*'
74 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 765 20 798 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
74 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 765 20 798 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
75 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 765 20 798 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 'searchActiveGeneralAccountingUnitsLikeName_QueryReturnsNoRecords' doesn't match '[a-z][a-zA-Z0-9]*'
75 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 765 20 798 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 'searchActiveGeneralAccountingUnitsLikeName_QueryReturnsNoRecords' doesn't match '[a-z][a-zA-Z0-9]*'
76 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 801 20 857 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
76 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 801 20 857 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
77 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 801 20 857 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 'searchActiveGeneralAccountingUnitsLikeName_QueryReturnsRecords' doesn't match '[a-z][a-zA-Z0-9]*'
77 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 801 20 857 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 'searchActiveGeneralAccountingUnitsLikeName_QueryReturnsRecords' doesn't match '[a-z][a-zA-Z0-9]*'
78 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 860 20 908 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 'searchActiveGeneralAccountingUnitsLikeName_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
78 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 860 20 908 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 'searchActiveGeneralAccountingUnitsLikeName_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
79 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 885 67 887 14 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actual' defined but not used
79 /force-app/main/default/classes/controllers/manageExpenditures/tests/GauExpendituresManager_TEST.cls 885 67 887 14 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actual' defined but not used
80 /force-app/main/default/classes/services/Database/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
80 /force-app/main/default/classes/services/Database/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
81 /force-app/main/default/classes/services/Database/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
81 /force-app/main/default/classes/services/Database/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
82 /force-app/main/default/classes/services/Database/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
82 /force-app/main/default/classes/services/Database/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
83 /force-app/main/default/classes/services/Database/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
83 /force-app/main/default/classes/services/Database/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
84 /force-app/main/default/classes/services/Database/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
84 /force-app/main/default/classes/services/Database/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
85 /force-app/main/default/classes/services/Database/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.
85 /force-app/main/default/classes/services/Database/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.
86 /force-app/main/default/classes/services/Database/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
86 /force-app/main/default/classes/services/Database/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
87 /force-app/main/default/classes/services/Database/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
87 /force-app/main/default/classes/services/Database/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
88 /force-app/main/default/classes/services/Database/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
88 /force-app/main/default/classes/services/Database/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
89 /force-app/main/default/classes/services/Database/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
89 /force-app/main/default/classes/services/Database/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
90 /force-app/main/default/classes/services/Database/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]*'
90 /force-app/main/default/classes/services/Database/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]*'
91 /force-app/main/default/classes/services/Database/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.
91 /force-app/main/default/classes/services/Database/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.
92 /force-app/main/default/classes/services/Database/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]*'
92 /force-app/main/default/classes/services/Database/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]*'
93 /force-app/main/default/classes/services/Database/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
93 /force-app/main/default/classes/services/Database/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
94 /force-app/main/default/classes/services/Database/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.
94 /force-app/main/default/classes/services/Database/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.
95 /force-app/main/default/classes/services/Database/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.
95 /force-app/main/default/classes/services/Database/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.
96 /force-app/main/default/classes/services/Database/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]*'
96 /force-app/main/default/classes/services/Database/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]*'
97 /force-app/main/default/classes/services/Database/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
97 /force-app/main/default/classes/services/Database/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
98 /force-app/main/default/classes/services/Database/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.
98 /force-app/main/default/classes/services/Database/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.
99 /force-app/main/default/classes/services/Database/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.
99 /force-app/main/default/classes/services/Database/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.
100 /force-app/main/default/classes/services/Database/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]*'
100 /force-app/main/default/classes/services/Database/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]*'
101 /force-app/main/default/classes/services/Database/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.
101 /force-app/main/default/classes/services/Database/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.
102 /force-app/main/default/classes/services/Database/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]*'
102 /force-app/main/default/classes/services/Database/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]*'
103 /force-app/main/default/classes/services/Database/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
103 /force-app/main/default/classes/services/Database/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
104 /force-app/main/default/classes/services/Database/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.
104 /force-app/main/default/classes/services/Database/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.
105 /force-app/main/default/classes/services/Database/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.
105 /force-app/main/default/classes/services/Database/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.
106 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 486 20 621 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]*'
106 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 486 20 621 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]*'
107 /force-app/main/default/classes/services/Database/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
107 /force-app/main/default/classes/services/Database/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
108 /force-app/main/default/classes/services/Database/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.
108 /force-app/main/default/classes/services/Database/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.
109 /force-app/main/default/classes/services/Database/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.
109 /force-app/main/default/classes/services/Database/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.
110 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 624 20 694 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]*'
110 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 624 20 694 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]*'
111 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 640 18 640 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.
111 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 640 18 640 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.
112 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 697 20 807 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]*'
112 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 697 20 807 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]*'
113 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 703 35 708 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
113 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 703 35 708 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
114 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 724 17 724 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.
114 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 724 17 724 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.
115 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 816 35 821 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
115 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 816 35 821 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
116 /force-app/main/default/classes/services/Database/tests/DatabaseService_TEST.cls 863 20 901 6 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/services/Database/tests/DatabaseService_TEST.cls 863 20 901 6 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/services/GauExpenditure/GauExpenditureSelector.cls 1 21 70 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
117 /force-app/main/default/classes/services/GauExpenditure/GauExpenditureSelector.cls 1 21 70 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
118 /force-app/main/default/classes/services/GauExpenditure/GauExpenditureSelector.cls 2 12 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
118 /force-app/main/default/classes/services/GauExpenditure/GauExpenditureSelector.cls 2 12 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
119 /force-app/main/default/classes/services/GauExpenditure/GauExpenditureSelector.cls 33 12 54 6 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/services/GauExpenditure/GauExpenditureSelector.cls 33 12 54 6 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/services/GauExpenditure/GauExpenditureSelector.cls 33 12 54 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
120 /force-app/main/default/classes/services/GauExpenditure/GauExpenditureSelector.cls 33 12 54 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
121 /force-app/main/default/classes/services/GauExpenditure/GauExpenditureSelector.cls 56 12 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
121 /force-app/main/default/classes/services/GauExpenditure/GauExpenditureSelector.cls 56 12 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
122 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 86 19 92 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
122 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 86 19 92 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
123 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 95 20 232 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 'getDisbursementsById_WithPermissions' doesn't match '[a-z][a-zA-Z0-9]*'
123 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 95 20 232 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 'getDisbursementsById_WithPermissions' doesn't match '[a-z][a-zA-Z0-9]*'
124 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 95 20 232 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'getDisbursementsById_WithPermissions()' has an NCSS line count of 43 (limit: 40)
124 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 95 20 232 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'getDisbursementsById_WithPermissions()' has an NCSS line count of 43 (limit: 40)
125 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 103 9 103 83 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.
125 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 103 9 103 83 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.
126 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 104 9 106 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.
126 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 104 9 106 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.
127 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 107 9 109 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.
127 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 107 9 109 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.
128 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 110 9 112 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.
128 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 110 9 112 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.
129 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 114 9 114 76 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.
129 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 114 9 114 76 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.
130 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 115 9 117 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.
130 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 115 9 117 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.
131 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 118 9 120 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.
131 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 118 9 120 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.
132 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 122 9 122 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.
132 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 122 9 122 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.
133 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 123 9 125 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.
133 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 123 9 125 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.
134 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 126 9 128 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.
134 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 126 9 128 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.
135 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 185 9 185 58 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.
135 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 185 9 185 58 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.
136 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 186 9 186 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
136 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 186 9 186 53 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
137 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 187 9 187 65 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
137 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 187 9 187 65 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
138 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 188 9 188 72 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.
138 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 188 9 188 72 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.
139 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 190 9 190 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.
139 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 190 9 190 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.
140 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 203 13 203 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
140 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 203 13 203 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
141 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 204 13 207 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.
141 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 204 13 207 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.
142 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 208 13 208 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
142 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 208 13 208 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
143 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 214 13 214 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
143 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 214 13 214 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
144 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 215 13 218 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.
144 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 215 13 218 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.
145 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 219 13 219 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
145 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 219 13 219 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
146 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 225 13 225 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
146 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 225 13 225 54 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertNotEquals' should have 3 parameters.
147 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 226 13 229 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.
147 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 226 13 229 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.
148 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 230 13 230 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
148 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 230 13 230 60 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
149 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 235 20 316 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 'getDisbursementsById_MissingCrud' doesn't match '[a-z][a-zA-Z0-9]*'
149 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 235 20 316 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 'getDisbursementsById_MissingCrud' doesn't match '[a-z][a-zA-Z0-9]*'
150 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 248 13 251 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.
150 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 248 13 251 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.
151 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 250 17 250 75 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.
151 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 250 17 250 75 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.
152 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 252 13 256 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.
152 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 252 13 256 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.
153 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 254 17 254 87 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.
153 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 254 17 254 87 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.
154 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 257 13 261 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.
154 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 257 13 261 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.
155 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 259 17 259 102 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.
155 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 259 17 259 102 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.
156 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 262 13 266 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.
156 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 262 13 266 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.
157 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 264 17 264 102 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.
157 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 264 17 264 102 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.
158 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 268 13 271 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.
158 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 268 13 271 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.
159 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 270 17 270 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.
159 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 270 17 270 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.
160 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 272 13 276 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.
160 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 272 13 276 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.
161 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 274 17 274 85 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.
161 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 274 17 274 85 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.
162 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 277 13 281 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.
162 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 277 13 281 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.
163 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 279 17 279 102 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.
163 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 279 17 279 102 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.
164 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 283 13 287 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.
164 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 283 13 287 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.
165 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 285 17 285 82 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.
165 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 285 17 285 82 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.
166 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 288 13 292 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.
166 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 288 13 292 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.
167 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 290 17 290 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.
167 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 290 17 290 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.
168 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 293 13 297 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.
168 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 293 13 297 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.
169 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 295 17 295 105 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.
169 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 295 17 295 105 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.
170 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 319 20 464 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 'getExpendituresToDelete_WithPermissions' doesn't match '[a-z][a-zA-Z0-9]*'
170 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 319 20 464 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 'getExpendituresToDelete_WithPermissions' doesn't match '[a-z][a-zA-Z0-9]*'
171 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 355 9 355 76 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.
171 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 355 9 355 76 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.
172 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 357 9 359 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.
172 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 357 9 359 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.
173 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 467 20 508 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 'getExpendituresToDelete_MissingCrud' doesn't match '[a-z][a-zA-Z0-9]*'
173 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 467 20 508 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 'getExpendituresToDelete_MissingCrud' doesn't match '[a-z][a-zA-Z0-9]*'
174 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 481 13 484 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.
174 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 481 13 484 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.
175 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 483 17 483 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.
175 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 483 17 483 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.
176 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 486 13 489 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.
176 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 486 13 489 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.
177 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 511 20 547 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 'getActiveGeneralAccountUnitsLikeName_WithPermissions_nullName' doesn't match '[a-z][a-zA-Z0-9]*'
177 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 511 20 547 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 'getActiveGeneralAccountUnitsLikeName_WithPermissions_nullName' doesn't match '[a-z][a-zA-Z0-9]*'
178 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 525 9 525 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.
178 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 525 9 525 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.
179 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 526 9 528 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.
179 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 526 9 528 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.
180 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 529 9 531 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.
180 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 529 9 531 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.
181 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 550 20 586 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 'getActiveGeneralAccountUnitsLikeName_WithPermissions_blankName' doesn't match '[a-z][a-zA-Z0-9]*'
181 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 550 20 586 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 'getActiveGeneralAccountUnitsLikeName_WithPermissions_blankName' doesn't match '[a-z][a-zA-Z0-9]*'
182 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 564 9 564 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.
182 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 564 9 564 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.
183 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 565 9 567 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.
183 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 565 9 567 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.
184 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 568 9 570 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.
184 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 568 9 570 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.
185 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 589 20 634 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 'getActiveGeneralAccountUnitsLikeName_WithPermissions_NameWithEscapedSingleQuote' doesn't match '[a-z][a-zA-Z0-9]*'
185 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 589 20 634 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 'getActiveGeneralAccountUnitsLikeName_WithPermissions_NameWithEscapedSingleQuote' doesn't match '[a-z][a-zA-Z0-9]*'
186 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 612 9 612 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.
186 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 612 9 612 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.
187 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 613 9 615 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.
187 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 613 9 615 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.
188 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 616 9 618 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.
188 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 616 9 618 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.
189 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 637 20 685 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 'getActiveGeneralAccountUnitsLikeName_MissingCrud' doesn't match '[a-z][a-zA-Z0-9]*'
189 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 637 20 685 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 'getActiveGeneralAccountUnitsLikeName_MissingCrud' doesn't match '[a-z][a-zA-Z0-9]*'
190 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 650 13 654 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.
190 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 650 13 654 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.
191 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 652 17 652 82 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.
191 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 652 17 652 82 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.
192 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 655 13 659 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.
192 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 655 13 659 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.
193 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 657 17 657 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.
193 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 657 17 657 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.
194 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 660 13 664 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.
194 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 660 13 664 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.
195 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 662 17 662 110 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.
195 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 662 17 662 110 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.
196 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 670 62 672 18 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actual' defined but not used
196 /force-app/main/default/classes/services/GauExpenditure/tests/GauExpenditureSelector_TEST.cls 670 62 672 18 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actual' defined but not used
197 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 2 21 1318 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
197 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 2 21 1318 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
198 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 2 21 1318 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).
198 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 2 21 1318 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).
199 /force-app/main/default/classes/testUtils/TestUser/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
199 /force-app/main/default/classes/testUtils/TestUser/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
200 /force-app/main/default/classes/testUtils/TestUser/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
200 /force-app/main/default/classes/testUtils/TestUser/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
201 /force-app/main/default/classes/testUtils/TestUser/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
201 /force-app/main/default/classes/testUtils/TestUser/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
202 /force-app/main/default/classes/testUtils/TestUser/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
202 /force-app/main/default/classes/testUtils/TestUser/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
203 /force-app/main/default/classes/testUtils/TestUser/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
203 /force-app/main/default/classes/testUtils/TestUser/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
204 /force-app/main/default/classes/testUtils/TestUser/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
204 /force-app/main/default/classes/testUtils/TestUser/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
205 /force-app/main/default/classes/testUtils/TestUser/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
205 /force-app/main/default/classes/testUtils/TestUser/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
206 /force-app/main/default/classes/testUtils/TestUser/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.
206 /force-app/main/default/classes/testUtils/TestUser/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.
207 /force-app/main/default/classes/testUtils/TestUser/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)
207 /force-app/main/default/classes/testUtils/TestUser/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)
208 /force-app/main/default/classes/testUtils/TestUser/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.
208 /force-app/main/default/classes/testUtils/TestUser/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.
209 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 401 34 585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
209 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 401 34 585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
210 /force-app/main/default/classes/testUtils/TestUser/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
210 /force-app/main/default/classes/testUtils/TestUser/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
211 /force-app/main/default/classes/testUtils/TestUser/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
211 /force-app/main/default/classes/testUtils/TestUser/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
212 /force-app/main/default/classes/testUtils/TestUser/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.
212 /force-app/main/default/classes/testUtils/TestUser/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.
213 /force-app/main/default/classes/testUtils/TestUser/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
213 /force-app/main/default/classes/testUtils/TestUser/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
214 /force-app/main/default/classes/testUtils/TestUser/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
214 /force-app/main/default/classes/testUtils/TestUser/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
215 /force-app/main/default/classes/testUtils/TestUser/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
215 /force-app/main/default/classes/testUtils/TestUser/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
216 /force-app/main/default/classes/testUtils/TestUser/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
216 /force-app/main/default/classes/testUtils/TestUser/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
217 /force-app/main/default/classes/testUtils/TestUser/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
217 /force-app/main/default/classes/testUtils/TestUser/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
218 /force-app/main/default/classes/testUtils/TestUser/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
218 /force-app/main/default/classes/testUtils/TestUser/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
219 /force-app/main/default/classes/testUtils/TestUser/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.
219 /force-app/main/default/classes/testUtils/TestUser/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.
220 /force-app/main/default/classes/testUtils/TestUser/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
220 /force-app/main/default/classes/testUtils/TestUser/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
221 /force-app/main/default/classes/testUtils/TestUser/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
221 /force-app/main/default/classes/testUtils/TestUser/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
222 /force-app/main/default/classes/testUtils/TestUser/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
222 /force-app/main/default/classes/testUtils/TestUser/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
223 /force-app/main/default/classes/testUtils/TestUser/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
223 /force-app/main/default/classes/testUtils/TestUser/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
224 /force-app/main/default/classes/testUtils/TestUser/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
224 /force-app/main/default/classes/testUtils/TestUser/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
225 /force-app/main/default/classes/testUtils/TestUser/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
225 /force-app/main/default/classes/testUtils/TestUser/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
226 /force-app/main/default/classes/testUtils/TestUser/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
226 /force-app/main/default/classes/testUtils/TestUser/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
227 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 581 16 584 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
227 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 581 16 584 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 587 19 651 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
228 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 587 19 651 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 653 25 786 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
229 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 653 25 786 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
230 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 697 16 699 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
230 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 697 16 699 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
231 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 701 16 703 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
231 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 701 16 703 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
232 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 705 16 774 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
232 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 705 16 774 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
233 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 734 25 740 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
233 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 734 25 740 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
234 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 776 16 785 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
234 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 776 16 785 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
235 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 788 21 840 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
235 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 788 21 840 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
236 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 792 9 792 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.
236 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 792 9 792 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.
237 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 799 28 799 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
237 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 799 28 799 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
238 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 801 16 803 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
238 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 801 16 803 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
239 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 820 16 822 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
239 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 820 16 822 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
240 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 842 25 991 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
240 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 842 25 991 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
241 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 887 16 889 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
241 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 887 16 889 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
242 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 895 16 897 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
242 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 895 16 897 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
243 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 899 16 901 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
243 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 899 16 901 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
244 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 906 16 908 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
244 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 906 16 908 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
245 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 910 16 915 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
245 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 910 16 915 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
246 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 917 16 922 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
246 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 917 16 922 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
247 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 933 16 947 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
247 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 933 16 947 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
248 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 955 16 986 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
248 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 955 16 986 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
249 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 988 16 990 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
249 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 988 16 990 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
250 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 993 25 994 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
250 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 993 25 994 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
251 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 996 25 1267 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
251 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 996 25 1267 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
252 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1071 16 1073 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
252 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1071 16 1073 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
253 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1079 16 1081 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
253 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1079 16 1081 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
254 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1083 16 1085 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
254 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1083 16 1085 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
255 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1087 16 1091 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
255 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1087 16 1091 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
256 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1093 16 1097 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
256 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1093 16 1097 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
257 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1099 16 1103 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
257 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1099 16 1103 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
258 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1105 16 1109 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
258 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1105 16 1109 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
259 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1111 16 1115 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
259 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1111 16 1115 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
260 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1117 16 1121 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
260 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1117 16 1121 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
261 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1132 16 1145 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
261 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1132 16 1145 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
262 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1147 16 1156 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
262 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1147 16 1156 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
263 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1158 16 1171 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
263 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1158 16 1171 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
264 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1173 16 1185 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
264 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1173 16 1185 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
265 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1187 16 1201 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
265 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1187 16 1201 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
266 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1203 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
266 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1203 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
267 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1220 16 1223 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
267 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1220 16 1223 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
268 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1225 16 1245 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
268 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1225 16 1245 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
269 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1247 16 1266 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
269 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1247 16 1266 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
270 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1269 19 1303 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
270 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1269 19 1303 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
271 /force-app/main/default/classes/testUtils/TestUser/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
271 /force-app/main/default/classes/testUtils/TestUser/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
272 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1301 13 1301 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
272 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1301 13 1301 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
273 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1305 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
273 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1305 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
274 /force-app/main/default/classes/testUtils/TestUser/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
274 /force-app/main/default/classes/testUtils/TestUser/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
275 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1314 19 1317 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
275 /force-app/main/default/classes/testUtils/TestUser/TestUser.cls 1314 19 1317 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
276 /force-app/main/default/classes/testUtils/UnitTest/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
276 /force-app/main/default/classes/testUtils/UnitTest/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
277 /force-app/main/default/classes/testUtils/UnitTest/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]*'
277 /force-app/main/default/classes/testUtils/UnitTest/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]*'
278 /force-app/main/default/classes/testUtils/UnitTest/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
278 /force-app/main/default/classes/testUtils/UnitTest/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
279 /force-app/main/default/classes/testUtils/UnitTest/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
279 /force-app/main/default/classes/testUtils/UnitTest/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
280 /force-app/main/default/classes/testUtils/UnitTest/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
280 /force-app/main/default/classes/testUtils/UnitTest/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
281 /force-app/main/default/classes/testUtils/UnitTest/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.
281 /force-app/main/default/classes/testUtils/UnitTest/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.
282 /force-app/main/default/classes/testUtils/UnitTest/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
282 /force-app/main/default/classes/testUtils/UnitTest/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
283 /force-app/main/default/classes/testUtils/UnitTest/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
283 /force-app/main/default/classes/testUtils/UnitTest/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
284 /force-app/main/default/classes/testUtils/UnitTest/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.
284 /force-app/main/default/classes/testUtils/UnitTest/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.
285 /force-app/main/default/classes/testUtils/UnitTest/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
285 /force-app/main/default/classes/testUtils/UnitTest/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
286 /force-app/main/default/classes/testUtils/UnitTest/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
286 /force-app/main/default/classes/testUtils/UnitTest/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
287 /force-app/main/default/classes/testUtils/UnitTest/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]*'
287 /force-app/main/default/classes/testUtils/UnitTest/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]*'
288 /force-app/main/default/classes/testUtils/UnitTest/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
288 /force-app/main/default/classes/testUtils/UnitTest/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
289 /force-app/main/default/classes/testUtils/UnitTest/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
289 /force-app/main/default/classes/testUtils/UnitTest/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
290 /force-app/main/default/classes/testUtils/UnitTest/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
290 /force-app/main/default/classes/testUtils/UnitTest/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
291 /force-app/main/default/classes/testUtils/UnitTest/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
291 /force-app/main/default/classes/testUtils/UnitTest/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
292 /force-app/main/default/classes/testUtils/UnitTest/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
292 /force-app/main/default/classes/testUtils/UnitTest/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
293 /force-app/main/default/classes/testUtils/UnitTest/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.
293 /force-app/main/default/classes/testUtils/UnitTest/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.
294 /force-app/main/default/classes/testUtils/UnitTest/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
294 /force-app/main/default/classes/testUtils/UnitTest/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
295 /force-app/main/default/classes/testUtils/UnitTest/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.
295 /force-app/main/default/classes/testUtils/UnitTest/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.
296 /force-app/main/default/classes/testUtils/UnitTest/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
296 /force-app/main/default/classes/testUtils/UnitTest/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
297 /force-app/main/default/classes/testUtils/UnitTest/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
297 /force-app/main/default/classes/testUtils/UnitTest/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
298 /force-app/main/default/classes/testUtils/UnitTest/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
298 /force-app/main/default/classes/testUtils/UnitTest/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
299 /force-app/main/default/classes/testUtils/UnitTest/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
299 /force-app/main/default/classes/testUtils/UnitTest/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
300 /force-app/main/default/classes/testUtils/UnitTest/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
300 /force-app/main/default/classes/testUtils/UnitTest/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
301 /force-app/main/default/classes/testUtils/UnitTest/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
301 /force-app/main/default/classes/testUtils/UnitTest/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
302 /force-app/main/default/classes/testUtils/UnitTest/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
302 /force-app/main/default/classes/testUtils/UnitTest/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
303 /force-app/main/default/classes/testUtils/UnitTest/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
303 /force-app/main/default/classes/testUtils/UnitTest/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
304 /force-app/main/default/classes/testUtils/UnitTest/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
304 /force-app/main/default/classes/testUtils/UnitTest/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
305 /force-app/main/default/classes/testUtils/UnitTest/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
305 /force-app/main/default/classes/testUtils/UnitTest/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
306 /force-app/main/default/classes/testUtils/UnitTest/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
306 /force-app/main/default/classes/testUtils/UnitTest/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
307 /force-app/main/default/classes/testUtils/UnitTest/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
307 /force-app/main/default/classes/testUtils/UnitTest/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
308 /force-app/main/default/classes/testUtils/UnitTest/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
308 /force-app/main/default/classes/testUtils/UnitTest/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
309 /force-app/main/default/classes/testUtils/UnitTest/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
309 /force-app/main/default/classes/testUtils/UnitTest/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
310 /force-app/main/default/classes/testUtils/UnitTest/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
310 /force-app/main/default/classes/testUtils/UnitTest/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
311 /force-app/main/default/classes/testUtils/UnitTest/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
311 /force-app/main/default/classes/testUtils/UnitTest/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
312 /force-app/main/default/classes/testUtils/UnitTest/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
312 /force-app/main/default/classes/testUtils/UnitTest/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
313 /force-app/main/default/classes/testUtils/UnitTest/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
313 /force-app/main/default/classes/testUtils/UnitTest/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
314 /force-app/main/default/classes/testUtils/UnitTest/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
314 /force-app/main/default/classes/testUtils/UnitTest/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
315 /force-app/main/default/classes/testUtils/UnitTest/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
315 /force-app/main/default/classes/testUtils/UnitTest/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
316 /force-app/main/default/classes/testUtils/UnitTest/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
316 /force-app/main/default/classes/testUtils/UnitTest/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
317 /force-app/main/default/classes/testUtils/UnitTest/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
317 /force-app/main/default/classes/testUtils/UnitTest/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
318 /force-app/main/default/classes/testUtils/UnitTest/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
318 /force-app/main/default/classes/testUtils/UnitTest/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
319 /force-app/main/default/classes/testUtils/UnitTest/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.
319 /force-app/main/default/classes/testUtils/UnitTest/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.