Comparison results for https://github.com/forcedotcom/force-dot-com-esapi.git

pmd7_2 took 14 seconds to run and found 951 violations

pmd7_3 took 18 seconds to run and found 951 violations

Among the 951 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /force-app/main/default/classes/ESAPI.cls 21 21 62 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/ESAPI.cls 21 21 62 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/ESAPI.cls 21 21 62 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
2 /force-app/main/default/classes/ESAPI.cls 21 21 62 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
3 /force-app/main/default/classes/ESAPI.cls 23 31 23 52 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 'SFDC_validator' doesn't match '[a-z][a-zA-Z0-9]*'
3 /force-app/main/default/classes/ESAPI.cls 23 31 23 52 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 'SFDC_validator' doesn't match '[a-z][a-zA-Z0-9]*'
4 /force-app/main/default/classes/ESAPI.cls 24 29 24 48 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 'SFDC_encoder' doesn't match '[a-z][a-zA-Z0-9]*'
4 /force-app/main/default/classes/ESAPI.cls 24 29 24 48 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 'SFDC_encoder' doesn't match '[a-z][a-zA-Z0-9]*'
5 /force-app/main/default/classes/ESAPI.cls 25 38 25 66 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 'SFDC_accessController' doesn't match '[a-z][a-zA-Z0-9]*'
5 /force-app/main/default/classes/ESAPI.cls 25 38 25 66 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 'SFDC_accessController' doesn't match '[a-z][a-zA-Z0-9]*'
6 /force-app/main/default/classes/ESAPI.cls 30 10 31 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
6 /force-app/main/default/classes/ESAPI.cls 30 10 31 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
7 /force-app/main/default/classes/ESAPI.cls 30 2 30 9 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.
7 /force-app/main/default/classes/ESAPI.cls 30 2 30 9 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.
8 /force-app/main/default/classes/ESAPI.cls 36 16 41 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
8 /force-app/main/default/classes/ESAPI.cls 36 16 41 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9 /force-app/main/default/classes/ESAPI.cls 46 16 51 3 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/ESAPI.cls 46 16 51 3 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/ESAPI.cls 56 16 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
10 /force-app/main/default/classes/ESAPI.cls 56 16 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
11 /force-app/main/default/classes/SFDCAccessControlException.cls 21 21 152 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
11 /force-app/main/default/classes/SFDCAccessControlException.cls 21 21 152 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
12 /force-app/main/default/classes/SFDCAccessControlException.cls 21 21 152 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
12 /force-app/main/default/classes/SFDCAccessControlException.cls 21 21 152 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
13 /force-app/main/default/classes/SFDCAccessControlException.cls 91 9 97 3 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/SFDCAccessControlException.cls 91 9 97 3 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/SFDCAccessControlException.cls 91 9 97 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
14 /force-app/main/default/classes/SFDCAccessControlException.cls 91 9 97 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
15 /force-app/main/default/classes/SFDCAccessControlException.cls 104 9 106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
15 /force-app/main/default/classes/SFDCAccessControlException.cls 104 9 106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
16 /force-app/main/default/classes/SFDCAccessControlException.cls 104 9 106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
16 /force-app/main/default/classes/SFDCAccessControlException.cls 104 9 106 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
17 /force-app/main/default/classes/SFDCAccessControlException.cls 113 9 115 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
17 /force-app/main/default/classes/SFDCAccessControlException.cls 113 9 115 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
18 /force-app/main/default/classes/SFDCAccessControlException.cls 113 9 115 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
18 /force-app/main/default/classes/SFDCAccessControlException.cls 113 9 115 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
19 /force-app/main/default/classes/SFDCAccessControlException.cls 122 9 124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
19 /force-app/main/default/classes/SFDCAccessControlException.cls 122 9 124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
20 /force-app/main/default/classes/SFDCAccessControlException.cls 122 9 124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
20 /force-app/main/default/classes/SFDCAccessControlException.cls 122 9 124 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
21 /force-app/main/default/classes/SFDCAccessControlException.cls 131 9 133 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
21 /force-app/main/default/classes/SFDCAccessControlException.cls 131 9 133 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
22 /force-app/main/default/classes/SFDCAccessControlException.cls 131 9 133 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
22 /force-app/main/default/classes/SFDCAccessControlException.cls 131 9 133 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
23 /force-app/main/default/classes/SFDCAccessControlException.cls 140 9 142 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
23 /force-app/main/default/classes/SFDCAccessControlException.cls 140 9 142 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
24 /force-app/main/default/classes/SFDCAccessControlException.cls 140 9 142 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
24 /force-app/main/default/classes/SFDCAccessControlException.cls 140 9 142 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
25 /force-app/main/default/classes/SFDCAccessControlException.cls 148 21 150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
25 /force-app/main/default/classes/SFDCAccessControlException.cls 148 21 150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
26 /force-app/main/default/classes/SFDCAccessControlException.cls 148 21 150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
26 /force-app/main/default/classes/SFDCAccessControlException.cls 148 21 150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
27 /force-app/main/default/classes/SFDCAccessControlResults.cls 22 29 192 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
27 /force-app/main/default/classes/SFDCAccessControlResults.cls 22 29 192 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
28 /force-app/main/default/classes/SFDCAccessControlResults.cls 22 29 192 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
28 /force-app/main/default/classes/SFDCAccessControlResults.cls 22 29 192 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
29 /force-app/main/default/classes/SFDCAccessControlResults.cls 28 9 28 65 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
29 /force-app/main/default/classes/SFDCAccessControlResults.cls 28 9 28 65 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
30 /force-app/main/default/classes/SFDCAccessControlResults.cls 42 22 78 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
30 /force-app/main/default/classes/SFDCAccessControlResults.cls 42 22 78 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
31 /force-app/main/default/classes/SFDCAccessControlResults.cls 47 10 51 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
31 /force-app/main/default/classes/SFDCAccessControlResults.cls 47 10 51 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
32 /force-app/main/default/classes/SFDCAccessControlResults.cls 47 10 51 4 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
32 /force-app/main/default/classes/SFDCAccessControlResults.cls 47 10 51 4 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
33 /force-app/main/default/classes/SFDCAccessControlResults.cls 56 10 58 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
33 /force-app/main/default/classes/SFDCAccessControlResults.cls 56 10 58 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
34 /force-app/main/default/classes/SFDCAccessControlResults.cls 56 10 58 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
34 /force-app/main/default/classes/SFDCAccessControlResults.cls 56 10 58 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
35 /force-app/main/default/classes/SFDCAccessControlResults.cls 66 10 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
35 /force-app/main/default/classes/SFDCAccessControlResults.cls 66 10 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
36 /force-app/main/default/classes/SFDCAccessControlResults.cls 66 10 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
36 /force-app/main/default/classes/SFDCAccessControlResults.cls 66 10 68 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
37 /force-app/main/default/classes/SFDCAccessControlResults.cls 75 10 77 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
37 /force-app/main/default/classes/SFDCAccessControlResults.cls 75 10 77 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
38 /force-app/main/default/classes/SFDCAccessControlResults.cls 75 10 77 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
38 /force-app/main/default/classes/SFDCAccessControlResults.cls 75 10 77 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
39 /force-app/main/default/classes/SFDCAccessControlResults.cls 83 22 119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
39 /force-app/main/default/classes/SFDCAccessControlResults.cls 83 22 119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
40 /force-app/main/default/classes/SFDCAccessControlResults.cls 88 10 92 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
40 /force-app/main/default/classes/SFDCAccessControlResults.cls 88 10 92 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
41 /force-app/main/default/classes/SFDCAccessControlResults.cls 88 10 92 4 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
41 /force-app/main/default/classes/SFDCAccessControlResults.cls 88 10 92 4 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
42 /force-app/main/default/classes/SFDCAccessControlResults.cls 97 10 99 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
42 /force-app/main/default/classes/SFDCAccessControlResults.cls 97 10 99 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
43 /force-app/main/default/classes/SFDCAccessControlResults.cls 97 10 99 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
43 /force-app/main/default/classes/SFDCAccessControlResults.cls 97 10 99 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
44 /force-app/main/default/classes/SFDCAccessControlResults.cls 107 10 109 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
44 /force-app/main/default/classes/SFDCAccessControlResults.cls 107 10 109 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
45 /force-app/main/default/classes/SFDCAccessControlResults.cls 107 10 109 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
45 /force-app/main/default/classes/SFDCAccessControlResults.cls 107 10 109 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
46 /force-app/main/default/classes/SFDCAccessControlResults.cls 116 10 118 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
46 /force-app/main/default/classes/SFDCAccessControlResults.cls 116 10 118 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
47 /force-app/main/default/classes/SFDCAccessControlResults.cls 116 10 118 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
47 /force-app/main/default/classes/SFDCAccessControlResults.cls 116 10 118 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
48 /force-app/main/default/classes/SFDCAccessControlResults.cls 124 22 149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
48 /force-app/main/default/classes/SFDCAccessControlResults.cls 124 22 149 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
49 /force-app/main/default/classes/SFDCAccessControlResults.cls 129 10 132 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
49 /force-app/main/default/classes/SFDCAccessControlResults.cls 129 10 132 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
50 /force-app/main/default/classes/SFDCAccessControlResults.cls 129 10 132 4 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
50 /force-app/main/default/classes/SFDCAccessControlResults.cls 129 10 132 4 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
51 /force-app/main/default/classes/SFDCAccessControlResults.cls 137 10 139 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
51 /force-app/main/default/classes/SFDCAccessControlResults.cls 137 10 139 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
52 /force-app/main/default/classes/SFDCAccessControlResults.cls 137 10 139 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
52 /force-app/main/default/classes/SFDCAccessControlResults.cls 137 10 139 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
53 /force-app/main/default/classes/SFDCAccessControlResults.cls 146 10 148 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
53 /force-app/main/default/classes/SFDCAccessControlResults.cls 146 10 148 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
54 /force-app/main/default/classes/SFDCAccessControlResults.cls 146 10 148 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
54 /force-app/main/default/classes/SFDCAccessControlResults.cls 146 10 148 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
55 /force-app/main/default/classes/SFDCAccessControlResults.cls 155 4 155 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
55 /force-app/main/default/classes/SFDCAccessControlResults.cls 155 4 155 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
56 /force-app/main/default/classes/SFDCAccessControlResults.cls 155 4 155 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
56 /force-app/main/default/classes/SFDCAccessControlResults.cls 155 4 155 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
57 /force-app/main/default/classes/SFDCAccessControlResults.cls 161 4 161 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
57 /force-app/main/default/classes/SFDCAccessControlResults.cls 161 4 161 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
58 /force-app/main/default/classes/SFDCAccessControlResults.cls 161 4 161 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
58 /force-app/main/default/classes/SFDCAccessControlResults.cls 161 4 161 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
59 /force-app/main/default/classes/SFDCAccessControlResults.cls 167 4 167 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
59 /force-app/main/default/classes/SFDCAccessControlResults.cls 167 4 167 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
60 /force-app/main/default/classes/SFDCAccessControlResults.cls 167 4 167 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
60 /force-app/main/default/classes/SFDCAccessControlResults.cls 167 4 167 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
61 /force-app/main/default/classes/SFDCAccessControlResults.cls 173 4 173 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
61 /force-app/main/default/classes/SFDCAccessControlResults.cls 173 4 173 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
62 /force-app/main/default/classes/SFDCAccessControlResults.cls 173 4 173 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
62 /force-app/main/default/classes/SFDCAccessControlResults.cls 173 4 173 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
63 /force-app/main/default/classes/SFDCAccessControlResults.cls 177 5 177 18 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
63 /force-app/main/default/classes/SFDCAccessControlResults.cls 177 5 177 18 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
64 /force-app/main/default/classes/SFDCAccessControlResults.cls 177 5 177 18 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
64 /force-app/main/default/classes/SFDCAccessControlResults.cls 177 5 177 18 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
65 /force-app/main/default/classes/SFDCAccessControlResults.cls 184 4 184 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
65 /force-app/main/default/classes/SFDCAccessControlResults.cls 184 4 184 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
66 /force-app/main/default/classes/SFDCAccessControlResults.cls 184 4 184 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
66 /force-app/main/default/classes/SFDCAccessControlResults.cls 184 4 184 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
67 /force-app/main/default/classes/SFDCAccessControlResults.cls 188 5 188 18 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
67 /force-app/main/default/classes/SFDCAccessControlResults.cls 188 5 188 18 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
68 /force-app/main/default/classes/SFDCAccessControlResults.cls 188 5 188 18 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
68 /force-app/main/default/classes/SFDCAccessControlResults.cls 188 5 188 18 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
69 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
69 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
70 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
70 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
71 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SFDCAccessController' has a total cognitive complexity of 976 (highest 6), current threshold is 50
71 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SFDCAccessController' has a total cognitive complexity of 976 (highest 6), current threshold is 50
72 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd ExcessiveClassLength 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength Avoid really long classes.
72 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd ExcessiveClassLength 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength Avoid really long classes.
73 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 620
73 /force-app/main/default/classes/SFDCAccessController.cls 20 8 1675 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 620
74 /force-app/main/default/classes/SFDCAccessController.cls 58 12 58 64 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
74 /force-app/main/default/classes/SFDCAccessController.cls 58 12 58 64 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
75 /force-app/main/default/classes/SFDCAccessController.cls 79 55 79 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
75 /force-app/main/default/classes/SFDCAccessController.cls 79 55 79 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
76 /force-app/main/default/classes/SFDCAccessController.cls 81 55 81 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
76 /force-app/main/default/classes/SFDCAccessController.cls 81 55 81 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
77 /force-app/main/default/classes/SFDCAccessController.cls 83 55 83 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
77 /force-app/main/default/classes/SFDCAccessController.cls 83 55 83 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
78 /force-app/main/default/classes/SFDCAccessController.cls 89 55 89 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
78 /force-app/main/default/classes/SFDCAccessController.cls 89 55 89 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
79 /force-app/main/default/classes/SFDCAccessController.cls 91 55 91 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
79 /force-app/main/default/classes/SFDCAccessController.cls 91 55 91 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
80 /force-app/main/default/classes/SFDCAccessController.cls 93 55 93 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
80 /force-app/main/default/classes/SFDCAccessController.cls 93 55 93 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
81 /force-app/main/default/classes/SFDCAccessController.cls 97 5 97 12 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
81 /force-app/main/default/classes/SFDCAccessController.cls 97 5 97 12 pmd ApexSharingViolations 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations Apex classes should declare a sharing model if DML or SOQL/SOSL is used
82 /force-app/main/default/classes/SFDCAccessController.cls 99 55 99 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
82 /force-app/main/default/classes/SFDCAccessController.cls 99 55 99 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
83 /force-app/main/default/classes/SFDCAccessController.cls 101 55 101 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
83 /force-app/main/default/classes/SFDCAccessController.cls 101 55 101 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
84 /force-app/main/default/classes/SFDCAccessController.cls 103 55 103 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
84 /force-app/main/default/classes/SFDCAccessController.cls 103 55 103 66 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
85 /force-app/main/default/classes/SFDCAccessController.cls 112 9 112 73 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
85 /force-app/main/default/classes/SFDCAccessController.cls 112 9 112 73 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
86 /force-app/main/default/classes/SFDCAccessController.cls 113 9 113 86 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
86 /force-app/main/default/classes/SFDCAccessController.cls 113 9 113 86 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
87 /force-app/main/default/classes/SFDCAccessController.cls 114 9 114 108 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
87 /force-app/main/default/classes/SFDCAccessController.cls 114 9 114 108 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
88 /force-app/main/default/classes/SFDCAccessController.cls 115 9 115 121 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
88 /force-app/main/default/classes/SFDCAccessController.cls 115 9 115 121 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
89 /force-app/main/default/classes/SFDCAccessController.cls 117 9 117 76 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/SFDCAccessController.cls 117 9 117 76 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/SFDCAccessController.cls 118 9 118 89 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
90 /force-app/main/default/classes/SFDCAccessController.cls 118 9 118 89 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
91 /force-app/main/default/classes/SFDCAccessController.cls 119 9 119 115 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
91 /force-app/main/default/classes/SFDCAccessController.cls 119 9 119 115 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
92 /force-app/main/default/classes/SFDCAccessController.cls 120 9 120 128 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
92 /force-app/main/default/classes/SFDCAccessController.cls 120 9 120 128 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
93 /force-app/main/default/classes/SFDCAccessController.cls 122 9 122 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
93 /force-app/main/default/classes/SFDCAccessController.cls 122 9 122 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
94 /force-app/main/default/classes/SFDCAccessController.cls 123 9 123 82 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
94 /force-app/main/default/classes/SFDCAccessController.cls 123 9 123 82 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
95 /force-app/main/default/classes/SFDCAccessController.cls 125 9 125 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
95 /force-app/main/default/classes/SFDCAccessController.cls 125 9 125 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
96 /force-app/main/default/classes/SFDCAccessController.cls 126 9 126 77 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
96 /force-app/main/default/classes/SFDCAccessController.cls 126 9 126 77 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
97 /force-app/main/default/classes/SFDCAccessController.cls 127 9 127 76 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
97 /force-app/main/default/classes/SFDCAccessController.cls 127 9 127 76 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
98 /force-app/main/default/classes/SFDCAccessController.cls 129 9 129 90 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
98 /force-app/main/default/classes/SFDCAccessController.cls 129 9 129 90 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
99 /force-app/main/default/classes/SFDCAccessController.cls 130 9 130 92 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
99 /force-app/main/default/classes/SFDCAccessController.cls 130 9 130 92 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
100 /force-app/main/default/classes/SFDCAccessController.cls 131 9 131 92 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
100 /force-app/main/default/classes/SFDCAccessController.cls 131 9 131 92 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
101 /force-app/main/default/classes/SFDCAccessController.cls 133 9 133 99 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
101 /force-app/main/default/classes/SFDCAccessController.cls 133 9 133 99 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
102 /force-app/main/default/classes/SFDCAccessController.cls 134 9 134 101 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
102 /force-app/main/default/classes/SFDCAccessController.cls 134 9 134 101 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
103 /force-app/main/default/classes/SFDCAccessController.cls 135 9 135 101 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
103 /force-app/main/default/classes/SFDCAccessController.cls 135 9 135 101 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
104 /force-app/main/default/classes/SFDCAccessController.cls 137 9 137 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
104 /force-app/main/default/classes/SFDCAccessController.cls 137 9 137 67 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
105 /force-app/main/default/classes/SFDCAccessController.cls 141 41 141 45 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'acws' should be before method declarations in its class
105 /force-app/main/default/classes/SFDCAccessController.cls 141 41 141 45 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'acws' should be before method declarations in its class
106 /force-app/main/default/classes/SFDCAccessController.cls 142 44 142 49 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'acwos' should be before method declarations in its class
106 /force-app/main/default/classes/SFDCAccessController.cls 142 44 142 49 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'acwos' should be before method declarations in its class
107 /force-app/main/default/classes/SFDCAccessController.cls 143 44 143 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'acis' should be before method declarations in its class
107 /force-app/main/default/classes/SFDCAccessController.cls 143 44 143 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'acis' should be before method declarations in its class
108 /force-app/main/default/classes/SFDCAccessController.cls 144 25 144 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'smode' should be before method declarations in its class
108 /force-app/main/default/classes/SFDCAccessController.cls 144 25 144 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'smode' should be before method declarations in its class
109 /force-app/main/default/classes/SFDCAccessController.cls 150 12 160 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
109 /force-app/main/default/classes/SFDCAccessController.cls 150 12 160 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
110 /force-app/main/default/classes/SFDCAccessController.cls 165 12 171 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
110 /force-app/main/default/classes/SFDCAccessController.cls 165 12 171 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
111 /force-app/main/default/classes/SFDCAccessController.cls 165 12 171 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
111 /force-app/main/default/classes/SFDCAccessController.cls 165 12 171 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
112 /force-app/main/default/classes/SFDCAccessController.cls 176 12 182 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
112 /force-app/main/default/classes/SFDCAccessController.cls 176 12 182 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
113 /force-app/main/default/classes/SFDCAccessController.cls 176 12 182 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
113 /force-app/main/default/classes/SFDCAccessController.cls 176 12 182 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
114 /force-app/main/default/classes/SFDCAccessController.cls 189 13 189 25 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
114 /force-app/main/default/classes/SFDCAccessController.cls 189 13 189 25 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
115 /force-app/main/default/classes/SFDCAccessController.cls 189 13 189 25 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
115 /force-app/main/default/classes/SFDCAccessController.cls 189 13 189 25 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
116 /force-app/main/default/classes/SFDCAccessController.cls 191 13 191 26 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
116 /force-app/main/default/classes/SFDCAccessController.cls 191 13 191 26 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
117 /force-app/main/default/classes/SFDCAccessController.cls 191 13 191 26 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
117 /force-app/main/default/classes/SFDCAccessController.cls 191 13 191 26 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
118 /force-app/main/default/classes/SFDCAccessController.cls 193 13 193 25 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
118 /force-app/main/default/classes/SFDCAccessController.cls 193 13 193 25 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
119 /force-app/main/default/classes/SFDCAccessController.cls 208 12 216 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/SFDCAccessController.cls 208 12 216 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/SFDCAccessController.cls 208 12 216 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/SFDCAccessController.cls 208 12 216 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/SFDCAccessController.cls 210 13 210 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
121 /force-app/main/default/classes/SFDCAccessController.cls 210 13 210 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
122 /force-app/main/default/classes/SFDCAccessController.cls 210 13 210 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
122 /force-app/main/default/classes/SFDCAccessController.cls 210 13 210 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
123 /force-app/main/default/classes/SFDCAccessController.cls 213 13 213 32 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
123 /force-app/main/default/classes/SFDCAccessController.cls 213 13 213 32 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
124 /force-app/main/default/classes/SFDCAccessController.cls 213 13 213 32 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
124 /force-app/main/default/classes/SFDCAccessController.cls 213 13 213 32 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
125 /force-app/main/default/classes/SFDCAccessController.cls 215 13 215 82 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
125 /force-app/main/default/classes/SFDCAccessController.cls 215 13 215 82 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
126 /force-app/main/default/classes/SFDCAccessController.cls 230 12 238 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
126 /force-app/main/default/classes/SFDCAccessController.cls 230 12 238 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
127 /force-app/main/default/classes/SFDCAccessController.cls 230 12 238 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
127 /force-app/main/default/classes/SFDCAccessController.cls 230 12 238 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
128 /force-app/main/default/classes/SFDCAccessController.cls 252 12 260 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
128 /force-app/main/default/classes/SFDCAccessController.cls 252 12 260 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
129 /force-app/main/default/classes/SFDCAccessController.cls 252 12 260 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
129 /force-app/main/default/classes/SFDCAccessController.cls 252 12 260 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
130 /force-app/main/default/classes/SFDCAccessController.cls 285 12 288 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
130 /force-app/main/default/classes/SFDCAccessController.cls 285 12 288 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
131 /force-app/main/default/classes/SFDCAccessController.cls 285 12 288 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
131 /force-app/main/default/classes/SFDCAccessController.cls 285 12 288 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
132 /force-app/main/default/classes/SFDCAccessController.cls 285 12 288 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
132 /force-app/main/default/classes/SFDCAccessController.cls 285 12 288 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
133 /force-app/main/default/classes/SFDCAccessController.cls 309 12 312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
133 /force-app/main/default/classes/SFDCAccessController.cls 309 12 312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
134 /force-app/main/default/classes/SFDCAccessController.cls 309 12 312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
134 /force-app/main/default/classes/SFDCAccessController.cls 309 12 312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
135 /force-app/main/default/classes/SFDCAccessController.cls 309 12 312 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
135 /force-app/main/default/classes/SFDCAccessController.cls 309 12 312 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
136 /force-app/main/default/classes/SFDCAccessController.cls 346 12 349 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
136 /force-app/main/default/classes/SFDCAccessController.cls 346 12 349 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
137 /force-app/main/default/classes/SFDCAccessController.cls 346 12 349 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
137 /force-app/main/default/classes/SFDCAccessController.cls 346 12 349 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
138 /force-app/main/default/classes/SFDCAccessController.cls 373 12 376 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
138 /force-app/main/default/classes/SFDCAccessController.cls 373 12 376 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
139 /force-app/main/default/classes/SFDCAccessController.cls 373 12 376 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
139 /force-app/main/default/classes/SFDCAccessController.cls 373 12 376 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
140 /force-app/main/default/classes/SFDCAccessController.cls 373 12 376 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
140 /force-app/main/default/classes/SFDCAccessController.cls 373 12 376 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
141 /force-app/main/default/classes/SFDCAccessController.cls 401 12 404 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
141 /force-app/main/default/classes/SFDCAccessController.cls 401 12 404 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
142 /force-app/main/default/classes/SFDCAccessController.cls 401 12 404 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
142 /force-app/main/default/classes/SFDCAccessController.cls 401 12 404 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
143 /force-app/main/default/classes/SFDCAccessController.cls 401 12 404 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
143 /force-app/main/default/classes/SFDCAccessController.cls 401 12 404 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
144 /force-app/main/default/classes/SFDCAccessController.cls 425 12 428 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
144 /force-app/main/default/classes/SFDCAccessController.cls 425 12 428 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
145 /force-app/main/default/classes/SFDCAccessController.cls 425 12 428 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
145 /force-app/main/default/classes/SFDCAccessController.cls 425 12 428 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
146 /force-app/main/default/classes/SFDCAccessController.cls 425 12 428 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
146 /force-app/main/default/classes/SFDCAccessController.cls 425 12 428 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
147 /force-app/main/default/classes/SFDCAccessController.cls 460 12 463 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
147 /force-app/main/default/classes/SFDCAccessController.cls 460 12 463 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
148 /force-app/main/default/classes/SFDCAccessController.cls 460 12 463 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
148 /force-app/main/default/classes/SFDCAccessController.cls 460 12 463 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
149 /force-app/main/default/classes/SFDCAccessController.cls 483 12 486 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
149 /force-app/main/default/classes/SFDCAccessController.cls 483 12 486 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
150 /force-app/main/default/classes/SFDCAccessController.cls 483 12 486 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
150 /force-app/main/default/classes/SFDCAccessController.cls 483 12 486 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
151 /force-app/main/default/classes/SFDCAccessController.cls 483 12 486 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
151 /force-app/main/default/classes/SFDCAccessController.cls 483 12 486 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
152 /force-app/main/default/classes/SFDCAccessController.cls 501 12 504 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
152 /force-app/main/default/classes/SFDCAccessController.cls 501 12 504 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
153 /force-app/main/default/classes/SFDCAccessController.cls 501 12 504 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
153 /force-app/main/default/classes/SFDCAccessController.cls 501 12 504 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
154 /force-app/main/default/classes/SFDCAccessController.cls 529 12 532 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
154 /force-app/main/default/classes/SFDCAccessController.cls 529 12 532 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
155 /force-app/main/default/classes/SFDCAccessController.cls 529 12 532 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
155 /force-app/main/default/classes/SFDCAccessController.cls 529 12 532 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
156 /force-app/main/default/classes/SFDCAccessController.cls 548 12 550 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
156 /force-app/main/default/classes/SFDCAccessController.cls 548 12 550 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
157 /force-app/main/default/classes/SFDCAccessController.cls 548 12 550 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
157 /force-app/main/default/classes/SFDCAccessController.cls 548 12 550 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
158 /force-app/main/default/classes/SFDCAccessController.cls 548 12 550 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
158 /force-app/main/default/classes/SFDCAccessController.cls 548 12 550 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
159 /force-app/main/default/classes/SFDCAccessController.cls 564 12 566 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
159 /force-app/main/default/classes/SFDCAccessController.cls 564 12 566 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
160 /force-app/main/default/classes/SFDCAccessController.cls 564 12 566 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
160 /force-app/main/default/classes/SFDCAccessController.cls 564 12 566 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
161 /force-app/main/default/classes/SFDCAccessController.cls 564 12 566 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
161 /force-app/main/default/classes/SFDCAccessController.cls 564 12 566 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
162 /force-app/main/default/classes/SFDCAccessController.cls 582 12 584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
162 /force-app/main/default/classes/SFDCAccessController.cls 582 12 584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
163 /force-app/main/default/classes/SFDCAccessController.cls 582 12 584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
163 /force-app/main/default/classes/SFDCAccessController.cls 582 12 584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
164 /force-app/main/default/classes/SFDCAccessController.cls 582 12 584 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
164 /force-app/main/default/classes/SFDCAccessController.cls 582 12 584 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
165 /force-app/main/default/classes/SFDCAccessController.cls 598 12 600 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
165 /force-app/main/default/classes/SFDCAccessController.cls 598 12 600 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
166 /force-app/main/default/classes/SFDCAccessController.cls 598 12 600 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
166 /force-app/main/default/classes/SFDCAccessController.cls 598 12 600 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
167 /force-app/main/default/classes/SFDCAccessController.cls 598 12 600 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
167 /force-app/main/default/classes/SFDCAccessController.cls 598 12 600 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
168 /force-app/main/default/classes/SFDCAccessController.cls 616 12 618 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
168 /force-app/main/default/classes/SFDCAccessController.cls 616 12 618 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
169 /force-app/main/default/classes/SFDCAccessController.cls 616 12 618 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
169 /force-app/main/default/classes/SFDCAccessController.cls 616 12 618 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
170 /force-app/main/default/classes/SFDCAccessController.cls 616 12 618 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
170 /force-app/main/default/classes/SFDCAccessController.cls 616 12 618 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
171 /force-app/main/default/classes/SFDCAccessController.cls 632 12 634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
171 /force-app/main/default/classes/SFDCAccessController.cls 632 12 634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
172 /force-app/main/default/classes/SFDCAccessController.cls 632 12 634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
172 /force-app/main/default/classes/SFDCAccessController.cls 632 12 634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
173 /force-app/main/default/classes/SFDCAccessController.cls 632 12 634 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
173 /force-app/main/default/classes/SFDCAccessController.cls 632 12 634 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
174 /force-app/main/default/classes/SFDCAccessController.cls 648 12 650 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
174 /force-app/main/default/classes/SFDCAccessController.cls 648 12 650 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
175 /force-app/main/default/classes/SFDCAccessController.cls 648 12 650 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
175 /force-app/main/default/classes/SFDCAccessController.cls 648 12 650 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
176 /force-app/main/default/classes/SFDCAccessController.cls 648 12 650 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
176 /force-app/main/default/classes/SFDCAccessController.cls 648 12 650 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
177 /force-app/main/default/classes/SFDCAccessController.cls 664 12 666 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
177 /force-app/main/default/classes/SFDCAccessController.cls 664 12 666 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
178 /force-app/main/default/classes/SFDCAccessController.cls 664 12 666 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
178 /force-app/main/default/classes/SFDCAccessController.cls 664 12 666 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
179 /force-app/main/default/classes/SFDCAccessController.cls 664 12 666 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
179 /force-app/main/default/classes/SFDCAccessController.cls 664 12 666 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
180 /force-app/main/default/classes/SFDCAccessController.cls 680 12 682 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
180 /force-app/main/default/classes/SFDCAccessController.cls 680 12 682 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
181 /force-app/main/default/classes/SFDCAccessController.cls 680 12 682 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
181 /force-app/main/default/classes/SFDCAccessController.cls 680 12 682 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
182 /force-app/main/default/classes/SFDCAccessController.cls 680 12 682 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
182 /force-app/main/default/classes/SFDCAccessController.cls 680 12 682 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
183 /force-app/main/default/classes/SFDCAccessController.cls 696 12 698 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
183 /force-app/main/default/classes/SFDCAccessController.cls 696 12 698 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
184 /force-app/main/default/classes/SFDCAccessController.cls 696 12 698 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
184 /force-app/main/default/classes/SFDCAccessController.cls 696 12 698 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
185 /force-app/main/default/classes/SFDCAccessController.cls 696 12 698 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
185 /force-app/main/default/classes/SFDCAccessController.cls 696 12 698 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
186 /force-app/main/default/classes/SFDCAccessController.cls 712 12 714 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
186 /force-app/main/default/classes/SFDCAccessController.cls 712 12 714 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
187 /force-app/main/default/classes/SFDCAccessController.cls 712 12 714 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
187 /force-app/main/default/classes/SFDCAccessController.cls 712 12 714 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
188 /force-app/main/default/classes/SFDCAccessController.cls 712 12 714 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
188 /force-app/main/default/classes/SFDCAccessController.cls 712 12 714 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
189 /force-app/main/default/classes/SFDCAccessController.cls 728 12 730 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
189 /force-app/main/default/classes/SFDCAccessController.cls 728 12 730 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
190 /force-app/main/default/classes/SFDCAccessController.cls 728 12 730 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
190 /force-app/main/default/classes/SFDCAccessController.cls 728 12 730 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
191 /force-app/main/default/classes/SFDCAccessController.cls 728 12 730 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
191 /force-app/main/default/classes/SFDCAccessController.cls 728 12 730 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
192 /force-app/main/default/classes/SFDCAccessController.cls 744 12 746 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
192 /force-app/main/default/classes/SFDCAccessController.cls 744 12 746 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
193 /force-app/main/default/classes/SFDCAccessController.cls 744 12 746 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
193 /force-app/main/default/classes/SFDCAccessController.cls 744 12 746 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
194 /force-app/main/default/classes/SFDCAccessController.cls 744 12 746 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
194 /force-app/main/default/classes/SFDCAccessController.cls 744 12 746 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
195 /force-app/main/default/classes/SFDCAccessController.cls 751 22 1674 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'AccessControllerInternal' has a total cognitive complexity of 406 (highest 17), current threshold is 50
195 /force-app/main/default/classes/SFDCAccessController.cls 751 22 1674 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'AccessControllerInternal' has a total cognitive complexity of 406 (highest 17), current threshold is 50
196 /force-app/main/default/classes/SFDCAccessController.cls 751 22 1674 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'AccessControllerInternal' has a total cyclomatic complexity of 215 (highest 16).
196 /force-app/main/default/classes/SFDCAccessController.cls 751 22 1674 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'AccessControllerInternal' has a total cyclomatic complexity of 215 (highest 16).
197 /force-app/main/default/classes/SFDCAccessController.cls 751 22 1674 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class AccessControllerInternal has 24 public methods, attributes, and properties (limit: 20)
197 /force-app/main/default/classes/SFDCAccessController.cls 751 22 1674 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class AccessControllerInternal has 24 public methods, attributes, and properties (limit: 20)
198 /force-app/main/default/classes/SFDCAccessController.cls 751 22 1674 6 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 509
198 /force-app/main/default/classes/SFDCAccessController.cls 751 22 1674 6 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 509
199 /force-app/main/default/classes/SFDCAccessController.cls 767 17 767 87 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
199 /force-app/main/default/classes/SFDCAccessController.cls 767 17 767 87 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
200 /force-app/main/default/classes/SFDCAccessController.cls 767 17 767 87 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
200 /force-app/main/default/classes/SFDCAccessController.cls 767 17 767 87 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
201 /force-app/main/default/classes/SFDCAccessController.cls 770 17 770 36 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
201 /force-app/main/default/classes/SFDCAccessController.cls 770 17 770 36 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
202 /force-app/main/default/classes/SFDCAccessController.cls 770 17 770 36 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
202 /force-app/main/default/classes/SFDCAccessController.cls 770 17 770 36 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
203 /force-app/main/default/classes/SFDCAccessController.cls 772 17 772 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
203 /force-app/main/default/classes/SFDCAccessController.cls 772 17 772 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
204 /force-app/main/default/classes/SFDCAccessController.cls 777 17 777 87 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
204 /force-app/main/default/classes/SFDCAccessController.cls 777 17 777 87 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
205 /force-app/main/default/classes/SFDCAccessController.cls 777 17 777 87 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
205 /force-app/main/default/classes/SFDCAccessController.cls 777 17 777 87 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
206 /force-app/main/default/classes/SFDCAccessController.cls 780 17 780 49 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
206 /force-app/main/default/classes/SFDCAccessController.cls 780 17 780 49 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
207 /force-app/main/default/classes/SFDCAccessController.cls 780 17 780 49 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
207 /force-app/main/default/classes/SFDCAccessController.cls 780 17 780 49 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
208 /force-app/main/default/classes/SFDCAccessController.cls 782 17 782 50 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
208 /force-app/main/default/classes/SFDCAccessController.cls 782 17 782 50 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
209 /force-app/main/default/classes/SFDCAccessController.cls 782 17 782 50 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
209 /force-app/main/default/classes/SFDCAccessController.cls 782 17 782 50 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
210 /force-app/main/default/classes/SFDCAccessController.cls 784 17 784 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
210 /force-app/main/default/classes/SFDCAccessController.cls 784 17 784 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
211 /force-app/main/default/classes/SFDCAccessController.cls 788 16 790 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
211 /force-app/main/default/classes/SFDCAccessController.cls 788 16 790 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
212 /force-app/main/default/classes/SFDCAccessController.cls 808 16 816 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
212 /force-app/main/default/classes/SFDCAccessController.cls 808 16 816 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
213 /force-app/main/default/classes/SFDCAccessController.cls 820 16 823 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
213 /force-app/main/default/classes/SFDCAccessController.cls 820 16 823 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /force-app/main/default/classes/SFDCAccessController.cls 825 16 839 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /force-app/main/default/classes/SFDCAccessController.cls 825 16 839 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
215 /force-app/main/default/classes/SFDCAccessController.cls 834 21 834 109 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
215 /force-app/main/default/classes/SFDCAccessController.cls 834 21 834 109 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
216 /force-app/main/default/classes/SFDCAccessController.cls 841 16 862 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
216 /force-app/main/default/classes/SFDCAccessController.cls 841 16 862 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
217 /force-app/main/default/classes/SFDCAccessController.cls 857 21 857 118 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
217 /force-app/main/default/classes/SFDCAccessController.cls 857 21 857 118 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
218 /force-app/main/default/classes/SFDCAccessController.cls 864 16 878 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
218 /force-app/main/default/classes/SFDCAccessController.cls 864 16 878 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
219 /force-app/main/default/classes/SFDCAccessController.cls 873 21 873 111 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
219 /force-app/main/default/classes/SFDCAccessController.cls 873 21 873 111 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
220 /force-app/main/default/classes/SFDCAccessController.cls 880 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
220 /force-app/main/default/classes/SFDCAccessController.cls 880 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
221 /force-app/main/default/classes/SFDCAccessController.cls 896 21 896 120 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
221 /force-app/main/default/classes/SFDCAccessController.cls 896 21 896 120 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
222 /force-app/main/default/classes/SFDCAccessController.cls 906 16 914 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
222 /force-app/main/default/classes/SFDCAccessController.cls 906 16 914 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
223 /force-app/main/default/classes/SFDCAccessController.cls 918 16 921 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/SFDCAccessController.cls 918 16 921 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/SFDCAccessController.cls 926 16 934 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/SFDCAccessController.cls 926 16 934 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/SFDCAccessController.cls 936 16 939 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/SFDCAccessController.cls 936 16 939 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/SFDCAccessController.cls 941 16 962 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/SFDCAccessController.cls 941 16 962 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/SFDCAccessController.cls 957 21 957 120 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
227 /force-app/main/default/classes/SFDCAccessController.cls 957 21 957 120 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
228 /force-app/main/default/classes/SFDCAccessController.cls 964 16 978 10 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/SFDCAccessController.cls 964 16 978 10 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/SFDCAccessController.cls 973 21 973 111 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
229 /force-app/main/default/classes/SFDCAccessController.cls 973 21 973 111 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
230 /force-app/main/default/classes/SFDCAccessController.cls 987 16 1014 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/SFDCAccessController.cls 987 16 1014 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/SFDCAccessController.cls 989 17 989 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
231 /force-app/main/default/classes/SFDCAccessController.cls 989 17 989 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
232 /force-app/main/default/classes/SFDCAccessController.cls 989 17 989 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
232 /force-app/main/default/classes/SFDCAccessController.cls 989 17 989 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
233 /force-app/main/default/classes/SFDCAccessController.cls 994 17 998 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
233 /force-app/main/default/classes/SFDCAccessController.cls 994 17 998 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
234 /force-app/main/default/classes/SFDCAccessController.cls 994 17 998 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
234 /force-app/main/default/classes/SFDCAccessController.cls 994 17 998 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
235 /force-app/main/default/classes/SFDCAccessController.cls 1018 16 1047 10 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/SFDCAccessController.cls 1018 16 1047 10 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/SFDCAccessController.cls 1020 17 1020 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
236 /force-app/main/default/classes/SFDCAccessController.cls 1020 17 1020 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
237 /force-app/main/default/classes/SFDCAccessController.cls 1020 17 1020 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
237 /force-app/main/default/classes/SFDCAccessController.cls 1020 17 1020 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
238 /force-app/main/default/classes/SFDCAccessController.cls 1025 17 1029 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
238 /force-app/main/default/classes/SFDCAccessController.cls 1025 17 1029 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
239 /force-app/main/default/classes/SFDCAccessController.cls 1025 17 1029 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
239 /force-app/main/default/classes/SFDCAccessController.cls 1025 17 1029 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
240 /force-app/main/default/classes/SFDCAccessController.cls 1059 16 1099 10 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/SFDCAccessController.cls 1059 16 1099 10 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/SFDCAccessController.cls 1059 16 1099 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'insertAsUser(SObject[], List)' has a cyclomatic complexity of 12.
241 /force-app/main/default/classes/SFDCAccessController.cls 1059 16 1099 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'insertAsUser(SObject[], List)' has a cyclomatic complexity of 12.
242 /force-app/main/default/classes/SFDCAccessController.cls 1061 17 1061 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
242 /force-app/main/default/classes/SFDCAccessController.cls 1061 17 1061 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
243 /force-app/main/default/classes/SFDCAccessController.cls 1061 17 1061 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
243 /force-app/main/default/classes/SFDCAccessController.cls 1061 17 1061 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
244 /force-app/main/default/classes/SFDCAccessController.cls 1066 46 1066 71 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.
244 /force-app/main/default/classes/SFDCAccessController.cls 1066 46 1066 71 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.
245 /force-app/main/default/classes/SFDCAccessController.cls 1068 17 1072 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
245 /force-app/main/default/classes/SFDCAccessController.cls 1068 17 1072 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
246 /force-app/main/default/classes/SFDCAccessController.cls 1068 17 1072 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
246 /force-app/main/default/classes/SFDCAccessController.cls 1068 17 1072 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
247 /force-app/main/default/classes/SFDCAccessController.cls 1103 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
247 /force-app/main/default/classes/SFDCAccessController.cls 1103 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
248 /force-app/main/default/classes/SFDCAccessController.cls 1103 16 1145 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'insertAsUser(SObject[], List)' has a cyclomatic complexity of 12.
248 /force-app/main/default/classes/SFDCAccessController.cls 1103 16 1145 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'insertAsUser(SObject[], List)' has a cyclomatic complexity of 12.
249 /force-app/main/default/classes/SFDCAccessController.cls 1105 17 1105 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
249 /force-app/main/default/classes/SFDCAccessController.cls 1105 17 1105 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
250 /force-app/main/default/classes/SFDCAccessController.cls 1105 17 1105 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
250 /force-app/main/default/classes/SFDCAccessController.cls 1105 17 1105 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
251 /force-app/main/default/classes/SFDCAccessController.cls 1109 46 1109 71 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.
251 /force-app/main/default/classes/SFDCAccessController.cls 1109 46 1109 71 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.
252 /force-app/main/default/classes/SFDCAccessController.cls 1111 17 1115 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
252 /force-app/main/default/classes/SFDCAccessController.cls 1111 17 1115 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
253 /force-app/main/default/classes/SFDCAccessController.cls 1111 17 1115 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
253 /force-app/main/default/classes/SFDCAccessController.cls 1111 17 1115 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
254 /force-app/main/default/classes/SFDCAccessController.cls 1154 16 1192 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/SFDCAccessController.cls 1154 16 1192 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/SFDCAccessController.cls 1154 16 1192 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'updateAsUser(SObject, List)' has a cyclomatic complexity of 11.
255 /force-app/main/default/classes/SFDCAccessController.cls 1154 16 1192 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'updateAsUser(SObject, List)' has a cyclomatic complexity of 11.
256 /force-app/main/default/classes/SFDCAccessController.cls 1156 17 1156 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
256 /force-app/main/default/classes/SFDCAccessController.cls 1156 17 1156 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
257 /force-app/main/default/classes/SFDCAccessController.cls 1156 17 1156 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
257 /force-app/main/default/classes/SFDCAccessController.cls 1156 17 1156 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
258 /force-app/main/default/classes/SFDCAccessController.cls 1161 17 1165 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
258 /force-app/main/default/classes/SFDCAccessController.cls 1161 17 1165 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
259 /force-app/main/default/classes/SFDCAccessController.cls 1161 17 1165 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
259 /force-app/main/default/classes/SFDCAccessController.cls 1161 17 1165 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
260 /force-app/main/default/classes/SFDCAccessController.cls 1172 17 1176 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
260 /force-app/main/default/classes/SFDCAccessController.cls 1172 17 1176 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
261 /force-app/main/default/classes/SFDCAccessController.cls 1172 17 1176 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
261 /force-app/main/default/classes/SFDCAccessController.cls 1172 17 1176 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
262 /force-app/main/default/classes/SFDCAccessController.cls 1196 16 1235 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/SFDCAccessController.cls 1196 16 1235 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/SFDCAccessController.cls 1196 16 1235 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'updateAsUser(SObject, List)' has a cyclomatic complexity of 11.
263 /force-app/main/default/classes/SFDCAccessController.cls 1196 16 1235 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'updateAsUser(SObject, List)' has a cyclomatic complexity of 11.
264 /force-app/main/default/classes/SFDCAccessController.cls 1198 17 1198 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
264 /force-app/main/default/classes/SFDCAccessController.cls 1198 17 1198 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
265 /force-app/main/default/classes/SFDCAccessController.cls 1198 17 1198 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
265 /force-app/main/default/classes/SFDCAccessController.cls 1198 17 1198 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
266 /force-app/main/default/classes/SFDCAccessController.cls 1203 17 1207 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
266 /force-app/main/default/classes/SFDCAccessController.cls 1203 17 1207 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
267 /force-app/main/default/classes/SFDCAccessController.cls 1203 17 1207 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
267 /force-app/main/default/classes/SFDCAccessController.cls 1203 17 1207 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
268 /force-app/main/default/classes/SFDCAccessController.cls 1212 17 1216 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
268 /force-app/main/default/classes/SFDCAccessController.cls 1212 17 1216 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
269 /force-app/main/default/classes/SFDCAccessController.cls 1212 17 1216 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
269 /force-app/main/default/classes/SFDCAccessController.cls 1212 17 1216 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
270 /force-app/main/default/classes/SFDCAccessController.cls 1247 16 1310 10 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/SFDCAccessController.cls 1247 16 1310 10 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/SFDCAccessController.cls 1247 16 1310 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'updateAsUser(Map, List)' has a cyclomatic complexity of 16.
271 /force-app/main/default/classes/SFDCAccessController.cls 1247 16 1310 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'updateAsUser(Map, List)' has a cyclomatic complexity of 16.
272 /force-app/main/default/classes/SFDCAccessController.cls 1249 17 1249 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
272 /force-app/main/default/classes/SFDCAccessController.cls 1249 17 1249 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
273 /force-app/main/default/classes/SFDCAccessController.cls 1249 17 1249 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
273 /force-app/main/default/classes/SFDCAccessController.cls 1249 17 1249 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
274 /force-app/main/default/classes/SFDCAccessController.cls 1267 17 1271 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
274 /force-app/main/default/classes/SFDCAccessController.cls 1267 17 1271 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
275 /force-app/main/default/classes/SFDCAccessController.cls 1267 17 1271 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
275 /force-app/main/default/classes/SFDCAccessController.cls 1267 17 1271 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
276 /force-app/main/default/classes/SFDCAccessController.cls 1276 17 1280 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
276 /force-app/main/default/classes/SFDCAccessController.cls 1276 17 1280 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
277 /force-app/main/default/classes/SFDCAccessController.cls 1276 17 1280 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
277 /force-app/main/default/classes/SFDCAccessController.cls 1276 17 1280 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
278 /force-app/main/default/classes/SFDCAccessController.cls 1286 21 1290 67 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
278 /force-app/main/default/classes/SFDCAccessController.cls 1286 21 1290 67 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
279 /force-app/main/default/classes/SFDCAccessController.cls 1286 21 1290 67 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
279 /force-app/main/default/classes/SFDCAccessController.cls 1286 21 1290 67 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
280 /force-app/main/default/classes/SFDCAccessController.cls 1314 16 1374 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
280 /force-app/main/default/classes/SFDCAccessController.cls 1314 16 1374 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
281 /force-app/main/default/classes/SFDCAccessController.cls 1314 16 1374 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'updateAsUser(Map, List)' has a cyclomatic complexity of 16.
281 /force-app/main/default/classes/SFDCAccessController.cls 1314 16 1374 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'updateAsUser(Map, List)' has a cyclomatic complexity of 16.
282 /force-app/main/default/classes/SFDCAccessController.cls 1316 17 1316 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
282 /force-app/main/default/classes/SFDCAccessController.cls 1316 17 1316 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
283 /force-app/main/default/classes/SFDCAccessController.cls 1316 17 1316 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
283 /force-app/main/default/classes/SFDCAccessController.cls 1316 17 1316 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
284 /force-app/main/default/classes/SFDCAccessController.cls 1327 17 1331 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
284 /force-app/main/default/classes/SFDCAccessController.cls 1327 17 1331 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
285 /force-app/main/default/classes/SFDCAccessController.cls 1327 17 1331 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
285 /force-app/main/default/classes/SFDCAccessController.cls 1327 17 1331 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
286 /force-app/main/default/classes/SFDCAccessController.cls 1336 17 1340 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
286 /force-app/main/default/classes/SFDCAccessController.cls 1336 17 1340 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
287 /force-app/main/default/classes/SFDCAccessController.cls 1336 17 1340 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
287 /force-app/main/default/classes/SFDCAccessController.cls 1336 17 1340 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
288 /force-app/main/default/classes/SFDCAccessController.cls 1349 21 1353 67 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
288 /force-app/main/default/classes/SFDCAccessController.cls 1349 21 1353 67 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
289 /force-app/main/default/classes/SFDCAccessController.cls 1349 21 1353 67 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
289 /force-app/main/default/classes/SFDCAccessController.cls 1349 21 1353 67 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
290 /force-app/main/default/classes/SFDCAccessController.cls 1378 16 1396 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
290 /force-app/main/default/classes/SFDCAccessController.cls 1378 16 1396 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
291 /force-app/main/default/classes/SFDCAccessController.cls 1380 17 1380 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
291 /force-app/main/default/classes/SFDCAccessController.cls 1380 17 1380 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
292 /force-app/main/default/classes/SFDCAccessController.cls 1380 17 1380 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
292 /force-app/main/default/classes/SFDCAccessController.cls 1380 17 1380 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
293 /force-app/main/default/classes/SFDCAccessController.cls 1384 17 1388 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
293 /force-app/main/default/classes/SFDCAccessController.cls 1384 17 1388 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
294 /force-app/main/default/classes/SFDCAccessController.cls 1384 17 1388 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
294 /force-app/main/default/classes/SFDCAccessController.cls 1384 17 1388 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
295 /force-app/main/default/classes/SFDCAccessController.cls 1403 16 1424 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
295 /force-app/main/default/classes/SFDCAccessController.cls 1403 16 1424 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
296 /force-app/main/default/classes/SFDCAccessController.cls 1405 17 1405 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
296 /force-app/main/default/classes/SFDCAccessController.cls 1405 17 1405 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
297 /force-app/main/default/classes/SFDCAccessController.cls 1405 17 1405 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
297 /force-app/main/default/classes/SFDCAccessController.cls 1405 17 1405 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
298 /force-app/main/default/classes/SFDCAccessController.cls 1409 17 1413 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
298 /force-app/main/default/classes/SFDCAccessController.cls 1409 17 1413 63 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
299 /force-app/main/default/classes/SFDCAccessController.cls 1409 17 1413 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
299 /force-app/main/default/classes/SFDCAccessController.cls 1409 17 1413 63 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
300 /force-app/main/default/classes/SFDCAccessController.cls 1429 16 1432 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
300 /force-app/main/default/classes/SFDCAccessController.cls 1429 16 1432 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
301 /force-app/main/default/classes/SFDCAccessController.cls 1441 17 1483 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.
301 /force-app/main/default/classes/SFDCAccessController.cls 1441 17 1483 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.
302 /force-app/main/default/classes/SFDCAccessController.cls 1493 17 1533 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.
302 /force-app/main/default/classes/SFDCAccessController.cls 1493 17 1533 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.
303 /force-app/main/default/classes/SFDCAccessController.cls 1538 17 1542 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.
303 /force-app/main/default/classes/SFDCAccessController.cls 1538 17 1542 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.
304 /force-app/main/default/classes/SFDCAccessController.cls 1547 17 1602 10 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'securityStripping(List, List, AccessType, Boolean)' has a cognitive complexity of 17, current threshold is 15
304 /force-app/main/default/classes/SFDCAccessController.cls 1547 17 1602 10 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'securityStripping(List, List, AccessType, Boolean)' has a cognitive complexity of 17, current threshold is 15
305 /force-app/main/default/classes/SFDCAccessController.cls 1547 17 1602 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'securityStripping(List, List, AccessType, Boolean)' has a cyclomatic complexity of 11.
305 /force-app/main/default/classes/SFDCAccessController.cls 1547 17 1602 10 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'securityStripping(List, List, AccessType, Boolean)' has a cyclomatic complexity of 11.
306 /force-app/main/default/classes/SFDCAccessController.cls 1547 17 1602 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.
306 /force-app/main/default/classes/SFDCAccessController.cls 1547 17 1602 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.
307 /force-app/main/default/classes/SFDCAccessController.cls 1626 20 1626 151 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'Soql' doesn't match '[a-z][a-zA-Z0-9]*'
307 /force-app/main/default/classes/SFDCAccessController.cls 1626 20 1626 151 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'Soql' doesn't match '[a-z][a-zA-Z0-9]*'
308 /force-app/main/default/classes/SFDCAccessController.cls 1655 20 1655 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'Soql' doesn't match '[a-z][a-zA-Z0-9]*'
308 /force-app/main/default/classes/SFDCAccessController.cls 1655 20 1655 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'Soql' doesn't match '[a-z][a-zA-Z0-9]*'
309 /force-app/main/default/classes/SFDCBaseValidationRule.cls 20 29 58 2 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/SFDCBaseValidationRule.cls 20 29 58 2 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/SFDCBaseValidationRule.cls 20 29 58 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
310 /force-app/main/default/classes/SFDCBaseValidationRule.cls 20 29 58 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
311 /force-app/main/default/classes/SFDCBaseValidationRule.cls 25 2 25 9 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.
311 /force-app/main/default/classes/SFDCBaseValidationRule.cls 25 2 25 9 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.
312 /force-app/main/default/classes/SFDCBaseValidationRule.cls 29 9 32 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
312 /force-app/main/default/classes/SFDCBaseValidationRule.cls 29 9 32 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
313 /force-app/main/default/classes/SFDCBaseValidationRule.cls 37 9 39 3 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/SFDCBaseValidationRule.cls 37 9 39 3 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/SFDCBaseValidationRule.cls 37 9 39 3 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/SFDCBaseValidationRule.cls 37 9 39 3 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/SFDCBaseValidationRule.cls 44 9 46 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
315 /force-app/main/default/classes/SFDCBaseValidationRule.cls 44 9 46 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
316 /force-app/main/default/classes/SFDCBaseValidationRule.cls 44 9 46 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
316 /force-app/main/default/classes/SFDCBaseValidationRule.cls 44 9 46 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
317 /force-app/main/default/classes/SFDCBaseValidationRule.cls 51 9 53 3 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/SFDCBaseValidationRule.cls 51 9 53 3 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/SFDCBaseValidationRule.cls 51 9 53 3 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/SFDCBaseValidationRule.cls 51 9 53 3 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/SFDCBaseValidationRule.cls 55 9 57 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
319 /force-app/main/default/classes/SFDCBaseValidationRule.cls 55 9 57 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
320 /force-app/main/default/classes/SFDCCharacter.cls 21 8 194 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
320 /force-app/main/default/classes/SFDCCharacter.cls 21 8 194 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
321 /force-app/main/default/classes/SFDCCharacter.cls 21 8 194 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
321 /force-app/main/default/classes/SFDCCharacter.cls 21 8 194 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
322 /force-app/main/default/classes/SFDCCharacter.cls 27 22 27 78 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
322 /force-app/main/default/classes/SFDCCharacter.cls 27 22 27 78 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
323 /force-app/main/default/classes/SFDCCharacter.cls 29 43 29 79 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'strToInt' should be before method declarations in its class
323 /force-app/main/default/classes/SFDCCharacter.cls 29 43 29 79 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'strToInt' should be before method declarations in its class
324 /force-app/main/default/classes/SFDCCharacter.cls 29 43 29 79 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'strToInt' doesn't match '[A-Z][A-Z0-9_]*'
324 /force-app/main/default/classes/SFDCCharacter.cls 29 43 29 79 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'strToInt' doesn't match '[A-Z][A-Z0-9_]*'
325 /force-app/main/default/classes/SFDCCharacter.cls 30 43 30 79 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'intToStr' should be before method declarations in its class
325 /force-app/main/default/classes/SFDCCharacter.cls 30 43 30 79 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'intToStr' should be before method declarations in its class
326 /force-app/main/default/classes/SFDCCharacter.cls 30 43 30 79 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'intToStr' doesn't match '[A-Z][A-Z0-9_]*'
326 /force-app/main/default/classes/SFDCCharacter.cls 30 43 30 79 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'intToStr' doesn't match '[A-Z][A-Z0-9_]*'
327 /force-app/main/default/classes/SFDCCharacter.cls 32 18 32 28 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'valInt' should be before method declarations in its class
327 /force-app/main/default/classes/SFDCCharacter.cls 32 18 32 28 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'valInt' should be before method declarations in its class
328 /force-app/main/default/classes/SFDCCharacter.cls 33 17 33 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'valStr' should be before method declarations in its class
328 /force-app/main/default/classes/SFDCCharacter.cls 33 17 33 30 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'valStr' should be before method declarations in its class
329 /force-app/main/default/classes/SFDCCharacter.cls 35 2 35 9 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.
329 /force-app/main/default/classes/SFDCCharacter.cls 35 2 35 9 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.
330 /force-app/main/default/classes/SFDCCharacter.cls 39 9 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
330 /force-app/main/default/classes/SFDCCharacter.cls 39 9 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
331 /force-app/main/default/classes/SFDCCharacter.cls 44 9 47 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
331 /force-app/main/default/classes/SFDCCharacter.cls 44 9 47 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
332 /force-app/main/default/classes/SFDCCharacter.cls 49 9 52 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
332 /force-app/main/default/classes/SFDCCharacter.cls 49 9 52 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
333 /force-app/main/default/classes/SFDCCharacter.cls 54 9 57 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
333 /force-app/main/default/classes/SFDCCharacter.cls 54 9 57 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
334 /force-app/main/default/classes/SFDCCharacter.cls 59 16 64 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
334 /force-app/main/default/classes/SFDCCharacter.cls 59 16 64 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
335 /force-app/main/default/classes/SFDCCharacter.cls 62 4 62 72 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
335 /force-app/main/default/classes/SFDCCharacter.cls 62 4 62 72 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
336 /force-app/main/default/classes/SFDCCharacter.cls 62 4 62 72 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
336 /force-app/main/default/classes/SFDCCharacter.cls 62 4 62 72 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
337 /force-app/main/default/classes/SFDCCharacter.cls 66 16 74 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
337 /force-app/main/default/classes/SFDCCharacter.cls 66 16 74 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
338 /force-app/main/default/classes/SFDCCharacter.cls 68 4 68 84 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
338 /force-app/main/default/classes/SFDCCharacter.cls 68 4 68 84 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
339 /force-app/main/default/classes/SFDCCharacter.cls 68 4 68 84 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
339 /force-app/main/default/classes/SFDCCharacter.cls 68 4 68 84 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
340 /force-app/main/default/classes/SFDCCharacter.cls 72 4 72 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
340 /force-app/main/default/classes/SFDCCharacter.cls 72 4 72 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
341 /force-app/main/default/classes/SFDCCharacter.cls 72 4 72 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
341 /force-app/main/default/classes/SFDCCharacter.cls 72 4 72 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
342 /force-app/main/default/classes/SFDCCharacter.cls 76 9 78 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
342 /force-app/main/default/classes/SFDCCharacter.cls 76 9 78 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
343 /force-app/main/default/classes/SFDCCharacter.cls 80 9 82 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
343 /force-app/main/default/classes/SFDCCharacter.cls 80 9 82 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
344 /force-app/main/default/classes/SFDCCharacter.cls 84 9 86 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
344 /force-app/main/default/classes/SFDCCharacter.cls 84 9 86 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
345 /force-app/main/default/classes/SFDCCharacter.cls 88 2 193 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method '()' has an NCSS line count of 104 (limit: 40)
345 /force-app/main/default/classes/SFDCCharacter.cls 88 2 193 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method '()' has an NCSS line count of 104 (limit: 40)
346 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 21 21 134 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
346 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 21 21 134 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
347 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 32 35 32 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'ccrule' should be before method declarations in its class
347 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 32 35 32 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'ccrule' should be before method declarations in its class
348 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 38 9 41 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
348 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 38 9 41 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
349 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 57 9 77 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
349 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 57 9 77 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
350 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 57 9 77 3 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
350 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 57 9 77 3 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
351 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 61 5 61 12 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
351 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 61 5 61 12 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
352 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 61 5 61 12 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
352 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 61 5 61 12 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
353 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 85 10 118 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
353 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 85 10 118 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
354 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 88 13 88 21 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'log' defined but not used
354 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 88 13 88 21 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'log' defined but not used
355 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 123 9 125 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
355 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 123 9 125 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
356 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 130 9 132 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
356 /force-app/main/default/classes/SFDCCreditCardValidationRule.cls 130 9 132 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
357 /force-app/main/default/classes/SFDCEncoder.cls 20 21 145 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
357 /force-app/main/default/classes/SFDCEncoder.cls 20 21 145 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
358 /force-app/main/default/classes/SFDCEncoder.cls 20 21 145 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
358 /force-app/main/default/classes/SFDCEncoder.cls 20 21 145 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
359 /force-app/main/default/classes/SFDCEncoder.cls 46 9 48 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
359 /force-app/main/default/classes/SFDCEncoder.cls 46 9 48 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
360 /force-app/main/default/classes/SFDCEncoder.cls 46 9 48 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
360 /force-app/main/default/classes/SFDCEncoder.cls 46 9 48 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
361 /force-app/main/default/classes/SFDCEncoder.cls 46 9 48 3 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
361 /force-app/main/default/classes/SFDCEncoder.cls 46 9 48 3 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
362 /force-app/main/default/classes/SFDCEncoder.cls 46 9 48 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_HTMLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
362 /force-app/main/default/classes/SFDCEncoder.cls 46 9 48 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_HTMLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
363 /force-app/main/default/classes/SFDCEncoder.cls 59 9 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
363 /force-app/main/default/classes/SFDCEncoder.cls 59 9 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
364 /force-app/main/default/classes/SFDCEncoder.cls 59 9 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
364 /force-app/main/default/classes/SFDCEncoder.cls 59 9 61 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
365 /force-app/main/default/classes/SFDCEncoder.cls 59 9 61 3 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
365 /force-app/main/default/classes/SFDCEncoder.cls 59 9 61 3 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
366 /force-app/main/default/classes/SFDCEncoder.cls 59 9 61 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_JSENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
366 /force-app/main/default/classes/SFDCEncoder.cls 59 9 61 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_JSENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
367 /force-app/main/default/classes/SFDCEncoder.cls 72 9 74 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
367 /force-app/main/default/classes/SFDCEncoder.cls 72 9 74 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
368 /force-app/main/default/classes/SFDCEncoder.cls 72 9 74 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
368 /force-app/main/default/classes/SFDCEncoder.cls 72 9 74 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
369 /force-app/main/default/classes/SFDCEncoder.cls 72 9 74 3 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
369 /force-app/main/default/classes/SFDCEncoder.cls 72 9 74 3 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
370 /force-app/main/default/classes/SFDCEncoder.cls 72 9 74 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_JSINHTMLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
370 /force-app/main/default/classes/SFDCEncoder.cls 72 9 74 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_JSINHTMLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
371 /force-app/main/default/classes/SFDCEncoder.cls 93 9 95 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
371 /force-app/main/default/classes/SFDCEncoder.cls 93 9 95 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
372 /force-app/main/default/classes/SFDCEncoder.cls 93 9 95 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
372 /force-app/main/default/classes/SFDCEncoder.cls 93 9 95 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
373 /force-app/main/default/classes/SFDCEncoder.cls 93 9 95 3 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
373 /force-app/main/default/classes/SFDCEncoder.cls 93 9 95 3 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
374 /force-app/main/default/classes/SFDCEncoder.cls 93 9 95 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_URLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
374 /force-app/main/default/classes/SFDCEncoder.cls 93 9 95 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_URLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
375 /force-app/main/default/classes/SFDCEncoder.cls 108 9 110 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
375 /force-app/main/default/classes/SFDCEncoder.cls 108 9 110 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
376 /force-app/main/default/classes/SFDCEncoder.cls 108 9 110 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
376 /force-app/main/default/classes/SFDCEncoder.cls 108 9 110 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
377 /force-app/main/default/classes/SFDCEncoder.cls 108 9 110 3 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
377 /force-app/main/default/classes/SFDCEncoder.cls 108 9 110 3 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
378 /force-app/main/default/classes/SFDCEncoder.cls 108 9 110 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_URLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
378 /force-app/main/default/classes/SFDCEncoder.cls 108 9 110 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_URLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
379 /force-app/main/default/classes/SFDCEncoder.cls 125 9 133 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
379 /force-app/main/default/classes/SFDCEncoder.cls 125 9 133 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
380 /force-app/main/default/classes/SFDCEncoder.cls 125 9 133 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
380 /force-app/main/default/classes/SFDCEncoder.cls 125 9 133 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
381 /force-app/main/default/classes/SFDCEncoder.cls 125 9 133 4 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
381 /force-app/main/default/classes/SFDCEncoder.cls 125 9 133 4 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
382 /force-app/main/default/classes/SFDCEncoder.cls 125 9 133 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_BASE64_URLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
382 /force-app/main/default/classes/SFDCEncoder.cls 125 9 133 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_BASE64_URLENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
383 /force-app/main/default/classes/SFDCEncoder.cls 135 10 144 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'ENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
383 /force-app/main/default/classes/SFDCEncoder.cls 135 10 144 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'ENCODE' doesn't match '[a-z][a-zA-Z0-9]*'
384 /force-app/main/default/classes/SFDCEncoder.cls 137 4 137 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
384 /force-app/main/default/classes/SFDCEncoder.cls 137 4 137 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
385 /force-app/main/default/classes/SFDCEncoder.cls 137 4 137 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
385 /force-app/main/default/classes/SFDCEncoder.cls 137 4 137 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
386 /force-app/main/default/classes/SFDCEncoderConstants.cls 22 21 41 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
386 /force-app/main/default/classes/SFDCEncoderConstants.cls 22 21 41 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
387 /force-app/main/default/classes/SFDCEncoderConstants.cls 24 2 24 9 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.
387 /force-app/main/default/classes/SFDCEncoderConstants.cls 24 2 24 9 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.
388 /force-app/main/default/classes/SFDCEncoderConstants.cls 31 31 31 109 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'CHAR_DIGITS' should be before method declarations in its class
388 /force-app/main/default/classes/SFDCEncoderConstants.cls 31 31 31 109 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'CHAR_DIGITS' should be before method declarations in its class
389 /force-app/main/default/classes/SFDCEncoderConstants.cls 32 35 32 41 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'DIGITS' should be before method declarations in its class
389 /force-app/main/default/classes/SFDCEncoderConstants.cls 32 35 32 41 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'DIGITS' should be before method declarations in its class
390 /force-app/main/default/classes/SFDCEncoderConstants.cls 40 31 40 150 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'VALID_FILE_EXTENSIONS' should be before method declarations in its class
390 /force-app/main/default/classes/SFDCEncoderConstants.cls 40 31 40 150 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'VALID_FILE_EXTENSIONS' should be before method declarations in its class
391 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 20 21 114 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
391 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 20 21 114 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
392 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 20 21 114 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
392 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 20 21 114 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
393 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 34 35 34 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'svrule' should be before method declarations in its class
393 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 34 35 34 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'svrule' should be before method declarations in its class
394 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 41 9 52 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
394 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 41 9 52 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
395 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 45 4 45 93 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
395 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 45 4 45 93 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
396 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 45 4 45 93 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
396 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 45 4 45 93 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
397 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
397 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
398 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
398 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
399 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 69 9 71 3 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
399 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 69 9 71 3 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
400 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 73 10 106 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'safelyParse(String)' has a cyclomatic complexity of 12.
400 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 73 10 106 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'safelyParse(String)' has a cyclomatic complexity of 12.
401 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 111 10 113 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
401 /force-app/main/default/classes/SFDCIntegerValidationRule.cls 111 10 113 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
402 /force-app/main/default/classes/SFDCNumberValidationRule.cls 20 21 113 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
402 /force-app/main/default/classes/SFDCNumberValidationRule.cls 20 21 113 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
403 /force-app/main/default/classes/SFDCNumberValidationRule.cls 20 21 113 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
403 /force-app/main/default/classes/SFDCNumberValidationRule.cls 20 21 113 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
404 /force-app/main/default/classes/SFDCNumberValidationRule.cls 34 35 34 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'svrule' should be before method declarations in its class
404 /force-app/main/default/classes/SFDCNumberValidationRule.cls 34 35 34 48 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'svrule' should be before method declarations in its class
405 /force-app/main/default/classes/SFDCNumberValidationRule.cls 41 9 52 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
405 /force-app/main/default/classes/SFDCNumberValidationRule.cls 41 9 52 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
406 /force-app/main/default/classes/SFDCNumberValidationRule.cls 45 4 45 93 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
406 /force-app/main/default/classes/SFDCNumberValidationRule.cls 45 4 45 93 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
407 /force-app/main/default/classes/SFDCNumberValidationRule.cls 45 4 45 93 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
407 /force-app/main/default/classes/SFDCNumberValidationRule.cls 45 4 45 93 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
408 /force-app/main/default/classes/SFDCNumberValidationRule.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
408 /force-app/main/default/classes/SFDCNumberValidationRule.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
409 /force-app/main/default/classes/SFDCNumberValidationRule.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
409 /force-app/main/default/classes/SFDCNumberValidationRule.cls 69 9 71 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
410 /force-app/main/default/classes/SFDCNumberValidationRule.cls 69 9 71 3 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
410 /force-app/main/default/classes/SFDCNumberValidationRule.cls 69 9 71 3 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
411 /force-app/main/default/classes/SFDCNumberValidationRule.cls 73 10 105 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'safelyParse(String)' has a cyclomatic complexity of 12.
411 /force-app/main/default/classes/SFDCNumberValidationRule.cls 73 10 105 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'safelyParse(String)' has a cyclomatic complexity of 12.
412 /force-app/main/default/classes/SFDCNumberValidationRule.cls 110 10 112 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
412 /force-app/main/default/classes/SFDCNumberValidationRule.cls 110 10 112 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
413 /force-app/main/default/classes/SFDCPatterns.cls 20 21 183 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
413 /force-app/main/default/classes/SFDCPatterns.cls 20 21 183 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
414 /force-app/main/default/classes/SFDCPatterns.cls 20 21 183 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
414 /force-app/main/default/classes/SFDCPatterns.cls 20 21 183 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
415 /force-app/main/default/classes/SFDCPatterns.cls 25 29 25 88 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date1' doesn't match '[A-Z][A-Z0-9_]*'
415 /force-app/main/default/classes/SFDCPatterns.cls 25 29 25 88 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date1' doesn't match '[A-Z][A-Z0-9_]*'
416 /force-app/main/default/classes/SFDCPatterns.cls 30 29 30 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date2' doesn't match '[A-Z][A-Z0-9_]*'
416 /force-app/main/default/classes/SFDCPatterns.cls 30 29 30 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date2' doesn't match '[A-Z][A-Z0-9_]*'
417 /force-app/main/default/classes/SFDCPatterns.cls 35 29 35 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date3' doesn't match '[A-Z][A-Z0-9_]*'
417 /force-app/main/default/classes/SFDCPatterns.cls 35 29 35 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date3' doesn't match '[A-Z][A-Z0-9_]*'
418 /force-app/main/default/classes/SFDCPatterns.cls 40 29 40 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date4' doesn't match '[A-Z][A-Z0-9_]*'
418 /force-app/main/default/classes/SFDCPatterns.cls 40 29 40 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date4' doesn't match '[A-Z][A-Z0-9_]*'
419 /force-app/main/default/classes/SFDCPatterns.cls 45 29 45 88 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date5' doesn't match '[A-Z][A-Z0-9_]*'
419 /force-app/main/default/classes/SFDCPatterns.cls 45 29 45 88 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date5' doesn't match '[A-Z][A-Z0-9_]*'
420 /force-app/main/default/classes/SFDCPatterns.cls 50 29 50 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date6' doesn't match '[A-Z][A-Z0-9_]*'
420 /force-app/main/default/classes/SFDCPatterns.cls 50 29 50 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date6' doesn't match '[A-Z][A-Z0-9_]*'
421 /force-app/main/default/classes/SFDCPatterns.cls 55 29 55 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date7' doesn't match '[A-Z][A-Z0-9_]*'
421 /force-app/main/default/classes/SFDCPatterns.cls 55 29 55 109 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date7' doesn't match '[A-Z][A-Z0-9_]*'
422 /force-app/main/default/classes/SFDCPatterns.cls 60 29 60 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date8' doesn't match '[A-Z][A-Z0-9_]*'
422 /force-app/main/default/classes/SFDCPatterns.cls 60 29 60 131 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date8' doesn't match '[A-Z][A-Z0-9_]*'
423 /force-app/main/default/classes/SFDCPatterns.cls 65 29 65 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date9' doesn't match '[A-Z][A-Z0-9_]*'
423 /force-app/main/default/classes/SFDCPatterns.cls 65 29 65 102 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date9' doesn't match '[A-Z][A-Z0-9_]*'
424 /force-app/main/default/classes/SFDCPatterns.cls 70 29 70 132 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date10' doesn't match '[A-Z][A-Z0-9_]*'
424 /force-app/main/default/classes/SFDCPatterns.cls 70 29 70 132 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Date10' doesn't match '[A-Z][A-Z0-9_]*'
425 /force-app/main/default/classes/SFDCPatterns.cls 76 29 76 78 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time1' doesn't match '[A-Z][A-Z0-9_]*'
425 /force-app/main/default/classes/SFDCPatterns.cls 76 29 76 78 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time1' doesn't match '[A-Z][A-Z0-9_]*'
426 /force-app/main/default/classes/SFDCPatterns.cls 81 29 81 79 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time2' doesn't match '[A-Z][A-Z0-9_]*'
426 /force-app/main/default/classes/SFDCPatterns.cls 81 29 81 79 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time2' doesn't match '[A-Z][A-Z0-9_]*'
427 /force-app/main/default/classes/SFDCPatterns.cls 86 29 86 82 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time3' doesn't match '[A-Z][A-Z0-9_]*'
427 /force-app/main/default/classes/SFDCPatterns.cls 86 29 86 82 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time3' doesn't match '[A-Z][A-Z0-9_]*'
428 /force-app/main/default/classes/SFDCPatterns.cls 91 29 91 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time4' doesn't match '[A-Z][A-Z0-9_]*'
428 /force-app/main/default/classes/SFDCPatterns.cls 91 29 91 69 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time4' doesn't match '[A-Z][A-Z0-9_]*'
429 /force-app/main/default/classes/SFDCPatterns.cls 96 29 96 70 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time5' doesn't match '[A-Z][A-Z0-9_]*'
429 /force-app/main/default/classes/SFDCPatterns.cls 96 29 96 70 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time5' doesn't match '[A-Z][A-Z0-9_]*'
430 /force-app/main/default/classes/SFDCPatterns.cls 101 29 101 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time6' doesn't match '[A-Z][A-Z0-9_]*'
430 /force-app/main/default/classes/SFDCPatterns.cls 101 29 101 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Time6' doesn't match '[A-Z][A-Z0-9_]*'
431 /force-app/main/default/classes/SFDCPatterns.cls 106 29 106 185 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'DateTime1' doesn't match '[A-Z][A-Z0-9_]*'
431 /force-app/main/default/classes/SFDCPatterns.cls 106 29 106 185 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'DateTime1' doesn't match '[A-Z][A-Z0-9_]*'
432 /force-app/main/default/classes/SFDCPatterns.cls 111 29 111 82 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'FileName' doesn't match '[A-Z][A-Z0-9_]*'
432 /force-app/main/default/classes/SFDCPatterns.cls 111 29 111 82 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'FileName' doesn't match '[A-Z][A-Z0-9_]*'
433 /force-app/main/default/classes/SFDCPatterns.cls 117 29 117 96 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Domain' doesn't match '[A-Z][A-Z0-9_]*'
433 /force-app/main/default/classes/SFDCPatterns.cls 117 29 117 96 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'Domain' doesn't match '[A-Z][A-Z0-9_]*'
434 /force-app/main/default/classes/SFDCPatterns.cls 128 29 128 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'CreditCard' doesn't match '[A-Z][A-Z0-9_]*'
434 /force-app/main/default/classes/SFDCPatterns.cls 128 29 128 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'CreditCard' doesn't match '[A-Z][A-Z0-9_]*'
435 /force-app/main/default/classes/SFDCPatterns.cls 133 29 133 195 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'DoubleStr' doesn't match '[A-Z][A-Z0-9_]*'
435 /force-app/main/default/classes/SFDCPatterns.cls 133 29 133 195 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'DoubleStr' doesn't match '[A-Z][A-Z0-9_]*'
436 /force-app/main/default/classes/SFDCPatterns.cls 138 29 138 57 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'IntegerStr' doesn't match '[A-Z][A-Z0-9_]*'
436 /force-app/main/default/classes/SFDCPatterns.cls 138 29 138 57 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'IntegerStr' doesn't match '[A-Z][A-Z0-9_]*'
437 /force-app/main/default/classes/SFDCPlugins.cls 21 21 81 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
437 /force-app/main/default/classes/SFDCPlugins.cls 21 21 81 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
438 /force-app/main/default/classes/SFDCPlugins.cls 22 39 22 98 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 'SFDC_DescribeInfoCache' doesn't match '[a-z][a-zA-Z0-9]*'
438 /force-app/main/default/classes/SFDCPlugins.cls 22 39 22 98 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 'SFDC_DescribeInfoCache' doesn't match '[a-z][a-zA-Z0-9]*'
439 /force-app/main/default/classes/SFDCPlugins.cls 27 9 35 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
439 /force-app/main/default/classes/SFDCPlugins.cls 27 9 35 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
440 /force-app/main/default/classes/SFDCPlugins.cls 34 3 34 79 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
440 /force-app/main/default/classes/SFDCPlugins.cls 34 3 34 79 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
441 /force-app/main/default/classes/SFDCPlugins.cls 34 3 34 79 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
441 /force-app/main/default/classes/SFDCPlugins.cls 34 3 34 79 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
442 /force-app/main/default/classes/SFDCPlugins.cls 42 16 44 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
442 /force-app/main/default/classes/SFDCPlugins.cls 42 16 44 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
443 /force-app/main/default/classes/SFDCPlugins.cls 51 17 80 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
443 /force-app/main/default/classes/SFDCPlugins.cls 51 17 80 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
444 /force-app/main/default/classes/SFDCPlugins.cls 54 61 54 126 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The final field name 'FIELD_CACHE' doesn't match '[a-z][a-zA-Z0-9]*'
444 /force-app/main/default/classes/SFDCPlugins.cls 54 61 54 126 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The final field name 'FIELD_CACHE' doesn't match '[a-z][a-zA-Z0-9]*'
445 /force-app/main/default/classes/SFDCPlugins.cls 64 24 78 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
445 /force-app/main/default/classes/SFDCPlugins.cls 64 24 78 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
446 /force-app/main/default/classes/SFDCPlugins.cls 64 24 78 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
446 /force-app/main/default/classes/SFDCPlugins.cls 64 24 78 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
447 /force-app/main/default/classes/SFDCStringUtils.cls 20 21 88 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
447 /force-app/main/default/classes/SFDCStringUtils.cls 20 21 88 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
448 /force-app/main/default/classes/SFDCStringUtils.cls 22 2 22 9 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.
448 /force-app/main/default/classes/SFDCStringUtils.cls 22 2 22 9 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.
449 /force-app/main/default/classes/SFDCStringUtils.cls 36 19 42 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
449 /force-app/main/default/classes/SFDCStringUtils.cls 36 19 42 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
450 /force-app/main/default/classes/SFDCStringUtils.cls 47 19 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
450 /force-app/main/default/classes/SFDCStringUtils.cls 47 19 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
451 /force-app/main/default/classes/SFDCStringUtils.cls 47 19 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
451 /force-app/main/default/classes/SFDCStringUtils.cls 47 19 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
452 /force-app/main/default/classes/SFDCStringUtils.cls 47 19 49 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
452 /force-app/main/default/classes/SFDCStringUtils.cls 47 19 49 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
453 /force-app/main/default/classes/SFDCStringUtils.cls 56 16 62 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
453 /force-app/main/default/classes/SFDCStringUtils.cls 56 16 62 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
454 /force-app/main/default/classes/SFDCStringUtils.cls 56 16 62 3 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
454 /force-app/main/default/classes/SFDCStringUtils.cls 56 16 62 3 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
455 /force-app/main/default/classes/SFDCStringUtils.cls 64 16 87 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
455 /force-app/main/default/classes/SFDCStringUtils.cls 64 16 87 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
456 /force-app/main/default/classes/SFDCStringValidationRule.cls 21 21 137 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
456 /force-app/main/default/classes/SFDCStringValidationRule.cls 21 21 137 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
457 /force-app/main/default/classes/SFDCStringValidationRule.cls 21 21 137 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
457 /force-app/main/default/classes/SFDCStringValidationRule.cls 21 21 137 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
458 /force-app/main/default/classes/SFDCStringValidationRule.cls 28 12 30 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
458 /force-app/main/default/classes/SFDCStringValidationRule.cls 28 12 30 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
459 /force-app/main/default/classes/SFDCStringValidationRule.cls 32 12 35 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
459 /force-app/main/default/classes/SFDCStringValidationRule.cls 32 12 35 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
460 /force-app/main/default/classes/SFDCStringValidationRule.cls 40 12 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
460 /force-app/main/default/classes/SFDCStringValidationRule.cls 40 12 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
461 /force-app/main/default/classes/SFDCStringValidationRule.cls 40 12 49 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
461 /force-app/main/default/classes/SFDCStringValidationRule.cls 40 12 49 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
462 /force-app/main/default/classes/SFDCStringValidationRule.cls 55 12 60 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
462 /force-app/main/default/classes/SFDCStringValidationRule.cls 55 12 60 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
463 /force-app/main/default/classes/SFDCStringValidationRule.cls 55 12 60 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
463 /force-app/main/default/classes/SFDCStringValidationRule.cls 55 12 60 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
464 /force-app/main/default/classes/SFDCStringValidationRule.cls 65 12 74 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
464 /force-app/main/default/classes/SFDCStringValidationRule.cls 65 12 74 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
465 /force-app/main/default/classes/SFDCStringValidationRule.cls 65 12 74 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
465 /force-app/main/default/classes/SFDCStringValidationRule.cls 65 12 74 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
466 /force-app/main/default/classes/SFDCStringValidationRule.cls 79 12 84 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
466 /force-app/main/default/classes/SFDCStringValidationRule.cls 79 12 84 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
467 /force-app/main/default/classes/SFDCStringValidationRule.cls 79 12 84 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
467 /force-app/main/default/classes/SFDCStringValidationRule.cls 79 12 84 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
468 /force-app/main/default/classes/SFDCStringValidationRule.cls 86 12 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
468 /force-app/main/default/classes/SFDCStringValidationRule.cls 86 12 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
469 /force-app/main/default/classes/SFDCStringValidationRule.cls 90 12 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
469 /force-app/main/default/classes/SFDCStringValidationRule.cls 90 12 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
470 /force-app/main/default/classes/SFDCStringValidationRule.cls 103 12 136 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
470 /force-app/main/default/classes/SFDCStringValidationRule.cls 103 12 136 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
471 /force-app/main/default/classes/SFDCStringValidationRule.cls 103 12 136 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
471 /force-app/main/default/classes/SFDCStringValidationRule.cls 103 12 136 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
472 /force-app/main/default/classes/SFDCStringValidationRule.cls 103 12 136 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'assertValid(String)' has a cyclomatic complexity of 14.
472 /force-app/main/default/classes/SFDCStringValidationRule.cls 103 12 136 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'assertValid(String)' has a cyclomatic complexity of 14.
473 /force-app/main/default/classes/SFDCStringValidationRule.cls 107 17 107 24 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
473 /force-app/main/default/classes/SFDCStringValidationRule.cls 107 17 107 24 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
474 /force-app/main/default/classes/SFDCStringValidationRule.cls 107 17 107 24 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
474 /force-app/main/default/classes/SFDCStringValidationRule.cls 107 17 107 24 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
475 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
475 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
476 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
476 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
477 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SFDCValidator' has a total cognitive complexity of 139 (highest 21), current threshold is 50
477 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'SFDCValidator' has a total cognitive complexity of 139 (highest 21), current threshold is 50
478 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'SFDCValidator' has a total cyclomatic complexity of 108 (highest 24).
478 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'SFDCValidator' has a total cyclomatic complexity of 108 (highest 24).
479 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SFDCValidator' has a Standard Cyclomatic Complexity of 3 (Highest = 14).
479 /force-app/main/default/classes/SFDCValidator.cls 26 21 875 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SFDCValidator' has a Standard Cyclomatic Complexity of 3 (Highest = 14).
480 /force-app/main/default/classes/SFDCValidator.cls 32 30 33 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
480 /force-app/main/default/classes/SFDCValidator.cls 32 30 33 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
481 /force-app/main/default/classes/SFDCValidator.cls 44 9 51 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
481 /force-app/main/default/classes/SFDCValidator.cls 44 9 51 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
482 /force-app/main/default/classes/SFDCValidator.cls 44 9 51 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
482 /force-app/main/default/classes/SFDCValidator.cls 44 9 51 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
483 /force-app/main/default/classes/SFDCValidator.cls 44 9 51 3 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
483 /force-app/main/default/classes/SFDCValidator.cls 44 9 51 3 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
484 /force-app/main/default/classes/SFDCValidator.cls 75 9 80 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
484 /force-app/main/default/classes/SFDCValidator.cls 75 9 80 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
485 /force-app/main/default/classes/SFDCValidator.cls 91 9 98 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
485 /force-app/main/default/classes/SFDCValidator.cls 91 9 98 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
486 /force-app/main/default/classes/SFDCValidator.cls 91 9 98 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
486 /force-app/main/default/classes/SFDCValidator.cls 91 9 98 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
487 /force-app/main/default/classes/SFDCValidator.cls 91 9 98 3 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
487 /force-app/main/default/classes/SFDCValidator.cls 91 9 98 3 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
488 /force-app/main/default/classes/SFDCValidator.cls 91 9 98 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidDate' doesn't match '[a-z][a-zA-Z0-9]*'
488 /force-app/main/default/classes/SFDCValidator.cls 91 9 98 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidDate' doesn't match '[a-z][a-zA-Z0-9]*'
489 /force-app/main/default/classes/SFDCValidator.cls 124 9 146 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
489 /force-app/main/default/classes/SFDCValidator.cls 124 9 146 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
490 /force-app/main/default/classes/SFDCValidator.cls 124 9 146 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidDate' doesn't match '[a-z][a-zA-Z0-9]*'
490 /force-app/main/default/classes/SFDCValidator.cls 124 9 146 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidDate' doesn't match '[a-z][a-zA-Z0-9]*'
491 /force-app/main/default/classes/SFDCValidator.cls 157 9 164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
491 /force-app/main/default/classes/SFDCValidator.cls 157 9 164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
492 /force-app/main/default/classes/SFDCValidator.cls 157 9 164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
492 /force-app/main/default/classes/SFDCValidator.cls 157 9 164 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
493 /force-app/main/default/classes/SFDCValidator.cls 157 9 164 3 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
493 /force-app/main/default/classes/SFDCValidator.cls 157 9 164 3 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
494 /force-app/main/default/classes/SFDCValidator.cls 157 9 164 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
494 /force-app/main/default/classes/SFDCValidator.cls 157 9 164 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
495 /force-app/main/default/classes/SFDCValidator.cls 192 9 196 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
495 /force-app/main/default/classes/SFDCValidator.cls 192 9 196 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
496 /force-app/main/default/classes/SFDCValidator.cls 192 9 196 3 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
496 /force-app/main/default/classes/SFDCValidator.cls 192 9 196 3 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
497 /force-app/main/default/classes/SFDCValidator.cls 192 9 196 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
497 /force-app/main/default/classes/SFDCValidator.cls 192 9 196 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
498 /force-app/main/default/classes/SFDCValidator.cls 207 9 214 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
498 /force-app/main/default/classes/SFDCValidator.cls 207 9 214 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
499 /force-app/main/default/classes/SFDCValidator.cls 207 9 214 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
499 /force-app/main/default/classes/SFDCValidator.cls 207 9 214 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
500 /force-app/main/default/classes/SFDCValidator.cls 207 9 214 3 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
500 /force-app/main/default/classes/SFDCValidator.cls 207 9 214 3 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
501 /force-app/main/default/classes/SFDCValidator.cls 207 9 214 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
501 /force-app/main/default/classes/SFDCValidator.cls 207 9 214 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
502 /force-app/main/default/classes/SFDCValidator.cls 242 9 246 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
502 /force-app/main/default/classes/SFDCValidator.cls 242 9 246 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
503 /force-app/main/default/classes/SFDCValidator.cls 242 9 246 3 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
503 /force-app/main/default/classes/SFDCValidator.cls 242 9 246 3 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
504 /force-app/main/default/classes/SFDCValidator.cls 242 9 246 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
504 /force-app/main/default/classes/SFDCValidator.cls 242 9 246 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
505 /force-app/main/default/classes/SFDCValidator.cls 257 9 264 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
505 /force-app/main/default/classes/SFDCValidator.cls 257 9 264 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
506 /force-app/main/default/classes/SFDCValidator.cls 257 9 264 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
506 /force-app/main/default/classes/SFDCValidator.cls 257 9 264 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
507 /force-app/main/default/classes/SFDCValidator.cls 257 9 264 3 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
507 /force-app/main/default/classes/SFDCValidator.cls 257 9 264 3 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
508 /force-app/main/default/classes/SFDCValidator.cls 257 9 264 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
508 /force-app/main/default/classes/SFDCValidator.cls 257 9 264 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
509 /force-app/main/default/classes/SFDCValidator.cls 292 9 294 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
509 /force-app/main/default/classes/SFDCValidator.cls 292 9 294 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
510 /force-app/main/default/classes/SFDCValidator.cls 292 9 294 3 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
510 /force-app/main/default/classes/SFDCValidator.cls 292 9 294 3 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
511 /force-app/main/default/classes/SFDCValidator.cls 292 9 294 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
511 /force-app/main/default/classes/SFDCValidator.cls 292 9 294 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
512 /force-app/main/default/classes/SFDCValidator.cls 305 9 312 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
512 /force-app/main/default/classes/SFDCValidator.cls 305 9 312 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
513 /force-app/main/default/classes/SFDCValidator.cls 305 9 312 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
513 /force-app/main/default/classes/SFDCValidator.cls 305 9 312 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
514 /force-app/main/default/classes/SFDCValidator.cls 305 9 312 3 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
514 /force-app/main/default/classes/SFDCValidator.cls 305 9 312 3 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
515 /force-app/main/default/classes/SFDCValidator.cls 336 9 340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
515 /force-app/main/default/classes/SFDCValidator.cls 336 9 340 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
516 /force-app/main/default/classes/SFDCValidator.cls 338 4 338 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
516 /force-app/main/default/classes/SFDCValidator.cls 338 4 338 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
517 /force-app/main/default/classes/SFDCValidator.cls 338 4 338 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
517 /force-app/main/default/classes/SFDCValidator.cls 338 4 338 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
518 /force-app/main/default/classes/SFDCValidator.cls 351 9 358 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
518 /force-app/main/default/classes/SFDCValidator.cls 351 9 358 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
519 /force-app/main/default/classes/SFDCValidator.cls 351 9 358 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
519 /force-app/main/default/classes/SFDCValidator.cls 351 9 358 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
520 /force-app/main/default/classes/SFDCValidator.cls 351 9 358 3 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
520 /force-app/main/default/classes/SFDCValidator.cls 351 9 358 3 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
521 /force-app/main/default/classes/SFDCValidator.cls 384 9 395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
521 /force-app/main/default/classes/SFDCValidator.cls 384 9 395 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
522 /force-app/main/default/classes/SFDCValidator.cls 387 5 387 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
522 /force-app/main/default/classes/SFDCValidator.cls 387 5 387 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
523 /force-app/main/default/classes/SFDCValidator.cls 387 5 387 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
523 /force-app/main/default/classes/SFDCValidator.cls 387 5 387 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
524 /force-app/main/default/classes/SFDCValidator.cls 392 4 392 100 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
524 /force-app/main/default/classes/SFDCValidator.cls 392 4 392 100 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
525 /force-app/main/default/classes/SFDCValidator.cls 392 4 392 100 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
525 /force-app/main/default/classes/SFDCValidator.cls 392 4 392 100 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
526 /force-app/main/default/classes/SFDCValidator.cls 406 9 413 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
526 /force-app/main/default/classes/SFDCValidator.cls 406 9 413 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
527 /force-app/main/default/classes/SFDCValidator.cls 406 9 413 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
527 /force-app/main/default/classes/SFDCValidator.cls 406 9 413 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
528 /force-app/main/default/classes/SFDCValidator.cls 406 9 413 3 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
528 /force-app/main/default/classes/SFDCValidator.cls 406 9 413 3 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
529 /force-app/main/default/classes/SFDCValidator.cls 438 9 464 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
529 /force-app/main/default/classes/SFDCValidator.cls 438 9 464 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
530 /force-app/main/default/classes/SFDCValidator.cls 438 9 464 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getValidPrintable(String, Integer, Boolean)' has a cyclomatic complexity of 12.
530 /force-app/main/default/classes/SFDCValidator.cls 438 9 464 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getValidPrintable(String, Integer, Boolean)' has a cyclomatic complexity of 12.
531 /force-app/main/default/classes/SFDCValidator.cls 442 5 442 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
531 /force-app/main/default/classes/SFDCValidator.cls 442 5 442 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
532 /force-app/main/default/classes/SFDCValidator.cls 442 5 442 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
532 /force-app/main/default/classes/SFDCValidator.cls 442 5 442 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
533 /force-app/main/default/classes/SFDCValidator.cls 475 9 477 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
533 /force-app/main/default/classes/SFDCValidator.cls 475 9 477 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
534 /force-app/main/default/classes/SFDCValidator.cls 475 9 477 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
534 /force-app/main/default/classes/SFDCValidator.cls 475 9 477 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
535 /force-app/main/default/classes/SFDCValidator.cls 475 9 477 3 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
535 /force-app/main/default/classes/SFDCValidator.cls 475 9 477 3 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
536 /force-app/main/default/classes/SFDCValidator.cls 475 9 477 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidFileName' doesn't match '[a-z][a-zA-Z0-9]*'
536 /force-app/main/default/classes/SFDCValidator.cls 475 9 477 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidFileName' doesn't match '[a-z][a-zA-Z0-9]*'
537 /force-app/main/default/classes/SFDCValidator.cls 488 9 495 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
537 /force-app/main/default/classes/SFDCValidator.cls 488 9 495 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
538 /force-app/main/default/classes/SFDCValidator.cls 488 9 495 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
538 /force-app/main/default/classes/SFDCValidator.cls 488 9 495 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
539 /force-app/main/default/classes/SFDCValidator.cls 488 9 495 3 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
539 /force-app/main/default/classes/SFDCValidator.cls 488 9 495 3 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
540 /force-app/main/default/classes/SFDCValidator.cls 488 9 495 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidFileName' doesn't match '[a-z][a-zA-Z0-9]*'
540 /force-app/main/default/classes/SFDCValidator.cls 488 9 495 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidFileName' doesn't match '[a-z][a-zA-Z0-9]*'
541 /force-app/main/default/classes/SFDCValidator.cls 509 9 511 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
541 /force-app/main/default/classes/SFDCValidator.cls 509 9 511 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
542 /force-app/main/default/classes/SFDCValidator.cls 509 9 511 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
542 /force-app/main/default/classes/SFDCValidator.cls 509 9 511 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
543 /force-app/main/default/classes/SFDCValidator.cls 509 9 511 3 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
543 /force-app/main/default/classes/SFDCValidator.cls 509 9 511 3 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
544 /force-app/main/default/classes/SFDCValidator.cls 509 9 511 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidFileName' doesn't match '[a-z][a-zA-Z0-9]*'
544 /force-app/main/default/classes/SFDCValidator.cls 509 9 511 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidFileName' doesn't match '[a-z][a-zA-Z0-9]*'
545 /force-app/main/default/classes/SFDCValidator.cls 537 9 569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
545 /force-app/main/default/classes/SFDCValidator.cls 537 9 569 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
546 /force-app/main/default/classes/SFDCValidator.cls 537 9 569 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'SFDC_getValidFileName(String, List, Boolean)' has a cyclomatic complexity of 12.
546 /force-app/main/default/classes/SFDCValidator.cls 537 9 569 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'SFDC_getValidFileName(String, List, Boolean)' has a cyclomatic complexity of 12.
547 /force-app/main/default/classes/SFDCValidator.cls 537 9 569 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidFileName' doesn't match '[a-z][a-zA-Z0-9]*'
547 /force-app/main/default/classes/SFDCValidator.cls 537 9 569 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidFileName' doesn't match '[a-z][a-zA-Z0-9]*'
548 /force-app/main/default/classes/SFDCValidator.cls 540 5 540 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
548 /force-app/main/default/classes/SFDCValidator.cls 540 5 540 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
549 /force-app/main/default/classes/SFDCValidator.cls 540 5 540 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
549 /force-app/main/default/classes/SFDCValidator.cls 540 5 540 17 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
550 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
550 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
551 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
551 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
552 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 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
552 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 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
553 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
553 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
554 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidFileUpload' doesn't match '[a-z][a-zA-Z0-9]*'
554 /force-app/main/default/classes/SFDCValidator.cls 580 9 587 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidFileUpload' doesn't match '[a-z][a-zA-Z0-9]*'
555 /force-app/main/default/classes/SFDCValidator.cls 617 9 620 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
555 /force-app/main/default/classes/SFDCValidator.cls 617 9 620 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
556 /force-app/main/default/classes/SFDCValidator.cls 617 9 620 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
556 /force-app/main/default/classes/SFDCValidator.cls 617 9 620 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
557 /force-app/main/default/classes/SFDCValidator.cls 617 9 620 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_assertValidFileUpload' doesn't match '[a-z][a-zA-Z0-9]*'
557 /force-app/main/default/classes/SFDCValidator.cls 617 9 620 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_assertValidFileUpload' doesn't match '[a-z][a-zA-Z0-9]*'
558 /force-app/main/default/classes/SFDCValidator.cls 634 9 641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
558 /force-app/main/default/classes/SFDCValidator.cls 634 9 641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
559 /force-app/main/default/classes/SFDCValidator.cls 634 9 641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
559 /force-app/main/default/classes/SFDCValidator.cls 634 9 641 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
560 /force-app/main/default/classes/SFDCValidator.cls 634 9 641 3 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
560 /force-app/main/default/classes/SFDCValidator.cls 634 9 641 3 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
561 /force-app/main/default/classes/SFDCValidator.cls 668 9 688 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
561 /force-app/main/default/classes/SFDCValidator.cls 668 9 688 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
562 /force-app/main/default/classes/SFDCValidator.cls 671 7 671 59 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
562 /force-app/main/default/classes/SFDCValidator.cls 671 7 671 59 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
563 /force-app/main/default/classes/SFDCValidator.cls 671 7 671 59 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
563 /force-app/main/default/classes/SFDCValidator.cls 671 7 671 59 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
564 /force-app/main/default/classes/SFDCValidator.cls 679 4 679 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
564 /force-app/main/default/classes/SFDCValidator.cls 679 4 679 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
565 /force-app/main/default/classes/SFDCValidator.cls 679 4 679 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
565 /force-app/main/default/classes/SFDCValidator.cls 679 4 679 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
566 /force-app/main/default/classes/SFDCValidator.cls 699 9 707 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
566 /force-app/main/default/classes/SFDCValidator.cls 699 9 707 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
567 /force-app/main/default/classes/SFDCValidator.cls 699 9 707 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
567 /force-app/main/default/classes/SFDCValidator.cls 699 9 707 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
568 /force-app/main/default/classes/SFDCValidator.cls 699 9 707 3 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
568 /force-app/main/default/classes/SFDCValidator.cls 699 9 707 3 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
569 /force-app/main/default/classes/SFDCValidator.cls 699 9 707 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidRedirectLocation' doesn't match '[a-z][a-zA-Z0-9]*'
569 /force-app/main/default/classes/SFDCValidator.cls 699 9 707 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidRedirectLocation' doesn't match '[a-z][a-zA-Z0-9]*'
570 /force-app/main/default/classes/SFDCValidator.cls 718 9 726 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
570 /force-app/main/default/classes/SFDCValidator.cls 718 9 726 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
571 /force-app/main/default/classes/SFDCValidator.cls 718 9 726 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
571 /force-app/main/default/classes/SFDCValidator.cls 718 9 726 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
572 /force-app/main/default/classes/SFDCValidator.cls 718 9 726 3 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
572 /force-app/main/default/classes/SFDCValidator.cls 718 9 726 3 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
573 /force-app/main/default/classes/SFDCValidator.cls 718 9 726 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidRedirectLocation' doesn't match '[a-z][a-zA-Z0-9]*'
573 /force-app/main/default/classes/SFDCValidator.cls 718 9 726 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_isValidRedirectLocation' doesn't match '[a-z][a-zA-Z0-9]*'
574 /force-app/main/default/classes/SFDCValidator.cls 740 9 759 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
574 /force-app/main/default/classes/SFDCValidator.cls 740 9 759 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
575 /force-app/main/default/classes/SFDCValidator.cls 740 9 759 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
575 /force-app/main/default/classes/SFDCValidator.cls 740 9 759 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
576 /force-app/main/default/classes/SFDCValidator.cls 740 9 759 3 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
576 /force-app/main/default/classes/SFDCValidator.cls 740 9 759 3 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
577 /force-app/main/default/classes/SFDCValidator.cls 740 9 759 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidRedirectLocation' doesn't match '[a-z][a-zA-Z0-9]*'
577 /force-app/main/default/classes/SFDCValidator.cls 740 9 759 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidRedirectLocation' doesn't match '[a-z][a-zA-Z0-9]*'
578 /force-app/main/default/classes/SFDCValidator.cls 749 5 749 42 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
578 /force-app/main/default/classes/SFDCValidator.cls 749 5 749 42 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
579 /force-app/main/default/classes/SFDCValidator.cls 749 5 749 42 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
579 /force-app/main/default/classes/SFDCValidator.cls 749 5 749 42 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
580 /force-app/main/default/classes/SFDCValidator.cls 752 5 752 26 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
580 /force-app/main/default/classes/SFDCValidator.cls 752 5 752 26 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
581 /force-app/main/default/classes/SFDCValidator.cls 752 5 752 26 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
581 /force-app/main/default/classes/SFDCValidator.cls 752 5 752 26 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
582 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
582 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
583 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'SFDC_getValidRedirectLocation(String, String)' has a cognitive complexity of 21, current threshold is 15
583 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'SFDC_getValidRedirectLocation(String, String)' has a cognitive complexity of 21, current threshold is 15
584 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'SFDC_getValidRedirectLocation(String, String)' has a cyclomatic complexity of 24.
584 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'SFDC_getValidRedirectLocation(String, String)' has a cyclomatic complexity of 24.
585 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidRedirectLocation' doesn't match '[a-z][a-zA-Z0-9]*'
585 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'SFDC_getValidRedirectLocation' doesn't match '[a-z][a-zA-Z0-9]*'
586 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'SFDC_getValidRedirectLocation()' has an NCSS line count of 64 (limit: 40)
586 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'SFDC_getValidRedirectLocation()' has an NCSS line count of 64 (limit: 40)
587 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'SFDC_getValidRedirectLocation' has a Standard Cyclomatic Complexity of 14.
587 /force-app/main/default/classes/SFDCValidator.cls 786 9 874 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'SFDC_getValidRedirectLocation' has a Standard Cyclomatic Complexity of 14.
588 /force-app/main/default/classes/SFDCValidator.cls 794 4 794 60 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
588 /force-app/main/default/classes/SFDCValidator.cls 794 4 794 60 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
589 /force-app/main/default/classes/SFDCValidator.cls 794 4 794 60 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
589 /force-app/main/default/classes/SFDCValidator.cls 794 4 794 60 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
590 /force-app/main/default/classes/SFDCValidator.cls 797 4 797 82 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
590 /force-app/main/default/classes/SFDCValidator.cls 797 4 797 82 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
591 /force-app/main/default/classes/SFDCValidator.cls 797 4 797 82 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
591 /force-app/main/default/classes/SFDCValidator.cls 797 4 797 82 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
592 /force-app/main/default/classes/SFDCValidator.cls 826 5 826 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
592 /force-app/main/default/classes/SFDCValidator.cls 826 5 826 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
593 /force-app/main/default/classes/SFDCValidator.cls 826 5 826 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
593 /force-app/main/default/classes/SFDCValidator.cls 826 5 826 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
594 /force-app/main/default/classes/SFDCValidator.cls 829 5 829 93 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
594 /force-app/main/default/classes/SFDCValidator.cls 829 5 829 93 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
595 /force-app/main/default/classes/SFDCValidator.cls 829 5 829 93 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
595 /force-app/main/default/classes/SFDCValidator.cls 829 5 829 93 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
596 /force-app/main/default/classes/SFDCValidator.cls 859 4 859 44 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
596 /force-app/main/default/classes/SFDCValidator.cls 859 4 859 44 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
597 /force-app/main/default/classes/SFDCValidator.cls 859 4 859 44 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
597 /force-app/main/default/classes/SFDCValidator.cls 859 4 859 44 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
598 /force-app/main/default/classes/SFDCValidator.cls 861 4 861 15 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
598 /force-app/main/default/classes/SFDCValidator.cls 861 4 861 15 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
599 /force-app/main/default/classes/testAccessController.cls 40 9 1425 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
599 /force-app/main/default/classes/testAccessController.cls 40 9 1425 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
600 /force-app/main/default/classes/testAccessController.cls 40 9 1425 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'testAccessController' has a total cognitive complexity of 119 (highest 12), current threshold is 50
600 /force-app/main/default/classes/testAccessController.cls 40 9 1425 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'testAccessController' has a total cognitive complexity of 119 (highest 12), current threshold is 50
601 /force-app/main/default/classes/testAccessController.cls 40 9 1425 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'testAccessController' has a total cyclomatic complexity of 126 (highest 6).
601 /force-app/main/default/classes/testAccessController.cls 40 9 1425 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'testAccessController' has a total cyclomatic complexity of 126 (highest 6).
602 /force-app/main/default/classes/testAccessController.cls 40 9 1425 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 611
602 /force-app/main/default/classes/testAccessController.cls 40 9 1425 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 611
603 /force-app/main/default/classes/testAccessController.cls 81 23 182 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
603 /force-app/main/default/classes/testAccessController.cls 81 23 182 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
604 /force-app/main/default/classes/testAccessController.cls 81 23 182 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'testAccessControl()' has an NCSS line count of 54 (limit: 40)
604 /force-app/main/default/classes/testAccessController.cls 81 23 182 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'testAccessControl()' has an NCSS line count of 54 (limit: 40)
605 /force-app/main/default/classes/testAccessController.cls 138 30 138 149 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'ac' defined but not used
605 /force-app/main/default/classes/testAccessController.cls 138 30 138 149 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'ac' defined but not used
606 /force-app/main/default/classes/testAccessController.cls 144 11 146 10 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
606 /force-app/main/default/classes/testAccessController.cls 144 11 146 10 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
607 /force-app/main/default/classes/testAccessController.cls 151 11 153 10 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
607 /force-app/main/default/classes/testAccessController.cls 151 11 153 10 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
608 /force-app/main/default/classes/testAccessController.cls 158 11 160 10 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
608 /force-app/main/default/classes/testAccessController.cls 158 11 160 10 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
609 /force-app/main/default/classes/testAccessController.cls 178 4 178 101 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.
609 /force-app/main/default/classes/testAccessController.cls 178 4 178 101 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.
610 /force-app/main/default/classes/testAccessController.cls 179 4 179 56 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.
610 /force-app/main/default/classes/testAccessController.cls 179 4 179 56 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.
611 /force-app/main/default/classes/testAccessController.cls 180 4 180 110 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.
611 /force-app/main/default/classes/testAccessController.cls 180 4 180 110 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.
612 /force-app/main/default/classes/testAccessController.cls 188 9 190 3 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()
612 /force-app/main/default/classes/testAccessController.cls 188 9 190 3 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()
613 /force-app/main/default/classes/testAccessController.cls 193 9 195 3 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()
613 /force-app/main/default/classes/testAccessController.cls 193 9 195 3 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()
614 /force-app/main/default/classes/testAccessController.cls 198 9 200 3 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()
614 /force-app/main/default/classes/testAccessController.cls 198 9 200 3 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()
615 /force-app/main/default/classes/testAccessController.cls 198 9 200 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObject_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
615 /force-app/main/default/classes/testAccessController.cls 198 9 200 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObject_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
616 /force-app/main/default/classes/testAccessController.cls 203 9 205 3 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()
616 /force-app/main/default/classes/testAccessController.cls 203 9 205 3 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()
617 /force-app/main/default/classes/testAccessController.cls 203 9 205 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjects_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
617 /force-app/main/default/classes/testAccessController.cls 203 9 205 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjects_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
618 /force-app/main/default/classes/testAccessController.cls 207 9 247 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoInsertSObject_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
618 /force-app/main/default/classes/testAccessController.cls 207 9 247 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoInsertSObject_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
619 /force-app/main/default/classes/testAccessController.cls 238 12 240 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'errStr' defined but not used
619 /force-app/main/default/classes/testAccessController.cls 238 12 240 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'errStr' defined but not used
620 /force-app/main/default/classes/testAccessController.cls 242 5 242 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
620 /force-app/main/default/classes/testAccessController.cls 242 5 242 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
621 /force-app/main/default/classes/testAccessController.cls 243 5 243 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
621 /force-app/main/default/classes/testAccessController.cls 243 5 243 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
622 /force-app/main/default/classes/testAccessController.cls 244 5 244 112 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.
622 /force-app/main/default/classes/testAccessController.cls 244 5 244 112 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.
623 /force-app/main/default/classes/testAccessController.cls 251 9 253 3 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()
623 /force-app/main/default/classes/testAccessController.cls 251 9 253 3 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()
624 /force-app/main/default/classes/testAccessController.cls 256 9 258 3 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()
624 /force-app/main/default/classes/testAccessController.cls 256 9 258 3 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()
625 /force-app/main/default/classes/testAccessController.cls 261 9 263 3 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()
625 /force-app/main/default/classes/testAccessController.cls 261 9 263 3 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()
626 /force-app/main/default/classes/testAccessController.cls 261 9 263 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjectField_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
626 /force-app/main/default/classes/testAccessController.cls 261 9 263 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjectField_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
627 /force-app/main/default/classes/testAccessController.cls 266 9 268 3 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()
627 /force-app/main/default/classes/testAccessController.cls 266 9 268 3 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()
628 /force-app/main/default/classes/testAccessController.cls 266 9 268 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjectsField_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
628 /force-app/main/default/classes/testAccessController.cls 266 9 268 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjectsField_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
629 /force-app/main/default/classes/testAccessController.cls 271 9 334 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoInsertSObjectField_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
629 /force-app/main/default/classes/testAccessController.cls 271 9 334 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoInsertSObjectField_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
630 /force-app/main/default/classes/testAccessController.cls 289 5 289 50 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.
630 /force-app/main/default/classes/testAccessController.cls 289 5 289 50 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.
631 /force-app/main/default/classes/testAccessController.cls 292 5 292 73 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.
631 /force-app/main/default/classes/testAccessController.cls 292 5 292 73 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.
632 /force-app/main/default/classes/testAccessController.cls 318 12 320 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'errStr' defined but not used
632 /force-app/main/default/classes/testAccessController.cls 318 12 320 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'errStr' defined but not used
633 /force-app/main/default/classes/testAccessController.cls 322 5 322 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
633 /force-app/main/default/classes/testAccessController.cls 322 5 322 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
634 /force-app/main/default/classes/testAccessController.cls 323 5 323 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
634 /force-app/main/default/classes/testAccessController.cls 323 5 323 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
635 /force-app/main/default/classes/testAccessController.cls 324 5 324 111 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.
635 /force-app/main/default/classes/testAccessController.cls 324 5 324 111 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.
636 /force-app/main/default/classes/testAccessController.cls 325 5 325 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
636 /force-app/main/default/classes/testAccessController.cls 325 5 325 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
637 /force-app/main/default/classes/testAccessController.cls 327 6 327 66 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.
637 /force-app/main/default/classes/testAccessController.cls 327 6 327 66 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.
638 /force-app/main/default/classes/testAccessController.cls 329 6 329 66 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.
638 /force-app/main/default/classes/testAccessController.cls 329 6 329 66 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.
639 /force-app/main/default/classes/testAccessController.cls 337 9 339 3 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()
639 /force-app/main/default/classes/testAccessController.cls 337 9 339 3 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()
640 /force-app/main/default/classes/testAccessController.cls 342 9 344 3 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()
640 /force-app/main/default/classes/testAccessController.cls 342 9 344 3 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()
641 /force-app/main/default/classes/testAccessController.cls 347 9 349 3 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()
641 /force-app/main/default/classes/testAccessController.cls 347 9 349 3 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()
642 /force-app/main/default/classes/testAccessController.cls 347 9 349 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjectFieldExcluded_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
642 /force-app/main/default/classes/testAccessController.cls 347 9 349 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjectFieldExcluded_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
643 /force-app/main/default/classes/testAccessController.cls 352 9 354 3 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()
643 /force-app/main/default/classes/testAccessController.cls 352 9 354 3 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()
644 /force-app/main/default/classes/testAccessController.cls 352 9 354 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjectFieldsExcluded_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
644 /force-app/main/default/classes/testAccessController.cls 352 9 354 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoInsertSObjectFieldsExcluded_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
645 /force-app/main/default/classes/testAccessController.cls 357 9 426 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoInsertSObjectFieldExcluded_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
645 /force-app/main/default/classes/testAccessController.cls 357 9 426 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoInsertSObjectFieldExcluded_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
646 /force-app/main/default/classes/testAccessController.cls 375 4 375 49 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.
646 /force-app/main/default/classes/testAccessController.cls 375 4 375 49 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.
647 /force-app/main/default/classes/testAccessController.cls 378 4 378 72 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.
647 /force-app/main/default/classes/testAccessController.cls 378 4 378 72 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.
648 /force-app/main/default/classes/testAccessController.cls 406 5 406 59 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.
648 /force-app/main/default/classes/testAccessController.cls 406 5 406 59 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.
649 /force-app/main/default/classes/testAccessController.cls 409 5 409 43 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.
649 /force-app/main/default/classes/testAccessController.cls 409 5 409 43 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.
650 /force-app/main/default/classes/testAccessController.cls 417 5 417 56 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.
650 /force-app/main/default/classes/testAccessController.cls 417 5 417 56 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.
651 /force-app/main/default/classes/testAccessController.cls 418 5 418 59 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.
651 /force-app/main/default/classes/testAccessController.cls 418 5 418 59 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.
652 /force-app/main/default/classes/testAccessController.cls 429 9 431 3 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()
652 /force-app/main/default/classes/testAccessController.cls 429 9 431 3 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()
653 /force-app/main/default/classes/testAccessController.cls 434 9 436 3 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()
653 /force-app/main/default/classes/testAccessController.cls 434 9 436 3 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()
654 /force-app/main/default/classes/testAccessController.cls 439 9 441 3 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()
654 /force-app/main/default/classes/testAccessController.cls 439 9 441 3 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()
655 /force-app/main/default/classes/testAccessController.cls 439 9 441 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileInsertSObjectFieldExcluded_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
655 /force-app/main/default/classes/testAccessController.cls 439 9 441 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileInsertSObjectFieldExcluded_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
656 /force-app/main/default/classes/testAccessController.cls 444 9 446 3 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()
656 /force-app/main/default/classes/testAccessController.cls 444 9 446 3 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()
657 /force-app/main/default/classes/testAccessController.cls 444 9 446 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileInsertSObjectsFieldExcluded_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
657 /force-app/main/default/classes/testAccessController.cls 444 9 446 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileInsertSObjectsFieldExcluded_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
658 /force-app/main/default/classes/testAccessController.cls 449 9 521 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileInsertSObjectFieldExcluded_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
658 /force-app/main/default/classes/testAccessController.cls 449 9 521 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileInsertSObjectFieldExcluded_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
659 /force-app/main/default/classes/testAccessController.cls 449 9 521 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'runasProfileInsertSObjectFieldExcluded_Internal()' has an NCSS line count of 40 (limit: 40)
659 /force-app/main/default/classes/testAccessController.cls 449 9 521 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'runasProfileInsertSObjectFieldExcluded_Internal()' has an NCSS line count of 40 (limit: 40)
660 /force-app/main/default/classes/testAccessController.cls 467 4 467 49 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.
660 /force-app/main/default/classes/testAccessController.cls 467 4 467 49 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.
661 /force-app/main/default/classes/testAccessController.cls 470 4 470 72 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.
661 /force-app/main/default/classes/testAccessController.cls 470 4 470 72 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.
662 /force-app/main/default/classes/testAccessController.cls 498 5 498 59 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.
662 /force-app/main/default/classes/testAccessController.cls 498 5 498 59 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.
663 /force-app/main/default/classes/testAccessController.cls 501 5 501 43 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.
663 /force-app/main/default/classes/testAccessController.cls 501 5 501 43 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.
664 /force-app/main/default/classes/testAccessController.cls 512 5 512 56 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.
664 /force-app/main/default/classes/testAccessController.cls 512 5 512 56 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.
665 /force-app/main/default/classes/testAccessController.cls 513 5 513 59 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.
665 /force-app/main/default/classes/testAccessController.cls 513 5 513 59 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.
666 /force-app/main/default/classes/testAccessController.cls 529 4 529 67 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.
666 /force-app/main/default/classes/testAccessController.cls 529 4 529 67 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.
667 /force-app/main/default/classes/testAccessController.cls 536 4 536 67 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.
667 /force-app/main/default/classes/testAccessController.cls 536 4 536 67 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.
668 /force-app/main/default/classes/testAccessController.cls 546 4 546 67 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.
668 /force-app/main/default/classes/testAccessController.cls 546 4 546 67 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.
669 /force-app/main/default/classes/testAccessController.cls 553 4 553 67 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.
669 /force-app/main/default/classes/testAccessController.cls 553 4 553 67 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.
670 /force-app/main/default/classes/testAccessController.cls 562 9 564 3 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()
670 /force-app/main/default/classes/testAccessController.cls 562 9 564 3 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()
671 /force-app/main/default/classes/testAccessController.cls 567 9 569 3 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()
671 /force-app/main/default/classes/testAccessController.cls 567 9 569 3 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()
672 /force-app/main/default/classes/testAccessController.cls 572 9 574 3 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()
672 /force-app/main/default/classes/testAccessController.cls 572 9 574 3 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()
673 /force-app/main/default/classes/testAccessController.cls 572 9 574 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoUpdatesObjectField_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
673 /force-app/main/default/classes/testAccessController.cls 572 9 574 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoUpdatesObjectField_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
674 /force-app/main/default/classes/testAccessController.cls 577 9 579 3 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()
674 /force-app/main/default/classes/testAccessController.cls 577 9 579 3 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()
675 /force-app/main/default/classes/testAccessController.cls 577 9 579 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoUpdatesObjectsField_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
675 /force-app/main/default/classes/testAccessController.cls 577 9 579 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoUpdatesObjectsField_asSObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
676 /force-app/main/default/classes/testAccessController.cls 581 9 649 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoUpdatesObjectField_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
676 /force-app/main/default/classes/testAccessController.cls 581 9 649 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoUpdatesObjectField_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
677 /force-app/main/default/classes/testAccessController.cls 581 9 649 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'runasProfileNoUpdatesObjectField_Internal()' has an NCSS line count of 42 (limit: 40)
677 /force-app/main/default/classes/testAccessController.cls 581 9 649 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'runasProfileNoUpdatesObjectField_Internal()' has an NCSS line count of 42 (limit: 40)
678 /force-app/main/default/classes/testAccessController.cls 600 5 600 50 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.
678 /force-app/main/default/classes/testAccessController.cls 600 5 600 50 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.
679 /force-app/main/default/classes/testAccessController.cls 602 5 602 72 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.
679 /force-app/main/default/classes/testAccessController.cls 602 5 602 72 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.
680 /force-app/main/default/classes/testAccessController.cls 603 5 603 73 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.
680 /force-app/main/default/classes/testAccessController.cls 603 5 603 73 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.
681 /force-app/main/default/classes/testAccessController.cls 604 5 604 73 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.
681 /force-app/main/default/classes/testAccessController.cls 604 5 604 73 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.
682 /force-app/main/default/classes/testAccessController.cls 605 5 605 73 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.
682 /force-app/main/default/classes/testAccessController.cls 605 5 605 73 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.
683 /force-app/main/default/classes/testAccessController.cls 606 5 606 84 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.
683 /force-app/main/default/classes/testAccessController.cls 606 5 606 84 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.
684 /force-app/main/default/classes/testAccessController.cls 632 12 634 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'errStr' defined but not used
684 /force-app/main/default/classes/testAccessController.cls 632 12 634 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'errStr' defined but not used
685 /force-app/main/default/classes/testAccessController.cls 636 5 636 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
685 /force-app/main/default/classes/testAccessController.cls 636 5 636 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
686 /force-app/main/default/classes/testAccessController.cls 637 5 637 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
686 /force-app/main/default/classes/testAccessController.cls 637 5 637 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
687 /force-app/main/default/classes/testAccessController.cls 638 5 638 111 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.
687 /force-app/main/default/classes/testAccessController.cls 638 5 638 111 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.
688 /force-app/main/default/classes/testAccessController.cls 639 5 639 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
688 /force-app/main/default/classes/testAccessController.cls 639 5 639 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
689 /force-app/main/default/classes/testAccessController.cls 652 9 654 3 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()
689 /force-app/main/default/classes/testAccessController.cls 652 9 654 3 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()
690 /force-app/main/default/classes/testAccessController.cls 657 9 659 3 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()
690 /force-app/main/default/classes/testAccessController.cls 657 9 659 3 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()
691 /force-app/main/default/classes/testAccessController.cls 662 9 664 3 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()
691 /force-app/main/default/classes/testAccessController.cls 662 9 664 3 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()
692 /force-app/main/default/classes/testAccessController.cls 662 9 664 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'updateSObjectDoesNotExist_sObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
692 /force-app/main/default/classes/testAccessController.cls 662 9 664 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'updateSObjectDoesNotExist_sObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
693 /force-app/main/default/classes/testAccessController.cls 667 9 669 3 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()
693 /force-app/main/default/classes/testAccessController.cls 667 9 669 3 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()
694 /force-app/main/default/classes/testAccessController.cls 667 9 669 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'updateSObjectsDoesNotExist_sObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
694 /force-app/main/default/classes/testAccessController.cls 667 9 669 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'updateSObjectsDoesNotExist_sObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
695 /force-app/main/default/classes/testAccessController.cls 671 9 714 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'updateSObjectDoesNotExist_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
695 /force-app/main/default/classes/testAccessController.cls 671 9 714 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'updateSObjectDoesNotExist_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
696 /force-app/main/default/classes/testAccessController.cls 675 12 675 29 pmd AvoidHardcodingId 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid Hardcoding Ids is bound to break when changing environments.
696 /force-app/main/default/classes/testAccessController.cls 675 12 675 29 pmd AvoidHardcodingId 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid Hardcoding Ids is bound to break when changing environments.
697 /force-app/main/default/classes/testAccessController.cls 679 5 679 50 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.
697 /force-app/main/default/classes/testAccessController.cls 679 5 679 50 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.
698 /force-app/main/default/classes/testAccessController.cls 702 5 702 100 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
698 /force-app/main/default/classes/testAccessController.cls 702 5 702 100 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
699 /force-app/main/default/classes/testAccessController.cls 704 5 704 104 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.
699 /force-app/main/default/classes/testAccessController.cls 704 5 704 104 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.
700 /force-app/main/default/classes/testAccessController.cls 705 5 705 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
700 /force-app/main/default/classes/testAccessController.cls 705 5 705 64 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
701 /force-app/main/default/classes/testAccessController.cls 709 6 709 111 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.
701 /force-app/main/default/classes/testAccessController.cls 709 6 709 111 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.
702 /force-app/main/default/classes/testAccessController.cls 711 6 711 95 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.
702 /force-app/main/default/classes/testAccessController.cls 711 6 711 95 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.
703 /force-app/main/default/classes/testAccessController.cls 722 4 722 67 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.
703 /force-app/main/default/classes/testAccessController.cls 722 4 722 67 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.
704 /force-app/main/default/classes/testAccessController.cls 729 4 729 67 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.
704 /force-app/main/default/classes/testAccessController.cls 729 4 729 67 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.
705 /force-app/main/default/classes/testAccessController.cls 739 4 739 67 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.
705 /force-app/main/default/classes/testAccessController.cls 739 4 739 67 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.
706 /force-app/main/default/classes/testAccessController.cls 746 4 746 67 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.
706 /force-app/main/default/classes/testAccessController.cls 746 4 746 67 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.
707 /force-app/main/default/classes/testAccessController.cls 752 9 754 3 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()
707 /force-app/main/default/classes/testAccessController.cls 752 9 754 3 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()
708 /force-app/main/default/classes/testAccessController.cls 757 9 759 3 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()
708 /force-app/main/default/classes/testAccessController.cls 757 9 759 3 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()
709 /force-app/main/default/classes/testAccessController.cls 762 9 764 3 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()
709 /force-app/main/default/classes/testAccessController.cls 762 9 764 3 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()
710 /force-app/main/default/classes/testAccessController.cls 762 9 764 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoUpdatesObject_sObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
710 /force-app/main/default/classes/testAccessController.cls 762 9 764 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoUpdatesObject_sObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
711 /force-app/main/default/classes/testAccessController.cls 767 9 769 3 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()
711 /force-app/main/default/classes/testAccessController.cls 767 9 769 3 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()
712 /force-app/main/default/classes/testAccessController.cls 767 9 769 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoUpdatesObjects_sObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
712 /force-app/main/default/classes/testAccessController.cls 767 9 769 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'runasProfileNoUpdatesObjects_sObjectField' doesn't match '[a-z][a-zA-Z0-9]*'
713 /force-app/main/default/classes/testAccessController.cls 771 9 809 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoUpdatesObject_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
713 /force-app/main/default/classes/testAccessController.cls 771 9 809 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The static method name 'runasProfileNoUpdatesObject_Internal' doesn't match '[a-z][a-zA-Z0-9]*'
714 /force-app/main/default/classes/testAccessController.cls 800 12 802 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'errStr' defined but not used
714 /force-app/main/default/classes/testAccessController.cls 800 12 802 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'errStr' defined but not used
715 /force-app/main/default/classes/testAccessController.cls 804 5 804 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
715 /force-app/main/default/classes/testAccessController.cls 804 5 804 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
716 /force-app/main/default/classes/testAccessController.cls 805 5 805 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
716 /force-app/main/default/classes/testAccessController.cls 805 5 805 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
717 /force-app/main/default/classes/testAccessController.cls 806 5 806 112 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.
717 /force-app/main/default/classes/testAccessController.cls 806 5 806 112 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.
718 /force-app/main/default/classes/testAccessController.cls 823 5 823 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
718 /force-app/main/default/classes/testAccessController.cls 823 5 823 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
719 /force-app/main/default/classes/testAccessController.cls 824 5 824 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
719 /force-app/main/default/classes/testAccessController.cls 824 5 824 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
720 /force-app/main/default/classes/testAccessController.cls 825 5 825 112 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.
720 /force-app/main/default/classes/testAccessController.cls 825 5 825 112 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.
721 /force-app/main/default/classes/testAccessController.cls 839 5 839 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
721 /force-app/main/default/classes/testAccessController.cls 839 5 839 102 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
722 /force-app/main/default/classes/testAccessController.cls 840 5 840 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
722 /force-app/main/default/classes/testAccessController.cls 840 5 840 57 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
723 /force-app/main/default/classes/testAccessController.cls 841 5 841 112 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.
723 /force-app/main/default/classes/testAccessController.cls 841 5 841 112 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.
724 /force-app/main/default/classes/testAccessController.cls 854 4 854 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.
724 /force-app/main/default/classes/testAccessController.cls 854 4 854 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.
725 /force-app/main/default/classes/testAccessController.cls 861 4 861 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.
725 /force-app/main/default/classes/testAccessController.cls 861 4 861 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.
726 /force-app/main/default/classes/testAccessController.cls 876 47 876 64 pmd AvoidHardcodingId 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid Hardcoding Ids is bound to break when changing environments.
726 /force-app/main/default/classes/testAccessController.cls 876 47 876 64 pmd AvoidHardcodingId 3 Error Prone https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid Hardcoding Ids is bound to break when changing environments.
727 /force-app/main/default/classes/testAccessController.cls 897 4 897 71 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.
727 /force-app/main/default/classes/testAccessController.cls 897 4 897 71 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.
728 /force-app/main/default/classes/testAccessController.cls 898 4 898 71 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.
728 /force-app/main/default/classes/testAccessController.cls 898 4 898 71 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.
729 /force-app/main/default/classes/testAccessController.cls 930 12 930 155 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'isAccessible' defined but not used
729 /force-app/main/default/classes/testAccessController.cls 930 12 930 155 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'isAccessible' defined but not used
730 /force-app/main/default/classes/testAccessController.cls 933 4 933 99 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.
730 /force-app/main/default/classes/testAccessController.cls 933 4 933 99 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.
731 /force-app/main/default/classes/testAccessController.cls 934 4 934 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.
731 /force-app/main/default/classes/testAccessController.cls 934 4 934 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.
732 /force-app/main/default/classes/testAccessController.cls 935 4 935 103 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.
732 /force-app/main/default/classes/testAccessController.cls 935 4 935 103 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.
733 /force-app/main/default/classes/testAccessController.cls 986 4 986 71 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.
733 /force-app/main/default/classes/testAccessController.cls 986 4 986 71 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.
734 /force-app/main/default/classes/testAccessController.cls 987 4 987 71 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.
734 /force-app/main/default/classes/testAccessController.cls 987 4 987 71 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.
735 /force-app/main/default/classes/testAccessController.cls 1001 12 1001 150 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'isAccessible' defined but not used
735 /force-app/main/default/classes/testAccessController.cls 1001 12 1001 150 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'isAccessible' defined but not used
736 /force-app/main/default/classes/testAccessController.cls 1004 4 1004 99 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.
736 /force-app/main/default/classes/testAccessController.cls 1004 4 1004 99 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.
737 /force-app/main/default/classes/testAccessController.cls 1005 4 1005 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.
737 /force-app/main/default/classes/testAccessController.cls 1005 4 1005 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.
738 /force-app/main/default/classes/testAccessController.cls 1006 4 1006 103 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.
738 /force-app/main/default/classes/testAccessController.cls 1006 4 1006 103 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.
739 /force-app/main/default/classes/testAccessController.cls 1059 4 1059 71 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.
739 /force-app/main/default/classes/testAccessController.cls 1059 4 1059 71 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.
740 /force-app/main/default/classes/testAccessController.cls 1060 4 1060 71 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.
740 /force-app/main/default/classes/testAccessController.cls 1060 4 1060 71 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.
741 /force-app/main/default/classes/testAccessController.cls 1074 12 1074 150 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'isAccessible' defined but not used
741 /force-app/main/default/classes/testAccessController.cls 1074 12 1074 150 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'isAccessible' defined but not used
742 /force-app/main/default/classes/testAccessController.cls 1077 4 1077 99 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.
742 /force-app/main/default/classes/testAccessController.cls 1077 4 1077 99 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.
743 /force-app/main/default/classes/testAccessController.cls 1078 4 1078 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.
743 /force-app/main/default/classes/testAccessController.cls 1078 4 1078 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.
744 /force-app/main/default/classes/testAccessController.cls 1079 4 1079 103 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.
744 /force-app/main/default/classes/testAccessController.cls 1079 4 1079 103 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.
745 /force-app/main/default/classes/testAccessController.cls 1114 23 1176 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
745 /force-app/main/default/classes/testAccessController.cls 1114 23 1176 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
746 /force-app/main/default/classes/testAccessController.cls 1178 23 1316 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
746 /force-app/main/default/classes/testAccessController.cls 1178 23 1316 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
747 /force-app/main/default/classes/testAccessController.cls 1178 23 1316 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'testAccessControlArray()' has an NCSS line count of 65 (limit: 40)
747 /force-app/main/default/classes/testAccessController.cls 1178 23 1316 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'testAccessControlArray()' has an NCSS line count of 65 (limit: 40)
748 /force-app/main/default/classes/testAccessController.cls 1318 23 1328 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()
748 /force-app/main/default/classes/testAccessController.cls 1318 23 1328 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()
749 /force-app/main/default/classes/testAccessController.cls 1318 23 1328 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
749 /force-app/main/default/classes/testAccessController.cls 1318 23 1328 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
750 /force-app/main/default/classes/testAccessController.cls 1322 31 1322 198 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'ac' defined but not used
750 /force-app/main/default/classes/testAccessController.cls 1322 31 1322 198 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'ac' defined but not used
751 /force-app/main/default/classes/testAccessController.cls 1330 23 1347 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
751 /force-app/main/default/classes/testAccessController.cls 1330 23 1347 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
752 /force-app/main/default/classes/testAccessController.cls 1353 17 1390 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
752 /force-app/main/default/classes/testAccessController.cls 1353 17 1390 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
753 /force-app/main/default/classes/testAccessController.cls 1374 5 1379 6 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
753 /force-app/main/default/classes/testAccessController.cls 1374 5 1379 6 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
754 /force-app/main/default/classes/testCharacter.cls 39 9 51 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
754 /force-app/main/default/classes/testCharacter.cls 39 9 51 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
755 /force-app/main/default/classes/testCharacter.cls 39 9 51 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testCharacter' doesn't match '[A-Z][a-zA-Z0-9_]*'
755 /force-app/main/default/classes/testCharacter.cls 39 9 51 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testCharacter' doesn't match '[A-Z][a-zA-Z0-9_]*'
756 /force-app/main/default/classes/testCharacter.cls 40 23 50 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
756 /force-app/main/default/classes/testCharacter.cls 40 23 50 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
757 /force-app/main/default/classes/testEncoder.cls 39 9 233 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
757 /force-app/main/default/classes/testEncoder.cls 39 9 233 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
758 /force-app/main/default/classes/testEncoder.cls 39 9 233 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testEncoder' doesn't match '[A-Z][a-zA-Z0-9_]*'
758 /force-app/main/default/classes/testEncoder.cls 39 9 233 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testEncoder' doesn't match '[A-Z][a-zA-Z0-9_]*'
759 /force-app/main/default/classes/testEncoder.cls 48 16 53 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
759 /force-app/main/default/classes/testEncoder.cls 48 16 53 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
760 /force-app/main/default/classes/testEncoder.cls 48 16 53 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.
760 /force-app/main/default/classes/testEncoder.cls 48 16 53 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.
761 /force-app/main/default/classes/testEncoder.cls 55 16 61 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
761 /force-app/main/default/classes/testEncoder.cls 55 16 61 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
762 /force-app/main/default/classes/testEncoder.cls 55 16 61 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.
762 /force-app/main/default/classes/testEncoder.cls 55 16 61 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.
763 /force-app/main/default/classes/testEncoder.cls 64 40 64 76 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'htmlEncodeTests' should be before method declarations in its class
763 /force-app/main/default/classes/testEncoder.cls 64 40 64 76 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'htmlEncodeTests' should be before method declarations in its class
764 /force-app/main/default/classes/testEncoder.cls 64 40 64 76 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'htmlEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
764 /force-app/main/default/classes/testEncoder.cls 64 40 64 76 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'htmlEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
765 /force-app/main/default/classes/testEncoder.cls 65 40 65 74 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'jsEncodeTests' should be before method declarations in its class
765 /force-app/main/default/classes/testEncoder.cls 65 40 65 74 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'jsEncodeTests' should be before method declarations in its class
766 /force-app/main/default/classes/testEncoder.cls 65 40 65 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'jsEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
766 /force-app/main/default/classes/testEncoder.cls 65 40 65 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'jsEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
767 /force-app/main/default/classes/testEncoder.cls 66 40 66 80 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'jsInHtmlEncodeTests' should be before method declarations in its class
767 /force-app/main/default/classes/testEncoder.cls 66 40 66 80 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'jsInHtmlEncodeTests' should be before method declarations in its class
768 /force-app/main/default/classes/testEncoder.cls 66 40 66 80 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'jsInHtmlEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
768 /force-app/main/default/classes/testEncoder.cls 66 40 66 80 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'jsInHtmlEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
769 /force-app/main/default/classes/testEncoder.cls 67 40 67 75 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'urlEncodeTests' should be before method declarations in its class
769 /force-app/main/default/classes/testEncoder.cls 67 40 67 75 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'urlEncodeTests' should be before method declarations in its class
770 /force-app/main/default/classes/testEncoder.cls 67 40 67 75 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'urlEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
770 /force-app/main/default/classes/testEncoder.cls 67 40 67 75 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'urlEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
771 /force-app/main/default/classes/testEncoder.cls 68 40 68 87 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'urlEncodeWithEncodingTests' should be before method declarations in its class
771 /force-app/main/default/classes/testEncoder.cls 68 40 68 87 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'urlEncodeWithEncodingTests' should be before method declarations in its class
772 /force-app/main/default/classes/testEncoder.cls 68 40 68 87 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'urlEncodeWithEncodingTests' doesn't match '[A-Z][A-Z0-9_]*'
772 /force-app/main/default/classes/testEncoder.cls 68 40 68 87 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'urlEncodeWithEncodingTests' doesn't match '[A-Z][A-Z0-9_]*'
773 /force-app/main/default/classes/testEncoder.cls 69 40 69 81 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'base64UrlEncodeTests' should be before method declarations in its class
773 /force-app/main/default/classes/testEncoder.cls 69 40 69 81 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'base64UrlEncodeTests' should be before method declarations in its class
774 /force-app/main/default/classes/testEncoder.cls 69 40 69 81 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'base64UrlEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
774 /force-app/main/default/classes/testEncoder.cls 69 40 69 81 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'base64UrlEncodeTests' doesn't match '[A-Z][A-Z0-9_]*'
775 /force-app/main/default/classes/testEncoder.cls 72 5 140 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method '()' has an NCSS line count of 61 (limit: 40)
775 /force-app/main/default/classes/testEncoder.cls 72 5 140 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method '()' has an NCSS line count of 61 (limit: 40)
776 /force-app/main/default/classes/testEncoder.cls 142 23 155 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
776 /force-app/main/default/classes/testEncoder.cls 142 23 155 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
777 /force-app/main/default/classes/testEncoder.cls 157 23 170 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
777 /force-app/main/default/classes/testEncoder.cls 157 23 170 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
778 /force-app/main/default/classes/testEncoder.cls 172 23 187 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
778 /force-app/main/default/classes/testEncoder.cls 172 23 187 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
779 /force-app/main/default/classes/testEncoder.cls 179 17 179 62 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
779 /force-app/main/default/classes/testEncoder.cls 179 17 179 62 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
780 /force-app/main/default/classes/testEncoder.cls 179 17 179 62 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
780 /force-app/main/default/classes/testEncoder.cls 179 17 179 62 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
781 /force-app/main/default/classes/testEncoder.cls 180 17 180 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
781 /force-app/main/default/classes/testEncoder.cls 180 17 180 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
782 /force-app/main/default/classes/testEncoder.cls 180 17 180 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
782 /force-app/main/default/classes/testEncoder.cls 180 17 180 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
783 /force-app/main/default/classes/testEncoder.cls 189 23 202 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
783 /force-app/main/default/classes/testEncoder.cls 189 23 202 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
784 /force-app/main/default/classes/testEncoder.cls 204 23 217 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
784 /force-app/main/default/classes/testEncoder.cls 204 23 217 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
785 /force-app/main/default/classes/testEncoder.cls 219 23 232 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
785 /force-app/main/default/classes/testEncoder.cls 219 23 232 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
786 /force-app/main/default/classes/testStringUtils.cls 39 9 60 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
786 /force-app/main/default/classes/testStringUtils.cls 39 9 60 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
787 /force-app/main/default/classes/testStringUtils.cls 39 9 60 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testStringUtils' doesn't match '[A-Z][a-zA-Z0-9_]*'
787 /force-app/main/default/classes/testStringUtils.cls 39 9 60 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testStringUtils' doesn't match '[A-Z][a-zA-Z0-9_]*'
788 /force-app/main/default/classes/testStringUtils.cls 41 23 59 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
788 /force-app/main/default/classes/testStringUtils.cls 41 23 59 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
789 /force-app/main/default/classes/testStringUtils.cls 49 15 49 91 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'digit_arr' doesn't match '[a-z][a-zA-Z0-9]*'
789 /force-app/main/default/classes/testStringUtils.cls 49 15 49 91 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'digit_arr' doesn't match '[a-z][a-zA-Z0-9]*'
790 /force-app/main/default/classes/testStringValidationRule.cls 39 9 133 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
790 /force-app/main/default/classes/testStringValidationRule.cls 39 9 133 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
791 /force-app/main/default/classes/testStringValidationRule.cls 39 9 133 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testStringValidationRule' doesn't match '[A-Z][a-zA-Z0-9_]*'
791 /force-app/main/default/classes/testStringValidationRule.cls 39 9 133 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testStringValidationRule' doesn't match '[A-Z][a-zA-Z0-9_]*'
792 /force-app/main/default/classes/testStringValidationRule.cls 39 9 133 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'testStringValidationRule' has a Standard Cyclomatic Complexity of 11 (Highest = 10).
792 /force-app/main/default/classes/testStringValidationRule.cls 39 9 133 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'testStringValidationRule' has a Standard Cyclomatic Complexity of 11 (Highest = 10).
793 /force-app/main/default/classes/testStringValidationRule.cls 41 23 132 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
793 /force-app/main/default/classes/testStringValidationRule.cls 41 23 132 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
794 /force-app/main/default/classes/testStringValidationRule.cls 41 23 132 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'testStringValidationRule1()' has a cyclomatic complexity of 10.
794 /force-app/main/default/classes/testStringValidationRule.cls 41 23 132 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'testStringValidationRule1()' has a cyclomatic complexity of 10.
795 /force-app/main/default/classes/testStringValidationRule.cls 41 23 132 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'testStringValidationRule1()' has an NCSS line count of 42 (limit: 40)
795 /force-app/main/default/classes/testStringValidationRule.cls 41 23 132 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'testStringValidationRule1()' has an NCSS line count of 42 (limit: 40)
796 /force-app/main/default/classes/testStringValidationRule.cls 41 23 132 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'testStringValidationRule1' has a Standard Cyclomatic Complexity of 10.
796 /force-app/main/default/classes/testStringValidationRule.cls 41 23 132 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'testStringValidationRule1' has a Standard Cyclomatic Complexity of 10.
797 /force-app/main/default/classes/testStringValidationRule.cls 64 8 66 7 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
797 /force-app/main/default/classes/testStringValidationRule.cls 64 8 66 7 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
798 /force-app/main/default/classes/testStringValidationRule.cls 71 8 73 7 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
798 /force-app/main/default/classes/testStringValidationRule.cls 71 8 73 7 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
799 /force-app/main/default/classes/testStringValidationRule.cls 78 8 80 7 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
799 /force-app/main/default/classes/testStringValidationRule.cls 78 8 80 7 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
800 /force-app/main/default/classes/testStringValidationRule.cls 85 8 87 7 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
800 /force-app/main/default/classes/testStringValidationRule.cls 85 8 87 7 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
801 /force-app/main/default/classes/testStringValidationRule.cls 97 8 99 7 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
801 /force-app/main/default/classes/testStringValidationRule.cls 97 8 99 7 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
802 /force-app/main/default/classes/testStringValidationRule.cls 105 8 107 7 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
802 /force-app/main/default/classes/testStringValidationRule.cls 105 8 107 7 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
803 /force-app/main/default/classes/testStringValidationRule.cls 113 8 115 7 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
803 /force-app/main/default/classes/testStringValidationRule.cls 113 8 115 7 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
804 /force-app/main/default/classes/testStringValidationRule.cls 121 8 123 7 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
804 /force-app/main/default/classes/testStringValidationRule.cls 121 8 123 7 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
805 /force-app/main/default/classes/testStringValidationRule.cls 129 8 131 7 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
805 /force-app/main/default/classes/testStringValidationRule.cls 129 8 131 7 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
806 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
806 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
807 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testValidator' doesn't match '[A-Z][a-zA-Z0-9_]*'
807 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The test class name 'testValidator' doesn't match '[A-Z][a-zA-Z0-9_]*'
808 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'testValidator' has a total cognitive complexity of 102 (highest 8), current threshold is 50
808 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'testValidator' has a total cognitive complexity of 102 (highest 8), current threshold is 50
809 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'testValidator' has a total cyclomatic complexity of 90 (highest 4).
809 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'testValidator' has a total cyclomatic complexity of 90 (highest 4).
810 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 572
810 /force-app/main/default/classes/testValidator.cls 39 9 1008 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 572
811 /force-app/main/default/classes/testValidator.cls 47 16 52 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
811 /force-app/main/default/classes/testValidator.cls 47 16 52 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
812 /force-app/main/default/classes/testValidator.cls 47 16 52 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.
812 /force-app/main/default/classes/testValidator.cls 47 16 52 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.
813 /force-app/main/default/classes/testValidator.cls 55 44 55 76 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'ccTests' should be before method declarations in its class
813 /force-app/main/default/classes/testValidator.cls 55 44 55 76 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'ccTests' should be before method declarations in its class
814 /force-app/main/default/classes/testValidator.cls 55 44 55 76 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'ccTests' doesn't match '[A-Z][A-Z0-9_]*'
814 /force-app/main/default/classes/testValidator.cls 55 44 55 76 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'ccTests' doesn't match '[A-Z][A-Z0-9_]*'
815 /force-app/main/default/classes/testValidator.cls 101 23 106 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
815 /force-app/main/default/classes/testValidator.cls 101 23 106 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
816 /force-app/main/default/classes/testValidator.cls 108 23 124 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
816 /force-app/main/default/classes/testValidator.cls 108 23 124 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
817 /force-app/main/default/classes/testValidator.cls 116 21 116 69 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
817 /force-app/main/default/classes/testValidator.cls 116 21 116 69 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
818 /force-app/main/default/classes/testValidator.cls 116 21 116 69 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
818 /force-app/main/default/classes/testValidator.cls 116 21 116 69 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
819 /force-app/main/default/classes/testValidator.cls 118 21 118 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
819 /force-app/main/default/classes/testValidator.cls 118 21 118 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
820 /force-app/main/default/classes/testValidator.cls 133 16 139 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
820 /force-app/main/default/classes/testValidator.cls 133 16 139 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
821 /force-app/main/default/classes/testValidator.cls 133 16 139 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.
821 /force-app/main/default/classes/testValidator.cls 133 16 139 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.
822 /force-app/main/default/classes/testValidator.cls 142 38 142 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'dateTests' should be before method declarations in its class
822 /force-app/main/default/classes/testValidator.cls 142 38 142 66 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'dateTests' should be before method declarations in its class
823 /force-app/main/default/classes/testValidator.cls 142 38 142 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'dateTests' doesn't match '[A-Z][A-Z0-9_]*'
823 /force-app/main/default/classes/testValidator.cls 142 38 142 66 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'dateTests' doesn't match '[A-Z][A-Z0-9_]*'
824 /force-app/main/default/classes/testValidator.cls 189 23 194 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
824 /force-app/main/default/classes/testValidator.cls 189 23 194 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
825 /force-app/main/default/classes/testValidator.cls 196 23 212 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
825 /force-app/main/default/classes/testValidator.cls 196 23 212 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
826 /force-app/main/default/classes/testValidator.cls 204 21 204 69 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
826 /force-app/main/default/classes/testValidator.cls 204 21 204 69 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
827 /force-app/main/default/classes/testValidator.cls 204 21 204 69 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
827 /force-app/main/default/classes/testValidator.cls 204 21 204 69 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
828 /force-app/main/default/classes/testValidator.cls 206 21 206 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
828 /force-app/main/default/classes/testValidator.cls 206 21 206 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
829 /force-app/main/default/classes/testValidator.cls 222 16 229 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
829 /force-app/main/default/classes/testValidator.cls 222 16 229 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
830 /force-app/main/default/classes/testValidator.cls 222 16 229 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.
830 /force-app/main/default/classes/testValidator.cls 222 16 229 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.
831 /force-app/main/default/classes/testValidator.cls 232 40 232 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'doubleTests' should be before method declarations in its class
831 /force-app/main/default/classes/testValidator.cls 232 40 232 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'doubleTests' should be before method declarations in its class
832 /force-app/main/default/classes/testValidator.cls 232 40 232 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'doubleTests' doesn't match '[A-Z][A-Z0-9_]*'
832 /force-app/main/default/classes/testValidator.cls 232 40 232 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'doubleTests' doesn't match '[A-Z][A-Z0-9_]*'
833 /force-app/main/default/classes/testValidator.cls 256 23 260 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
833 /force-app/main/default/classes/testValidator.cls 256 23 260 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
834 /force-app/main/default/classes/testValidator.cls 262 23 278 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
834 /force-app/main/default/classes/testValidator.cls 262 23 278 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
835 /force-app/main/default/classes/testValidator.cls 270 21 270 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
835 /force-app/main/default/classes/testValidator.cls 270 21 270 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
836 /force-app/main/default/classes/testValidator.cls 270 21 270 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
836 /force-app/main/default/classes/testValidator.cls 270 21 270 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
837 /force-app/main/default/classes/testValidator.cls 272 21 272 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
837 /force-app/main/default/classes/testValidator.cls 272 21 272 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
838 /force-app/main/default/classes/testValidator.cls 288 16 295 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
838 /force-app/main/default/classes/testValidator.cls 288 16 295 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
839 /force-app/main/default/classes/testValidator.cls 288 16 295 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.
839 /force-app/main/default/classes/testValidator.cls 288 16 295 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.
840 /force-app/main/default/classes/testValidator.cls 298 37 298 63 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'intTests' should be before method declarations in its class
840 /force-app/main/default/classes/testValidator.cls 298 37 298 63 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'intTests' should be before method declarations in its class
841 /force-app/main/default/classes/testValidator.cls 298 37 298 63 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'intTests' doesn't match '[A-Z][A-Z0-9_]*'
841 /force-app/main/default/classes/testValidator.cls 298 37 298 63 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'intTests' doesn't match '[A-Z][A-Z0-9_]*'
842 /force-app/main/default/classes/testValidator.cls 323 23 327 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
842 /force-app/main/default/classes/testValidator.cls 323 23 327 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
843 /force-app/main/default/classes/testValidator.cls 329 23 345 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
843 /force-app/main/default/classes/testValidator.cls 329 23 345 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
844 /force-app/main/default/classes/testValidator.cls 337 21 337 82 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
844 /force-app/main/default/classes/testValidator.cls 337 21 337 82 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
845 /force-app/main/default/classes/testValidator.cls 337 21 337 82 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
845 /force-app/main/default/classes/testValidator.cls 337 21 337 82 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
846 /force-app/main/default/classes/testValidator.cls 339 21 339 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
846 /force-app/main/default/classes/testValidator.cls 339 21 339 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
847 /force-app/main/default/classes/testValidator.cls 355 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 comment
847 /force-app/main/default/classes/testValidator.cls 355 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 comment
848 /force-app/main/default/classes/testValidator.cls 355 16 362 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.
848 /force-app/main/default/classes/testValidator.cls 355 16 362 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.
849 /force-app/main/default/classes/testValidator.cls 365 40 365 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'numberTests' should be before method declarations in its class
849 /force-app/main/default/classes/testValidator.cls 365 40 365 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'numberTests' should be before method declarations in its class
850 /force-app/main/default/classes/testValidator.cls 365 40 365 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'numberTests' doesn't match '[A-Z][A-Z0-9_]*'
850 /force-app/main/default/classes/testValidator.cls 365 40 365 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'numberTests' doesn't match '[A-Z][A-Z0-9_]*'
851 /force-app/main/default/classes/testValidator.cls 388 23 392 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
851 /force-app/main/default/classes/testValidator.cls 388 23 392 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
852 /force-app/main/default/classes/testValidator.cls 394 23 410 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
852 /force-app/main/default/classes/testValidator.cls 394 23 410 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
853 /force-app/main/default/classes/testValidator.cls 402 21 402 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
853 /force-app/main/default/classes/testValidator.cls 402 21 402 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
854 /force-app/main/default/classes/testValidator.cls 402 21 402 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
854 /force-app/main/default/classes/testValidator.cls 402 21 402 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
855 /force-app/main/default/classes/testValidator.cls 404 21 404 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
855 /force-app/main/default/classes/testValidator.cls 404 21 404 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
856 /force-app/main/default/classes/testValidator.cls 418 16 423 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
856 /force-app/main/default/classes/testValidator.cls 418 16 423 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
857 /force-app/main/default/classes/testValidator.cls 418 16 423 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.
857 /force-app/main/default/classes/testValidator.cls 418 16 423 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.
858 /force-app/main/default/classes/testValidator.cls 426 42 426 78 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItemTests' should be before method declarations in its class
858 /force-app/main/default/classes/testValidator.cls 426 42 426 78 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItemTests' should be before method declarations in its class
859 /force-app/main/default/classes/testValidator.cls 426 42 426 78 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItemTests' doesn't match '[A-Z][A-Z0-9_]*'
859 /force-app/main/default/classes/testValidator.cls 426 42 426 78 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItemTests' doesn't match '[A-Z][A-Z0-9_]*'
860 /force-app/main/default/classes/testValidator.cls 427 38 427 115 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItems1' should be before method declarations in its class
860 /force-app/main/default/classes/testValidator.cls 427 38 427 115 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItems1' should be before method declarations in its class
861 /force-app/main/default/classes/testValidator.cls 427 38 427 115 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItems1' doesn't match '[A-Z][A-Z0-9_]*'
861 /force-app/main/default/classes/testValidator.cls 427 38 427 115 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItems1' doesn't match '[A-Z][A-Z0-9_]*'
862 /force-app/main/default/classes/testValidator.cls 428 38 428 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItems2' should be before method declarations in its class
862 /force-app/main/default/classes/testValidator.cls 428 38 428 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItems2' should be before method declarations in its class
863 /force-app/main/default/classes/testValidator.cls 428 38 428 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItems2' doesn't match '[A-Z][A-Z0-9_]*'
863 /force-app/main/default/classes/testValidator.cls 428 38 428 72 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItems2' doesn't match '[A-Z][A-Z0-9_]*'
864 /force-app/main/default/classes/testValidator.cls 429 38 429 68 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItems3' should be before method declarations in its class
864 /force-app/main/default/classes/testValidator.cls 429 38 429 68 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItems3' should be before method declarations in its class
865 /force-app/main/default/classes/testValidator.cls 429 38 429 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItems3' doesn't match '[A-Z][A-Z0-9_]*'
865 /force-app/main/default/classes/testValidator.cls 429 38 429 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItems3' doesn't match '[A-Z][A-Z0-9_]*'
866 /force-app/main/default/classes/testValidator.cls 430 38 430 76 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItems4' should be before method declarations in its class
866 /force-app/main/default/classes/testValidator.cls 430 38 430 76 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'listItems4' should be before method declarations in its class
867 /force-app/main/default/classes/testValidator.cls 430 38 430 76 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItems4' doesn't match '[A-Z][A-Z0-9_]*'
867 /force-app/main/default/classes/testValidator.cls 430 38 430 76 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'listItems4' doesn't match '[A-Z][A-Z0-9_]*'
868 /force-app/main/default/classes/testValidator.cls 458 23 462 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
868 /force-app/main/default/classes/testValidator.cls 458 23 462 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
869 /force-app/main/default/classes/testValidator.cls 464 23 480 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
869 /force-app/main/default/classes/testValidator.cls 464 23 480 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
870 /force-app/main/default/classes/testValidator.cls 472 21 472 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
870 /force-app/main/default/classes/testValidator.cls 472 21 472 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
871 /force-app/main/default/classes/testValidator.cls 472 21 472 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
871 /force-app/main/default/classes/testValidator.cls 472 21 472 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
872 /force-app/main/default/classes/testValidator.cls 474 21 474 65 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
872 /force-app/main/default/classes/testValidator.cls 474 21 474 65 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
873 /force-app/main/default/classes/testValidator.cls 489 16 495 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
873 /force-app/main/default/classes/testValidator.cls 489 16 495 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
874 /force-app/main/default/classes/testValidator.cls 489 16 495 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.
874 /force-app/main/default/classes/testValidator.cls 489 16 495 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.
875 /force-app/main/default/classes/testValidator.cls 498 45 498 87 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileContentTests' should be before method declarations in its class
875 /force-app/main/default/classes/testValidator.cls 498 45 498 87 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileContentTests' should be before method declarations in its class
876 /force-app/main/default/classes/testValidator.cls 498 45 498 87 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileContentTests' doesn't match '[A-Z][A-Z0-9_]*'
876 /force-app/main/default/classes/testValidator.cls 498 45 498 87 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileContentTests' doesn't match '[A-Z][A-Z0-9_]*'
877 /force-app/main/default/classes/testValidator.cls 512 23 516 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
877 /force-app/main/default/classes/testValidator.cls 512 23 516 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
878 /force-app/main/default/classes/testValidator.cls 518 23 534 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
878 /force-app/main/default/classes/testValidator.cls 518 23 534 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
879 /force-app/main/default/classes/testValidator.cls 526 21 526 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
879 /force-app/main/default/classes/testValidator.cls 526 21 526 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
880 /force-app/main/default/classes/testValidator.cls 526 21 526 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
880 /force-app/main/default/classes/testValidator.cls 526 21 526 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
881 /force-app/main/default/classes/testValidator.cls 528 21 528 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
881 /force-app/main/default/classes/testValidator.cls 528 21 528 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
882 /force-app/main/default/classes/testValidator.cls 543 16 549 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
882 /force-app/main/default/classes/testValidator.cls 543 16 549 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
883 /force-app/main/default/classes/testValidator.cls 543 16 549 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.
883 /force-app/main/default/classes/testValidator.cls 543 16 549 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.
884 /force-app/main/default/classes/testValidator.cls 552 43 552 81 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'printableTests' should be before method declarations in its class
884 /force-app/main/default/classes/testValidator.cls 552 43 552 81 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'printableTests' should be before method declarations in its class
885 /force-app/main/default/classes/testValidator.cls 552 43 552 81 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'printableTests' doesn't match '[A-Z][A-Z0-9_]*'
885 /force-app/main/default/classes/testValidator.cls 552 43 552 81 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'printableTests' doesn't match '[A-Z][A-Z0-9_]*'
886 /force-app/main/default/classes/testValidator.cls 575 23 579 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
886 /force-app/main/default/classes/testValidator.cls 575 23 579 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
887 /force-app/main/default/classes/testValidator.cls 581 23 597 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
887 /force-app/main/default/classes/testValidator.cls 581 23 597 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
888 /force-app/main/default/classes/testValidator.cls 589 21 589 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
888 /force-app/main/default/classes/testValidator.cls 589 21 589 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
889 /force-app/main/default/classes/testValidator.cls 589 21 589 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
889 /force-app/main/default/classes/testValidator.cls 589 21 589 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
890 /force-app/main/default/classes/testValidator.cls 591 21 591 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
890 /force-app/main/default/classes/testValidator.cls 591 21 591 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
891 /force-app/main/default/classes/testValidator.cls 605 16 610 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
891 /force-app/main/default/classes/testValidator.cls 605 16 610 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
892 /force-app/main/default/classes/testValidator.cls 605 16 610 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.
892 /force-app/main/default/classes/testValidator.cls 605 16 610 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.
893 /force-app/main/default/classes/testValidator.cls 613 59 613 129 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileNameDefaultExtensionsTests' should be before method declarations in its class
893 /force-app/main/default/classes/testValidator.cls 613 59 613 129 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileNameDefaultExtensionsTests' should be before method declarations in its class
894 /force-app/main/default/classes/testValidator.cls 613 59 613 129 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileNameDefaultExtensionsTests' doesn't match '[A-Z][A-Z0-9_]*'
894 /force-app/main/default/classes/testValidator.cls 613 59 613 129 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileNameDefaultExtensionsTests' doesn't match '[A-Z][A-Z0-9_]*'
895 /force-app/main/default/classes/testValidator.cls 642 23 646 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
895 /force-app/main/default/classes/testValidator.cls 642 23 646 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
896 /force-app/main/default/classes/testValidator.cls 648 23 664 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
896 /force-app/main/default/classes/testValidator.cls 648 23 664 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
897 /force-app/main/default/classes/testValidator.cls 656 21 656 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
897 /force-app/main/default/classes/testValidator.cls 656 21 656 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
898 /force-app/main/default/classes/testValidator.cls 656 21 656 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
898 /force-app/main/default/classes/testValidator.cls 656 21 656 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
899 /force-app/main/default/classes/testValidator.cls 658 21 658 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
899 /force-app/main/default/classes/testValidator.cls 658 21 658 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
900 /force-app/main/default/classes/testValidator.cls 673 16 679 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
900 /force-app/main/default/classes/testValidator.cls 673 16 679 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
901 /force-app/main/default/classes/testValidator.cls 673 16 679 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.
901 /force-app/main/default/classes/testValidator.cls 673 16 679 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.
902 /force-app/main/default/classes/testValidator.cls 682 42 682 78 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileNameTests' should be before method declarations in its class
902 /force-app/main/default/classes/testValidator.cls 682 42 682 78 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileNameTests' should be before method declarations in its class
903 /force-app/main/default/classes/testValidator.cls 682 42 682 78 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileNameTests' doesn't match '[A-Z][A-Z0-9_]*'
903 /force-app/main/default/classes/testValidator.cls 682 42 682 78 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileNameTests' doesn't match '[A-Z][A-Z0-9_]*'
904 /force-app/main/default/classes/testValidator.cls 683 39 683 97 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileExtensions1' should be before method declarations in its class
904 /force-app/main/default/classes/testValidator.cls 683 39 683 97 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileExtensions1' should be before method declarations in its class
905 /force-app/main/default/classes/testValidator.cls 683 39 683 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileExtensions1' doesn't match '[A-Z][A-Z0-9_]*'
905 /force-app/main/default/classes/testValidator.cls 683 39 683 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileExtensions1' doesn't match '[A-Z][A-Z0-9_]*'
906 /force-app/main/default/classes/testValidator.cls 684 39 684 81 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileExtensions2' should be before method declarations in its class
906 /force-app/main/default/classes/testValidator.cls 684 39 684 81 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileExtensions2' should be before method declarations in its class
907 /force-app/main/default/classes/testValidator.cls 684 39 684 81 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileExtensions2' doesn't match '[A-Z][A-Z0-9_]*'
907 /force-app/main/default/classes/testValidator.cls 684 39 684 81 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileExtensions2' doesn't match '[A-Z][A-Z0-9_]*'
908 /force-app/main/default/classes/testValidator.cls 685 39 685 75 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileExtensions3' should be before method declarations in its class
908 /force-app/main/default/classes/testValidator.cls 685 39 685 75 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileExtensions3' should be before method declarations in its class
909 /force-app/main/default/classes/testValidator.cls 685 39 685 75 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileExtensions3' doesn't match '[A-Z][A-Z0-9_]*'
909 /force-app/main/default/classes/testValidator.cls 685 39 685 75 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileExtensions3' doesn't match '[A-Z][A-Z0-9_]*'
910 /force-app/main/default/classes/testValidator.cls 686 39 686 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileExtensions4' should be before method declarations in its class
910 /force-app/main/default/classes/testValidator.cls 686 39 686 83 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fileExtensions4' should be before method declarations in its class
911 /force-app/main/default/classes/testValidator.cls 686 39 686 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileExtensions4' doesn't match '[A-Z][A-Z0-9_]*'
911 /force-app/main/default/classes/testValidator.cls 686 39 686 83 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'fileExtensions4' doesn't match '[A-Z][A-Z0-9_]*'
912 /force-app/main/default/classes/testValidator.cls 720 23 724 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
912 /force-app/main/default/classes/testValidator.cls 720 23 724 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
913 /force-app/main/default/classes/testValidator.cls 726 23 742 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
913 /force-app/main/default/classes/testValidator.cls 726 23 742 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
914 /force-app/main/default/classes/testValidator.cls 734 21 734 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
914 /force-app/main/default/classes/testValidator.cls 734 21 734 70 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
915 /force-app/main/default/classes/testValidator.cls 734 21 734 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
915 /force-app/main/default/classes/testValidator.cls 734 21 734 70 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
916 /force-app/main/default/classes/testValidator.cls 736 21 736 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
916 /force-app/main/default/classes/testValidator.cls 736 21 736 111 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
917 /force-app/main/default/classes/testValidator.cls 751 16 757 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
917 /force-app/main/default/classes/testValidator.cls 751 16 757 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
918 /force-app/main/default/classes/testValidator.cls 751 16 757 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.
918 /force-app/main/default/classes/testValidator.cls 751 16 757 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.
919 /force-app/main/default/classes/testValidator.cls 760 51 760 105 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'httpRequestParamsTests' should be before method declarations in its class
919 /force-app/main/default/classes/testValidator.cls 760 51 760 105 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'httpRequestParamsTests' should be before method declarations in its class
920 /force-app/main/default/classes/testValidator.cls 760 51 760 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'httpRequestParamsTests' doesn't match '[A-Z][A-Z0-9_]*'
920 /force-app/main/default/classes/testValidator.cls 760 51 760 105 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'httpRequestParamsTests' doesn't match '[A-Z][A-Z0-9_]*'
921 /force-app/main/default/classes/testValidator.cls 762 38 762 97 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'requiredParams1' should be before method declarations in its class
921 /force-app/main/default/classes/testValidator.cls 762 38 762 97 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'requiredParams1' should be before method declarations in its class
922 /force-app/main/default/classes/testValidator.cls 762 38 762 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'requiredParams1' doesn't match '[A-Z][A-Z0-9_]*'
922 /force-app/main/default/classes/testValidator.cls 762 38 762 97 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'requiredParams1' doesn't match '[A-Z][A-Z0-9_]*'
923 /force-app/main/default/classes/testValidator.cls 763 38 763 79 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'requiredParams2' should be before method declarations in its class
923 /force-app/main/default/classes/testValidator.cls 763 38 763 79 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'requiredParams2' should be before method declarations in its class
924 /force-app/main/default/classes/testValidator.cls 763 38 763 79 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'requiredParams2' doesn't match '[A-Z][A-Z0-9_]*'
924 /force-app/main/default/classes/testValidator.cls 763 38 763 79 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'requiredParams2' doesn't match '[A-Z][A-Z0-9_]*'
925 /force-app/main/default/classes/testValidator.cls 764 38 764 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'requiredParams3' should be before method declarations in its class
925 /force-app/main/default/classes/testValidator.cls 764 38 764 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'requiredParams3' should be before method declarations in its class
926 /force-app/main/default/classes/testValidator.cls 764 38 764 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'requiredParams3' doesn't match '[A-Z][A-Z0-9_]*'
926 /force-app/main/default/classes/testValidator.cls 764 38 764 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'requiredParams3' doesn't match '[A-Z][A-Z0-9_]*'
927 /force-app/main/default/classes/testValidator.cls 766 38 766 106 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'optionalParams1' should be before method declarations in its class
927 /force-app/main/default/classes/testValidator.cls 766 38 766 106 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'optionalParams1' should be before method declarations in its class
928 /force-app/main/default/classes/testValidator.cls 766 38 766 106 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'optionalParams1' doesn't match '[A-Z][A-Z0-9_]*'
928 /force-app/main/default/classes/testValidator.cls 766 38 766 106 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'optionalParams1' doesn't match '[A-Z][A-Z0-9_]*'
929 /force-app/main/default/classes/testValidator.cls 767 38 767 82 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'optionalParams2' should be before method declarations in its class
929 /force-app/main/default/classes/testValidator.cls 767 38 767 82 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'optionalParams2' should be before method declarations in its class
930 /force-app/main/default/classes/testValidator.cls 767 38 767 82 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'optionalParams2' doesn't match '[A-Z][A-Z0-9_]*'
930 /force-app/main/default/classes/testValidator.cls 767 38 767 82 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'optionalParams2' doesn't match '[A-Z][A-Z0-9_]*'
931 /force-app/main/default/classes/testValidator.cls 768 38 768 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'optionalParams3' should be before method declarations in its class
931 /force-app/main/default/classes/testValidator.cls 768 38 768 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'optionalParams3' should be before method declarations in its class
932 /force-app/main/default/classes/testValidator.cls 768 38 768 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'optionalParams3' doesn't match '[A-Z][A-Z0-9_]*'
932 /force-app/main/default/classes/testValidator.cls 768 38 768 73 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'optionalParams3' doesn't match '[A-Z][A-Z0-9_]*'
933 /force-app/main/default/classes/testValidator.cls 797 23 804 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
933 /force-app/main/default/classes/testValidator.cls 797 23 804 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
934 /force-app/main/default/classes/testValidator.cls 801 21 801 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
934 /force-app/main/default/classes/testValidator.cls 801 21 801 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
935 /force-app/main/default/classes/testValidator.cls 801 21 801 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
935 /force-app/main/default/classes/testValidator.cls 801 21 801 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
936 /force-app/main/default/classes/testValidator.cls 806 23 820 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
936 /force-app/main/default/classes/testValidator.cls 806 23 820 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
937 /force-app/main/default/classes/testValidator.cls 811 21 811 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
937 /force-app/main/default/classes/testValidator.cls 811 21 811 56 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
938 /force-app/main/default/classes/testValidator.cls 811 21 811 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
938 /force-app/main/default/classes/testValidator.cls 811 21 811 56 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
939 /force-app/main/default/classes/testValidator.cls 827 16 831 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
939 /force-app/main/default/classes/testValidator.cls 827 16 831 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
940 /force-app/main/default/classes/testValidator.cls 834 55 834 117 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'redirectDefaultDomainTests' should be before method declarations in its class
940 /force-app/main/default/classes/testValidator.cls 834 55 834 117 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'redirectDefaultDomainTests' should be before method declarations in its class
941 /force-app/main/default/classes/testValidator.cls 834 55 834 117 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'redirectDefaultDomainTests' doesn't match '[A-Z][A-Z0-9_]*'
941 /force-app/main/default/classes/testValidator.cls 834 55 834 117 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'redirectDefaultDomainTests' doesn't match '[A-Z][A-Z0-9_]*'
942 /force-app/main/default/classes/testValidator.cls 836 5 885 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method '()' has an NCSS line count of 43 (limit: 40)
942 /force-app/main/default/classes/testValidator.cls 836 5 885 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method '()' has an NCSS line count of 43 (limit: 40)
943 /force-app/main/default/classes/testValidator.cls 887 23 895 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
943 /force-app/main/default/classes/testValidator.cls 887 23 895 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
944 /force-app/main/default/classes/testValidator.cls 897 23 914 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
944 /force-app/main/default/classes/testValidator.cls 897 23 914 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
945 /force-app/main/default/classes/testValidator.cls 922 16 927 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
945 /force-app/main/default/classes/testValidator.cls 922 16 927 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
946 /force-app/main/default/classes/testValidator.cls 922 16 927 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.
946 /force-app/main/default/classes/testValidator.cls 922 16 927 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.
947 /force-app/main/default/classes/testValidator.cls 930 42 930 78 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'redirectTests' should be before method declarations in its class
947 /force-app/main/default/classes/testValidator.cls 930 42 930 78 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'redirectTests' should be before method declarations in its class
948 /force-app/main/default/classes/testValidator.cls 930 42 930 78 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'redirectTests' doesn't match '[A-Z][A-Z0-9_]*'
948 /force-app/main/default/classes/testValidator.cls 930 42 930 78 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The constant field name 'redirectTests' doesn't match '[A-Z][A-Z0-9_]*'
949 /force-app/main/default/classes/testValidator.cls 932 5 986 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method '()' has an NCSS line count of 48 (limit: 40)
949 /force-app/main/default/classes/testValidator.cls 932 5 986 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method '()' has an NCSS line count of 48 (limit: 40)
950 /force-app/main/default/classes/testValidator.cls 988 23 992 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
950 /force-app/main/default/classes/testValidator.cls 988 23 992 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
951 /force-app/main/default/classes/testValidator.cls 994 23 1007 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
951 /force-app/main/default/classes/testValidator.cls 994 23 1007 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.