Comparison results for https://github.com/apex-enterprise-patterns/fflib-apex-mocks.git

pmd7_2 took 16 seconds to run and found 885 violations

pmd7_3 took 19 seconds to run and found 885 violations

Among the 885 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /sfdx-source/apex-mocks/main/classes/fflib_Answer.cls 10 8 19 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 /sfdx-source/apex-mocks/main/classes/fflib_Answer.cls 10 8 19 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 /sfdx-source/apex-mocks/main/classes/fflib_Answer.cls 10 8 19 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'fflib_Answer' doesn't match '[A-Z][a-zA-Z0-9_]*'
2 /sfdx-source/apex-mocks/main/classes/fflib_Answer.cls 10 8 19 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'fflib_Answer' doesn't match '[A-Z][a-zA-Z0-9_]*'
3 /sfdx-source/apex-mocks/main/classes/fflib_Answer.cls 18 2 18 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
3 /sfdx-source/apex-mocks/main/classes/fflib_Answer.cls 18 2 18 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
4 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 10 8 105 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
4 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 10 8 105 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
5 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 10 8 105 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_AnyOrder' doesn't match '[A-Z][a-zA-Z0-9_]*'
5 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 10 8 105 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_AnyOrder' doesn't match '[A-Z][a-zA-Z0-9_]*'
6 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 62 6 66 7 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
6 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 62 6 66 7 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
7 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 84 26 84 34 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
7 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 84 26 84 34 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
8 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 84 26 84 34 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
8 /sfdx-source/apex-mocks/main/classes/fflib_AnyOrder.cls 84 26 84 34 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
9 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
10 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_ApexMocks' doesn't match '[A-Z][a-zA-Z0-9_]*'
10 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_ApexMocks' doesn't match '[A-Z][a-zA-Z0-9_]*'
11 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_ApexMocks' has a total cognitive complexity of 161 (highest 7), current threshold is 50
11 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_ApexMocks' has a total cognitive complexity of 161 (highest 7), current threshold is 50
12 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_ApexMocks' has a total cyclomatic complexity of 40 (highest 7).
12 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_ApexMocks' has a total cyclomatic complexity of 40 (highest 7).
13 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class fflib_ApexMocks has 32 public methods, attributes, and properties (limit: 20)
13 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 8 21 432 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class fflib_ApexMocks has 32 public methods, attributes, and properties (limit: 20)
14 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 19 9 19 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
14 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 19 9 19 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 21 9 29 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 21 9 29 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
16 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 21 17 21 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Stubbing' doesn't match '[a-z][a-zA-Z0-9]*'
16 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 21 17 21 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Stubbing' doesn't match '[a-z][a-zA-Z0-9]*'
17 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 31 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
17 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 31 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
18 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 31 25 31 46 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'DoThrowWhenExceptions' doesn't match '[a-z][a-zA-Z0-9]*'
18 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 31 25 31 46 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'DoThrowWhenExceptions' doesn't match '[a-z][a-zA-Z0-9]*'
19 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 47 9 58 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 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 47 9 58 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 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 65 9 68 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
20 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 65 9 68 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
21 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 80 9 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
21 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 80 9 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
22 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 80 9 84 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
22 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 80 9 84 6 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
23 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 86 16 89 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
23 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 86 16 89 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 96 9 99 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
24 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 96 9 99 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
25 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 107 9 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
25 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 107 9 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
26 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 121 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
26 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 121 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
27 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 130 9 136 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
27 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 130 9 136 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
28 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 141 9 144 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
28 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 141 9 144 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
29 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 149 9 152 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
29 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 149 9 152 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
30 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 159 9 162 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 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 159 9 162 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 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 159 9 162 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
31 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 159 9 162 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
32 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 168 9 171 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
32 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 168 9 171 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
33 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 178 9 181 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
33 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 178 9 181 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
34 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 188 9 191 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
34 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 188 9 191 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
35 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 198 9 202 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
35 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 198 9 202 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
36 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 198 9 202 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
36 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 198 9 202 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
37 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 209 9 213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
37 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 209 9 213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
38 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 209 9 213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
38 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 209 9 213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
39 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 220 9 224 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 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 220 9 224 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 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 220 9 224 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
40 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 220 9 224 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
41 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 234 9 237 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
41 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 234 9 237 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
42 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 234 9 237 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.
42 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 234 9 237 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.
43 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 247 9 285 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
43 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 247 9 285 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
44 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 247 9 285 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
44 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 247 9 285 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
45 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 247 9 285 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.
45 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 247 9 285 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.
46 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 287 9 290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
46 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 287 9 290 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
47 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 334 9 337 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
47 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 334 9 337 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
48 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 345 9 348 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 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 345 9 348 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 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 355 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
49 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 355 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
50 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 366 9 369 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
50 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 366 9 369 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
51 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 376 9 379 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
51 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 376 9 379 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
52 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 386 9 389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
52 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 386 9 389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
53 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 397 9 400 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
53 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 397 9 400 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
54 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 406 9 409 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
54 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 406 9 409 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
55 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 417 9 420 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
55 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 417 9 420 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
56 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 417 9 420 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
56 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 417 9 420 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
57 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 417 9 420 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
57 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 417 9 420 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
58 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 428 18 431 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
58 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocks.cls 428 18 431 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
59 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksConfig.cls 5 8 20 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 'fflib_ApexMocksConfig' doesn't match '[A-Z][a-zA-Z0-9_]*'
59 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksConfig.cls 5 8 20 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 'fflib_ApexMocksConfig' doesn't match '[A-Z][a-zA-Z0-9_]*'
60 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksConfig.cls 14 16 14 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
60 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksConfig.cls 14 16 14 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
61 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksConfig.cls 14 24 14 43 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The static property name 'HasIndependentMocks' doesn't match '[a-z][a-zA-Z0-9]*'
61 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksConfig.cls 14 24 14 43 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The static property name 'HasIndependentMocks' doesn't match '[a-z][a-zA-Z0-9]*'
62 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 26 8 262 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
62 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 26 8 262 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
63 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 26 8 262 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_ApexMocksUtils' doesn't match '[A-Z][a-zA-Z0-9_]*'
63 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 26 8 262 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_ApexMocksUtils' doesn't match '[A-Z][a-zA-Z0-9_]*'
64 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 26 8 262 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'fflib_ApexMocksUtils' has a Standard Cyclomatic Complexity of 3 (Highest = 10).
64 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 26 8 262 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'fflib_ApexMocksUtils' has a Standard Cyclomatic Complexity of 3 (Highest = 10).
65 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 67 16 73 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
65 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 67 16 73 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
66 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 67 16 73 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
66 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 67 16 73 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
67 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 67 16 73 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
67 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 67 16 73 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
68 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 67 16 73 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.
68 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 67 16 73 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.
69 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 70 10 70 75 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'relationshipFieldName' defined but not used
69 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 70 10 70 75 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'relationshipFieldName' defined but not used
70 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 79 16 92 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
70 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 79 16 92 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
71 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 79 16 92 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
71 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 79 16 92 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
72 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 79 16 92 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
72 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 79 16 92 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
73 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 79 16 92 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.
73 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 79 16 92 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.
74 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 98 16 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
74 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 98 16 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
75 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 98 16 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
75 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 98 16 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
76 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 98 16 106 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
76 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 98 16 106 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
77 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 112 16 120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
77 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 112 16 120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
78 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 112 16 120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
78 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 112 16 120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
79 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 112 16 120 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
79 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 112 16 120 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
80 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 125 17 150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
80 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 125 17 150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
81 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 125 17 150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
81 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 125 17 150 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
82 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 125 17 150 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
82 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 125 17 150 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
83 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 125 17 150 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.
83 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 125 17 150 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.
84 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 156 10 184 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
84 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 156 10 184 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
85 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 163 10 168 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
85 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 163 10 168 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
86 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 170 10 183 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
86 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 170 10 183 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
87 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 189 17 227 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
87 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 189 17 227 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
88 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 189 17 227 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
88 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 189 17 227 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
89 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 189 17 227 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'streamTokens(JSONParser, JSONGenerator, JSONParserEvents)' has a cyclomatic complexity of 14.
89 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 189 17 227 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'streamTokens(JSONParser, JSONGenerator, JSONParserEvents)' has a cyclomatic complexity of 14.
90 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 189 17 227 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'streamTokens' has a Standard Cyclomatic Complexity of 10.
90 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 189 17 227 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'streamTokens' has a Standard Cyclomatic Complexity of 10.
91 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 196 5 196 51 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
91 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 196 5 196 51 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
92 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 196 5 196 51 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
92 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 196 5 196 51 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
93 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 208 5 208 58 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
93 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 208 5 208 58 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
94 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 208 5 208 58 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
94 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 208 5 208 58 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
95 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 214 5 214 48 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
95 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 214 5 214 48 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
96 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 214 5 214 48 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
96 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 214 5 214 48 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
97 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 225 5 225 11 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
97 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 225 5 225 11 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
98 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 225 5 225 11 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
98 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 225 5 225 11 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
99 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 232 10 235 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
99 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 232 10 235 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
100 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 234 3 234 80 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
100 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 234 3 234 80 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
101 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 240 17 247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
101 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 240 17 247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
102 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 240 17 247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
102 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 240 17 247 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
103 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 240 17 247 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
103 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 240 17 247 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
104 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 252 17 261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
104 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 252 17 261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
105 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 252 17 261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
105 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 252 17 261 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
106 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 252 17 261 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
106 /sfdx-source/apex-mocks/main/classes/fflib_ApexMocksUtils.cls 252 17 261 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
107 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 34 21 118 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
107 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 34 21 118 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
108 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 34 21 118 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_ArgumentCaptor' doesn't match '[A-Z][a-zA-Z0-9_]*'
108 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 34 21 118 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_ArgumentCaptor' doesn't match '[A-Z][a-zA-Z0-9_]*'
109 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 47 16 50 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
109 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 47 16 50 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
110 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 59 9 64 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
110 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 59 9 64 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
111 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 72 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 @description
111 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 72 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 @description
112 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 90 9 93 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
112 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 90 9 93 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
113 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 95 9 117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
113 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 95 9 117 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
114 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 100 10 103 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
114 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 100 10 103 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
115 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 106 10 110 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
115 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 106 10 110 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
116 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 113 10 116 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
116 /sfdx-source/apex-mocks/main/classes/fflib_ArgumentCaptor.cls 113 10 116 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
117 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 26 21 43 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
117 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 26 21 43 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
118 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 26 21 43 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_IDGenerator' doesn't match '[A-Z][a-zA-Z0-9_]*'
118 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 26 21 43 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_IDGenerator' doesn't match '[A-Z][a-zA-Z0-9_]*'
119 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 34 16 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
119 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 34 16 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
120 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 34 16 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
120 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 34 16 42 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
121 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 34 16 42 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
121 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 34 16 42 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
122 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 36 22 36 47 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.
122 /sfdx-source/apex-mocks/main/classes/fflib_IDGenerator.cls 36 22 36 47 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.
123 /sfdx-source/apex-mocks/main/classes/fflib_IMatcher.cls 26 8 36 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
123 /sfdx-source/apex-mocks/main/classes/fflib_IMatcher.cls 26 8 36 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
124 /sfdx-source/apex-mocks/main/classes/fflib_IMatcher.cls 26 8 36 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'fflib_IMatcher' doesn't match '[A-Z][a-zA-Z0-9_]*'
124 /sfdx-source/apex-mocks/main/classes/fflib_IMatcher.cls 26 8 36 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The interface name 'fflib_IMatcher' doesn't match '[A-Z][a-zA-Z0-9_]*'
125 /sfdx-source/apex-mocks/main/classes/fflib_IMatcher.cls 35 2 35 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
125 /sfdx-source/apex-mocks/main/classes/fflib_IMatcher.cls 35 2 35 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
126 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
126 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
127 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_InOrder' doesn't match '[A-Z][a-zA-Z0-9_]*'
127 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_InOrder' doesn't match '[A-Z][a-zA-Z0-9_]*'
128 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_InOrder' has a total cognitive complexity of 196 (highest 18), current threshold is 50
128 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_InOrder' has a total cognitive complexity of 196 (highest 18), current threshold is 50
129 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_InOrder' has a total cyclomatic complexity of 63 (highest 14).
129 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_InOrder' has a total cyclomatic complexity of 63 (highest 14).
130 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'fflib_InOrder' has a Standard Cyclomatic Complexity of 3 (Highest = 11).
130 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 9 21 356 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'fflib_InOrder' has a Standard Cyclomatic Complexity of 3 (Highest = 11).
131 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 28 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 @description
131 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 28 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 @description
132 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 43 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 @description
132 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 43 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 @description
133 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 55 9 59 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
133 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 55 9 59 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
134 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 69 9 73 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
134 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 69 9 73 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
135 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 79 9 94 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
135 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 79 9 94 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
136 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 100 9 107 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
136 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 100 9 107 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
137 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 117 21 170 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'verify(fflib_QualifiedMethod, fflib_MethodArgValues, fflib_VerificationMode)' has a cognitive complexity of 18, current threshold is 15
137 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 117 21 170 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'verify(fflib_QualifiedMethod, fflib_MethodArgValues, fflib_VerificationMode)' has a cognitive complexity of 18, current threshold is 15
138 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 117 21 170 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'verify(fflib_QualifiedMethod, fflib_MethodArgValues, fflib_VerificationMode)' has a cyclomatic complexity of 14.
138 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 117 21 170 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'verify(fflib_QualifiedMethod, fflib_MethodArgValues, fflib_VerificationMode)' has a cyclomatic complexity of 14.
139 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 117 21 170 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'verify' has a Standard Cyclomatic Complexity of 11.
139 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 117 21 170 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'verify' has a Standard Cyclomatic Complexity of 11.
140 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 135 5 135 158 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
140 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 135 5 135 158 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
141 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 135 5 135 158 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
141 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 135 5 135 158 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
142 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 153 5 158 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
142 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 153 5 158 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
143 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 204 8 204 97 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
143 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 204 8 204 97 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
144 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 229 8 229 97 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
144 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 229 8 229 97 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
145 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 289 6 290 23 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
145 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 289 6 290 23 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
146 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 290 7 290 23 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
146 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 290 7 290 23 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
147 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 290 7 290 23 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
147 /sfdx-source/apex-mocks/main/classes/fflib_InOrder.cls 290 7 290 23 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
148 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 5 8 14 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 'fflib_Inheritor' doesn't match '[A-Z][a-zA-Z0-9_]*'
148 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 5 8 14 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 'fflib_Inheritor' doesn't match '[A-Z][a-zA-Z0-9_]*'
149 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 7 9 7 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
149 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 7 9 7 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 7 23 7 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 7 23 7 36 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 8 12 8 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 8 12 8 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
152 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 8 26 8 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
152 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 8 26 8 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
153 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 9 12 9 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
153 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 9 12 9 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
154 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 9 26 9 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
154 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 9 26 9 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
155 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 11 12 11 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
155 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 11 12 11 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
156 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 12 12 12 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
156 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 12 12 12 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
157 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 13 12 13 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
157 /sfdx-source/apex-mocks/main/classes/fflib_Inheritor.cls 13 12 13 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
158 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 10 21 84 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
158 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 10 21 84 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
159 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 10 21 84 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_InvocationOnMock' doesn't match '[A-Z][a-zA-Z0-9_]*'
159 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 10 21 84 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_InvocationOnMock' doesn't match '[A-Z][a-zA-Z0-9_]*'
160 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 22 9 27 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
160 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 22 9 27 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
161 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 35 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
161 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 35 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
162 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 45 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
162 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 45 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
163 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.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 @description
163 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.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 @description
164 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 63 9 66 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
164 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 63 9 66 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
165 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 72 9 75 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
165 /sfdx-source/apex-mocks/main/classes/fflib_InvocationOnMock.cls 72 9 75 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
166 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
166 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
167 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_Match' doesn't match '[A-Z][a-zA-Z0-9_]*'
167 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_Match' doesn't match '[A-Z][a-zA-Z0-9_]*'
168 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_Match' has a total cognitive complexity of 430 (highest 8), current threshold is 50
168 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_Match' has a total cognitive complexity of 430 (highest 8), current threshold is 50
169 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_Match' has a total cyclomatic complexity of 120 (highest 9).
169 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_Match' has a total cyclomatic complexity of 120 (highest 9).
170 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 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.
170 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 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.
171 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class fflib_Match has 98 public methods, attributes, and properties (limit: 20)
171 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 26 8 1158 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class fflib_Match has 98 public methods, attributes, and properties (limit: 20)
172 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 34 24 34 40 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 'Matching' doesn't match '[a-z][a-zA-Z0-9]*'
172 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 34 24 34 40 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 'Matching' doesn't match '[a-z][a-zA-Z0-9]*'
173 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 42 16 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
173 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 42 16 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
174 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 68 16 85 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
174 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 68 16 85 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
175 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 118 16 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
175 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 118 16 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
176 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 138 19 141 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
176 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 138 19 141 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
177 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 150 16 153 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
177 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 150 16 153 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
178 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 163 16 166 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
178 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 163 16 166 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
179 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 163 16 166 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.
179 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 163 16 166 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.
180 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 173 16 176 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
180 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 173 16 176 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
181 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 184 16 187 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
181 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 184 16 187 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
182 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 196 16 199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
182 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 196 16 199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
183 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 209 16 212 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
183 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 209 16 212 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
184 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 209 16 212 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.
184 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 209 16 212 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.
185 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 219 16 222 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
185 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 219 16 222 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
186 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 229 16 232 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
186 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 229 16 232 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
187 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 240 16 243 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
187 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 240 16 243 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
188 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 252 16 255 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
188 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 252 16 255 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
189 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 265 16 268 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
189 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 265 16 268 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
190 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 265 16 268 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.
190 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 265 16 268 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.
191 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 275 16 278 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
191 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 275 16 278 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
192 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 331 16 334 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
192 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 331 16 334 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
193 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 341 16 344 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
193 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 341 16 344 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
194 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 351 16 354 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
194 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 351 16 354 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
195 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 361 16 364 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
195 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 361 16 364 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
196 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 371 16 374 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
196 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 371 16 374 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
197 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 381 16 384 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
197 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 381 16 384 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
198 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 391 16 394 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
198 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 391 16 394 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
199 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 401 16 404 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
199 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 401 16 404 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
200 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 411 16 414 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
200 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 411 16 414 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
201 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 421 16 424 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
201 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 421 16 424 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
202 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 431 16 434 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
202 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 431 16 434 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
203 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 441 16 444 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
203 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 441 16 444 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
204 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 451 16 454 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
204 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 451 16 454 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
205 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 461 16 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
205 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 461 16 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
206 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 470 16 473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
206 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 470 16 473 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
207 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 479 16 482 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
207 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 479 16 482 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
208 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 488 16 491 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
208 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 488 16 491 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
209 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 497 16 500 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
209 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 497 16 500 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
210 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 506 16 509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
210 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 506 16 509 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
211 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 515 16 518 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
211 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 515 16 518 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
212 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 524 16 527 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
212 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 524 16 527 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
213 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 533 16 536 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
213 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 533 16 536 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
214 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 542 16 545 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
214 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 542 16 545 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
215 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 551 16 554 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
215 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 551 16 554 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
216 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 560 16 563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
216 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 560 16 563 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
217 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 569 16 572 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
217 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 569 16 572 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
218 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 578 16 581 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
218 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 578 16 581 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
219 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 587 16 590 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
219 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 587 16 590 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
220 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 596 16 599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
220 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 596 16 599 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
221 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 606 16 609 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
221 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 606 16 609 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
222 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 617 16 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
222 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 617 16 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
223 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 627 16 630 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
223 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 627 16 630 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
224 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 638 16 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
224 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 638 16 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
225 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 649 16 652 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
225 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 649 16 652 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
226 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 662 16 665 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
226 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 662 16 665 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
227 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 662 16 665 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.
227 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 662 16 665 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.
228 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 672 16 675 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
228 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 672 16 675 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
229 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 683 16 686 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
229 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 683 16 686 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
230 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 693 16 696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
230 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 693 16 696 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
231 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 704 16 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
231 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 704 16 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
232 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 715 16 718 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
232 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 715 16 718 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
233 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 728 16 731 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
233 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 728 16 731 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
234 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 728 16 731 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.
234 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 728 16 731 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.
235 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 739 16 742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
235 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 739 16 742 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
236 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 752 16 755 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
236 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 752 16 755 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
237 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 752 16 755 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.
237 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 752 16 755 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.
238 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 762 16 765 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
238 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 762 16 765 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
239 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 773 16 776 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
239 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 773 16 776 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
240 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 783 16 786 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
240 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 783 16 786 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
241 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 794 16 797 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
241 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 794 16 797 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
242 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 805 16 808 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
242 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 805 16 808 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
243 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 818 16 821 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
243 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 818 16 821 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
244 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 818 16 821 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.
244 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 818 16 821 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.
245 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 828 16 831 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
245 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 828 16 831 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
246 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 839 16 842 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
246 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 839 16 842 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
247 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 849 16 852 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
247 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 849 16 852 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
248 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 860 16 863 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
248 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 860 16 863 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
249 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 870 16 873 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
249 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 870 16 873 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
250 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 881 16 884 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
250 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 881 16 884 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
251 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 894 16 897 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
251 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 894 16 897 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
252 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 894 16 897 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.
252 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 894 16 897 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.
253 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 904 16 907 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
253 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 904 16 907 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
254 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 915 16 918 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
254 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 915 16 918 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
255 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 925 16 928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
255 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 925 16 928 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
256 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 936 16 939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
256 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 936 16 939 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
257 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 945 16 948 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
257 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 945 16 948 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
258 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 954 16 957 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
258 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 954 16 957 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
259 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 964 16 967 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
259 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 964 16 967 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
260 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 973 16 976 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
260 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 973 16 976 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
261 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 984 16 987 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
261 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 984 16 987 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
262 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 997 16 1000 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
262 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 997 16 1000 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
263 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 997 16 1000 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.
263 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 997 16 1000 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.
264 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1007 16 1010 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
264 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1007 16 1010 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
265 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1018 16 1021 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
265 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1018 16 1021 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
266 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1028 16 1031 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
266 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1028 16 1031 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
267 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1039 16 1042 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
267 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1039 16 1042 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
268 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1049 16 1052 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
268 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1049 16 1052 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
269 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1058 16 1061 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
269 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1058 16 1061 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
270 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1067 16 1070 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
270 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1067 16 1070 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
271 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1077 16 1080 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
271 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1077 16 1080 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
272 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1077 16 1080 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
272 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1077 16 1080 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
273 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1087 16 1090 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
273 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1087 16 1090 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
274 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1096 16 1099 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
274 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1096 16 1099 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
275 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1106 16 1109 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
275 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1106 16 1109 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
276 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1116 16 1119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
276 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1116 16 1119 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
277 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1125 16 1128 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
277 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1125 16 1128 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
278 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1134 16 1137 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
278 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1134 16 1137 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
279 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1144 16 1147 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
279 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1144 16 1147 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
280 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1154 16 1157 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
280 /sfdx-source/apex-mocks/main/classes/fflib_Match.cls 1154 16 1157 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
281 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 33 21 1390 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
281 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 33 21 1390 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
282 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 33 21 1390 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MatcherDefinitions' doesn't match '[A-Z][a-zA-Z0-9_]*'
282 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 33 21 1390 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MatcherDefinitions' doesn't match '[A-Z][a-zA-Z0-9_]*'
283 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 33 21 1390 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_MatcherDefinitions' has a total cognitive complexity of 239 (highest 5), current threshold is 50
283 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 33 21 1390 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'fflib_MatcherDefinitions' has a total cognitive complexity of 239 (highest 5), current threshold is 50
284 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 33 21 1390 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.
284 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 33 21 1390 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.
285 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 52 9 145 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
285 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 52 9 145 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
286 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 63 10 67 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
286 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 63 10 67 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
287 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 63 10 67 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
287 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 63 10 67 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
288 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 69 10 98 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
288 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 69 10 98 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
289 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 154 9 177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
289 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 154 9 177 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
290 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 163 10 166 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
290 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 163 10 166 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
291 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 163 10 166 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
291 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 163 10 166 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
292 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 168 10 171 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
292 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 168 10 171 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
293 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 182 9 205 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
293 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 182 9 205 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
294 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 191 10 194 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
294 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 191 10 194 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
295 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 191 10 194 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
295 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 191 10 194 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
296 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 196 10 199 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
296 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 196 10 199 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
297 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 214 9 225 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
297 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 214 9 225 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
298 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 216 10 219 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
298 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 216 10 219 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
299 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 230 9 241 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
299 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 230 9 241 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
300 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 232 10 235 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
300 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 232 10 235 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
301 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 246 9 257 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
301 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 246 9 257 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
302 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 248 10 251 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
302 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 248 10 251 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
303 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 262 9 273 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
303 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 262 9 273 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
304 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 264 10 267 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
304 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 264 10 267 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
305 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 278 9 289 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
305 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 278 9 289 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
306 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 280 10 283 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
306 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 280 10 283 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
307 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 294 9 305 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
307 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 294 9 305 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
308 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 296 10 299 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
308 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 296 10 299 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
309 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 310 9 321 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
309 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 310 9 321 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
310 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 312 10 315 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
310 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 312 10 315 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
311 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 326 9 337 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
311 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 326 9 337 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
312 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 328 10 331 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
312 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 328 10 331 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
313 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 342 9 353 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 342 9 353 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 344 10 347 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
314 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 344 10 347 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
315 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 358 9 369 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 358 9 369 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 360 10 363 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
316 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 360 10 363 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
317 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 374 9 385 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 374 9 385 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 376 10 379 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
318 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 376 10 379 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
319 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 390 9 401 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
319 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 390 9 401 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
320 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 392 10 395 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
320 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 392 10 395 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
321 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 406 9 417 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
321 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 406 9 417 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
322 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 408 10 411 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
322 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 408 10 411 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
323 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 422 9 433 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
323 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 422 9 433 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
324 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 424 10 427 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
324 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 424 10 427 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
325 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 438 9 449 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
325 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 438 9 449 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
326 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 440 10 443 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
326 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 440 10 443 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
327 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 458 9 497 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
327 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 458 9 497 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
328 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 469 10 473 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
328 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 469 10 473 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
329 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 469 10 473 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
329 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 469 10 473 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
330 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 475 10 484 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
330 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 475 10 484 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
331 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 502 9 541 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
331 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 502 9 541 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
332 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 513 10 517 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
332 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 513 10 517 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
333 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 513 10 517 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
333 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 513 10 517 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
334 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 519 10 528 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
334 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 519 10 528 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
335 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 546 9 593 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
335 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 546 9 593 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
336 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 561 10 567 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
336 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 561 10 567 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
337 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 561 10 567 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
337 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 561 10 567 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
338 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 561 10 567 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
338 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 561 10 567 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
339 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 569 10 582 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
339 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 569 10 582 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
340 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 602 9 650 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
340 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 602 9 650 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
341 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 617 10 623 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
341 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 617 10 623 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
342 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 617 10 623 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
342 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 617 10 623 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
343 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 617 10 623 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
343 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 617 10 623 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
344 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 625 10 639 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
344 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 625 10 639 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
345 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 655 9 694 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
345 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 655 9 694 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
346 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 666 10 670 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
346 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 666 10 670 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
347 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 666 10 670 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
347 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 666 10 670 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
348 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 672 10 681 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
348 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 672 10 681 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
349 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 699 9 738 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 699 9 738 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 710 10 714 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
350 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 710 10 714 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
351 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 710 10 714 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
351 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 710 10 714 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
352 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 716 10 725 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
352 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 716 10 725 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
353 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 748 9 775 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 748 9 775 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 756 10 759 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
354 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 756 10 759 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
355 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 761 10 764 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
355 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 761 10 764 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
356 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 766 10 769 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
356 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 766 10 769 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
357 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 784 9 795 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
357 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 784 9 795 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
358 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 786 10 789 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
358 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 786 10 789 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
359 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 800 9 811 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 800 9 811 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 802 10 805 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
360 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 802 10 805 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
361 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 820 9 854 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
361 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 820 9 854 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
362 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 829 10 832 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
362 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 829 10 832 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
363 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 829 10 832 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
363 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 829 10 832 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
364 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 834 10 848 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
364 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 834 10 848 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
365 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 859 9 872 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
365 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 859 9 872 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
366 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 861 10 866 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
366 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 861 10 866 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
367 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 881 9 910 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 881 9 910 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 890 10 893 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
368 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 890 10 893 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
369 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 890 10 893 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
369 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 890 10 893 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
370 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 895 10 904 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
370 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 895 10 904 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
371 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 919 9 962 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 919 9 962 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 928 10 931 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
372 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 928 10 931 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
373 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 928 10 931 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
373 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 928 10 931 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
374 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 933 10 946 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
374 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 933 10 946 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
375 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 989 9 1109 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 989 9 1109 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 989 9 1109 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SObjectsWith' has a Standard Cyclomatic Complexity of 3 (Highest = 12).
376 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 989 9 1109 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'SObjectsWith' has a Standard Cyclomatic Complexity of 3 (Highest = 12).
377 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1005 10 1009 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
377 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1005 10 1009 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
378 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1005 10 1009 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
378 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1005 10 1009 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
379 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1005 10 1009 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
379 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1005 10 1009 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
380 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1010 10 1014 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
380 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1010 10 1014 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
381 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
381 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
382 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'matches(Object)' has a cognitive complexity of 36, current threshold is 15
382 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'matches(Object)' has a cognitive complexity of 36, current threshold is 15
383 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'matches(Object)' has a cyclomatic complexity of 14.
383 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'matches(Object)' has a cyclomatic complexity of 14.
384 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'matches()' has an NCSS line count of 41 (limit: 40)
384 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'matches()' has an NCSS line count of 41 (limit: 40)
385 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'matches' has a Standard Cyclomatic Complexity of 12.
385 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1015 10 1084 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'matches' has a Standard Cyclomatic Complexity of 12.
386 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1043 7 1046 8 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
386 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1043 7 1046 8 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
387 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1115 20 1138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
387 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1115 20 1138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
388 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1115 20 1138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
388 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1115 20 1138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
389 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1115 20 1138 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
389 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1115 20 1138 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
390 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1143 9 1172 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
390 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1143 9 1172 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
391 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1152 10 1155 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
391 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1152 10 1155 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
392 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1152 10 1155 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
392 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1152 10 1155 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
393 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1157 10 1166 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
393 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1157 10 1166 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
394 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1177 9 1213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
394 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1177 9 1213 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
395 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1186 10 1189 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
395 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1186 10 1189 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
396 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1186 10 1189 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
396 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1186 10 1189 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
397 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1191 10 1207 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
397 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1191 10 1207 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
398 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1222 9 1245 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
398 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1222 9 1245 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
399 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1231 10 1234 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
399 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1231 10 1234 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
400 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1231 10 1234 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
400 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1231 10 1234 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
401 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1236 10 1239 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
401 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1236 10 1239 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
402 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1250 9 1273 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
402 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1250 9 1273 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
403 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1259 10 1262 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
403 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1259 10 1262 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
404 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1259 10 1262 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
404 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1259 10 1262 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
405 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1264 10 1267 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
405 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1264 10 1267 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
406 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1278 9 1289 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
406 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1278 9 1289 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
407 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1280 10 1283 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
407 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1280 10 1283 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
408 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1294 9 1305 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1294 9 1305 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 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1296 10 1299 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
409 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1296 10 1299 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
410 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1310 9 1335 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
410 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1310 9 1335 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
411 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1320 10 1324 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
411 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1320 10 1324 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
412 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1320 10 1324 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
412 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1320 10 1324 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
413 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1320 10 1324 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
413 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1320 10 1324 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
414 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1326 10 1329 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
414 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1326 10 1329 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
415 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1340 9 1363 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
415 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1340 9 1363 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
416 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1349 10 1352 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
416 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1349 10 1352 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
417 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1349 10 1352 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
417 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1349 10 1352 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
418 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1354 10 1357 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
418 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1354 10 1357 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
419 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1379 16 1389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
419 /sfdx-source/apex-mocks/main/classes/fflib_MatcherDefinitions.cls 1379 16 1389 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
420 /sfdx-source/apex-mocks/main/classes/fflib_MatchersReturnValue.cls 26 21 36 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
420 /sfdx-source/apex-mocks/main/classes/fflib_MatchersReturnValue.cls 26 21 36 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
421 /sfdx-source/apex-mocks/main/classes/fflib_MatchersReturnValue.cls 26 21 36 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MatchersReturnValue' doesn't match '[A-Z][a-zA-Z0-9_]*'
421 /sfdx-source/apex-mocks/main/classes/fflib_MatchersReturnValue.cls 26 21 36 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MatchersReturnValue' doesn't match '[A-Z][a-zA-Z0-9_]*'
422 /sfdx-source/apex-mocks/main/classes/fflib_MatchersReturnValue.cls 31 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 comment
422 /sfdx-source/apex-mocks/main/classes/fflib_MatchersReturnValue.cls 31 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 comment
423 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 26 21 70 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
423 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 26 21 70 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
424 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 26 21 70 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MethodArgValues' doesn't match '[A-Z][a-zA-Z0-9_]*'
424 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 26 21 70 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MethodArgValues' doesn't match '[A-Z][a-zA-Z0-9_]*'
425 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 36 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
425 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 36 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
426 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 36 9 39 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
426 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 36 9 39 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Unexpected ApexDoc @return
427 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 46 9 55 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
427 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 46 9 55 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
428 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 61 9 69 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
428 /sfdx-source/apex-mocks/main/classes/fflib_MethodArgValues.cls 61 9 69 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
429 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 8 21 61 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
429 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 8 21 61 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
430 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 8 21 61 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MethodCountRecorder' doesn't match '[A-Z][a-zA-Z0-9_]*'
430 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 8 21 61 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MethodCountRecorder' doesn't match '[A-Z][a-zA-Z0-9_]*'
431 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 28 16 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
431 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 28 16 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
432 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 37 16 40 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
432 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 37 16 40 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
433 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 46 9 60 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
433 /sfdx-source/apex-mocks/main/classes/fflib_MethodCountRecorder.cls 46 9 60 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
434 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 32 21 162 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
434 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 32 21 162 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
435 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 32 21 162 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 'fflib_MethodReturnValue' doesn't match '[A-Z][a-zA-Z0-9_]*'
435 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 32 21 162 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 'fflib_MethodReturnValue' doesn't match '[A-Z][a-zA-Z0-9_]*'
436 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 40 9 40 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
436 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 40 9 40 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
437 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 40 22 40 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Answer' doesn't match '[a-z][a-zA-Z0-9]*'
437 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 40 22 40 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Answer' doesn't match '[a-z][a-zA-Z0-9]*'
438 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 47 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
438 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 47 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
439 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 58 9 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
439 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 58 9 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
440 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 68 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
440 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 68 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
441 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 78 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 @description
441 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 78 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 @description
442 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 89 9 93 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 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 89 9 93 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 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 100 9 161 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 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 100 9 161 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 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 107 24 107 57 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'ReturnValues' doesn't match '[a-z][a-zA-Z0-9]*'
444 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 107 24 107 57 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'ReturnValues' doesn't match '[a-z][a-zA-Z0-9]*'
445 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 114 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
445 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 114 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
446 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 125 10 135 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
446 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 125 10 135 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
447 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 125 10 135 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
447 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 125 10 135 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
448 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 142 10 160 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
448 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValue.cls 142 10 160 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
449 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 30 21 121 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
449 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 30 21 121 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
450 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 30 21 121 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MethodReturnValueRecorder' doesn't match '[A-Z][a-zA-Z0-9_]*'
450 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 30 21 121 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_MethodReturnValueRecorder' doesn't match '[A-Z][a-zA-Z0-9_]*'
451 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 32 9 32 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
451 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 32 9 32 39 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
452 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 32 17 32 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Stubbing' doesn't match '[a-z][a-zA-Z0-9]*'
452 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 32 17 32 25 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Stubbing' doesn't match '[a-z][a-zA-Z0-9]*'
453 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 34 9 34 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
453 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 34 9 34 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
454 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 34 25 34 46 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'DoThrowWhenExceptions' doesn't match '[a-z][a-zA-Z0-9]*'
454 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 34 25 34 46 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'DoThrowWhenExceptions' doesn't match '[a-z][a-zA-Z0-9]*'
455 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 43 70 43 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 'matcherReturnValuesByMethod' should be before method declarations in its class
455 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 43 70 43 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 'matcherReturnValuesByMethod' should be before method declarations in its class
456 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 45 9 45 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
456 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 45 9 45 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
457 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 45 33 45 50 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MethodReturnValue' doesn't match '[a-z][a-zA-Z0-9]*'
457 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 45 33 45 50 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MethodReturnValue' doesn't match '[a-z][a-zA-Z0-9]*'
458 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 47 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
458 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 47 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
459 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 59 9 88 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
459 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 59 9 88 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
460 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 78 6 78 27 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
460 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 78 6 78 27 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
461 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 78 6 78 27 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
461 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 78 6 78 27 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
462 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 80 6 80 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
462 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 80 6 80 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
463 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 95 9 111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
463 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 95 9 111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
464 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 117 9 120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
464 /sfdx-source/apex-mocks/main/classes/fflib_MethodReturnValueRecorder.cls 117 9 120 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
465 /sfdx-source/apex-mocks/main/classes/fflib_MethodVerifier.cls 9 17 154 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
465 /sfdx-source/apex-mocks/main/classes/fflib_MethodVerifier.cls 9 17 154 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
466 /sfdx-source/apex-mocks/main/classes/fflib_MethodVerifier.cls 9 17 154 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The abstract class name 'fflib_MethodVerifier' doesn't match '[A-Z][a-zA-Z0-9_]*'
466 /sfdx-source/apex-mocks/main/classes/fflib_MethodVerifier.cls 9 17 154 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The abstract class name 'fflib_MethodVerifier' doesn't match '[A-Z][a-zA-Z0-9_]*'
467 /sfdx-source/apex-mocks/main/classes/fflib_MethodVerifier.cls 16 9 21 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
467 /sfdx-source/apex-mocks/main/classes/fflib_MethodVerifier.cls 16 9 21 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
468 /sfdx-source/apex-mocks/main/classes/fflib_MethodVerifier.cls 59 12 108 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.
468 /sfdx-source/apex-mocks/main/classes/fflib_MethodVerifier.cls 59 12 108 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.
469 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 4 21 82 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
469 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 4 21 82 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
470 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 4 21 82 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_QualifiedMethod' doesn't match '[A-Z][a-zA-Z0-9_]*'
470 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 4 21 82 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_QualifiedMethod' doesn't match '[A-Z][a-zA-Z0-9_]*'
471 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 11 9 14 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
471 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 11 9 14 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
472 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 16 9 22 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
472 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 16 9 22 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
473 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 16 9 22 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.
473 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 16 9 22 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.
474 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 29 9 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
474 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 29 9 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
475 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 49 9 63 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
475 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 49 9 63 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
476 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 49 9 63 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'hashCode()' has a cognitive complexity of 27, current threshold is 15
476 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 49 9 63 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'hashCode()' has a cognitive complexity of 27, current threshold is 15
477 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 69 18 72 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
477 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 69 18 72 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
478 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 78 9 81 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
478 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethod.cls 78 9 81 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
479 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 8 21 40 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
479 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 8 21 40 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
480 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 8 21 40 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_QualifiedMethodAndArgValues' doesn't match '[A-Z][a-zA-Z0-9_]*'
480 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 8 21 40 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_QualifiedMethodAndArgValues' doesn't match '[A-Z][a-zA-Z0-9_]*'
481 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 14 9 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
481 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 14 9 19 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
482 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 21 9 24 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
482 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 21 9 24 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
483 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 26 9 29 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
483 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 26 9 29 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
484 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 31 9 34 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
484 /sfdx-source/apex-mocks/main/classes/fflib_QualifiedMethodAndArgValues.cls 31 9 34 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
485 /sfdx-source/apex-mocks/main/classes/fflib_System.cls 10 8 52 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
485 /sfdx-source/apex-mocks/main/classes/fflib_System.cls 10 8 52 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
486 /sfdx-source/apex-mocks/main/classes/fflib_System.cls 10 8 52 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_System' doesn't match '[A-Z][a-zA-Z0-9_]*'
486 /sfdx-source/apex-mocks/main/classes/fflib_System.cls 10 8 52 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_System' doesn't match '[A-Z][a-zA-Z0-9_]*'
487 /sfdx-source/apex-mocks/main/classes/fflib_System.cls 18 16 21 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
487 /sfdx-source/apex-mocks/main/classes/fflib_System.cls 18 16 21 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
488 /sfdx-source/apex-mocks/main/classes/fflib_System.cls 30 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
488 /sfdx-source/apex-mocks/main/classes/fflib_System.cls 30 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
489 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 10 21 139 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
489 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 10 21 139 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
490 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 10 21 139 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_VerificationMode' doesn't match '[A-Z][a-zA-Z0-9_]*'
490 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 10 21 139 2 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'fflib_VerificationMode' doesn't match '[A-Z][a-zA-Z0-9_]*'
491 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 12 9 12 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
491 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 12 9 12 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
492 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 12 17 12 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'VerifyMin' doesn't match '[a-z][a-zA-Z0-9]*'
492 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 12 17 12 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'VerifyMin' doesn't match '[a-z][a-zA-Z0-9]*'
493 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 13 9 13 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
493 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 13 9 13 38 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
494 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 13 17 13 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'VerifyMax' doesn't match '[a-z][a-zA-Z0-9]*'
494 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 13 17 13 26 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'VerifyMax' doesn't match '[a-z][a-zA-Z0-9]*'
495 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 14 9 14 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
495 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 14 9 14 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
496 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 14 16 14 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'CustomAssertMessage' doesn't match '[a-z][a-zA-Z0-9]*'
496 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 14 16 14 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'CustomAssertMessage' doesn't match '[a-z][a-zA-Z0-9]*'
497 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 24 16 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'times' doesn't match '[A-Z][A-Z0-9_]*'
497 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 24 16 29 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'times' doesn't match '[A-Z][A-Z0-9_]*'
498 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 31 16 38 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'atLeast' doesn't match '[A-Z][A-Z0-9_]*'
498 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 31 16 38 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'atLeast' doesn't match '[A-Z][A-Z0-9_]*'
499 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 40 16 46 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'atMost' doesn't match '[A-Z][A-Z0-9_]*'
499 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 40 16 46 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'atMost' doesn't match '[A-Z][A-Z0-9_]*'
500 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 48 16 55 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'between' doesn't match '[A-Z][A-Z0-9_]*'
500 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 48 16 55 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'between' doesn't match '[A-Z][A-Z0-9_]*'
501 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 57 16 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'atLeastOnce' doesn't match '[A-Z][A-Z0-9_]*'
501 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 57 16 68 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'atLeastOnce' doesn't match '[A-Z][A-Z0-9_]*'
502 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 70 16 75 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'calls' doesn't match '[A-Z][A-Z0-9_]*'
502 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 16 70 16 75 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The enum constant field name 'calls' doesn't match '[A-Z][A-Z0-9_]*'
503 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 18 18 18 24 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'Method' should be before method declarations in its class
503 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 18 18 18 24 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'Method' should be before method declarations in its class
504 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 18 18 18 24 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Method' doesn't match '[a-z][a-zA-Z0-9]*'
504 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 18 18 18 24 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'Method' doesn't match '[a-z][a-zA-Z0-9]*'
505 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 20 9 26 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
505 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 20 9 26 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
506 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 40 9 45 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
506 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 40 9 45 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
507 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 52 9 56 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
507 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 52 9 56 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
508 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 64 9 70 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
508 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 64 9 70 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
509 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 77 9 83 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 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 77 9 83 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 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 90 9 96 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
510 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 90 9 96 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
511 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 104 9 111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
511 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 104 9 111 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
512 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 117 9 123 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 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 117 9 123 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 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 131 9 138 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
513 /sfdx-source/apex-mocks/main/classes/fflib_VerificationMode.cls 131 9 138 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
514 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 9 9 438 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
514 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 9 9 438 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
515 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 9 9 438 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 'fflib_AnswerTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
515 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 9 9 438 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 'fflib_AnswerTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
516 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 122 10 122 60 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'mockCalled' defined but not used
516 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 122 10 122 60 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'mockCalled' defined but not used
517 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 188 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()
517 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 188 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()
518 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 199 10 199 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actualValue' defined but not used
518 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 199 10 199 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actualValue' defined but not used
519 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 203 9 215 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()
519 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 203 9 215 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()
520 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 214 10 214 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actualValue' defined but not used
520 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 214 10 214 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actualValue' defined but not used
521 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 218 9 230 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()
521 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 218 9 230 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()
522 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 229 11 229 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actualValue' defined but not used
522 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 229 11 229 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'actualValue' defined but not used
523 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 313 9 320 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
523 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 313 9 320 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
524 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 315 10 319 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
524 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 315 10 319 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
525 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 322 9 330 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
525 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 322 9 330 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
526 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 324 10 329 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
526 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 324 10 329 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
527 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 332 9 351 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
527 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 332 9 351 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
528 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 334 10 350 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
528 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 334 10 350 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
529 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 340 12 340 53 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'noExistingObj' defined but not used
529 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 340 12 340 53 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'noExistingObj' defined but not used
530 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 353 9 372 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
530 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 353 9 372 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
531 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 355 10 371 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
531 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 355 10 371 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
532 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 361 12 361 54 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'noExistingObj' defined but not used
532 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 361 12 361 54 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'noExistingObj' defined but not used
533 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 374 9 386 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
533 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 374 9 386 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
534 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 376 10 385 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
534 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 376 10 385 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
535 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 388 9 405 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
535 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 388 9 405 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
536 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 392 10 395 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
536 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 392 10 395 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
537 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 397 10 404 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
537 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 397 10 404 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
538 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 407 9 424 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
538 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 407 9 424 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
539 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 411 10 414 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
539 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 411 10 414 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
540 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 416 10 423 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
540 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 416 10 423 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
541 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 426 9 437 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
541 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 426 9 437 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
542 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 428 10 436 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
542 /sfdx-source/apex-mocks/test/classes/fflib_AnswerTest.cls 428 10 436 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
543 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 9 9 1195 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
543 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 9 9 1195 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
544 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 9 9 1195 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 'fflib_AnyOrderTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
544 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 9 9 1195 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 'fflib_AnyOrderTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
545 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 9 9 1195 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_AnyOrderTest' has a total cyclomatic complexity of 69 (highest 2).
545 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 9 9 1195 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_AnyOrderTest' has a total cyclomatic complexity of 69 (highest 2).
546 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 16 17 30 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()
546 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 16 17 30 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()
547 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 33 17 74 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()
547 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 33 17 74 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()
548 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 77 17 93 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()
548 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 77 17 93 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()
549 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 96 17 108 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()
549 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 96 17 108 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()
550 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 111 17 123 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()
550 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 111 17 123 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()
551 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 126 17 138 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()
551 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 126 17 138 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()
552 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 141 17 149 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()
552 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 141 17 149 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()
553 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 152 17 164 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()
553 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 152 17 164 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()
554 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 171 17 184 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()
554 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 171 17 184 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()
555 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 187 17 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()
555 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 187 17 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()
556 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 347 17 361 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()
556 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 347 17 361 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()
557 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 364 17 380 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()
557 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 364 17 380 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()
558 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 416 17 428 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()
558 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 416 17 428 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()
559 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 431 17 445 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()
559 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 431 17 445 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()
560 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 484 17 499 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()
560 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 484 17 499 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()
561 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 502 17 517 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()
561 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 502 17 517 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()
562 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 557 17 570 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()
562 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 557 17 570 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()
563 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 573 17 586 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()
563 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 573 17 586 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()
564 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 627 17 640 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()
564 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 627 17 640 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()
565 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 643 17 657 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()
565 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 643 17 657 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()
566 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 692 17 704 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()
566 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 692 17 704 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()
567 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 707 17 723 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()
567 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 707 17 723 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()
568 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 763 17 781 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()
568 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 763 17 781 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()
569 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 817 17 831 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()
569 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 817 17 831 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()
570 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 945 17 958 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()
570 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 945 17 958 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()
571 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 961 17 974 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()
571 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 961 17 974 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()
572 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1032 17 1046 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()
572 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1032 17 1046 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()
573 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1049 17 1065 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()
573 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1049 17 1065 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()
574 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1101 17 1113 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()
574 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1101 17 1113 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()
575 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1116 17 1130 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()
575 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1116 17 1130 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()
576 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1180 10 1186 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'isOdd' doesn't match '[A-Z][a-zA-Z0-9_]*'
576 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1180 10 1186 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'isOdd' doesn't match '[A-Z][a-zA-Z0-9_]*'
577 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1182 10 1185 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
577 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1182 10 1185 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
578 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1188 10 1194 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'isEven' doesn't match '[A-Z][a-zA-Z0-9_]*'
578 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1188 10 1194 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'isEven' doesn't match '[A-Z][a-zA-Z0-9_]*'
579 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1190 10 1193 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
579 /sfdx-source/apex-mocks/test/classes/fflib_AnyOrderTest.cls 1190 10 1193 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
580 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 5 9 1627 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 'fflib_ApexMocksTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
580 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 5 9 1627 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 'fflib_ApexMocksTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
581 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 5 9 1627 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_ApexMocksTest' has a total cyclomatic complexity of 100 (highest 3).
581 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 5 9 1627 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_ApexMocksTest' has a total cyclomatic complexity of 100 (highest 3).
582 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 5 9 1627 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 577
582 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 5 9 1627 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 577
583 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 30 9 44 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()
583 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 30 9 44 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()
584 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 73 9 114 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()
584 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 73 9 114 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()
585 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 144 9 160 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()
585 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 144 9 160 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()
586 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 371 9 382 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()
586 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 371 9 382 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()
587 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 385 9 396 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()
587 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 385 9 396 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()
588 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 399 9 411 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()
588 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 399 9 411 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()
589 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 414 9 427 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()
589 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 414 9 427 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()
590 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 430 9 447 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()
590 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 430 9 447 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()
591 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 450 9 462 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()
591 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 450 9 462 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()
592 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 613 9 621 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()
592 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 613 9 621 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()
593 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 624 9 636 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()
593 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 624 9 636 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()
594 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 704 9 716 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()
594 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 704 9 716 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()
595 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 719 9 731 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()
595 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 719 9 731 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()
596 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 815 9 826 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()
596 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 815 9 826 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()
597 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 829 9 843 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()
597 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 829 9 843 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()
598 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 846 9 860 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()
598 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 846 9 860 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()
599 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 863 9 875 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()
599 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 863 9 875 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()
600 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 878 9 893 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()
600 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 878 9 893 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()
601 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 896 9 912 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()
601 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 896 9 912 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()
602 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 915 9 934 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()
602 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 915 9 934 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()
603 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 937 9 962 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()
603 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 937 9 962 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()
604 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 965 9 990 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()
604 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 965 9 990 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()
605 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 993 9 1005 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()
605 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 993 9 1005 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()
606 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1008 9 1020 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()
606 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1008 9 1020 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()
607 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1023 9 1039 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()
607 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1023 9 1039 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()
608 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1042 9 1058 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()
608 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1042 9 1058 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()
609 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1061 9 1075 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()
609 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1061 9 1075 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()
610 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1078 9 1098 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()
610 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1078 9 1098 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()
611 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1101 9 1121 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()
611 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1101 9 1121 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()
612 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1124 9 1138 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1124 9 1138 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1141 9 1155 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1141 9 1155 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1158 9 1174 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1158 9 1174 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1177 9 1197 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()
615 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1177 9 1197 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()
616 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1200 9 1218 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1200 9 1218 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1221 9 1238 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()
617 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1221 9 1238 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()
618 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1241 9 1265 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()
618 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1241 9 1265 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()
619 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1268 9 1290 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()
619 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1268 9 1290 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()
620 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1293 9 1308 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()
620 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1293 9 1308 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()
621 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1311 9 1332 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()
621 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1311 9 1332 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()
622 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1314 15 1314 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'beforeFirst' defined but not used
622 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1314 15 1314 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'beforeFirst' defined but not used
623 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1335 9 1367 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1335 9 1367 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1370 9 1396 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1370 9 1396 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 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1373 15 1373 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'beforeFirst' defined but not used
625 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1373 15 1373 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'beforeFirst' defined but not used
626 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1399 9 1421 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()
626 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1399 9 1421 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()
627 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1402 15 1402 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'beforeFirst' defined but not used
627 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1402 15 1402 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'beforeFirst' defined but not used
628 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1409 15 1409 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fifth' defined but not used
628 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1409 15 1409 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'fifth' defined but not used
629 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1410 15 1410 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'sixth' defined but not used
629 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1410 15 1410 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'sixth' defined but not used
630 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1612 10 1618 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'isOdd' doesn't match '[A-Z][a-zA-Z0-9_]*'
630 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1612 10 1618 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'isOdd' doesn't match '[A-Z][a-zA-Z0-9_]*'
631 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1614 10 1617 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
631 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1614 10 1617 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
632 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1620 10 1626 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'isEven' doesn't match '[A-Z][a-zA-Z0-9_]*'
632 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1620 10 1626 3 pmd ClassNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions The class name 'isEven' doesn't match '[A-Z][a-zA-Z0-9_]*'
633 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1622 10 1625 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
633 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksTest.cls 1622 10 1625 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
634 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 27 8 278 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
634 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 27 8 278 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
635 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 27 8 278 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 'fflib_ApexMocksUtilsTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
635 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 27 8 278 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 'fflib_ApexMocksUtilsTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
636 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 29 16 40 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
636 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 29 16 40 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
637 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 43 17 85 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 'makeRelationship_returnsObjectsWithRelationFieldSet' doesn't match '[a-z][a-zA-Z0-9]*'
637 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 43 17 85 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 'makeRelationship_returnsObjectsWithRelationFieldSet' doesn't match '[a-z][a-zA-Z0-9]*'
638 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 88 17 128 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 'makeRelationship_GenericOverload_ReturnsObjectsWithRelationFieldSet' doesn't match '[a-z][a-zA-Z0-9]*'
638 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 88 17 128 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 'makeRelationship_GenericOverload_ReturnsObjectsWithRelationFieldSet' doesn't match '[a-z][a-zA-Z0-9]*'
639 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 131 17 155 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 'makeRelationship_GenericOverload_ThrowsErrorOnInvalidParentType' doesn't match '[a-z][a-zA-Z0-9]*'
639 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 131 17 155 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 'makeRelationship_GenericOverload_ThrowsErrorOnInvalidParentType' doesn't match '[a-z][a-zA-Z0-9]*'
640 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 144 12 150 9 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'accWithRelationships' defined but not used
640 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 144 12 150 9 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'accWithRelationships' defined but not used
641 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 158 17 182 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 'makeRelationship_GenericOverload_ThrowsErrorOnInvalidChildType' doesn't match '[a-z][a-zA-Z0-9]*'
641 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 158 17 182 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 'makeRelationship_GenericOverload_ThrowsErrorOnInvalidChildType' doesn't match '[a-z][a-zA-Z0-9]*'
642 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 171 12 177 9 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'accWithRelationships' defined but not used
642 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 171 12 177 9 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'accWithRelationships' defined but not used
643 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 185 17 209 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 'makeRelationship_GenericOverload_ThrowsErrorOnInvalidFieldName' doesn't match '[a-z][a-zA-Z0-9]*'
643 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 185 17 209 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 'makeRelationship_GenericOverload_ThrowsErrorOnInvalidFieldName' doesn't match '[a-z][a-zA-Z0-9]*'
644 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 198 12 204 9 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'accWithRelationships' defined but not used
644 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 198 12 204 9 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'accWithRelationships' defined but not used
645 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 212 9 226 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 'setReadOnlyFields_CreatedByIdSetToCurrentUserId_IdFieldSetSuccessfully' doesn't match '[a-z][a-zA-Z0-9]*'
645 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 212 9 226 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 'setReadOnlyFields_CreatedByIdSetToCurrentUserId_IdFieldSetSuccessfully' doesn't match '[a-z][a-zA-Z0-9]*'
646 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 229 9 243 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 'setReadOnlyFields_LastReferencedDateSetOnAccount_DateTimeFieldSetSuccessfully' doesn't match '[a-z][a-zA-Z0-9]*'
646 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 229 9 243 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 'setReadOnlyFields_LastReferencedDateSetOnAccount_DateTimeFieldSetSuccessfully' doesn't match '[a-z][a-zA-Z0-9]*'
647 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 246 9 260 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 'setReadOnlyFields_IsDeletedSetOnAccount_BooleanFieldSetSuccessfully' doesn't match '[a-z][a-zA-Z0-9]*'
647 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 246 9 260 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 'setReadOnlyFields_IsDeletedSetOnAccount_BooleanFieldSetSuccessfully' doesn't match '[a-z][a-zA-Z0-9]*'
648 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 263 9 277 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 'setReadOnlyFields_PolymorphicRelationJoin_FieldSetSuccessfully' doesn't match '[a-z][a-zA-Z0-9]*'
648 /sfdx-source/apex-mocks/test/classes/fflib_ApexMocksUtilsTest.cls 263 9 277 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 'setReadOnlyFields_PolymorphicRelationJoin_FieldSetSuccessfully' doesn't match '[a-z][a-zA-Z0-9]*'
649 /sfdx-source/apex-mocks/test/classes/fflib_ArgumentCaptorTest.cls 8 9 702 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
649 /sfdx-source/apex-mocks/test/classes/fflib_ArgumentCaptorTest.cls 8 9 702 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
650 /sfdx-source/apex-mocks/test/classes/fflib_ArgumentCaptorTest.cls 8 9 702 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 'fflib_ArgumentCaptorTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
650 /sfdx-source/apex-mocks/test/classes/fflib_ArgumentCaptorTest.cls 8 9 702 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 'fflib_ArgumentCaptorTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
651 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 27 9 56 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
651 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 27 9 56 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
652 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 27 9 56 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 'fflib_IDGeneratorTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
652 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 27 9 56 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 'fflib_IDGeneratorTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
653 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 44 26 44 46 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.
653 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 44 26 44 46 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.
654 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 45 26 45 46 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.
654 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 45 26 45 46 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.
655 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 46 26 46 46 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.
655 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 46 26 46 46 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.
656 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 47 26 47 46 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.
656 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 47 26 47 46 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.
657 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 48 26 48 46 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.
657 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 48 26 48 46 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.
658 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 49 26 49 46 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.
658 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 49 26 49 46 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.
659 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 50 26 50 46 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.
659 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 50 26 50 46 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.
660 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 51 26 51 46 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.
660 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 51 26 51 46 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.
661 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 52 26 52 46 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.
661 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 52 26 52 46 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.
662 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 53 26 53 46 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.
662 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 53 26 53 46 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.
663 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 54 26 54 46 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.
663 /sfdx-source/apex-mocks/test/classes/fflib_IDGeneratorTest.cls 54 26 54 46 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.
664 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 6 9 1831 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 'fflib_InOrderTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
664 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 6 9 1831 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 'fflib_InOrderTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
665 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 6 9 1831 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_InOrderTest' has a total cyclomatic complexity of 92 (highest 2).
665 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 6 9 1831 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_InOrderTest' has a total cyclomatic complexity of 92 (highest 2).
666 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 6 9 1831 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 740
666 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 6 9 1831 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 740
667 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 8 33 8 65 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 'MY_MOCKS' doesn't match '[a-z][a-zA-Z0-9]*'
667 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 8 33 8 65 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 'MY_MOCKS' doesn't match '[a-z][a-zA-Z0-9]*'
668 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 49 9 70 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()
668 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 49 9 70 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()
669 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 143 9 159 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()
669 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 143 9 159 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()
670 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 199 9 221 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 199 9 221 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 224 9 243 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 224 9 243 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 321 9 338 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 321 9 338 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 341 9 358 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()
673 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 341 9 358 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()
674 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 396 9 428 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 396 9 428 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 431 9 468 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()
675 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 431 9 468 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()
676 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 604 9 624 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()
676 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 604 9 624 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()
677 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 627 9 647 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()
677 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 627 9 647 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()
678 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 732 17 732 86 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'inOrder1' defined but not used
678 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 732 17 732 86 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'inOrder1' defined but not used
679 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 807 9 831 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()
679 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 807 9 831 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()
680 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 884 9 895 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()
680 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 884 9 895 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()
681 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 898 9 913 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()
681 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 898 9 913 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()
682 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 916 9 935 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()
682 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 916 9 935 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()
683 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 938 9 958 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()
683 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 938 9 958 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()
684 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 961 9 981 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()
684 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 961 9 981 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()
685 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1065 9 1084 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()
685 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1065 9 1084 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()
686 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1087 9 1099 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()
686 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1087 9 1099 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()
687 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1102 9 1116 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()
687 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1102 9 1116 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()
688 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1188 9 1207 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()
688 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1188 9 1207 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()
689 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1286 9 1309 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1286 9 1309 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1312 9 1336 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1312 9 1336 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1339 9 1368 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1339 9 1368 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1371 9 1397 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()
692 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1371 9 1397 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()
693 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1440 9 1463 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1440 9 1463 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 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1506 9 1525 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()
694 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1506 9 1525 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()
695 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1604 9 1625 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()
695 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1604 9 1625 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()
696 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1668 9 1691 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()
696 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1668 9 1691 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()
697 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1694 9 1717 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()
697 /sfdx-source/apex-mocks/test/classes/fflib_InOrderTest.cls 1694 9 1717 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()
698 /sfdx-source/apex-mocks/test/classes/fflib_InheritorTest.cls 5 8 33 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 'fflib_InheritorTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
698 /sfdx-source/apex-mocks/test/classes/fflib_InheritorTest.cls 5 8 33 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 'fflib_InheritorTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
699 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 27 21 1387 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
699 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 27 21 1387 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
700 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 27 21 1387 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 'fflib_MatchTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
700 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 27 21 1387 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 'fflib_MatchTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
701 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 27 21 1387 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_MatchTest' has a total cyclomatic complexity of 106 (highest 2).
701 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 27 21 1387 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_MatchTest' has a total cyclomatic complexity of 106 (highest 2).
702 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 265 11 265 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
702 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 265 11 265 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
703 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 281 11 281 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
703 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 281 11 281 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
704 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 299 11 299 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
704 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 299 11 299 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
705 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 315 10 315 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
705 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 315 10 315 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
706 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 328 10 328 109 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
706 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 328 10 328 109 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
707 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 341 10 341 135 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
707 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 341 10 341 135 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
708 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 354 10 354 76 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
708 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 354 10 354 76 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
709 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 367 10 367 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
709 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 367 10 367 83 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
710 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 380 10 380 109 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
710 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 380 10 380 109 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
711 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 393 10 393 135 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
711 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 393 10 393 135 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
712 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 406 10 406 76 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
712 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 406 10 406 76 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
713 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 419 10 419 57 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
713 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 419 10 419 57 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
714 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 432 10 432 84 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
714 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 432 10 432 84 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
715 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 445 10 445 110 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
715 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 445 10 445 110 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
716 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 458 10 458 136 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
716 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 458 10 458 136 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
717 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 471 10 471 77 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
717 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 471 10 471 77 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
718 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 484 10 484 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
718 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 484 10 484 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
719 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 497 10 497 41 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
719 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 497 10 497 41 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
720 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 510 10 510 46 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
720 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 510 10 510 46 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
721 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 523 10 523 50 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
721 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 523 10 523 50 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
722 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 536 10 536 40 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
722 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 536 10 536 40 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
723 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 549 10 549 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
723 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 549 10 549 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
724 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 562 31 562 51 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.
724 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 562 31 562 51 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.
725 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 562 10 562 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
725 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 562 10 562 52 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
726 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 575 10 575 40 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
726 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 575 10 575 40 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
727 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 588 10 588 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
727 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 588 10 588 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
728 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 601 10 601 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
728 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 601 10 601 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
729 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 615 10 615 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
729 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 615 10 615 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
730 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 629 10 629 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
730 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 629 10 629 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
731 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 642 10 642 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
731 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 642 10 642 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
732 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 655 10 655 40 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
732 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 655 10 655 40 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
733 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 668 11 668 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
733 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 668 11 668 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
734 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 681 8 681 33 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
734 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 681 8 681 33 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
735 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 694 12 694 41 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
735 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 694 12 694 41 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
736 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 707 11 707 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
736 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 707 11 707 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
737 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 720 10 720 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
737 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 720 10 720 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
738 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 733 19 733 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
738 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 733 19 733 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
739 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 746 6 746 29 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
739 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 746 6 746 29 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
740 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 759 11 759 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
740 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 759 11 759 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
741 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 772 16 772 41 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
741 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 772 16 772 41 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
742 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 785 8 785 33 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
742 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 785 8 785 33 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
743 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 798 10 798 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
743 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 798 10 798 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
744 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 811 10 811 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
744 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 811 10 811 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
745 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 824 11 824 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
745 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 824 11 824 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
746 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 837 16 837 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
746 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 837 16 837 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
747 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 850 15 850 47 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
747 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 850 15 850 47 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
748 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 863 8 863 47 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
748 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 863 8 863 47 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
749 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 876 8 876 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
749 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 876 8 876 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
750 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 889 8 889 63 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
750 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 889 8 889 63 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
751 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 902 12 902 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
751 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 902 12 902 55 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
752 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 915 12 915 56 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
752 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 915 12 915 56 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
753 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 928 12 928 71 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
753 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 928 12 928 71 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
754 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 941 11 941 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
754 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 941 11 941 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
755 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 954 11 954 45 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
755 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 954 11 954 45 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
756 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 967 11 967 45 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
756 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 967 11 967 45 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
757 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 980 10 980 46 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
757 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 980 10 980 46 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
758 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 993 10 993 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
758 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 993 10 993 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
759 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1006 10 1006 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
759 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1006 10 1006 43 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
760 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1039 19 1039 68 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
760 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1039 19 1039 68 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
761 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1052 11 1052 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
761 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1052 11 1052 48 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
762 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1065 11 1065 45 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
762 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1065 11 1065 45 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
763 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1078 11 1078 45 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
763 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1078 11 1078 45 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
764 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1091 10 1091 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
764 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1091 10 1091 37 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
765 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1104 10 1104 34 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
765 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1104 10 1104 34 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
766 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1117 10 1117 46 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
766 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1117 10 1117 46 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
767 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1130 10 1130 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
767 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1130 10 1130 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
768 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1143 8 1143 42 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
768 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1143 8 1143 42 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
769 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1156 8 1156 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
769 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1156 8 1156 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
770 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1169 8 1169 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
770 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1169 8 1169 39 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
771 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1189 11 1189 44 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
771 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1189 11 1189 44 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
772 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1211 11 1211 87 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
772 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1211 11 1211 87 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
773 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1233 13 1235 12 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
773 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1233 13 1235 12 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
774 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1257 13 1259 19 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
774 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1257 13 1259 19 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
775 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1272 41 1272 61 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.
775 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1272 41 1272 61 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.
776 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1272 11 1272 62 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
776 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1272 11 1272 62 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
777 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1285 11 1285 51 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
777 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1285 11 1285 51 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
778 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1298 10 1298 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
778 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1298 10 1298 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
779 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1311 10 1311 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
779 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1311 10 1311 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
780 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1324 10 1324 41 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
780 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1324 10 1324 41 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
781 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1337 10 1337 44 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
781 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1337 10 1337 44 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
782 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1350 10 1350 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
782 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1350 10 1350 49 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
783 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1363 10 1363 51 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
783 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1363 10 1363 51 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'x' defined but not used
784 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1374 10 1377 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
784 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1374 10 1377 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
785 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1382 10 1385 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
785 /sfdx-source/apex-mocks/test/classes/fflib_MatchTest.cls 1382 10 1385 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
786 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 27 8 1634 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 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 27 8 1634 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 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 27 8 1634 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 'fflib_MatcherDefinitionsTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
787 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 27 8 1634 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 'fflib_MatcherDefinitionsTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
788 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 27 8 1634 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_MatcherDefinitionsTest' has a total cyclomatic complexity of 160 (highest 2).
788 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 27 8 1634 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'fflib_MatcherDefinitionsTest' has a total cyclomatic complexity of 160 (highest 2).
789 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 70 19 70 91 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'matcher' defined but not used
789 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 70 19 70 91 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'matcher' defined but not used
790 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 84 19 84 113 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'matcher' defined but not used
790 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 84 19 84 113 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'matcher' defined but not used
791 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 98 19 98 135 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'matcher' defined but not used
791 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 98 19 98 135 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'matcher' defined but not used
792 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 164 17 175 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 'constructEq_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
792 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 164 17 175 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 'constructEq_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
793 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 196 17 207 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 'constructRefEq_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
793 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 196 17 207 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 'constructRefEq_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
794 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 473 17 484 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 'constructDatetimeAfter_WithNullFromDatetime_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
794 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 473 17 484 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 'constructDatetimeAfter_WithNullFromDatetime_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
795 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 487 17 498 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 'constructDatetimeAfter_WithNullInclusive_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
795 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 487 17 498 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 'constructDatetimeAfter_WithNullInclusive_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
796 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 551 17 562 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 'constructDatetimeBefore_WithNullToDatetime_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
796 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 551 17 562 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 'constructDatetimeBefore_WithNullToDatetime_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
797 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 565 17 576 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 'constructDatetimeBefore_WithNullInclusive_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
797 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 565 17 576 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 'constructDatetimeBefore_WithNullInclusive_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
798 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 629 17 640 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 'constructDatetimeBetween_WithNullFromDatetime_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
798 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 629 17 640 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 'constructDatetimeBetween_WithNullFromDatetime_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
799 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 643 17 654 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 'constructDatetimeBetween_WithNullToDatetime_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
799 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 643 17 654 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 'constructDatetimeBetween_WithNullToDatetime_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
800 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 657 17 668 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 'constructDatetimeBetween_WithNullInclusiveFrom_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
800 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 657 17 668 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 'constructDatetimeBetween_WithNullInclusiveFrom_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
801 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 671 17 682 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 'constructDatetimeBetween_WithNullInclusiveTo_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
801 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 671 17 682 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 'constructDatetimeBetween_WithNullInclusiveTo_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
802 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 739 17 750 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 'constructDecimalBetween_WithNullLower_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
802 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 739 17 750 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 'constructDecimalBetween_WithNullLower_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
803 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 753 17 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 'constructDecimalBetween_WithNullInclusiveLower_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
803 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 753 17 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 'constructDecimalBetween_WithNullInclusiveLower_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
804 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 767 17 778 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 'constructDecimalBetween_WithNullUpper_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
804 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 767 17 778 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 'constructDecimalBetween_WithNullUpper_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
805 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 781 17 792 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 'constructDecimalBetween_WithNullInclusiveUpper_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
805 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 781 17 792 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 'constructDecimalBetween_WithNullInclusiveUpper_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
806 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 865 17 876 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 'constructDecimalLessThan_WithNullToMatch_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
806 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 865 17 876 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 'constructDecimalLessThan_WithNullToMatch_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
807 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 879 17 890 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 'constructDecimalLessThan_WithNullInclusive_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
807 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 879 17 890 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 'constructDecimalLessThan_WithNullInclusive_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
808 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 927 17 938 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 'constructDecimalMoreThan_WithNullToMatch_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
808 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 927 17 938 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 'constructDecimalMoreThan_WithNullToMatch_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
809 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 941 17 952 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 'constructDecimalMoreThan_WithNullInclusive_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
809 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 941 17 952 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 'constructDecimalMoreThan_WithNullInclusive_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
810 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 989 17 1000 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 'constructFieldSetEquivalentTo_WithNullFieldSet_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
810 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 989 17 1000 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 'constructFieldSetEquivalentTo_WithNullFieldSet_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
811 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1107 17 1118 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 'constructSObjectOfType_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
811 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1107 17 1118 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 'constructSObjectOfType_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
812 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1140 17 1151 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 'constructSObjectWith_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
812 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1140 17 1151 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 'constructSObjectWith_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
813 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1154 17 1165 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 'constructSObjectWith_WithEmptyArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
813 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1154 17 1165 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 'constructSObjectWith_WithEmptyArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
814 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1366 17 1376 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 'constructSObjectsWith_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
814 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1366 17 1376 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 'constructSObjectsWith_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
815 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1379 17 1390 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 'constructSObjectWithId_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
815 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1379 17 1390 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 'constructSObjectWithId_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
816 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1408 17 1408 37 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.
816 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1408 17 1408 37 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.
817 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1413 17 1424 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 'constructSObjectWithName_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
817 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1413 17 1424 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 'constructSObjectWithName_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
818 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1458 17 1469 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 'constructStringContains_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
818 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1458 17 1469 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 'constructStringContains_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
819 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1490 17 1501 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 'constructStringEndsWith_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
819 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1490 17 1501 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 'constructStringEndsWith_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
820 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1562 17 1573 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 'constructStringMatches_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
820 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1562 17 1573 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 'constructStringMatches_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
821 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1594 17 1605 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 'constructStringStartsWith_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
821 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1594 17 1605 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 'constructStringStartsWith_WithNullArg_ThrowsException' doesn't match '[a-z][a-zA-Z0-9]*'
822 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1619 10 1622 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
822 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1619 10 1622 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
823 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1624 10 1627 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
823 /sfdx-source/apex-mocks/test/classes/fflib_MatcherDefinitionsTest.cls 1624 10 1627 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
824 /sfdx-source/apex-mocks/test/classes/fflib_MethodArgValuesTest.cls 27 21 108 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
824 /sfdx-source/apex-mocks/test/classes/fflib_MethodArgValuesTest.cls 27 21 108 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
825 /sfdx-source/apex-mocks/test/classes/fflib_MethodArgValuesTest.cls 27 21 108 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 'fflib_MethodArgValuesTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
825 /sfdx-source/apex-mocks/test/classes/fflib_MethodArgValuesTest.cls 27 21 108 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 'fflib_MethodArgValuesTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
826 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 9 21 67 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
826 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 9 21 67 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
827 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 9 21 67 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 'fflib_MyList' doesn't match '[A-Z][a-zA-Z0-9_]*'
827 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 9 21 67 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 'fflib_MyList' doesn't match '[A-Z][a-zA-Z0-9_]*'
828 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 11 9 22 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
828 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 11 9 22 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
829 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 13 3 13 26 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
829 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 13 3 13 26 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
830 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 14 3 14 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
830 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 14 3 14 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
831 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 14 3 14 72 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
831 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 14 3 14 72 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
832 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 15 3 15 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
832 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 15 3 15 30 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
833 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 16 3 16 28 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
833 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 16 3 16 28 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
834 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 17 3 17 29 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
834 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 17 3 17 29 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
835 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 18 3 18 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
835 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 18 3 18 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
836 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 19 3 19 16 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
836 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 19 3 19 16 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
837 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 20 3 20 21 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
837 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 20 3 20 21 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
838 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 21 3 21 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
838 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 21 3 21 41 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
839 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 24 9 26 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
839 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 24 9 26 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
840 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 24 2 24 8 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.
840 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 24 2 24 8 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.
841 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 28 9 30 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
841 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 28 9 30 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
842 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 28 2 28 8 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.
842 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 28 2 28 8 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.
843 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 32 9 34 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
843 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 32 9 34 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
844 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 32 2 32 8 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.
844 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 32 2 32 8 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.
845 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 32 9 34 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.
845 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 32 9 34 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.
846 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 36 9 38 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
846 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 36 9 38 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
847 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 36 2 36 8 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.
847 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 36 2 36 8 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.
848 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 40 9 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
848 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 40 9 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
849 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 45 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
849 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 45 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
850 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 45 2 45 8 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.
850 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 45 2 45 8 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.
851 /sfdx-source/apex-mocks/test/classes/fflib_MyList.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
851 /sfdx-source/apex-mocks/test/classes/fflib_MyList.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
852 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 54 9 56 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
852 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 54 9 56 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
853 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 54 2 54 8 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.
853 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 54 2 54 8 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.
854 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 58 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 comment
854 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 58 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 comment
855 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 63 16 66 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
855 /sfdx-source/apex-mocks/test/classes/fflib_MyList.cls 63 16 66 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
856 /sfdx-source/apex-mocks/test/classes/fflib_QualifiedMethodAndArgValuesTest.cls 2 8 24 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 'fflib_QualifiedMethodAndArgValuesTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
856 /sfdx-source/apex-mocks/test/classes/fflib_QualifiedMethodAndArgValuesTest.cls 2 8 24 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 'fflib_QualifiedMethodAndArgValuesTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
857 /sfdx-source/apex-mocks/test/classes/fflib_QualifiedMethodTest.cls 5 21 152 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 'fflib_QualifiedMethodTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
857 /sfdx-source/apex-mocks/test/classes/fflib_QualifiedMethodTest.cls 5 21 152 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 'fflib_QualifiedMethodTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
858 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 5 9 136 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 'fflib_SystemTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
858 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 5 9 136 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 'fflib_SystemTest' doesn't match '[A-Z][a-zA-Z0-9_]*'
859 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 8 17 19 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 'assertEquals_WithNoMatchers_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
859 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 8 17 19 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 'assertEquals_WithNoMatchers_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
860 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 22 17 38 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 'assertEquals_WithTooManyMatchers_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
860 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 22 17 38 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 'assertEquals_WithTooManyMatchers_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
861 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 41 17 54 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 'assertEquals_WithMismatch_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
861 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 41 17 54 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 'assertEquals_WithMismatch_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
862 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 57 17 60 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()
862 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 57 17 60 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()
863 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 57 17 60 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'assertEquals_WithMatch_ShouldPass' doesn't match '[a-z][a-zA-Z0-9]*'
863 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 57 17 60 3 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The test method name 'assertEquals_WithMatch_ShouldPass' doesn't match '[a-z][a-zA-Z0-9]*'
864 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 63 17 70 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()
864 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 63 17 70 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()
865 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 63 17 70 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 'assertEquals_WithCombinedMatcher_ShouldPass' doesn't match '[a-z][a-zA-Z0-9]*'
865 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 63 17 70 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 'assertEquals_WithCombinedMatcher_ShouldPass' doesn't match '[a-z][a-zA-Z0-9]*'
866 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 73 17 84 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 'assertEquals_WithCustomMessage_WithNoMatchers_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
866 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 73 17 84 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 'assertEquals_WithCustomMessage_WithNoMatchers_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
867 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 87 17 103 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 'assertEquals_WithCustomMessage_WithTooManyMatchers_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
867 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 87 17 103 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 'assertEquals_WithCustomMessage_WithTooManyMatchers_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
868 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 106 17 119 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 'assertEquals_WithCustomMessage_WithMismatch_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
868 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 106 17 119 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 'assertEquals_WithCustomMessage_WithMismatch_ShouldThrowException' doesn't match '[a-z][a-zA-Z0-9]*'
869 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 122 17 125 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()
869 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 122 17 125 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()
870 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 122 17 125 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 'assertEquals_WithCustomMessage_WithMatch_ShouldPass' doesn't match '[a-z][a-zA-Z0-9]*'
870 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 122 17 125 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 'assertEquals_WithCustomMessage_WithMatch_ShouldPass' doesn't match '[a-z][a-zA-Z0-9]*'
871 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 128 17 135 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()
871 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 128 17 135 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()
872 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 128 17 135 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 'assertEquals_WithCustomMessage_WithCombinedMatcher_ShouldPass' doesn't match '[a-z][a-zA-Z0-9]*'
872 /sfdx-source/apex-mocks/test/classes/fflib_SystemTest.cls 128 17 135 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 'assertEquals_WithCustomMessage_WithCombinedMatcher_ShouldPass' doesn't match '[a-z][a-zA-Z0-9]*'
873 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 3 8 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 'fflib_Mocks' doesn't match '[A-Z][a-zA-Z0-9_]*'
873 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 3 8 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 'fflib_Mocks' doesn't match '[A-Z][a-zA-Z0-9_]*'
874 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 5 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
874 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 5 9 58 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
875 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 9 10 12 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
875 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 9 10 12 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
876 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 14 10 17 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
876 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 14 10 17 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
877 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 19 10 22 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
877 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 19 10 22 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
878 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 19 10 22 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
878 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 19 10 22 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
879 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 24 10 27 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
879 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 24 10 27 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
880 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 29 10 32 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
880 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 29 10 32 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
881 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 34 10 37 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
881 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 34 10 37 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
882 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 39 10 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
882 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 39 10 42 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
883 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 44 10 47 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
883 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 44 10 47 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
884 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 49 10 52 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
884 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 49 10 52 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
885 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 54 10 57 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
885 /sfdx-source/apex-mocks/test/classes/mocks/fflib_Mocks.cls 54 10 57 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment