pmd7_2 took 16 seconds to run and found 1153 violations
pmd7_3 took 19 seconds to run and found 1153 violations
Among the 1153 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 6 | 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 comment |
1 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 6 | 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 comment |
2 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 7 | 19 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 7 | 19 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 15 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 15 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 19 | 19 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 19 | 19 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 31 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /force-app/main/algorithms/classes/ClusterAlgorithmFactory.cls | 31 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 6 | 21 | 29 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 6 | 21 | 29 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 20 | 12 | 20 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 20 | 12 | 20 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
8 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 20 | 5 | 20 | 11 | 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. |
8 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 20 | 5 | 20 | 11 | 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. |
9 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 21 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
9 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 21 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 21 | 12 | 28 | 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. |
10 | /force-app/main/algorithms/classes/ClusterAlgorithmParameter.cls | 21 | 12 | 28 | 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. |
11 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
12 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterAlgorithmRunner' has a total cognitive complexity of 66 (highest 17), current threshold is 50 |
12 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterAlgorithmRunner' has a total cognitive complexity of 66 (highest 17), current threshold is 50 |
13 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterAlgorithmRunner' has a total cyclomatic complexity of 64 (highest 15). |
13 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterAlgorithmRunner' has a total cyclomatic complexity of 64 (highest 15). |
14 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterAlgorithmRunner has 26 public methods, attributes, and properties (limit: 20) |
14 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterAlgorithmRunner has 26 public methods, attributes, and properties (limit: 20) |
15 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterAlgorithmRunner' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
15 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 6 | 30 | 268 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterAlgorithmRunner' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
16 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 11 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 11 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 15 | 26 | 15 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'log' should be before method declarations in its class |
17 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 15 | 26 | 15 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'log' should be before method declarations in its class |
18 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 17 | 36 | 17 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobState' should be before method declarations in its class |
18 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 17 | 36 | 17 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobState' should be before method declarations in its class |
19 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 18 | 39 | 18 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'steps' should be before method declarations in its class |
19 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 18 | 39 | 18 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'steps' should be before method declarations in its class |
20 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 19 | 40 | 19 | 60 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'distanceCacheManager' should be before method declarations in its class |
20 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 19 | 40 | 19 | 60 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'distanceCacheManager' should be before method declarations in its class |
21 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 20 | 39 | 20 | 57 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordPreprocessor' should be before method declarations in its class |
21 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 20 | 39 | 20 | 57 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordPreprocessor' should be before method declarations in its class |
22 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 22 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
22 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 22 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
23 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 31 | 12 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
23 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 31 | 12 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 35 | 21 | 35 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 35 | 21 | 35 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 37 | 20 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 37 | 20 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 37 | 20 | 84 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'validateModel(ClusterModelWrapper)' has a cognitive complexity of 15, current threshold is 15 |
26 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 37 | 20 | 84 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'validateModel(ClusterModelWrapper)' has a cognitive complexity of 15, current threshold is 15 |
27 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 37 | 20 | 84 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'validateModel(ClusterModelWrapper)' has a cyclomatic complexity of 15. |
27 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 37 | 20 | 84 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'validateModel(ClusterModelWrapper)' has a cyclomatic complexity of 15. |
28 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 37 | 20 | 84 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'validateModel' has a Standard Cyclomatic Complexity of 11. |
28 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 37 | 20 | 84 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'validateModel' has a Standard Cyclomatic Complexity of 11. |
29 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 86 | 20 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 86 | 20 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 100 | 21 | 100 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 100 | 21 | 100 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 101 | 21 | 101 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 101 | 21 | 101 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 102 | 12 | 102 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 102 | 12 | 102 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 104 | 20 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 104 | 20 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 127 | 20 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 127 | 20 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 138 | 20 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 138 | 20 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
36 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 138 | 20 | 179 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processNextSteps()' has a cognitive complexity of 17, current threshold is 15 |
36 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 138 | 20 | 179 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processNextSteps()' has a cognitive complexity of 17, current threshold is 15 |
37 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 138 | 20 | 179 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'processNextSteps()' has an NCSS line count of 44 (limit: 40) |
37 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 138 | 20 | 179 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'processNextSteps()' has an NCSS line count of 44 (limit: 40) |
38 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 180 | 21 | 180 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
38 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 180 | 21 | 180 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
39 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 182 | 20 | 193 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
39 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 182 | 20 | 193 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
40 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 195 | 12 | 197 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
40 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 195 | 12 | 197 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
41 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 199 | 12 | 201 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
41 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 199 | 12 | 201 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 203 | 12 | 209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 203 | 12 | 209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 211 | 21 | 211 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 211 | 21 | 211 | 61 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 213 | 12 | 216 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 213 | 12 | 216 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
45 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 218 | 21 | 218 | 113 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
45 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 218 | 21 | 218 | 113 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
46 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 220 | 12 | 240 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
46 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 220 | 12 | 240 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 242 | 12 | 250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 242 | 12 | 250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 252 | 12 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 252 | 12 | 262 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 264 | 21 | 264 | 89 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 264 | 21 | 264 | 89 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 266 | 21 | 266 | 90 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /force-app/main/algorithms/classes/ClusterAlgorithmRunner.cls | 266 | 21 | 266 | 90 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
51 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 6 | 8 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
51 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 6 | 8 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
52 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 7 | 5 | 7 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
52 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 7 | 5 | 7 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
53 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 8 | 5 | 8 | 16 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
53 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 8 | 5 | 8 | 16 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
54 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 9 | 5 | 9 | 17 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
54 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 9 | 5 | 9 | 17 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
55 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 10 | 5 | 10 | 23 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
55 | /force-app/main/algorithms/classes/ClusterAlgorithmStep.cls | 10 | 5 | 10 | 23 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
56 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 6 | 30 | 111 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
56 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 6 | 30 | 111 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
57 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 12 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
57 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 12 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 12 | 5 | 12 | 11 | 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. |
58 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 12 | 5 | 12 | 11 | 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. |
59 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 15 | 20 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 15 | 20 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 23 | 20 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 23 | 20 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 30 | 20 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 30 | 20 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 37 | 20 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 37 | 20 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 41 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 41 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 47 | 20 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 47 | 20 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 53 | 20 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 53 | 20 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 69 | 21 | 69 | 92 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 69 | 21 | 69 | 92 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 71 | 20 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 71 | 20 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 71 | 20 | 109 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'finish(Database.BatchableContext)' has a cyclomatic complexity of 11. |
68 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 71 | 20 | 109 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'finish(Database.BatchableContext)' has a cyclomatic complexity of 11. |
69 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 81 | 25 | 83 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
69 | /force-app/main/algorithms/classes/ClusterBatchBase.cls | 81 | 25 | 83 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
70 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 6 | 21 | 141 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 6 | 21 | 141 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 6 | 21 | 141 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterCentroidDataAssignmentStep' has a total cognitive complexity of 51 (highest 18), current threshold is 50 |
71 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 6 | 21 | 141 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterCentroidDataAssignmentStep' has a total cognitive complexity of 51 (highest 18), current threshold is 50 |
72 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 6 | 21 | 141 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterCentroidDataAssignmentStep' has a Standard Cyclomatic Complexity of 4 (Highest = 10). |
72 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 6 | 21 | 141 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterCentroidDataAssignmentStep' has a Standard Cyclomatic Complexity of 4 (Highest = 10). |
73 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 15 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
73 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 15 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
74 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 15 | 12 | 22 | 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. |
74 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 15 | 12 | 22 | 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. |
75 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 68 | 21 | 139 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'processRecords(Database.BatchableContext, List |
75 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 68 | 21 | 139 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'processRecords(Database.BatchableContext, List |
76 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 68 | 21 | 139 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'processRecords(Database.BatchableContext, List |
76 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 68 | 21 | 139 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'processRecords(Database.BatchableContext, List |
77 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 68 | 21 | 139 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processRecords' has a Standard Cyclomatic Complexity of 10. |
77 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 68 | 21 | 139 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processRecords' has a Standard Cyclomatic Complexity of 10. |
78 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 71 | 30 | 71 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'minMaxValues' defined but not used |
78 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 71 | 30 | 71 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'minMaxValues' defined but not used |
79 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 72 | 17 | 72 | 45 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'length' defined but not used |
79 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 72 | 17 | 72 | 45 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'length' defined but not used |
80 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 76 | 18 | 76 | 31 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentObject' defined but not used |
80 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 76 | 18 | 76 | 31 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentObject' defined but not used |
81 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 137 | 13 | 137 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
81 | /force-app/main/algorithms/classes/ClusterCentroidDataAssignmentStep.cls | 137 | 13 | 137 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
82 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 6 | 21 | 218 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 6 | 21 | 218 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 6 | 21 | 218 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
83 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 6 | 21 | 218 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
84 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 6 | 21 | 218 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterCompressedDoubleArray' has a total cognitive complexity of 60 (highest 13), current threshold is 50 |
84 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 6 | 21 | 218 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterCompressedDoubleArray' has a total cognitive complexity of 60 (highest 13), current threshold is 50 |
85 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 7 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 7 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 13 | 16 | 15 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 13 | 16 | 15 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 13 | 9 | 13 | 15 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
87 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 13 | 9 | 13 | 15 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
88 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 17 | 16 | 20 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
88 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 17 | 16 | 20 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
89 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 22 | 16 | 24 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
89 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 22 | 16 | 24 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 26 | 16 | 28 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 26 | 16 | 28 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 30 | 16 | 32 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 30 | 16 | 32 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 34 | 16 | 36 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 34 | 16 | 36 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 39 | 12 | 127 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 39 | 12 | 127 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 50 | 16 | 59 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 50 | 16 | 59 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 61 | 16 | 79 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 61 | 16 | 79 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 81 | 16 | 94 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 81 | 16 | 94 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 96 | 16 | 113 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 96 | 16 | 113 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
98 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 115 | 16 | 117 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
98 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 115 | 16 | 117 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
99 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 130 | 42 | 130 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'values' should be before method declarations in its class |
99 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 130 | 42 | 130 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'values' should be before method declarations in its class |
100 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 131 | 30 | 131 | 39 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'prevValue' should be before method declarations in its class |
100 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 131 | 30 | 131 | 39 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'prevValue' should be before method declarations in its class |
101 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 133 | 12 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 133 | 12 | 136 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 138 | 12 | 143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 138 | 12 | 143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
103 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 145 | 12 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
103 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 145 | 12 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
104 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 164 | 12 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
104 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 164 | 12 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
105 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 172 | 12 | 175 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
105 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 172 | 12 | 175 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
106 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 177 | 12 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
106 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 177 | 12 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
107 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 181 | 12 | 183 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
107 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 181 | 12 | 183 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
108 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 185 | 12 | 187 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
108 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 185 | 12 | 187 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
109 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 189 | 12 | 196 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
109 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 189 | 12 | 196 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
110 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 198 | 12 | 200 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
110 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 198 | 12 | 200 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
111 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 202 | 19 | 217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
111 | /force-app/main/algorithms/classes/ClusterCompressedDoubleArray.cls | 202 | 19 | 217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
112 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 6 | 8 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
112 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 6 | 8 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
113 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 7 | 5 | 7 | 114 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
113 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 7 | 5 | 7 | 114 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
114 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 8 | 5 | 8 | 113 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
114 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 8 | 5 | 8 | 113 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
115 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 9 | 5 | 9 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
115 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 9 | 5 | 9 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
116 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 10 | 5 | 10 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
116 | /force-app/main/algorithms/classes/ClusterFieldValueProcessor.cls | 10 | 5 | 10 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
117 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 6 | 21 | 141 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
117 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 6 | 21 | 141 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
118 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 10 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
118 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 10 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
119 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 10 | 5 | 10 | 11 | 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. |
119 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 10 | 5 | 10 | 11 | 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. |
120 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 14 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
120 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 14 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
121 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 45 | 51 | 45 | 287 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
121 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 45 | 51 | 45 | 287 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
122 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 81 | 29 | 81 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
122 | /force-app/main/algorithms/classes/ClusterInitCentroidsStep.cls | 81 | 29 | 81 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
123 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 1 | 30 | 104 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
123 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 1 | 30 | 104 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
124 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
124 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
125 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 9 | 5 | 9 | 11 | 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. |
125 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 9 | 5 | 9 | 11 | 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. |
126 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 13 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
126 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 13 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
127 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 17 | 20 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
127 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 17 | 20 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
128 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 21 | 20 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
128 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 21 | 20 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
129 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 25 | 20 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
129 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 25 | 20 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
130 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 31 | 20 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
130 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 31 | 20 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
131 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 35 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
131 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 35 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 41 | 20 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 41 | 20 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 47 | 20 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 47 | 20 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
134 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 63 | 21 | 63 | 87 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
134 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 63 | 21 | 63 | 87 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
135 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 65 | 20 | 102 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
135 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 65 | 20 | 102 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
136 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 65 | 20 | 102 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'finish(Database.BatchableContext)' has a cyclomatic complexity of 11. |
136 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 65 | 20 | 102 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'finish(Database.BatchableContext)' has a cyclomatic complexity of 11. |
137 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 74 | 25 | 76 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
137 | /force-app/main/algorithms/classes/ClusterIterableBase.cls | 74 | 25 | 76 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
138 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 1 | 21 | 103 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
138 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 1 | 21 | 103 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
139 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 1 | 21 | 103 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterJobOutputStep' has a total cognitive complexity of 63 (highest 40), current threshold is 50 |
139 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 1 | 21 | 103 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterJobOutputStep' has a total cognitive complexity of 63 (highest 40), current threshold is 50 |
140 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 1 | 21 | 103 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterJobOutputStep' has a Standard Cyclomatic Complexity of 6 (Highest = 15). |
140 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 1 | 21 | 103 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterJobOutputStep' has a Standard Cyclomatic Complexity of 6 (Highest = 15). |
141 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
141 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
142 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 8 | 5 | 8 | 11 | 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. |
142 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 8 | 5 | 8 | 11 | 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. |
143 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 16 | 53 | 16 | 111 | 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. |
143 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 16 | 53 | 16 | 111 | 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. |
144 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 37 | 21 | 102 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'processRecords(Database.BatchableContext, List |
144 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 37 | 21 | 102 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'processRecords(Database.BatchableContext, List |
145 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 37 | 21 | 102 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'processRecords(Database.BatchableContext, List |
145 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 37 | 21 | 102 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'processRecords(Database.BatchableContext, List |
146 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 37 | 21 | 102 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'processRecords()' has an NCSS line count of 48 (limit: 40) |
146 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 37 | 21 | 102 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'processRecords()' has an NCSS line count of 48 (limit: 40) |
147 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 37 | 21 | 102 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processRecords' has a Standard Cyclomatic Complexity of 15. |
147 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 37 | 21 | 102 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processRecords' has a Standard Cyclomatic Complexity of 15. |
148 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 41 | 18 | 41 | 45 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'values' defined but not used |
148 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 41 | 18 | 41 | 45 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'values' defined but not used |
149 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 58 | 45 | 58 | 293 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
149 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 58 | 45 | 58 | 293 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
150 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 72 | 25 | 91 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
150 | /force-app/main/algorithms/classes/ClusterJobOutputStep.cls | 72 | 25 | 91 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
151 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 6 | 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 comment |
151 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 6 | 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 comment |
152 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 6 | 21 | 118 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterKMeansCentroidUpdateStep' has a total cognitive complexity of 72 (highest 23), current threshold is 50 |
152 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 6 | 21 | 118 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterKMeansCentroidUpdateStep' has a total cognitive complexity of 72 (highest 23), current threshold is 50 |
153 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 10 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
153 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 10 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
154 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 10 | 5 | 10 | 11 | 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. |
154 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 10 | 5 | 10 | 11 | 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. |
155 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 51 | 21 | 89 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'processRecords(Database.BatchableContext, List |
155 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 51 | 21 | 89 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'processRecords(Database.BatchableContext, List |
156 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 54 | 30 | 54 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'minMaxValues' defined but not used |
156 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 54 | 30 | 54 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'minMaxValues' defined but not used |
157 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 55 | 17 | 55 | 45 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'length' defined but not used |
157 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 55 | 17 | 55 | 45 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'length' defined but not used |
158 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 76 | 29 | 79 | 30 | 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 |
158 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 76 | 29 | 79 | 30 | 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 |
159 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 91 | 21 | 117 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'done()' has a cognitive complexity of 23, current threshold is 15 |
159 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 91 | 21 | 117 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'done()' has a cognitive complexity of 23, current threshold is 15 |
160 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 104 | 25 | 108 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
160 | /force-app/main/algorithms/classes/ClusterKMeansCentroidUpdateStep.cls | 104 | 25 | 108 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
161 | /force-app/main/algorithms/classes/ClusterKMeansJobState.cls | 6 | 21 | 99 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
161 | /force-app/main/algorithms/classes/ClusterKMeansJobState.cls | 6 | 21 | 99 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /force-app/main/algorithms/classes/ClusterKMeansJobState.cls | 18 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /force-app/main/algorithms/classes/ClusterKMeansJobState.cls | 18 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /force-app/main/algorithms/classes/ClusterKMeansJobState.cls | 63 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /force-app/main/algorithms/classes/ClusterKMeansJobState.cls | 63 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
164 | /force-app/main/algorithms/classes/ClusterKMeansJobState.cls | 79 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
164 | /force-app/main/algorithms/classes/ClusterKMeansJobState.cls | 79 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
165 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 6 | 22 | 144 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
165 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 6 | 22 | 144 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
166 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 6 | 22 | 144 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterKMeansRunner' has a total cognitive complexity of 62 (highest 15), current threshold is 50 |
166 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 6 | 22 | 144 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterKMeansRunner' has a total cognitive complexity of 62 (highest 15), current threshold is 50 |
167 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 13 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
167 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 13 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
168 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 13 | 5 | 13 | 11 | 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. |
168 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 13 | 5 | 13 | 11 | 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. |
169 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 81 | 21 | 117 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'prepareNextStep()' has a cognitive complexity of 15, current threshold is 15 |
169 | /force-app/main/algorithms/classes/ClusterKMeansRunner.cls | 81 | 21 | 117 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'prepareNextStep()' has a cognitive complexity of 15, current threshold is 15 |
170 | /force-app/main/algorithms/classes/ClusterKMedoidsPAMRunner.cls | 6 | 22 | 138 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
170 | /force-app/main/algorithms/classes/ClusterKMedoidsPAMRunner.cls | 6 | 22 | 138 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
171 | /force-app/main/algorithms/classes/ClusterKMedoidsPAMRunner.cls | 6 | 22 | 138 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterKMedoidsPAMRunner' has a total cognitive complexity of 58 (highest 10), current threshold is 50 |
171 | /force-app/main/algorithms/classes/ClusterKMedoidsPAMRunner.cls | 6 | 22 | 138 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterKMedoidsPAMRunner' has a total cognitive complexity of 58 (highest 10), current threshold is 50 |
172 | /force-app/main/algorithms/classes/ClusterKMedoidsPAMRunner.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
172 | /force-app/main/algorithms/classes/ClusterKMedoidsPAMRunner.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
173 | /force-app/main/algorithms/classes/ClusterKMedoidsPAMRunner.cls | 11 | 5 | 11 | 11 | 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. |
173 | /force-app/main/algorithms/classes/ClusterKMedoidsPAMRunner.cls | 11 | 5 | 11 | 11 | 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. |
174 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 6 | 21 | 337 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
174 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 6 | 21 | 337 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
175 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 6 | 21 | 337 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterKNNPredictor' has a total cognitive complexity of 223 (highest 21), current threshold is 50 |
175 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 6 | 21 | 337 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterKNNPredictor' has a total cognitive complexity of 223 (highest 21), current threshold is 50 |
176 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 6 | 21 | 337 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterKNNPredictor' has a total cyclomatic complexity of 59 (highest 10). |
176 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 6 | 21 | 337 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterKNNPredictor' has a total cyclomatic complexity of 59 (highest 10). |
177 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 14 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
177 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 14 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
178 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 18 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
178 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 18 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
179 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 29 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
179 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 29 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
180 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 33 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
180 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 33 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
181 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 38 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
181 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 38 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
182 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 43 | 20 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
182 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 43 | 20 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
183 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 43 | 20 | 91 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'predict(ClusterDataPoint, Boolean)' has a cognitive complexity of 19, current threshold is 15 |
183 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 43 | 20 | 91 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'predict(ClusterDataPoint, Boolean)' has a cognitive complexity of 19, current threshold is 15 |
184 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 43 | 20 | 91 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'predict(ClusterDataPoint, Boolean)' has a cyclomatic complexity of 10. |
184 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 43 | 20 | 91 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'predict(ClusterDataPoint, Boolean)' has a cyclomatic complexity of 10. |
185 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 93 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
185 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 93 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
186 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 99 | 12 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
186 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 99 | 12 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
187 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 99 | 12 | 157 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'findNearestNeighbors(ClusterDataPoint, Integer, Boolean)' has a cognitive complexity of 21, current threshold is 15 |
187 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 99 | 12 | 157 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'findNearestNeighbors(ClusterDataPoint, Integer, Boolean)' has a cognitive complexity of 21, current threshold is 15 |
188 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 99 | 12 | 157 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'findNearestNeighbors(ClusterDataPoint, Integer, Boolean)' has a cyclomatic complexity of 10. |
188 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 99 | 12 | 157 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'findNearestNeighbors(ClusterDataPoint, Integer, Boolean)' has a cyclomatic complexity of 10. |
189 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 99 | 12 | 157 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'findNearestNeighbors()' has an NCSS line count of 45 (limit: 40) |
189 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 99 | 12 | 157 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'findNearestNeighbors()' has an NCSS line count of 45 (limit: 40) |
190 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 124 | 17 | 124 | 40 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
190 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 124 | 17 | 124 | 40 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
191 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 128 | 17 | 132 | 18 | 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 |
191 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 128 | 17 | 132 | 18 | 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 |
192 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 151 | 17 | 151 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
192 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 151 | 17 | 151 | 34 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
193 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 159 | 12 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
193 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 159 | 12 | 170 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
194 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 172 | 20 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
194 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 172 | 20 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
195 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 172 | 20 | 229 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'findNearestNeighbors(ClusterDataPoint, List |
195 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 172 | 20 | 229 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'findNearestNeighbors(ClusterDataPoint, List |
196 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 172 | 20 | 229 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'findNearestNeighbors()' has an NCSS line count of 43 (limit: 40) |
196 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 172 | 20 | 229 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'findNearestNeighbors()' has an NCSS line count of 43 (limit: 40) |
197 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 179 | 17 | 179 | 69 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'hasNearestCentroids' defined but not used |
197 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 179 | 17 | 179 | 69 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'hasNearestCentroids' defined but not used |
198 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 180 | 17 | 180 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'centroidSize' defined but not used |
198 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 180 | 17 | 180 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'centroidSize' defined but not used |
199 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 232 | 12 | 234 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
199 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 232 | 12 | 234 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
200 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 236 | 12 | 268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
200 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 236 | 12 | 268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
201 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 236 | 12 | 268 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getNearestNeighborsFromDb(Id, Id, Integer)' has a cognitive complexity of 15, current threshold is 15 |
201 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 236 | 12 | 268 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getNearestNeighborsFromDb(Id, Id, Integer)' has a cognitive complexity of 15, current threshold is 15 |
202 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 255 | 21 | 257 | 22 | 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 |
202 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 255 | 21 | 257 | 22 | 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 |
203 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 260 | 21 | 262 | 22 | 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 |
203 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 260 | 21 | 262 | 22 | 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 |
204 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 270 | 12 | 277 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
204 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 270 | 12 | 277 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
205 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 274 | 13 | 274 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
205 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 274 | 13 | 274 | 30 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
206 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 279 | 12 | 320 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
206 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 279 | 12 | 320 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
207 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 279 | 12 | 320 | 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. |
207 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 279 | 12 | 320 | 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. |
208 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 302 | 30 | 305 | 69 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
208 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 302 | 30 | 305 | 69 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
209 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 302 | 30 | 305 | 69 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
209 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 302 | 30 | 305 | 69 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
210 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 315 | 26 | 316 | 157 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
210 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 315 | 26 | 316 | 157 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
211 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 322 | 12 | 334 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
211 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 322 | 12 | 334 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
212 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 328 | 22 | 331 | 61 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
212 | /force-app/main/algorithms/classes/ClusterKNNPredictor.cls | 328 | 22 | 331 | 61 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
213 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 6 | 21 | 383 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
213 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 6 | 21 | 383 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
214 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 6 | 21 | 383 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterLongTextFieldValueProcessor' has a total cognitive complexity of 127 (highest 23), current threshold is 50 |
214 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 6 | 21 | 383 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterLongTextFieldValueProcessor' has a total cognitive complexity of 127 (highest 23), current threshold is 50 |
215 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 6 | 21 | 383 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterLongTextFieldValueProcessor' has a total cyclomatic complexity of 95 (highest 17). |
215 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 6 | 21 | 383 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterLongTextFieldValueProcessor' has a total cyclomatic complexity of 95 (highest 17). |
216 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 6 | 21 | 383 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterLongTextFieldValueProcessor' has a Standard Cyclomatic Complexity of 5 (Highest = 12). |
216 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 6 | 21 | 383 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterLongTextFieldValueProcessor' has a Standard Cyclomatic Complexity of 5 (Highest = 12). |
217 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 17 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
217 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 17 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
218 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 37 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
218 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 37 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
219 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 41 | 12 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
219 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 41 | 12 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
220 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'prepareWordList(String, Map |
220 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'prepareWordList(String, Map |
221 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'prepareWordList(String, Map |
221 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'prepareWordList(String, Map |
222 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 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. |
222 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 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. |
223 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'prepareWordList()' has an NCSS line count of 41 (limit: 40) |
223 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'prepareWordList()' has an NCSS line count of 41 (limit: 40) |
224 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'prepareWordList' has a Standard Cyclomatic Complexity of 12. |
224 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 91 | 20 | 144 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'prepareWordList' has a Standard Cyclomatic Complexity of 12. |
225 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 146 | 19 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
225 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 146 | 19 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
226 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 146 | 19 | 164 | 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. |
226 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 146 | 19 | 164 | 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. |
227 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 166 | 19 | 185 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
227 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 166 | 19 | 185 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
228 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 166 | 19 | 185 | 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. |
228 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 166 | 19 | 185 | 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. |
229 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 187 | 20 | 204 | 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. |
229 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 187 | 20 | 204 | 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. |
230 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 193 | 17 | 195 | 18 | 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 |
230 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 193 | 17 | 195 | 18 | 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 |
231 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 206 | 12 | 217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
231 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 206 | 12 | 217 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 219 | 19 | 234 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 219 | 19 | 234 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
233 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 236 | 19 | 251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
233 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 236 | 19 | 251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
234 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 253 | 12 | 280 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
234 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 253 | 12 | 280 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
235 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 253 | 12 | 280 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseValueFromJson(JSONParser)' has a cyclomatic complexity of 11. |
235 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 253 | 12 | 280 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseValueFromJson(JSONParser)' has a cyclomatic complexity of 11. |
236 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 282 | 13 | 327 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseCompressedValueFromJson(JSONParser)' has a cognitive complexity of 23, current threshold is 15 |
236 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 282 | 13 | 327 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseCompressedValueFromJson(JSONParser)' has a cognitive complexity of 23, current threshold is 15 |
237 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 282 | 13 | 327 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseCompressedValueFromJson(JSONParser)' has a cyclomatic complexity of 17. |
237 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 282 | 13 | 327 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseCompressedValueFromJson(JSONParser)' has a cyclomatic complexity of 17. |
238 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 282 | 13 | 327 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseCompressedValueFromJson()' has an NCSS line count of 42 (limit: 40) |
238 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 282 | 13 | 327 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseCompressedValueFromJson()' has an NCSS line count of 42 (limit: 40) |
239 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 290 | 21 | 307 | 22 | 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 |
239 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 290 | 21 | 307 | 22 | 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 |
240 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 293 | 26 | 307 | 22 | 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 |
240 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 293 | 26 | 307 | 22 | 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 |
241 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 329 | 12 | 366 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
241 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 329 | 12 | 366 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 329 | 12 | 366 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'serializeValueToJson(JSONGenerator, Object)' has a cognitive complexity of 18, current threshold is 15 |
242 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 329 | 12 | 366 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'serializeValueToJson(JSONGenerator, Object)' has a cognitive complexity of 18, current threshold is 15 |
243 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 338 | 21 | 347 | 22 | 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 |
243 | /force-app/main/algorithms/classes/ClusterLongTextFieldValueProcessor.cls | 338 | 21 | 347 | 22 | 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 |
244 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 6 | 29 | 52 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
244 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 6 | 29 | 52 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
245 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 7 | 20 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
245 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 7 | 20 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
246 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 11 | 20 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
246 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 11 | 20 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
247 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 17 | 20 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
247 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 17 | 20 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
248 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 21 | 20 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
248 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 21 | 20 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
249 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 26 | 20 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
249 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 26 | 20 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
250 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 35 | 17 | 37 | 18 | 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 |
250 | /force-app/main/algorithms/classes/ClusterObjectFactory.cls | 35 | 17 | 37 | 18 | 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 |
251 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 6 | 21 | 99 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
251 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 6 | 21 | 99 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
252 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 6 | 21 | 99 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterPAMDataAssignmentStep' has a Standard Cyclomatic Complexity of 4 (Highest = 12). |
252 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 6 | 21 | 99 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterPAMDataAssignmentStep' has a Standard Cyclomatic Complexity of 4 (Highest = 12). |
253 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
253 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 7 | 5 | 7 | 11 | 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. |
254 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 7 | 5 | 7 | 11 | 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. |
255 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
255 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
256 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 28 | 21 | 98 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processRecords(Database.BatchableContext, Object[])' has a cognitive complexity of 22, current threshold is 15 |
256 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 28 | 21 | 98 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processRecords(Database.BatchableContext, Object[])' has a cognitive complexity of 22, current threshold is 15 |
257 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 28 | 21 | 98 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'processRecords(Database.BatchableContext, Object[])' has a cyclomatic complexity of 12. |
257 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 28 | 21 | 98 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'processRecords(Database.BatchableContext, Object[])' has a cyclomatic complexity of 12. |
258 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 28 | 21 | 98 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processRecords' has a Standard Cyclomatic Complexity of 12. |
258 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 28 | 21 | 98 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processRecords' has a Standard Cyclomatic Complexity of 12. |
259 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 31 | 29 | 31 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
259 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 31 | 29 | 31 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
260 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 40 | 18 | 40 | 31 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentObject' defined but not used |
260 | /force-app/main/algorithms/classes/ClusterPAMDataAssignmentStep.cls | 40 | 18 | 40 | 31 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentObject' defined but not used |
261 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 6 | 21 | 135 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
261 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 6 | 21 | 135 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
262 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 6 | 21 | 135 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterPAMSwapStep' has a total cognitive complexity of 80 (highest 34), current threshold is 50 |
262 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 6 | 21 | 135 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterPAMSwapStep' has a total cognitive complexity of 80 (highest 34), current threshold is 50 |
263 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 6 | 21 | 135 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterPAMSwapStep' has a Standard Cyclomatic Complexity of 4 (Highest = 14). |
263 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 6 | 21 | 135 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterPAMSwapStep' has a Standard Cyclomatic Complexity of 4 (Highest = 14). |
264 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
264 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
265 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 11 | 5 | 11 | 11 | 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. |
265 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 11 | 5 | 11 | 11 | 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. |
266 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 15 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
266 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 15 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
267 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 52 | 21 | 121 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processRecords(Database.BatchableContext, Object[])' has a cognitive complexity of 34, current threshold is 15 |
267 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 52 | 21 | 121 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processRecords(Database.BatchableContext, Object[])' has a cognitive complexity of 34, current threshold is 15 |
268 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 52 | 21 | 121 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'processRecords(Database.BatchableContext, Object[])' has a cyclomatic complexity of 14. |
268 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 52 | 21 | 121 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'processRecords(Database.BatchableContext, Object[])' has a cyclomatic complexity of 14. |
269 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 52 | 21 | 121 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processRecords' has a Standard Cyclomatic Complexity of 14. |
269 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 52 | 21 | 121 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processRecords' has a Standard Cyclomatic Complexity of 14. |
270 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 55 | 29 | 55 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
270 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 55 | 29 | 55 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
271 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 72 | 67 | 72 | 76 | 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 |
271 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 72 | 67 | 72 | 76 | 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 |
272 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 72 | 67 | 72 | 76 | 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 |
272 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 72 | 67 | 72 | 76 | 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 |
273 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 80 | 80 | 80 | 89 | 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 |
273 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 80 | 80 | 80 | 89 | 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 |
274 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 80 | 80 | 80 | 89 | 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 |
274 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 80 | 80 | 80 | 89 | 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 |
275 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 91 | 25 | 91 | 31 | 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 |
275 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 91 | 25 | 91 | 31 | 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 |
276 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 91 | 25 | 91 | 31 | 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 |
276 | /force-app/main/algorithms/classes/ClusterPAMSwapStep.cls | 91 | 25 | 91 | 31 | 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 |
277 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 29 | 21 | 496 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
277 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 29 | 21 | 496 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
278 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 29 | 21 | 496 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterPorterStemmer' has a total cognitive complexity of 322 (highest 34), current threshold is 50 |
278 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 29 | 21 | 496 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterPorterStemmer' has a total cognitive complexity of 322 (highest 34), current threshold is 50 |
279 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 29 | 21 | 496 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterPorterStemmer' has a total cyclomatic complexity of 135 (highest 25). |
279 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 29 | 21 | 496 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterPorterStemmer' has a total cyclomatic complexity of 135 (highest 25). |
280 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 29 | 21 | 496 | 4 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterPorterStemmer' has a Standard Cyclomatic Complexity of 4 (Highest = 23). |
280 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 29 | 21 | 496 | 4 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterPorterStemmer' has a Standard Cyclomatic Complexity of 4 (Highest = 23). |
281 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 31 | 13 | 32 | 16 | 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. |
281 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 31 | 13 | 32 | 16 | 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. |
282 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 36 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
282 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 36 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
283 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 46 | 12 | 46 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
283 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 46 | 12 | 46 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
284 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 52 | 12 | 55 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
284 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 52 | 12 | 55 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
285 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 52 | 12 | 55 | 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 |
285 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 52 | 12 | 55 | 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 |
286 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 62 | 21 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
286 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 62 | 21 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
287 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 62 | 21 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
287 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 62 | 21 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
288 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 73 | 12 | 73 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
288 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 73 | 12 | 73 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
289 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 73 | 12 | 73 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
289 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 73 | 12 | 73 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
290 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 80 | 12 | 80 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
290 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 80 | 12 | 80 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
291 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 80 | 12 | 80 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
291 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 80 | 12 | 80 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
292 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 108 | 13 | 139 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'm()' has a cognitive complexity of 22, current threshold is 15 |
292 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 108 | 13 | 139 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'm()' has a cognitive complexity of 22, current threshold is 15 |
293 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 108 | 13 | 139 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'm()' has a cyclomatic complexity of 11. |
293 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 108 | 13 | 139 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'm()' has a cyclomatic complexity of 11. |
294 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 108 | 13 | 139 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'm' has a Standard Cyclomatic Complexity of 11. |
294 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 108 | 13 | 139 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'm' has a Standard Cyclomatic Complexity of 11. |
295 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 113 | 11 | 113 | 20 | 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 |
295 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 113 | 11 | 113 | 20 | 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 |
296 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 113 | 11 | 113 | 20 | 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 |
296 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 113 | 11 | 113 | 20 | 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 |
297 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 115 | 11 | 115 | 17 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
297 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 115 | 11 | 115 | 17 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
298 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 115 | 11 | 115 | 17 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
298 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 115 | 11 | 115 | 17 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
299 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 122 | 13 | 122 | 22 | 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 |
299 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 122 | 13 | 122 | 22 | 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 |
300 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 122 | 13 | 122 | 22 | 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 |
300 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 122 | 13 | 122 | 22 | 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 |
301 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 124 | 13 | 124 | 19 | 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 |
301 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 124 | 13 | 124 | 19 | 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 |
302 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 124 | 13 | 124 | 19 | 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 |
302 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 124 | 13 | 124 | 19 | 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 |
303 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 131 | 13 | 131 | 22 | 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 |
303 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 131 | 13 | 131 | 22 | 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 |
304 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 131 | 13 | 131 | 22 | 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 |
304 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 131 | 13 | 131 | 22 | 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 |
305 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 133 | 13 | 133 | 19 | 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 |
305 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 133 | 13 | 133 | 19 | 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 |
306 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 133 | 13 | 133 | 19 | 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 |
306 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 133 | 13 | 133 | 19 | 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 |
307 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 146 | 9 | 147 | 23 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
307 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 146 | 9 | 147 | 23 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
308 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 147 | 11 | 147 | 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 |
308 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 147 | 11 | 147 | 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 |
309 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 147 | 11 | 147 | 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 |
309 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 147 | 11 | 147 | 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 |
310 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 166 | 9 | 166 | 22 | 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 |
310 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 166 | 9 | 166 | 22 | 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 |
311 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 166 | 9 | 166 | 22 | 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 |
311 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 166 | 9 | 166 | 22 | 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 |
312 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 169 | 50 | 169 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
312 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 169 | 50 | 169 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
313 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 169 | 50 | 169 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
313 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 169 | 50 | 169 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
314 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 178 | 9 | 178 | 22 | 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 |
314 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 178 | 9 | 178 | 22 | 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 |
315 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 178 | 9 | 178 | 22 | 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 |
315 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 178 | 9 | 178 | 22 | 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 |
316 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 180 | 9 | 182 | 10 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
316 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 180 | 9 | 182 | 10 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
317 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 194 | 9 | 194 | 41 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
317 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 194 | 9 | 194 | 41 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
318 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 201 | 37 | 201 | 46 | 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 |
318 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 201 | 37 | 201 | 46 | 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 |
319 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 201 | 37 | 201 | 46 | 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 |
319 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 201 | 37 | 201 | 46 | 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 |
320 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 220 | 13 | 243 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'step1()' has a cognitive complexity of 22, current threshold is 15 |
320 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 220 | 13 | 243 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'step1()' has a cognitive complexity of 22, current threshold is 15 |
321 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 220 | 13 | 243 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'step1()' has a cyclomatic complexity of 19. |
321 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 220 | 13 | 243 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'step1()' has a cyclomatic complexity of 19. |
322 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 220 | 13 | 243 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'step1()' has an NCSS line count of 44 (limit: 40) |
322 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 220 | 13 | 243 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'step1()' has an NCSS line count of 44 (limit: 40) |
323 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 220 | 13 | 243 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'step1' has a Standard Cyclomatic Complexity of 14. |
323 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 220 | 13 | 243 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'step1' has a Standard Cyclomatic Complexity of 14. |
324 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 222 | 27 | 222 | 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 |
324 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 222 | 27 | 222 | 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 |
325 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 222 | 27 | 222 | 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 |
325 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 222 | 27 | 222 | 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 |
326 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 223 | 31 | 223 | 42 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
326 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 223 | 31 | 223 | 42 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
327 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 223 | 31 | 223 | 42 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
327 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 223 | 31 | 223 | 42 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
328 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 224 | 33 | 224 | 37 | 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 |
328 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 224 | 33 | 224 | 37 | 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 |
329 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 224 | 33 | 224 | 37 | 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 |
329 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 224 | 33 | 224 | 37 | 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 |
330 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 228 | 11 | 228 | 15 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
330 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 228 | 11 | 228 | 15 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
331 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 228 | 11 | 228 | 15 | 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 |
331 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 228 | 11 | 228 | 15 | 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 |
332 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 232 | 25 | 232 | 38 | 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 |
332 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 232 | 25 | 232 | 38 | 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 |
333 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 232 | 25 | 232 | 38 | 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 |
333 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 232 | 25 | 232 | 38 | 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 |
334 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 233 | 30 | 233 | 43 | 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 |
334 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 233 | 30 | 233 | 43 | 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 |
335 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 233 | 30 | 233 | 43 | 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 |
335 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 233 | 30 | 233 | 43 | 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 |
336 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 234 | 30 | 234 | 43 | 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 |
336 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 234 | 30 | 234 | 43 | 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 |
337 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 234 | 30 | 234 | 43 | 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 |
337 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 234 | 30 | 234 | 43 | 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 |
338 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 237 | 11 | 238 | 17 | 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 |
338 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 237 | 11 | 238 | 17 | 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 |
339 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 238 | 13 | 238 | 17 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
339 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 238 | 13 | 238 | 17 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
340 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 238 | 13 | 238 | 17 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
340 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 238 | 13 | 238 | 17 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
341 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 241 | 11 | 241 | 22 | 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 |
341 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 241 | 11 | 241 | 22 | 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 |
342 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 241 | 11 | 241 | 22 | 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 |
342 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 241 | 11 | 241 | 22 | 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 |
343 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 258 | 13 | 299 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'step3()' has a cognitive complexity of 31, current threshold is 15 |
343 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 258 | 13 | 299 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'step3()' has a cognitive complexity of 31, current threshold is 15 |
344 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 258 | 13 | 299 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'step3()' has a cyclomatic complexity of 23. |
344 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 258 | 13 | 299 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'step3()' has a cyclomatic complexity of 23. |
345 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 258 | 13 | 299 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'step3()' has an NCSS line count of 84 (limit: 40) |
345 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 258 | 13 | 299 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'step3()' has an NCSS line count of 84 (limit: 40) |
346 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 258 | 13 | 299 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'step3' has a Standard Cyclomatic Complexity of 23. |
346 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 258 | 13 | 299 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'step3' has a Standard Cyclomatic Complexity of 23. |
347 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 259 | 20 | 259 | 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 |
347 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 259 | 20 | 259 | 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 |
348 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 259 | 20 | 259 | 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 |
348 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 259 | 20 | 259 | 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 |
349 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 336 | 13 | 416 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'step5()' has a cognitive complexity of 34, current threshold is 15 |
349 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 336 | 13 | 416 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'step5()' has a cognitive complexity of 34, current threshold is 15 |
350 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 336 | 13 | 416 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'step5()' has a cyclomatic complexity of 25. |
350 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 336 | 13 | 416 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'step5()' has a cyclomatic complexity of 25. |
351 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 336 | 13 | 416 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'step5()' has an NCSS line count of 77 (limit: 40) |
351 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 336 | 13 | 416 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'step5()' has an NCSS line count of 77 (limit: 40) |
352 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 336 | 13 | 416 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'step5' has a Standard Cyclomatic Complexity of 15. |
352 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 336 | 13 | 416 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'step5' has a Standard Cyclomatic Complexity of 15. |
353 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 337 | 20 | 337 | 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 |
353 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 337 | 20 | 337 | 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 |
354 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 337 | 20 | 337 | 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 |
354 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 337 | 20 | 337 | 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 |
355 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 340 | 26 | 340 | 33 | 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 |
355 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 340 | 26 | 340 | 33 | 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 |
356 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 340 | 26 | 340 | 33 | 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 |
356 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 340 | 26 | 340 | 33 | 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 |
357 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 353 | 26 | 353 | 33 | 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 |
357 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 353 | 26 | 353 | 33 | 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 |
358 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 353 | 26 | 353 | 33 | 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 |
358 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 353 | 26 | 353 | 33 | 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 |
359 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 356 | 26 | 356 | 33 | 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 |
359 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 356 | 26 | 356 | 33 | 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 |
360 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 356 | 26 | 356 | 33 | 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 |
360 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 356 | 26 | 356 | 33 | 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 |
361 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 391 | 27 | 391 | 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 |
361 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 391 | 27 | 391 | 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 |
362 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 391 | 27 | 391 | 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 |
362 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 391 | 27 | 391 | 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 |
363 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 402 | 27 | 402 | 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 |
363 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 402 | 27 | 402 | 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 |
364 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 402 | 27 | 402 | 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 |
364 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 402 | 27 | 402 | 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 |
365 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 405 | 27 | 405 | 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 |
365 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 405 | 27 | 405 | 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 |
366 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 405 | 27 | 405 | 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 |
366 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 405 | 27 | 405 | 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 |
367 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 408 | 27 | 408 | 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 |
367 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 408 | 27 | 408 | 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 |
368 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 408 | 27 | 408 | 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 |
368 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 408 | 27 | 408 | 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 |
369 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 415 | 9 | 415 | 15 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
369 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 415 | 9 | 415 | 15 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
370 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 415 | 9 | 415 | 15 | 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 |
370 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 415 | 9 | 415 | 15 | 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 |
371 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 425 | 11 | 425 | 15 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
371 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 425 | 11 | 425 | 15 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
372 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 425 | 11 | 425 | 15 | 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 |
372 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 425 | 11 | 425 | 15 | 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 |
373 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 428 | 9 | 428 | 13 | 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 |
373 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 428 | 9 | 428 | 13 | 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 |
374 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 428 | 9 | 428 | 13 | 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 |
374 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 428 | 9 | 428 | 13 | 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 |
375 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 435 | 12 | 444 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
375 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 435 | 12 | 444 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
376 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 435 | 12 | 444 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
376 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 435 | 12 | 444 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
377 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 435 | 12 | 444 | 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 |
377 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 435 | 12 | 444 | 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 |
378 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 441 | 9 | 441 | 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 |
378 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 441 | 9 | 441 | 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 |
379 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 441 | 9 | 441 | 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 |
379 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 441 | 9 | 441 | 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 |
380 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 443 | 9 | 443 | 18 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
380 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 443 | 9 | 443 | 18 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
381 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 450 | 12 | 452 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
381 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 450 | 12 | 452 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
382 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 450 | 12 | 452 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
382 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 450 | 12 | 452 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
383 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 450 | 12 | 452 | 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 |
383 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 450 | 12 | 452 | 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 |
384 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 459 | 12 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
384 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 459 | 12 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
385 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 459 | 12 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
385 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 459 | 12 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
386 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 459 | 12 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
386 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 459 | 12 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
387 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 470 | 12 | 472 | 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 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 470 | 12 | 472 | 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 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 470 | 12 | 472 | 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 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 470 | 12 | 472 | 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 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 470 | 12 | 472 | 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 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 470 | 12 | 472 | 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 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 479 | 12 | 481 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
390 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 479 | 12 | 481 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
391 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 479 | 12 | 481 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
391 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 479 | 12 | 481 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
392 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 483 | 12 | 495 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
392 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 483 | 12 | 495 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
393 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 492 | 9 | 492 | 22 | 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 |
393 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 492 | 9 | 492 | 22 | 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 |
394 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 492 | 9 | 492 | 22 | 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 |
394 | /force-app/main/algorithms/classes/ClusterPorterStemmer.cls | 492 | 9 | 492 | 22 | 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 |
395 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 6 | 21 | 77 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
395 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 6 | 21 | 77 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
396 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
396 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
397 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 9 | 5 | 9 | 11 | 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. |
397 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 9 | 5 | 9 | 11 | 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. |
398 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 31 | 30 | 31 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'minMaxValues' defined but not used |
398 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 31 | 30 | 31 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'minMaxValues' defined but not used |
399 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 63 | 9 | 63 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
399 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 63 | 9 | 63 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
400 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 69 | 29 | 69 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
400 | /force-app/main/algorithms/classes/ClusterPrepareDataStep.cls | 69 | 29 | 69 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
401 | /force-app/main/algorithms/classes/ClusterRecordPreprocessor.cls | 6 | 8 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
401 | /force-app/main/algorithms/classes/ClusterRecordPreprocessor.cls | 6 | 8 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
402 | /force-app/main/algorithms/classes/ClusterRecordPreprocessor.cls | 6 | 8 | 8 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
402 | /force-app/main/algorithms/classes/ClusterRecordPreprocessor.cls | 6 | 8 | 8 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
403 | /force-app/main/algorithms/classes/ClusterRecordPreprocessor.cls | 7 | 5 | 7 | 96 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
403 | /force-app/main/algorithms/classes/ClusterRecordPreprocessor.cls | 7 | 5 | 7 | 96 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 6 | 26 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 6 | 26 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
405 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 6 | 26 | 48 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
405 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 6 | 26 | 48 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
406 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 12 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
406 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 12 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
407 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 12 | 5 | 12 | 11 | 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. |
407 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 12 | 5 | 12 | 11 | 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. |
408 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 16 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
408 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 16 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
409 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 20 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
409 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 20 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
410 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 24 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
410 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 24 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
411 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 28 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
411 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 28 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
412 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 32 | 12 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
412 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 32 | 12 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
413 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 36 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
413 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 36 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
414 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 40 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
414 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 40 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
415 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 44 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
415 | /force-app/main/algorithms/classes/ClusterRecordPreprocessorParameters.cls | 44 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
416 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 6 | 21 | 104 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
416 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 6 | 21 | 104 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
417 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 12 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
417 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 12 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
418 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 18 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
418 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 18 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
419 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 22 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
419 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 22 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
420 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 46 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
420 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 46 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
421 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 55 | 12 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
421 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 55 | 12 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
422 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 61 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
422 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 61 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
423 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 84 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
423 | /force-app/main/algorithms/classes/ClusterSObjectProcessor.cls | 84 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
424 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 6 | 21 | 77 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
424 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 6 | 21 | 77 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
425 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
425 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
426 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 13 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
426 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 13 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
427 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 13 | 12 | 37 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processFieldValue(SObject, ClusterModelFieldWrapper, ClusterMinMaxValue)' has a cognitive complexity of 15, current threshold is 15 |
427 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 13 | 12 | 37 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processFieldValue(SObject, ClusterModelFieldWrapper, ClusterMinMaxValue)' has a cognitive complexity of 15, current threshold is 15 |
428 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 39 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
428 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 39 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
429 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 46 | 12 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
429 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 46 | 12 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
430 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 69 | 12 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
430 | /force-app/main/algorithms/classes/ClusterScalarFieldValueProcessor.cls | 69 | 12 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
431 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 6 | 21 | 53 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
431 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 6 | 21 | 53 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
432 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
432 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
433 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 9 | 5 | 9 | 11 | 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. |
433 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 9 | 5 | 9 | 11 | 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. |
434 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 13 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
434 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 13 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
435 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 20 | 31 | 20 | 85 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobState' defined but not used |
435 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 20 | 31 | 20 | 85 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobState' defined but not used |
436 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 30 | 29 | 30 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
436 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 30 | 29 | 30 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
437 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 32 | 21 | 32 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentClusterSize' defined but not used |
437 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 32 | 21 | 32 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentClusterSize' defined but not used |
438 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 49 | 31 | 49 | 90 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobState' defined but not used |
438 | /force-app/main/algorithms/classes/ClusterSilhouetteRefinementStep.cls | 49 | 31 | 49 | 90 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobState' defined but not used |
439 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 6 | 21 | 91 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
439 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 6 | 21 | 91 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
440 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 12 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
440 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 12 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
441 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 12 | 5 | 12 | 11 | 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. |
441 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 12 | 5 | 12 | 11 | 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. |
442 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 16 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
442 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 16 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
443 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 29 | 57 | 29 | 158 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
443 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 29 | 57 | 29 | 158 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
444 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 67 | 29 | 67 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
444 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 67 | 29 | 67 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'model' defined but not used |
445 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 70 | 21 | 70 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentClusterSize' defined but not used |
445 | /force-app/main/algorithms/classes/ClusterSilhouetteScoreStep.cls | 70 | 21 | 70 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentClusterSize' defined but not used |
446 | /force-app/main/algorithms/classes/ClusterStemmer.cls | 6 | 8 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
446 | /force-app/main/algorithms/classes/ClusterStemmer.cls | 6 | 8 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
447 | /force-app/main/algorithms/classes/ClusterStemmer.cls | 7 | 5 | 7 | 27 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
447 | /force-app/main/algorithms/classes/ClusterStemmer.cls | 7 | 5 | 7 | 27 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
448 | /force-app/main/algorithms/classes/ClusterWordPreprocessor.cls | 6 | 21 | 38 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
448 | /force-app/main/algorithms/classes/ClusterWordPreprocessor.cls | 6 | 21 | 38 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
449 | /force-app/main/algorithms/classes/ClusterWordPreprocessor.cls | 10 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
449 | /force-app/main/algorithms/classes/ClusterWordPreprocessor.cls | 10 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
450 | /force-app/main/algorithms/classes/ClusterWordPreprocessor.cls | 15 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
450 | /force-app/main/algorithms/classes/ClusterWordPreprocessor.cls | 15 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
451 | /force-app/main/algorithms/classes/ClusterWordPreprocessor.cls | 28 | 19 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
451 | /force-app/main/algorithms/classes/ClusterWordPreprocessor.cls | 28 | 19 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
452 | /force-app/main/api/classes/ClusterApi.cls | 6 | 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 comment |
452 | /force-app/main/api/classes/ClusterApi.cls | 6 | 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 comment |
453 | /force-app/main/api/classes/ClusterApi.cls | 6 | 21 | 121 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
453 | /force-app/main/api/classes/ClusterApi.cls | 6 | 21 | 121 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
454 | /force-app/main/api/classes/ClusterApi.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
454 | /force-app/main/api/classes/ClusterApi.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
455 | /force-app/main/api/classes/ClusterApi.cls | 8 | 5 | 8 | 11 | 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. |
455 | /force-app/main/api/classes/ClusterApi.cls | 8 | 5 | 8 | 11 | 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. |
456 | /force-app/main/api/classes/ClusterApi.cls | 18 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
456 | /force-app/main/api/classes/ClusterApi.cls | 18 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
457 | /force-app/main/api/classes/ClusterApi.cls | 33 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
457 | /force-app/main/api/classes/ClusterApi.cls | 33 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
458 | /force-app/main/api/classes/ClusterApi.cls | 33 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
458 | /force-app/main/api/classes/ClusterApi.cls | 33 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
459 | /force-app/main/api/classes/ClusterApi.cls | 33 | 12 | 37 | 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 |
459 | /force-app/main/api/classes/ClusterApi.cls | 33 | 12 | 37 | 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 |
460 | /force-app/main/api/classes/ClusterApi.cls | 47 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
460 | /force-app/main/api/classes/ClusterApi.cls | 47 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
461 | /force-app/main/api/classes/ClusterApi.cls | 47 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
461 | /force-app/main/api/classes/ClusterApi.cls | 47 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
462 | /force-app/main/api/classes/ClusterApi.cls | 60 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
462 | /force-app/main/api/classes/ClusterApi.cls | 60 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
463 | /force-app/main/api/classes/ClusterApi.cls | 60 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
463 | /force-app/main/api/classes/ClusterApi.cls | 60 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
464 | /force-app/main/api/classes/ClusterApi.cls | 70 | 12 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
464 | /force-app/main/api/classes/ClusterApi.cls | 70 | 12 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
465 | /force-app/main/api/classes/ClusterApi.cls | 85 | 12 | 88 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
465 | /force-app/main/api/classes/ClusterApi.cls | 85 | 12 | 88 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
466 | /force-app/main/api/classes/ClusterApi.cls | 85 | 12 | 88 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
466 | /force-app/main/api/classes/ClusterApi.cls | 85 | 12 | 88 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
467 | /force-app/main/api/classes/ClusterApi.cls | 94 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
467 | /force-app/main/api/classes/ClusterApi.cls | 94 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
468 | /force-app/main/api/classes/ClusterApi.cls | 94 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
468 | /force-app/main/api/classes/ClusterApi.cls | 94 | 12 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
469 | /force-app/main/api/classes/ClusterApi.cls | 94 | 12 | 97 | 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 |
469 | /force-app/main/api/classes/ClusterApi.cls | 94 | 12 | 97 | 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 |
470 | /force-app/main/api/classes/ClusterApi.cls | 105 | 12 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
470 | /force-app/main/api/classes/ClusterApi.cls | 105 | 12 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
471 | /force-app/main/api/classes/ClusterApi.cls | 105 | 12 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
471 | /force-app/main/api/classes/ClusterApi.cls | 105 | 12 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
472 | /force-app/main/api/classes/ClusterApi.cls | 116 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
472 | /force-app/main/api/classes/ClusterApi.cls | 116 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
473 | /force-app/main/api/classes/ClusterApi.cls | 116 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
473 | /force-app/main/api/classes/ClusterApi.cls | 116 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
474 | /force-app/main/default/classes/ClusterConstants.cls | 1 | 21 | 237 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
474 | /force-app/main/default/classes/ClusterConstants.cls | 1 | 21 | 237 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
475 | /force-app/main/default/classes/ClusterConstants.cls | 1 | 21 | 237 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterConstants' has a total cyclomatic complexity of 47 (highest 6). |
475 | /force-app/main/default/classes/ClusterConstants.cls | 1 | 21 | 237 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterConstants' has a total cyclomatic complexity of 47 (highest 6). |
476 | /force-app/main/default/classes/ClusterConstants.cls | 1 | 21 | 237 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterConstants has 25 public methods, attributes, and properties (limit: 20) |
476 | /force-app/main/default/classes/ClusterConstants.cls | 1 | 21 | 237 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterConstants has 25 public methods, attributes, and properties (limit: 20) |
477 | /force-app/main/default/classes/ClusterConstants.cls | 49 | 50 | 49 | 135 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
477 | /force-app/main/default/classes/ClusterConstants.cls | 49 | 50 | 49 | 135 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
478 | /force-app/main/default/classes/ClusterConstants.cls | 67 | 50 | 67 | 135 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
478 | /force-app/main/default/classes/ClusterConstants.cls | 67 | 50 | 67 | 135 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
479 | /force-app/main/default/classes/ClusterConstants.cls | 86 | 50 | 86 | 143 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
479 | /force-app/main/default/classes/ClusterConstants.cls | 86 | 50 | 86 | 143 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
480 | /force-app/main/default/classes/ClusterConstants.cls | 99 | 19 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
480 | /force-app/main/default/classes/ClusterConstants.cls | 99 | 19 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
481 | /force-app/main/default/classes/ClusterConstants.cls | 103 | 19 | 105 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
481 | /force-app/main/default/classes/ClusterConstants.cls | 103 | 19 | 105 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
482 | /force-app/main/default/classes/ClusterConstants.cls | 107 | 19 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
482 | /force-app/main/default/classes/ClusterConstants.cls | 107 | 19 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
483 | /force-app/main/default/classes/ClusterConstants.cls | 111 | 19 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
483 | /force-app/main/default/classes/ClusterConstants.cls | 111 | 19 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
484 | /force-app/main/default/classes/ClusterConstants.cls | 115 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
484 | /force-app/main/default/classes/ClusterConstants.cls | 115 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
485 | /force-app/main/default/classes/ClusterConstants.cls | 119 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
485 | /force-app/main/default/classes/ClusterConstants.cls | 119 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
486 | /force-app/main/default/classes/ClusterConstants.cls | 123 | 19 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
486 | /force-app/main/default/classes/ClusterConstants.cls | 123 | 19 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
487 | /force-app/main/default/classes/ClusterConstants.cls | 127 | 19 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
487 | /force-app/main/default/classes/ClusterConstants.cls | 127 | 19 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
488 | /force-app/main/default/classes/ClusterConstants.cls | 131 | 19 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
488 | /force-app/main/default/classes/ClusterConstants.cls | 131 | 19 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
489 | /force-app/main/default/classes/ClusterConstants.cls | 135 | 19 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
489 | /force-app/main/default/classes/ClusterConstants.cls | 135 | 19 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
490 | /force-app/main/default/classes/ClusterConstants.cls | 139 | 19 | 141 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
490 | /force-app/main/default/classes/ClusterConstants.cls | 139 | 19 | 141 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
491 | /force-app/main/default/classes/ClusterConstants.cls | 143 | 19 | 145 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
491 | /force-app/main/default/classes/ClusterConstants.cls | 143 | 19 | 145 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
492 | /force-app/main/default/classes/ClusterConstants.cls | 147 | 19 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
492 | /force-app/main/default/classes/ClusterConstants.cls | 147 | 19 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
493 | /force-app/main/default/classes/ClusterConstants.cls | 150 | 52 | 150 | 172 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
493 | /force-app/main/default/classes/ClusterConstants.cls | 150 | 52 | 150 | 172 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
494 | /force-app/main/default/classes/ClusterConstants.cls | 164 | 19 | 184 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
494 | /force-app/main/default/classes/ClusterConstants.cls | 164 | 19 | 184 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
495 | /force-app/main/default/classes/ClusterConstants.cls | 172 | 52 | 172 | 167 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
495 | /force-app/main/default/classes/ClusterConstants.cls | 172 | 52 | 172 | 167 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
496 | /force-app/main/default/classes/ClusterConstants.cls | 186 | 19 | 192 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
496 | /force-app/main/default/classes/ClusterConstants.cls | 186 | 19 | 192 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
497 | /force-app/main/default/classes/ClusterConstants.cls | 194 | 19 | 196 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
497 | /force-app/main/default/classes/ClusterConstants.cls | 194 | 19 | 196 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
498 | /force-app/main/default/classes/ClusterConstants.cls | 198 | 19 | 200 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
498 | /force-app/main/default/classes/ClusterConstants.cls | 198 | 19 | 200 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
499 | /force-app/main/default/classes/ClusterConstants.cls | 202 | 19 | 205 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
499 | /force-app/main/default/classes/ClusterConstants.cls | 202 | 19 | 205 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
500 | /force-app/main/default/classes/ClusterConstants.cls | 207 | 19 | 210 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
500 | /force-app/main/default/classes/ClusterConstants.cls | 207 | 19 | 210 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
501 | /force-app/main/default/classes/ClusterConstants.cls | 212 | 19 | 214 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
501 | /force-app/main/default/classes/ClusterConstants.cls | 212 | 19 | 214 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
502 | /force-app/main/default/classes/ClusterConstants.cls | 216 | 19 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
502 | /force-app/main/default/classes/ClusterConstants.cls | 216 | 19 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
503 | /force-app/main/default/classes/ClusterConstants.cls | 221 | 19 | 223 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
503 | /force-app/main/default/classes/ClusterConstants.cls | 221 | 19 | 223 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
504 | /force-app/main/default/classes/ClusterConstants.cls | 225 | 19 | 227 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
504 | /force-app/main/default/classes/ClusterConstants.cls | 225 | 19 | 227 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
505 | /force-app/main/default/classes/ClusterConstants.cls | 229 | 19 | 231 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
505 | /force-app/main/default/classes/ClusterConstants.cls | 229 | 19 | 231 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
506 | /force-app/main/default/classes/ClusterConstants.cls | 233 | 19 | 235 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
506 | /force-app/main/default/classes/ClusterConstants.cls | 233 | 19 | 235 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
507 | /force-app/main/default/classes/ClusterDataPoint.cls | 6 | 21 | 105 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
507 | /force-app/main/default/classes/ClusterDataPoint.cls | 6 | 21 | 105 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
508 | /force-app/main/default/classes/ClusterDataPoint.cls | 6 | 21 | 105 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
508 | /force-app/main/default/classes/ClusterDataPoint.cls | 6 | 21 | 105 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
509 | /force-app/main/default/classes/ClusterDataPoint.cls | 26 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
509 | /force-app/main/default/classes/ClusterDataPoint.cls | 26 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
510 | /force-app/main/default/classes/ClusterDataPoint.cls | 26 | 5 | 26 | 11 | 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. |
510 | /force-app/main/default/classes/ClusterDataPoint.cls | 26 | 5 | 26 | 11 | 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. |
511 | /force-app/main/default/classes/ClusterDataPoint.cls | 30 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
511 | /force-app/main/default/classes/ClusterDataPoint.cls | 30 | 12 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
512 | /force-app/main/default/classes/ClusterDataPoint.cls | 39 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
512 | /force-app/main/default/classes/ClusterDataPoint.cls | 39 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
513 | /force-app/main/default/classes/ClusterDataPoint.cls | 39 | 12 | 63 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'loadFromMap(Map |
513 | /force-app/main/default/classes/ClusterDataPoint.cls | 39 | 12 | 63 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'loadFromMap(Map |
514 | /force-app/main/default/classes/ClusterDataPoint.cls | 65 | 12 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
514 | /force-app/main/default/classes/ClusterDataPoint.cls | 65 | 12 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
515 | /force-app/main/default/classes/ClusterDataPoint.cls | 69 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
515 | /force-app/main/default/classes/ClusterDataPoint.cls | 69 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
516 | /force-app/main/default/classes/ClusterDataPoint.cls | 73 | 12 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
516 | /force-app/main/default/classes/ClusterDataPoint.cls | 73 | 12 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
517 | /force-app/main/default/classes/ClusterDataPoint.cls | 77 | 12 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
517 | /force-app/main/default/classes/ClusterDataPoint.cls | 77 | 12 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
518 | /force-app/main/default/classes/ClusterDataPoint.cls | 81 | 12 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
518 | /force-app/main/default/classes/ClusterDataPoint.cls | 81 | 12 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
519 | /force-app/main/default/classes/ClusterDataPoint.cls | 85 | 12 | 87 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
519 | /force-app/main/default/classes/ClusterDataPoint.cls | 85 | 12 | 87 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
520 | /force-app/main/default/classes/ClusterDataPoint.cls | 89 | 12 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
520 | /force-app/main/default/classes/ClusterDataPoint.cls | 89 | 12 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
521 | /force-app/main/default/classes/ClusterDataPoint.cls | 93 | 12 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
521 | /force-app/main/default/classes/ClusterDataPoint.cls | 93 | 12 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
522 | /force-app/main/default/classes/ClusterDataPoint.cls | 97 | 12 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
522 | /force-app/main/default/classes/ClusterDataPoint.cls | 97 | 12 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
523 | /force-app/main/default/classes/ClusterDataPoint.cls | 101 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
523 | /force-app/main/default/classes/ClusterDataPoint.cls | 101 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
524 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 6 | 21 | 72 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
524 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 6 | 21 | 72 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
525 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 6 | 21 | 72 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
525 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 6 | 21 | 72 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
526 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 20 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
526 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 20 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
527 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 20 | 5 | 20 | 11 | 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. |
527 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 20 | 5 | 20 | 11 | 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. |
528 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 24 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
528 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 24 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
529 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 32 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
529 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 32 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
530 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 43 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
530 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 43 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
531 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 43 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
531 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 43 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
532 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 43 | 12 | 46 | 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 |
532 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 43 | 12 | 46 | 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 |
533 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 48 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
533 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 48 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
534 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 52 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
534 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 52 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
535 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 56 | 12 | 58 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
535 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 56 | 12 | 58 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
536 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 60 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
536 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 60 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
537 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 64 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
537 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 64 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
538 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 68 | 12 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
538 | /force-app/main/default/classes/ClusterDataPointNeighbor.cls | 68 | 12 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
539 | /force-app/main/default/classes/ClusterDeleteJobControllerExt.cls | 6 | 21 | 23 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
539 | /force-app/main/default/classes/ClusterDeleteJobControllerExt.cls | 6 | 21 | 23 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
540 | /force-app/main/default/classes/ClusterDeleteJobControllerExt.cls | 8 | 12 | 8 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
540 | /force-app/main/default/classes/ClusterDeleteJobControllerExt.cls | 8 | 12 | 8 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
541 | /force-app/main/default/classes/ClusterDeleteJobControllerExt.cls | 10 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
541 | /force-app/main/default/classes/ClusterDeleteJobControllerExt.cls | 10 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
542 | /force-app/main/default/classes/ClusterDeleteJobControllerExt.cls | 15 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
542 | /force-app/main/default/classes/ClusterDeleteJobControllerExt.cls | 15 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
543 | /force-app/main/default/classes/ClusterDeleteModelControllerExt.cls | 6 | 21 | 23 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
543 | /force-app/main/default/classes/ClusterDeleteModelControllerExt.cls | 6 | 21 | 23 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
544 | /force-app/main/default/classes/ClusterDeleteModelControllerExt.cls | 8 | 12 | 8 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
544 | /force-app/main/default/classes/ClusterDeleteModelControllerExt.cls | 8 | 12 | 8 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
545 | /force-app/main/default/classes/ClusterDeleteModelControllerExt.cls | 10 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
545 | /force-app/main/default/classes/ClusterDeleteModelControllerExt.cls | 10 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
546 | /force-app/main/default/classes/ClusterDeleteModelControllerExt.cls | 15 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
546 | /force-app/main/default/classes/ClusterDeleteModelControllerExt.cls | 15 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
547 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 6 | 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 comment |
547 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 6 | 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 comment |
548 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 6 | 21 | 118 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterDeleteModelJobBatch' has a total cognitive complexity of 59 (highest 33), current threshold is 50 |
548 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 6 | 21 | 118 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterDeleteModelJobBatch' has a total cognitive complexity of 59 (highest 33), current threshold is 50 |
549 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 6 | 21 | 118 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterDeleteModelJobBatch' has a Standard Cyclomatic Complexity of 4 (Highest = 13). |
549 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 6 | 21 | 118 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterDeleteModelJobBatch' has a Standard Cyclomatic Complexity of 4 (Highest = 13). |
550 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 11 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
550 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 11 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
551 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 11 | 5 | 11 | 11 | 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. |
551 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 11 | 5 | 11 | 11 | 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. |
552 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 14 | 20 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
552 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 14 | 20 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
553 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 52 | 20 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
553 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 52 | 20 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
554 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 58 | 20 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
554 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 58 | 20 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
555 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
555 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
556 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'finish(Database.BatchableContext)' has a cognitive complexity of 33, current threshold is 15 |
556 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'finish(Database.BatchableContext)' has a cognitive complexity of 33, current threshold is 15 |
557 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'finish(Database.BatchableContext)' has a cyclomatic complexity of 23. |
557 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'finish(Database.BatchableContext)' has a cyclomatic complexity of 23. |
558 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'finish()' has an NCSS line count of 65 (limit: 40) |
558 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'finish()' has an NCSS line count of 65 (limit: 40) |
559 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'finish' has a Standard Cyclomatic Complexity of 13. |
559 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 72 | 20 | 116 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'finish' has a Standard Cyclomatic Complexity of 13. |
560 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 101 | 17 | 106 | 18 | 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 |
560 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 101 | 17 | 106 | 18 | 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 |
561 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 108 | 17 | 113 | 18 | 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 |
561 | /force-app/main/default/classes/ClusterDeleteModelJobBatch.cls | 108 | 17 | 113 | 18 | 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 |
562 | /force-app/main/default/classes/ClusterException.cls | 1 | 8 | 4 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
562 | /force-app/main/default/classes/ClusterException.cls | 1 | 8 | 4 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
563 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 6 | 21 | 133 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
563 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 6 | 21 | 133 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
564 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 9 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
564 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 9 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
565 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 12 | 29 | 15 | 54 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
565 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 12 | 29 | 15 | 54 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
566 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 12 | 29 | 15 | 54 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
566 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 12 | 29 | 15 | 54 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
567 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 22 | 44 | 22 | 168 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
567 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 22 | 44 | 22 | 168 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
568 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 40 | 19 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
568 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 40 | 19 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
569 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 65 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
569 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 65 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
570 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 75 | 19 | 86 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
570 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 75 | 19 | 86 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
571 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 78 | 29 | 79 | 92 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
571 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 78 | 29 | 79 | 92 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
572 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 83 | 13 | 83 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
572 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 83 | 13 | 83 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
573 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 89 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
573 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 89 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
574 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 92 | 29 | 93 | 92 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
574 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 92 | 29 | 93 | 92 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
575 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 95 | 9 | 95 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
575 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 95 | 9 | 95 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
576 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 100 | 19 | 132 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
576 | /force-app/main/default/classes/ClusterJobDetailsController.cls | 100 | 19 | 132 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
577 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 6 | 21 | 81 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
577 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 6 | 21 | 81 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
578 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 6 | 21 | 81 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterJobDetailsUiModel has 20 public methods, attributes, and properties (limit: 20) |
578 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 6 | 21 | 81 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterJobDetailsUiModel has 20 public methods, attributes, and properties (limit: 20) |
579 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 6 | 21 | 81 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
579 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 6 | 21 | 81 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
580 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 7 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
580 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 7 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
581 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 17 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
581 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 17 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
582 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 17 | 5 | 17 | 11 | 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. |
582 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 17 | 5 | 17 | 11 | 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. |
583 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 21 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
583 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 21 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
584 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 39 | 53 | 39 | 123 | 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 |
584 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 39 | 53 | 39 | 123 | 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 |
585 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 39 | 53 | 39 | 123 | 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 |
585 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 39 | 53 | 39 | 123 | 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 |
586 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 46 | 15 | 46 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobId' should be before method declarations in its class |
586 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 46 | 15 | 46 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobId' should be before method declarations in its class |
587 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 48 | 15 | 48 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'createdById' should be before method declarations in its class |
587 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 48 | 15 | 48 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'createdById' should be before method declarations in its class |
588 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 50 | 19 | 50 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'createdByName' should be before method declarations in its class |
588 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 50 | 19 | 50 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'createdByName' should be before method declarations in its class |
589 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 52 | 19 | 52 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'name' should be before method declarations in its class |
589 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 52 | 19 | 52 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'name' should be before method declarations in its class |
590 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 54 | 19 | 54 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobName' should be before method declarations in its class |
590 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 54 | 19 | 54 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobName' should be before method declarations in its class |
591 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 56 | 19 | 56 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectName' should be before method declarations in its class |
591 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 56 | 19 | 56 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectName' should be before method declarations in its class |
592 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 58 | 19 | 58 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'status' should be before method declarations in its class |
592 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 58 | 19 | 58 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'status' should be before method declarations in its class |
593 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 60 | 19 | 60 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'statusText' should be before method declarations in its class |
593 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 60 | 19 | 60 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'statusText' should be before method declarations in its class |
594 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 62 | 19 | 62 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobStateString' should be before method declarations in its class |
594 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 62 | 19 | 62 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobStateString' should be before method declarations in its class |
595 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 64 | 19 | 64 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'startDate' should be before method declarations in its class |
595 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 64 | 19 | 64 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'startDate' should be before method declarations in its class |
596 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 66 | 19 | 66 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'endDate' should be before method declarations in its class |
596 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 66 | 19 | 66 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'endDate' should be before method declarations in its class |
597 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 68 | 20 | 68 | 36 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numberOfClusters' should be before method declarations in its class |
597 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 68 | 20 | 68 | 36 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numberOfClusters' should be before method declarations in its class |
598 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 70 | 32 | 70 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'model' should be before method declarations in its class |
598 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 70 | 32 | 70 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'model' should be before method declarations in its class |
599 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 72 | 20 | 72 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numberOfRecords' should be before method declarations in its class |
599 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 72 | 20 | 72 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numberOfRecords' should be before method declarations in its class |
600 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 74 | 19 | 74 | 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 'score' should be before method declarations in its class |
600 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 74 | 19 | 74 | 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 'score' should be before method declarations in its class |
601 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 76 | 20 | 76 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'maxGraphDataPoints' should be before method declarations in its class |
601 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 76 | 20 | 76 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'maxGraphDataPoints' should be before method declarations in its class |
602 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 78 | 36 | 78 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusters' should be before method declarations in its class |
602 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 78 | 36 | 78 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusters' should be before method declarations in its class |
603 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 80 | 21 | 80 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterColors' should be before method declarations in its class |
603 | /force-app/main/default/classes/ClusterJobDetailsUiModel.cls | 80 | 21 | 80 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterColors' should be before method declarations in its class |
604 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 6 | 21 | 14 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
604 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 6 | 21 | 14 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
605 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
605 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
606 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 7 | 5 | 7 | 11 | 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. |
606 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 7 | 5 | 7 | 11 | 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. |
607 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 11 | 38 | 11 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'models' should be before method declarations in its class |
607 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 11 | 38 | 11 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'models' should be before method declarations in its class |
608 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 13 | 57 | 13 | 67 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'parameters' should be before method declarations in its class |
608 | /force-app/main/default/classes/ClusterJobRunnerUiModel.cls | 13 | 57 | 13 | 67 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'parameters' should be before method declarations in its class |
609 | /force-app/main/default/classes/ClusterJobState.cls | 6 | 16 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
609 | /force-app/main/default/classes/ClusterJobState.cls | 6 | 16 | 40 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
610 | /force-app/main/default/classes/ClusterJobState.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
610 | /force-app/main/default/classes/ClusterJobState.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
611 | /force-app/main/default/classes/ClusterJobState.cls | 7 | 5 | 7 | 11 | 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. |
611 | /force-app/main/default/classes/ClusterJobState.cls | 7 | 5 | 7 | 11 | 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. |
612 | /force-app/main/default/classes/ClusterJobState.cls | 10 | 32 | 10 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'model' should be before method declarations in its class |
612 | /force-app/main/default/classes/ClusterJobState.cls | 10 | 32 | 10 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'model' should be before method declarations in its class |
613 | /force-app/main/default/classes/ClusterJobState.cls | 11 | 33 | 11 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'minMaxValues' should be before method declarations in its class |
613 | /force-app/main/default/classes/ClusterJobState.cls | 11 | 33 | 11 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'minMaxValues' should be before method declarations in its class |
614 | /force-app/main/default/classes/ClusterJobState.cls | 12 | 15 | 12 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'currentJobId' should be before method declarations in its class |
614 | /force-app/main/default/classes/ClusterJobState.cls | 12 | 15 | 12 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'currentJobId' should be before method declarations in its class |
615 | /force-app/main/default/classes/ClusterJobState.cls | 13 | 26 | 13 | 36 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterJob' should be before method declarations in its class |
615 | /force-app/main/default/classes/ClusterJobState.cls | 13 | 26 | 13 | 36 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterJob' should be before method declarations in its class |
616 | /force-app/main/default/classes/ClusterJobState.cls | 14 | 35 | 14 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobClusters' should be before method declarations in its class |
616 | /force-app/main/default/classes/ClusterJobState.cls | 14 | 35 | 14 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobClusters' should be before method declarations in its class |
617 | /force-app/main/default/classes/ClusterJobState.cls | 15 | 20 | 15 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'currentAlgorithmStep' should be before method declarations in its class |
617 | /force-app/main/default/classes/ClusterJobState.cls | 15 | 20 | 15 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'currentAlgorithmStep' should be before method declarations in its class |
618 | /force-app/main/default/classes/ClusterJobState.cls | 16 | 20 | 16 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'totalIterationsCount' should be before method declarations in its class |
618 | /force-app/main/default/classes/ClusterJobState.cls | 16 | 20 | 16 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'totalIterationsCount' should be before method declarations in its class |
619 | /force-app/main/default/classes/ClusterJobState.cls | 17 | 20 | 17 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numRecords' should be before method declarations in its class |
619 | /force-app/main/default/classes/ClusterJobState.cls | 17 | 20 | 17 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numRecords' should be before method declarations in its class |
620 | /force-app/main/default/classes/ClusterJobState.cls | 19 | 20 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
620 | /force-app/main/default/classes/ClusterJobState.cls | 19 | 20 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
621 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 5 | 8 | 58 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
621 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 5 | 8 | 58 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
622 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 12 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
622 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 12 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
623 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 12 | 12 | 18 | 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. |
623 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 12 | 12 | 18 | 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. |
624 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 21 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
624 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 21 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
625 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 26 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
625 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 26 | 12 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
626 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 31 | 12 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
626 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 31 | 12 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
627 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 36 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
627 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 36 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
628 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 41 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
628 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 41 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
629 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 48 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
629 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 48 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
630 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 48 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
630 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 48 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
631 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 48 | 12 | 57 | 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 |
631 | /force-app/main/default/classes/ClusterLookupSearchResult.cls | 48 | 12 | 57 | 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 |
632 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 1 | 8 | 44 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
632 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 1 | 8 | 44 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
633 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
633 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
634 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 2 | 5 | 2 | 11 | 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. |
634 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 2 | 5 | 2 | 11 | 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. |
635 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 6 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
635 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 6 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
636 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 40 | 19 | 40 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'minValue' should be before method declarations in its class |
636 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 40 | 19 | 40 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'minValue' should be before method declarations in its class |
637 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 41 | 19 | 41 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'maxValue' should be before method declarations in its class |
637 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 41 | 19 | 41 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'maxValue' should be before method declarations in its class |
638 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 42 | 19 | 42 | 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 'delta' should be before method declarations in its class |
638 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 42 | 19 | 42 | 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 'delta' should be before method declarations in its class |
639 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 43 | 31 | 43 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'vector' should be before method declarations in its class |
639 | /force-app/main/default/classes/ClusterMinMaxValue.cls | 43 | 31 | 43 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'vector' should be before method declarations in its class |
640 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 6 | 21 | 201 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
640 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 6 | 21 | 201 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
641 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 6 | 21 | 201 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterModelBuilderController' has a total cognitive complexity of 76 (highest 23), current threshold is 50 |
641 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 6 | 21 | 201 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterModelBuilderController' has a total cognitive complexity of 76 (highest 23), current threshold is 50 |
642 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 9 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
642 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 9 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
643 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 9 | 19 | 40 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getModel(Id)' has a cognitive complexity of 23, current threshold is 15 |
643 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 9 | 19 | 40 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getModel(Id)' has a cognitive complexity of 23, current threshold is 15 |
644 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 21 | 29 | 23 | 30 | 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 |
644 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 21 | 29 | 23 | 30 | 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 |
645 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 42 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
645 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 42 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
646 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 46 | 17 | 48 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
646 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 46 | 17 | 48 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
647 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 46 | 17 | 48 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
647 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 46 | 17 | 48 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
648 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 53 | 19 | 105 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
648 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 53 | 19 | 105 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
649 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 83 | 13 | 83 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
649 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 83 | 13 | 83 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
650 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 85 | 13 | 85 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
650 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 85 | 13 | 85 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
651 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 87 | 13 | 87 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
651 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 87 | 13 | 87 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
652 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 95 | 13 | 95 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
652 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 95 | 13 | 95 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
653 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 98 | 13 | 98 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
653 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 98 | 13 | 98 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
654 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 123 | 19 | 135 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
654 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 123 | 19 | 135 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
655 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 138 | 19 | 172 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
655 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 138 | 19 | 172 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
656 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 138 | 19 | 172 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getQueryObjects(String)' has a cognitive complexity of 23, current threshold is 15 |
656 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 138 | 19 | 172 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getQueryObjects(String)' has a cognitive complexity of 23, current threshold is 15 |
657 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 140 | 53 | 140 | 102 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
657 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 140 | 53 | 140 | 102 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
658 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 153 | 21 | 165 | 22 | 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 |
658 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 153 | 21 | 165 | 22 | 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 |
659 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 174 | 19 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
659 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 174 | 19 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
660 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 175 | 53 | 175 | 102 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
660 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 175 | 53 | 175 | 102 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
661 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 197 | 19 | 200 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
661 | /force-app/main/default/classes/ClusterModelBuilderController.cls | 197 | 19 | 200 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
662 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 6 | 8 | 95 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
662 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 6 | 8 | 95 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
663 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 7 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
663 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 7 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
664 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 8 | 16 | 10 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
664 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 8 | 16 | 10 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
665 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 8 | 9 | 8 | 15 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
665 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 8 | 9 | 8 | 15 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
666 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 11 | 16 | 14 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
666 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 11 | 16 | 14 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
667 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 16 | 23 | 16 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'name' should be before method declarations in its class |
667 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 16 | 23 | 16 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'name' should be before method declarations in its class |
668 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 18 | 23 | 18 | 39 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'relationshipName' should be before method declarations in its class |
668 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 18 | 23 | 18 | 39 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'relationshipName' should be before method declarations in its class |
669 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 20 | 23 | 20 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'label' should be before method declarations in its class |
669 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 20 | 23 | 20 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'label' should be before method declarations in its class |
670 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 22 | 33 | 22 | 39 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
670 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 22 | 33 | 22 | 39 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
671 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 24 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
671 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 24 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
672 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 47 | 16 | 68 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
672 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 47 | 16 | 68 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
673 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 69 | 16 | 77 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
673 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 69 | 16 | 77 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
674 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 79 | 12 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
674 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 79 | 12 | 81 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
675 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 79 | 5 | 79 | 11 | 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. |
675 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 79 | 5 | 79 | 11 | 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. |
676 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 83 | 32 | 83 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'model' should be before method declarations in its class |
676 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 83 | 32 | 83 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'model' should be before method declarations in its class |
677 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 85 | 33 | 85 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objects' should be before method declarations in its class |
677 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 85 | 33 | 85 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objects' should be before method declarations in its class |
678 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 87 | 30 | 87 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'queryObjects' should be before method declarations in its class |
678 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 87 | 30 | 87 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'queryObjects' should be before method declarations in its class |
679 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 89 | 33 | 89 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'algorithmList' should be before method declarations in its class |
679 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 89 | 33 | 89 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'algorithmList' should be before method declarations in its class |
680 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 91 | 33 | 91 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTypeList' should be before method declarations in its class |
680 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 91 | 33 | 91 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTypeList' should be before method declarations in its class |
681 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 93 | 33 | 93 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'languageList' should be before method declarations in its class |
681 | /force-app/main/default/classes/ClusterModelBuilderUiModel.cls | 93 | 33 | 93 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'languageList' should be before method declarations in its class |
682 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 6 | 8 | 79 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
682 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 6 | 8 | 79 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
683 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 6 | 8 | 79 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterModelFieldWrapper has 23 public methods, attributes, and properties (limit: 20) |
683 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 6 | 8 | 79 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterModelFieldWrapper has 23 public methods, attributes, and properties (limit: 20) |
684 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 6 | 8 | 79 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
684 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 6 | 8 | 79 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
685 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
685 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
686 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 7 | 5 | 7 | 11 | 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. |
686 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 7 | 5 | 7 | 11 | 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. |
687 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 10 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
687 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 10 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
688 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 19 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
688 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 19 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
689 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 29 | 20 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
689 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 29 | 20 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
690 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 41 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
690 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 41 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
691 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 48 | 15 | 48 | 22 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldId' should be before method declarations in its class |
691 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 48 | 15 | 48 | 22 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldId' should be before method declarations in its class |
692 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 50 | 19 | 50 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'name' should be before method declarations in its class |
692 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 50 | 19 | 50 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'name' should be before method declarations in its class |
693 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 52 | 19 | 52 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'displayLabel' should be before method declarations in its class |
693 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 52 | 19 | 52 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'displayLabel' should be before method declarations in its class |
694 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 54 | 19 | 54 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'distanceType' should be before method declarations in its class |
694 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 54 | 19 | 54 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'distanceType' should be before method declarations in its class |
695 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 56 | 19 | 56 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectName' should be before method declarations in its class |
695 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 56 | 19 | 56 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectName' should be before method declarations in its class |
696 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 58 | 19 | 58 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'relationName' should be before method declarations in its class |
696 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 58 | 19 | 58 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'relationName' should be before method declarations in its class |
697 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 60 | 20 | 60 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'weight' should be before method declarations in its class |
697 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 60 | 20 | 60 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'weight' should be before method declarations in its class |
698 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 62 | 19 | 62 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'dataType' should be before method declarations in its class |
698 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 62 | 19 | 62 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'dataType' should be before method declarations in its class |
699 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 64 | 19 | 64 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'language' should be before method declarations in its class |
699 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 64 | 19 | 64 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'language' should be before method declarations in its class |
700 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 66 | 20 | 66 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isNumeric' should be before method declarations in its class |
700 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 66 | 20 | 66 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isNumeric' should be before method declarations in its class |
701 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 68 | 20 | 68 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isText' should be before method declarations in its class |
701 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 68 | 20 | 68 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isText' should be before method declarations in its class |
702 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 70 | 20 | 70 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isLongText' should be before method declarations in its class |
702 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 70 | 20 | 70 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isLongText' should be before method declarations in its class |
703 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 72 | 20 | 72 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isCategory' should be before method declarations in its class |
703 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 72 | 20 | 72 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isCategory' should be before method declarations in its class |
704 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 74 | 20 | 74 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isPrediction' should be before method declarations in its class |
704 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 74 | 20 | 74 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isPrediction' should be before method declarations in its class |
705 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 75 | 20 | 75 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isIdField' should be before method declarations in its class |
705 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 75 | 20 | 75 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isIdField' should be before method declarations in its class |
706 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 76 | 20 | 76 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isNameField' should be before method declarations in its class |
706 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 76 | 20 | 76 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isNameField' should be before method declarations in its class |
707 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 77 | 20 | 77 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isDataTypeNumeric' should be before method declarations in its class |
707 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 77 | 20 | 77 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isDataTypeNumeric' should be before method declarations in its class |
708 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 78 | 42 | 78 | 51 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldDesc' should be before method declarations in its class |
708 | /force-app/main/default/classes/ClusterModelFieldWrapper.cls | 78 | 42 | 78 | 51 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldDesc' should be before method declarations in its class |
709 | /force-app/main/default/classes/ClusterModelLauncherController.cls | 1 | 21 | 51 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
709 | /force-app/main/default/classes/ClusterModelLauncherController.cls | 1 | 21 | 51 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
710 | /force-app/main/default/classes/ClusterModelLauncherController.cls | 5 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
710 | /force-app/main/default/classes/ClusterModelLauncherController.cls | 5 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
711 | /force-app/main/default/classes/ClusterModelLauncherController.cls | 14 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
711 | /force-app/main/default/classes/ClusterModelLauncherController.cls | 14 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
712 | /force-app/main/default/classes/ClusterModelLauncherController.cls | 35 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
712 | /force-app/main/default/classes/ClusterModelLauncherController.cls | 35 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
713 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 1 | 21 | 10 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
713 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 1 | 21 | 10 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
714 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
714 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
715 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 2 | 5 | 2 | 11 | 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. |
715 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 2 | 5 | 2 | 11 | 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. |
716 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 6 | 32 | 6 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'model' should be before method declarations in its class |
716 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 6 | 32 | 6 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'model' should be before method declarations in its class |
717 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 8 | 40 | 8 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'parameters' should be before method declarations in its class |
717 | /force-app/main/default/classes/ClusterModelLauncherUiModel.cls | 8 | 40 | 8 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'parameters' should be before method declarations in its class |
718 | /force-app/main/default/classes/ClusterModelWrapper.cls | 7 | 8 | 188 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
718 | /force-app/main/default/classes/ClusterModelWrapper.cls | 7 | 8 | 188 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
719 | /force-app/main/default/classes/ClusterModelWrapper.cls | 7 | 8 | 188 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterModelWrapper has 21 public methods, attributes, and properties (limit: 20) |
719 | /force-app/main/default/classes/ClusterModelWrapper.cls | 7 | 8 | 188 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterModelWrapper has 21 public methods, attributes, and properties (limit: 20) |
720 | /force-app/main/default/classes/ClusterModelWrapper.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
720 | /force-app/main/default/classes/ClusterModelWrapper.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
721 | /force-app/main/default/classes/ClusterModelWrapper.cls | 12 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
721 | /force-app/main/default/classes/ClusterModelWrapper.cls | 12 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
722 | /force-app/main/default/classes/ClusterModelWrapper.cls | 28 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
722 | /force-app/main/default/classes/ClusterModelWrapper.cls | 28 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
723 | /force-app/main/default/classes/ClusterModelWrapper.cls | 40 | 12 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
723 | /force-app/main/default/classes/ClusterModelWrapper.cls | 40 | 12 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
724 | /force-app/main/default/classes/ClusterModelWrapper.cls | 42 | 61 | 42 | 68 | 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 |
724 | /force-app/main/default/classes/ClusterModelWrapper.cls | 42 | 61 | 42 | 68 | 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 |
725 | /force-app/main/default/classes/ClusterModelWrapper.cls | 42 | 61 | 42 | 68 | 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 |
725 | /force-app/main/default/classes/ClusterModelWrapper.cls | 42 | 61 | 42 | 68 | 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 |
726 | /force-app/main/default/classes/ClusterModelWrapper.cls | 43 | 53 | 43 | 102 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
726 | /force-app/main/default/classes/ClusterModelWrapper.cls | 43 | 53 | 43 | 102 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
727 | /force-app/main/default/classes/ClusterModelWrapper.cls | 53 | 68 | 53 | 123 | 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. |
727 | /force-app/main/default/classes/ClusterModelWrapper.cls | 53 | 68 | 53 | 123 | 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. |
728 | /force-app/main/default/classes/ClusterModelWrapper.cls | 53 | 68 | 53 | 123 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
728 | /force-app/main/default/classes/ClusterModelWrapper.cls | 53 | 68 | 53 | 123 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
729 | /force-app/main/default/classes/ClusterModelWrapper.cls | 63 | 12 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
729 | /force-app/main/default/classes/ClusterModelWrapper.cls | 63 | 12 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
730 | /force-app/main/default/classes/ClusterModelWrapper.cls | 64 | 53 | 64 | 102 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
730 | /force-app/main/default/classes/ClusterModelWrapper.cls | 64 | 53 | 64 | 102 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
731 | /force-app/main/default/classes/ClusterModelWrapper.cls | 73 | 68 | 73 | 123 | 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. |
731 | /force-app/main/default/classes/ClusterModelWrapper.cls | 73 | 68 | 73 | 123 | 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. |
732 | /force-app/main/default/classes/ClusterModelWrapper.cls | 73 | 68 | 73 | 123 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
732 | /force-app/main/default/classes/ClusterModelWrapper.cls | 73 | 68 | 73 | 123 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
733 | /force-app/main/default/classes/ClusterModelWrapper.cls | 98 | 12 | 110 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
733 | /force-app/main/default/classes/ClusterModelWrapper.cls | 98 | 12 | 110 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
734 | /force-app/main/default/classes/ClusterModelWrapper.cls | 112 | 12 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
734 | /force-app/main/default/classes/ClusterModelWrapper.cls | 112 | 12 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
735 | /force-app/main/default/classes/ClusterModelWrapper.cls | 123 | 20 | 145 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
735 | /force-app/main/default/classes/ClusterModelWrapper.cls | 123 | 20 | 145 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
736 | /force-app/main/default/classes/ClusterModelWrapper.cls | 147 | 12 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
736 | /force-app/main/default/classes/ClusterModelWrapper.cls | 147 | 12 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
737 | /force-app/main/default/classes/ClusterModelWrapper.cls | 165 | 15 | 165 | 22 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'modelId' should be before method declarations in its class |
737 | /force-app/main/default/classes/ClusterModelWrapper.cls | 165 | 15 | 165 | 22 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'modelId' should be before method declarations in its class |
738 | /force-app/main/default/classes/ClusterModelWrapper.cls | 167 | 19 | 167 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'name' should be before method declarations in its class |
738 | /force-app/main/default/classes/ClusterModelWrapper.cls | 167 | 19 | 167 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'name' should be before method declarations in its class |
739 | /force-app/main/default/classes/ClusterModelWrapper.cls | 169 | 19 | 169 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'description' should be before method declarations in its class |
739 | /force-app/main/default/classes/ClusterModelWrapper.cls | 169 | 19 | 169 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'description' should be before method declarations in its class |
740 | /force-app/main/default/classes/ClusterModelWrapper.cls | 171 | 19 | 171 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'algorithm' should be before method declarations in its class |
740 | /force-app/main/default/classes/ClusterModelWrapper.cls | 171 | 19 | 171 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'algorithm' should be before method declarations in its class |
741 | /force-app/main/default/classes/ClusterModelWrapper.cls | 173 | 19 | 173 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'filter' should be before method declarations in its class |
741 | /force-app/main/default/classes/ClusterModelWrapper.cls | 173 | 19 | 173 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'filter' should be before method declarations in its class |
742 | /force-app/main/default/classes/ClusterModelWrapper.cls | 175 | 19 | 175 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectName' should be before method declarations in its class |
742 | /force-app/main/default/classes/ClusterModelWrapper.cls | 175 | 19 | 175 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectName' should be before method declarations in its class |
743 | /force-app/main/default/classes/ClusterModelWrapper.cls | 177 | 32 | 177 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'parameters' should be before method declarations in its class |
743 | /force-app/main/default/classes/ClusterModelWrapper.cls | 177 | 32 | 177 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'parameters' should be before method declarations in its class |
744 | /force-app/main/default/classes/ClusterModelWrapper.cls | 179 | 20 | 179 | 36 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numberOfClusters' should be before method declarations in its class |
744 | /force-app/main/default/classes/ClusterModelWrapper.cls | 179 | 20 | 179 | 36 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numberOfClusters' should be before method declarations in its class |
745 | /force-app/main/default/classes/ClusterModelWrapper.cls | 181 | 19 | 181 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'soql' should be before method declarations in its class |
745 | /force-app/main/default/classes/ClusterModelWrapper.cls | 181 | 19 | 181 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'soql' should be before method declarations in its class |
746 | /force-app/main/default/classes/ClusterModelWrapper.cls | 183 | 20 | 183 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isCustomSoql' should be before method declarations in its class |
746 | /force-app/main/default/classes/ClusterModelWrapper.cls | 183 | 20 | 183 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isCustomSoql' should be before method declarations in its class |
747 | /force-app/main/default/classes/ClusterModelWrapper.cls | 185 | 19 | 185 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'distanceFunction' should be before method declarations in its class |
747 | /force-app/main/default/classes/ClusterModelWrapper.cls | 185 | 19 | 185 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'distanceFunction' should be before method declarations in its class |
748 | /force-app/main/default/classes/ClusterModelWrapper.cls | 187 | 43 | 187 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
748 | /force-app/main/default/classes/ClusterModelWrapper.cls | 187 | 43 | 187 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fields' should be before method declarations in its class |
749 | /force-app/main/default/classes/ClusterNeighbor.cls | 6 | 21 | 26 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
749 | /force-app/main/default/classes/ClusterNeighbor.cls | 6 | 21 | 26 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
750 | /force-app/main/default/classes/ClusterNeighbor.cls | 10 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
750 | /force-app/main/default/classes/ClusterNeighbor.cls | 10 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
751 | /force-app/main/default/classes/ClusterNeighbor.cls | 10 | 5 | 10 | 11 | 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. |
751 | /force-app/main/default/classes/ClusterNeighbor.cls | 10 | 5 | 10 | 11 | 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. |
752 | /force-app/main/default/classes/ClusterNeighbor.cls | 14 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
752 | /force-app/main/default/classes/ClusterNeighbor.cls | 14 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
753 | /force-app/main/default/classes/ClusterNeighbor.cls | 22 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
753 | /force-app/main/default/classes/ClusterNeighbor.cls | 22 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
754 | /force-app/main/default/classes/ClusterNeighbor.cls | 22 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
754 | /force-app/main/default/classes/ClusterNeighbor.cls | 22 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
755 | /force-app/main/default/classes/ClusterNeighbor.cls | 22 | 12 | 25 | 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 |
755 | /force-app/main/default/classes/ClusterNeighbor.cls | 22 | 12 | 25 | 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 |
756 | /force-app/main/default/classes/ClusterPredictController.cls | 6 | 21 | 362 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
756 | /force-app/main/default/classes/ClusterPredictController.cls | 6 | 21 | 362 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
757 | /force-app/main/default/classes/ClusterPredictController.cls | 6 | 21 | 362 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterPredictController' has a total cognitive complexity of 121 (highest 30), current threshold is 50 |
757 | /force-app/main/default/classes/ClusterPredictController.cls | 6 | 21 | 362 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterPredictController' has a total cognitive complexity of 121 (highest 30), current threshold is 50 |
758 | /force-app/main/default/classes/ClusterPredictController.cls | 6 | 21 | 362 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterPredictController' has a total cyclomatic complexity of 63 (highest 16). |
758 | /force-app/main/default/classes/ClusterPredictController.cls | 6 | 21 | 362 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterPredictController' has a total cyclomatic complexity of 63 (highest 16). |
759 | /force-app/main/default/classes/ClusterPredictController.cls | 6 | 21 | 362 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterPredictController' has a Standard Cyclomatic Complexity of 6 (Highest = 13). |
759 | /force-app/main/default/classes/ClusterPredictController.cls | 6 | 21 | 362 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterPredictController' has a Standard Cyclomatic Complexity of 6 (Highest = 13). |
760 | /force-app/main/default/classes/ClusterPredictController.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
760 | /force-app/main/default/classes/ClusterPredictController.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
761 | /force-app/main/default/classes/ClusterPredictController.cls | 12 | 33 | 12 | 55 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'SOSL_SEARCH_LIMIT' should be before method declarations in its class |
761 | /force-app/main/default/classes/ClusterPredictController.cls | 12 | 33 | 12 | 55 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'SOSL_SEARCH_LIMIT' should be before method declarations in its class |
762 | /force-app/main/default/classes/ClusterPredictController.cls | 13 | 32 | 13 | 152 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'ERR_NO_COMPLETED_JOBS' should be before method declarations in its class |
762 | /force-app/main/default/classes/ClusterPredictController.cls | 13 | 32 | 13 | 152 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'ERR_NO_COMPLETED_JOBS' should be before method declarations in its class |
763 | /force-app/main/default/classes/ClusterPredictController.cls | 14 | 32 | 14 | 142 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'ERR_JOB_NOT_COMPLETED' should be before method declarations in its class |
763 | /force-app/main/default/classes/ClusterPredictController.cls | 14 | 32 | 14 | 142 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'ERR_JOB_NOT_COMPLETED' should be before method declarations in its class |
764 | /force-app/main/default/classes/ClusterPredictController.cls | 15 | 26 | 15 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'log' should be before method declarations in its class |
764 | /force-app/main/default/classes/ClusterPredictController.cls | 15 | 26 | 15 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'log' should be before method declarations in its class |
765 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
765 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
766 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getPredictUiModel(Id)' has a cognitive complexity of 23, current threshold is 15 |
766 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getPredictUiModel(Id)' has a cognitive complexity of 23, current threshold is 15 |
767 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getPredictUiModel(Id)' has a cyclomatic complexity of 12. |
767 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getPredictUiModel(Id)' has a cyclomatic complexity of 12. |
768 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getPredictUiModel()' has an NCSS line count of 47 (limit: 40) |
768 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getPredictUiModel()' has an NCSS line count of 47 (limit: 40) |
769 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getPredictUiModel' has a Standard Cyclomatic Complexity of 10. |
769 | /force-app/main/default/classes/ClusterPredictController.cls | 18 | 19 | 70 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getPredictUiModel' has a Standard Cyclomatic Complexity of 10. |
770 | /force-app/main/default/classes/ClusterPredictController.cls | 31 | 17 | 33 | 18 | 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 |
770 | /force-app/main/default/classes/ClusterPredictController.cls | 31 | 17 | 33 | 18 | 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 |
771 | /force-app/main/default/classes/ClusterPredictController.cls | 39 | 17 | 45 | 18 | 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 |
771 | /force-app/main/default/classes/ClusterPredictController.cls | 39 | 17 | 45 | 18 | 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 |
772 | /force-app/main/default/classes/ClusterPredictController.cls | 64 | 17 | 66 | 18 | 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 |
772 | /force-app/main/default/classes/ClusterPredictController.cls | 64 | 17 | 66 | 18 | 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 |
773 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
773 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
774 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'search(String, List |
774 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'search(String, List |
775 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'search(String, List |
775 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'search(String, List |
776 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'search()' has an NCSS line count of 65 (limit: 40) |
776 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'search()' has an NCSS line count of 65 (limit: 40) |
777 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'search' has a Standard Cyclomatic Complexity of 13. |
777 | /force-app/main/default/classes/ClusterPredictController.cls | 73 | 19 | 162 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'search' has a Standard Cyclomatic Complexity of 13. |
778 | /force-app/main/default/classes/ClusterPredictController.cls | 95 | 17 | 100 | 18 | 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 |
778 | /force-app/main/default/classes/ClusterPredictController.cls | 95 | 17 | 100 | 18 | 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 |
779 | /force-app/main/default/classes/ClusterPredictController.cls | 121 | 17 | 126 | 18 | 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 |
779 | /force-app/main/default/classes/ClusterPredictController.cls | 121 | 17 | 126 | 18 | 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 |
780 | /force-app/main/default/classes/ClusterPredictController.cls | 129 | 45 | 129 | 54 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
780 | /force-app/main/default/classes/ClusterPredictController.cls | 129 | 45 | 129 | 54 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
781 | /force-app/main/default/classes/ClusterPredictController.cls | 165 | 19 | 209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
781 | /force-app/main/default/classes/ClusterPredictController.cls | 165 | 19 | 209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
782 | /force-app/main/default/classes/ClusterPredictController.cls | 180 | 52 | 181 | 99 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
782 | /force-app/main/default/classes/ClusterPredictController.cls | 180 | 52 | 181 | 99 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
783 | /force-app/main/default/classes/ClusterPredictController.cls | 212 | 19 | 247 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
783 | /force-app/main/default/classes/ClusterPredictController.cls | 212 | 19 | 247 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
784 | /force-app/main/default/classes/ClusterPredictController.cls | 225 | 17 | 231 | 18 | 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 |
784 | /force-app/main/default/classes/ClusterPredictController.cls | 225 | 17 | 231 | 18 | 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 |
785 | /force-app/main/default/classes/ClusterPredictController.cls | 250 | 19 | 275 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
785 | /force-app/main/default/classes/ClusterPredictController.cls | 250 | 19 | 275 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
786 | /force-app/main/default/classes/ClusterPredictController.cls | 278 | 19 | 281 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
786 | /force-app/main/default/classes/ClusterPredictController.cls | 278 | 19 | 281 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
787 | /force-app/main/default/classes/ClusterPredictController.cls | 283 | 19 | 295 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
787 | /force-app/main/default/classes/ClusterPredictController.cls | 283 | 19 | 295 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
788 | /force-app/main/default/classes/ClusterPredictController.cls | 297 | 19 | 349 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
788 | /force-app/main/default/classes/ClusterPredictController.cls | 297 | 19 | 349 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
789 | /force-app/main/default/classes/ClusterPredictController.cls | 297 | 19 | 349 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getModelJob(String)' has a cognitive complexity of 18, current threshold is 15 |
789 | /force-app/main/default/classes/ClusterPredictController.cls | 297 | 19 | 349 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getModelJob(String)' has a cognitive complexity of 18, current threshold is 15 |
790 | /force-app/main/default/classes/ClusterPredictController.cls | 297 | 19 | 349 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getModelJob(String)' has a cyclomatic complexity of 14. |
790 | /force-app/main/default/classes/ClusterPredictController.cls | 297 | 19 | 349 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getModelJob(String)' has a cyclomatic complexity of 14. |
791 | /force-app/main/default/classes/ClusterPredictController.cls | 297 | 19 | 349 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getModelJob()' has an NCSS line count of 41 (limit: 40) |
791 | /force-app/main/default/classes/ClusterPredictController.cls | 297 | 19 | 349 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getModelJob()' has an NCSS line count of 41 (limit: 40) |
792 | /force-app/main/default/classes/ClusterPredictController.cls | 306 | 9 | 308 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
792 | /force-app/main/default/classes/ClusterPredictController.cls | 306 | 9 | 308 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
793 | /force-app/main/default/classes/ClusterPredictController.cls | 310 | 54 | 310 | 95 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
793 | /force-app/main/default/classes/ClusterPredictController.cls | 310 | 54 | 310 | 95 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
794 | /force-app/main/default/classes/ClusterPredictController.cls | 311 | 52 | 311 | 91 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
794 | /force-app/main/default/classes/ClusterPredictController.cls | 311 | 52 | 311 | 91 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
795 | /force-app/main/default/classes/ClusterPredictController.cls | 316 | 17 | 318 | 18 | 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 |
795 | /force-app/main/default/classes/ClusterPredictController.cls | 316 | 17 | 318 | 18 | 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 |
796 | /force-app/main/default/classes/ClusterPredictController.cls | 324 | 17 | 329 | 18 | 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 |
796 | /force-app/main/default/classes/ClusterPredictController.cls | 324 | 17 | 329 | 18 | 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 |
797 | /force-app/main/default/classes/ClusterPredictController.cls | 351 | 19 | 360 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
797 | /force-app/main/default/classes/ClusterPredictController.cls | 351 | 19 | 360 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
798 | /force-app/main/default/classes/ClusterPredictController.cls | 353 | 16 | 353 | 31 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobState' defined but not used |
798 | /force-app/main/default/classes/ClusterPredictController.cls | 353 | 16 | 353 | 31 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobState' defined but not used |
799 | /force-app/main/default/classes/ClusterPredictKNNUiModel.cls | 1 | 21 | 14 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
799 | /force-app/main/default/classes/ClusterPredictKNNUiModel.cls | 1 | 21 | 14 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
800 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 6 | 21 | 39 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
800 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 6 | 21 | 39 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
801 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 7 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
801 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 7 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
802 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
802 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
803 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 29 | 38 | 29 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'models' should be before method declarations in its class |
803 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 29 | 38 | 29 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'models' should be before method declarations in its class |
804 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 31 | 15 | 31 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobId' should be before method declarations in its class |
804 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 31 | 15 | 31 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobId' should be before method declarations in its class |
805 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 33 | 29 | 33 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'dataPoint' should be before method declarations in its class |
805 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 33 | 29 | 33 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'dataPoint' should be before method declarations in its class |
806 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 35 | 20 | 35 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordIdNeeded' should be before method declarations in its class |
806 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 35 | 20 | 35 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordIdNeeded' should be before method declarations in its class |
807 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 37 | 19 | 37 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'modelObjectLabel' should be before method declarations in its class |
807 | /force-app/main/default/classes/ClusterPredictUiModel.cls | 37 | 19 | 37 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'modelObjectLabel' should be before method declarations in its class |
808 | /force-app/main/default/classes/ClusterPredictionResult.cls | 1 | 21 | 146 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
808 | /force-app/main/default/classes/ClusterPredictionResult.cls | 1 | 21 | 146 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
809 | /force-app/main/default/classes/ClusterPredictionResult.cls | 1 | 21 | 146 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
809 | /force-app/main/default/classes/ClusterPredictionResult.cls | 1 | 21 | 146 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
810 | /force-app/main/default/classes/ClusterPredictionResult.cls | 2 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
810 | /force-app/main/default/classes/ClusterPredictionResult.cls | 2 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
811 | /force-app/main/default/classes/ClusterPredictionResult.cls | 10 | 16 | 14 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
811 | /force-app/main/default/classes/ClusterPredictionResult.cls | 10 | 16 | 14 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
812 | /force-app/main/default/classes/ClusterPredictionResult.cls | 16 | 16 | 18 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
812 | /force-app/main/default/classes/ClusterPredictionResult.cls | 16 | 16 | 18 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
813 | /force-app/main/default/classes/ClusterPredictionResult.cls | 20 | 16 | 22 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
813 | /force-app/main/default/classes/ClusterPredictionResult.cls | 20 | 16 | 22 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
814 | /force-app/main/default/classes/ClusterPredictionResult.cls | 24 | 16 | 26 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
814 | /force-app/main/default/classes/ClusterPredictionResult.cls | 24 | 16 | 26 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
815 | /force-app/main/default/classes/ClusterPredictionResult.cls | 29 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
815 | /force-app/main/default/classes/ClusterPredictionResult.cls | 29 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
816 | /force-app/main/default/classes/ClusterPredictionResult.cls | 36 | 16 | 51 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
816 | /force-app/main/default/classes/ClusterPredictionResult.cls | 36 | 16 | 51 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
817 | /force-app/main/default/classes/ClusterPredictionResult.cls | 53 | 16 | 55 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
817 | /force-app/main/default/classes/ClusterPredictionResult.cls | 53 | 16 | 55 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
818 | /force-app/main/default/classes/ClusterPredictionResult.cls | 57 | 16 | 74 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
818 | /force-app/main/default/classes/ClusterPredictionResult.cls | 57 | 16 | 74 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
819 | /force-app/main/default/classes/ClusterPredictionResult.cls | 76 | 16 | 92 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
819 | /force-app/main/default/classes/ClusterPredictionResult.cls | 76 | 16 | 92 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
820 | /force-app/main/default/classes/ClusterPredictionResult.cls | 94 | 16 | 108 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
820 | /force-app/main/default/classes/ClusterPredictionResult.cls | 94 | 16 | 108 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
821 | /force-app/main/default/classes/ClusterPredictionResult.cls | 110 | 16 | 112 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
821 | /force-app/main/default/classes/ClusterPredictionResult.cls | 110 | 16 | 112 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
822 | /force-app/main/default/classes/ClusterPredictionResult.cls | 116 | 34 | 116 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldPredictions' should be before method declarations in its class |
822 | /force-app/main/default/classes/ClusterPredictionResult.cls | 116 | 34 | 116 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldPredictions' should be before method declarations in its class |
823 | /force-app/main/default/classes/ClusterPredictionResult.cls | 118 | 43 | 118 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'nearestNeighbors' should be before method declarations in its class |
823 | /force-app/main/default/classes/ClusterPredictionResult.cls | 118 | 43 | 118 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'nearestNeighbors' should be before method declarations in its class |
824 | /force-app/main/default/classes/ClusterPredictionResult.cls | 120 | 28 | 120 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterPrediction' should be before method declarations in its class |
824 | /force-app/main/default/classes/ClusterPredictionResult.cls | 120 | 28 | 120 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterPrediction' should be before method declarations in its class |
825 | /force-app/main/default/classes/ClusterPredictionResult.cls | 122 | 20 | 122 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterIndex' should be before method declarations in its class |
825 | /force-app/main/default/classes/ClusterPredictionResult.cls | 122 | 20 | 122 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterIndex' should be before method declarations in its class |
826 | /force-app/main/default/classes/ClusterPredictionResult.cls | 124 | 29 | 124 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'dataPoint' should be before method declarations in its class |
826 | /force-app/main/default/classes/ClusterPredictionResult.cls | 124 | 29 | 124 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'dataPoint' should be before method declarations in its class |
827 | /force-app/main/default/classes/ClusterPredictionResult.cls | 127 | 12 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
827 | /force-app/main/default/classes/ClusterPredictionResult.cls | 127 | 12 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
828 | /force-app/main/default/classes/ClusterPredictionResult.cls | 131 | 12 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
828 | /force-app/main/default/classes/ClusterPredictionResult.cls | 131 | 12 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
829 | /force-app/main/default/classes/ClusterPredictionResult.cls | 135 | 12 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
829 | /force-app/main/default/classes/ClusterPredictionResult.cls | 135 | 12 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
830 | /force-app/main/default/classes/ClusterPredictionResult.cls | 139 | 12 | 141 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
830 | /force-app/main/default/classes/ClusterPredictionResult.cls | 139 | 12 | 141 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
831 | /force-app/main/default/classes/ClusterPredictionResult.cls | 143 | 12 | 145 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
831 | /force-app/main/default/classes/ClusterPredictionResult.cls | 143 | 12 | 145 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
832 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 6 | 21 | 26 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
832 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 6 | 21 | 26 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
833 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
833 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
834 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 7 | 5 | 7 | 11 | 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. |
834 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 7 | 5 | 7 | 11 | 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. |
835 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 11 | 19 | 11 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobStateString' should be before method declarations in its class |
835 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 11 | 19 | 11 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobStateString' should be before method declarations in its class |
836 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 13 | 29 | 13 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'dataPoint' should be before method declarations in its class |
836 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 13 | 29 | 13 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'dataPoint' should be before method declarations in its class |
837 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 15 | 19 | 15 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'resultName' should be before method declarations in its class |
837 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 15 | 19 | 15 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'resultName' should be before method declarations in its class |
838 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 17 | 15 | 17 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobId' should be before method declarations in its class |
838 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 17 | 15 | 17 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobId' should be before method declarations in its class |
839 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 19 | 19 | 19 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobName' should be before method declarations in its class |
839 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 19 | 19 | 19 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'jobName' should be before method declarations in its class |
840 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 21 | 15 | 21 | 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 'clusterId' should be before method declarations in its class |
840 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 21 | 15 | 21 | 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 'clusterId' should be before method declarations in its class |
841 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 23 | 19 | 23 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterName' should be before method declarations in its class |
841 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 23 | 19 | 23 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterName' should be before method declarations in its class |
842 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 25 | 19 | 25 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterColor' should be before method declarations in its class |
842 | /force-app/main/default/classes/ClusterResultDetailsUiModel.cls | 25 | 19 | 25 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'clusterColor' should be before method declarations in its class |
843 | /force-app/main/default/classes/UiSelectOption.cls | 1 | 8 | 28 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
843 | /force-app/main/default/classes/UiSelectOption.cls | 1 | 8 | 28 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
844 | /force-app/main/default/classes/UiSelectOption.cls | 3 | 12 | 3 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
844 | /force-app/main/default/classes/UiSelectOption.cls | 3 | 12 | 3 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
845 | /force-app/main/default/classes/UiSelectOption.cls | 5 | 12 | 5 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
845 | /force-app/main/default/classes/UiSelectOption.cls | 5 | 12 | 5 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
846 | /force-app/main/default/classes/UiSelectOption.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
846 | /force-app/main/default/classes/UiSelectOption.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
847 | /force-app/main/default/classes/UiSelectOption.cls | 12 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
847 | /force-app/main/default/classes/UiSelectOption.cls | 12 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
848 | /force-app/main/default/classes/UiSelectOption.cls | 17 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
848 | /force-app/main/default/classes/UiSelectOption.cls | 17 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
849 | /force-app/main/default/classes/UiSelectOption.cls | 22 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
849 | /force-app/main/default/classes/UiSelectOption.cls | 22 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
850 | /force-app/main/default/triggers/ClusterJobResultBeforeDelete.trigger | 1 | 1 | 5 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
850 | /force-app/main/default/triggers/ClusterJobResultBeforeDelete.trigger | 1 | 1 | 5 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
851 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 5 | 23 | 5 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
851 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 5 | 23 | 5 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
852 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 9 | 19 | 122 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testKMeans()' has an NCSS line count of 67 (limit: 40) |
852 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 9 | 19 | 122 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testKMeans()' has an NCSS line count of 67 (limit: 40) |
853 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 32 | 13 | 32 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
853 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 32 | 13 | 32 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
854 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 32 | 13 | 32 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
854 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 32 | 13 | 32 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
855 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 172 | 21 | 172 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dataAssignmentStepIndex' defined but not used |
855 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 172 | 21 | 172 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dataAssignmentStepIndex' defined but not used |
856 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 262 | 13 | 262 | 37 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
856 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 262 | 13 | 262 | 37 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
857 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 262 | 13 | 262 | 37 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
857 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 262 | 13 | 262 | 37 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
858 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 308 | 13 | 308 | 37 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
858 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 308 | 13 | 308 | 37 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
859 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 308 | 13 | 308 | 37 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
859 | /force-app/main/test/classes/ClusterKMeansRunnerTest.cls | 308 | 13 | 308 | 37 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
860 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 6 | 23 | 6 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
860 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 6 | 23 | 6 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
861 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 10 | 19 | 130 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testKMedoids()' has an NCSS line count of 76 (limit: 40) |
861 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 10 | 19 | 130 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testKMedoids()' has an NCSS line count of 76 (limit: 40) |
862 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 30 | 13 | 30 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
862 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 30 | 13 | 30 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
863 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 30 | 13 | 30 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
863 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 30 | 13 | 30 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
864 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 192 | 19 | 335 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testKMedoidsLongText()' has an NCSS line count of 83 (limit: 40) |
864 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 192 | 19 | 335 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testKMedoidsLongText()' has an NCSS line count of 83 (limit: 40) |
865 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 330 | 42 | 330 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ccd1' defined but not used |
865 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 330 | 42 | 330 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ccd1' defined but not used |
866 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 331 | 42 | 331 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ccd2' defined but not used |
866 | /force-app/main/test/classes/ClusterKMedoidsPAMRunnerTest.cls | 331 | 42 | 331 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ccd2' defined but not used |
867 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 72 | 22 | 72 | 160 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tf' defined but not used |
867 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 72 | 22 | 72 | 160 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tf' defined but not used |
868 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 87 | 42 | 87 | 192 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tf2' defined but not used |
868 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 87 | 42 | 87 | 192 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tf2' defined but not used |
869 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 95 | 13 | 95 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
869 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 95 | 13 | 95 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
870 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 95 | 13 | 95 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
870 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 95 | 13 | 95 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
871 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 96 | 13 | 96 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
871 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 96 | 13 | 96 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
872 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 96 | 13 | 96 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
872 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 96 | 13 | 96 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
873 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 101 | 13 | 101 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
873 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 101 | 13 | 101 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
874 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 101 | 13 | 101 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
874 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 101 | 13 | 101 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
875 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 112 | 13 | 112 | 28 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
875 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 112 | 13 | 112 | 28 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
876 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 112 | 13 | 112 | 28 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
876 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 112 | 13 | 112 | 28 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
877 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 176 | 13 | 176 | 28 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
877 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 176 | 13 | 176 | 28 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
878 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 176 | 13 | 176 | 28 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
878 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 176 | 13 | 176 | 28 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
879 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 190 | 19 | 278 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testCompressedArrayCosineDistance()' has a cognitive complexity of 16, current threshold is 15 |
879 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 190 | 19 | 278 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testCompressedArrayCosineDistance()' has a cognitive complexity of 16, current threshold is 15 |
880 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 190 | 19 | 278 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testCompressedArrayCosineDistance()' has a cyclomatic complexity of 11. |
880 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 190 | 19 | 278 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testCompressedArrayCosineDistance()' has a cyclomatic complexity of 11. |
881 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 190 | 19 | 278 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testCompressedArrayCosineDistance()' has an NCSS line count of 56 (limit: 40) |
881 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 190 | 19 | 278 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testCompressedArrayCosineDistance()' has an NCSS line count of 56 (limit: 40) |
882 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 212 | 9 | 212 | 40 | 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. |
882 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 212 | 9 | 212 | 40 | 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. |
883 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 218 | 13 | 218 | 26 | 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. |
883 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 218 | 13 | 218 | 26 | 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. |
884 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 245 | 9 | 245 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
884 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 245 | 9 | 245 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
885 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 245 | 9 | 245 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
885 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 245 | 9 | 245 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
886 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 246 | 9 | 246 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
886 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 246 | 9 | 246 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
887 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 246 | 9 | 246 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
887 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 246 | 9 | 246 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
888 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 251 | 9 | 251 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
888 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 251 | 9 | 251 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
889 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 251 | 9 | 251 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
889 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 251 | 9 | 251 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
890 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 258 | 9 | 258 | 74 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
890 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 258 | 9 | 258 | 74 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
891 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 258 | 9 | 258 | 74 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
891 | /force-app/main/test/classes/ClusterLongTextFieldValueProcessorTest.cls | 258 | 9 | 258 | 74 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
892 | /force-app/main/test/classes/ClusterPredictControllerTest.cls | 72 | 39 | 72 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'uiModel' defined but not used |
892 | /force-app/main/test/classes/ClusterPredictControllerTest.cls | 72 | 39 | 72 | 106 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'uiModel' defined but not used |
893 | /force-app/main/test/classes/ClusterPredictControllerTest.cls | 80 | 58 | 80 | 141 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'predictResult' defined but not used |
893 | /force-app/main/test/classes/ClusterPredictControllerTest.cls | 80 | 58 | 80 | 141 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'predictResult' defined but not used |
894 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 3 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
894 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 3 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
895 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 4 | 16 | 16 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
895 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 4 | 16 | 16 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
896 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 19 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
896 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 19 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
897 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 21 | 20 | 21 | 107 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'customPreprocessorApexClassName' defined but not used |
897 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 21 | 20 | 21 | 107 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'customPreprocessorApexClassName' defined but not used |
898 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 28 | 23 | 28 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
898 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 28 | 23 | 28 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
899 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 32 | 19 | 46 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
899 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 32 | 19 | 46 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
900 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 49 | 19 | 64 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
900 | /force-app/main/test/classes/ClusterRecordPreprocessorTest.cls | 49 | 19 | 64 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
901 | /force-app/main/test/classes/ClusterTestData.cls | 3 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
901 | /force-app/main/test/classes/ClusterTestData.cls | 3 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
902 | /force-app/main/test/classes/ClusterTestData.cls | 19 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
902 | /force-app/main/test/classes/ClusterTestData.cls | 19 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
903 | /force-app/main/test/classes/ClusterTestData.cls | 34 | 19 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
903 | /force-app/main/test/classes/ClusterTestData.cls | 34 | 19 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
904 | /force-app/main/test/classes/ClusterTestData.cls | 46 | 19 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
904 | /force-app/main/test/classes/ClusterTestData.cls | 46 | 19 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
905 | /force-app/main/test/classes/ClusterTestData.cls | 58 | 19 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
905 | /force-app/main/test/classes/ClusterTestData.cls | 58 | 19 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
906 | /force-app/main/test/classes/ClusterTestData.cls | 59 | 23 | 59 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
906 | /force-app/main/test/classes/ClusterTestData.cls | 59 | 23 | 59 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
907 | /force-app/main/test/classes/ClusterTestData.cls | 62 | 19 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
907 | /force-app/main/test/classes/ClusterTestData.cls | 62 | 19 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
908 | /force-app/main/test/classes/ClusterTestData.cls | 71 | 19 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
908 | /force-app/main/test/classes/ClusterTestData.cls | 71 | 19 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
909 | /force-app/main/test/classes/ClusterTestData.cls | 76 | 19 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
909 | /force-app/main/test/classes/ClusterTestData.cls | 76 | 19 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
910 | /force-app/main/test/classes/ClusterTestData.cls | 81 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
910 | /force-app/main/test/classes/ClusterTestData.cls | 81 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
911 | /force-app/main/test/classes/ClusterTestData.cls | 93 | 19 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
911 | /force-app/main/test/classes/ClusterTestData.cls | 93 | 19 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
912 | /force-app/main/test/classes/ClusterTestData.cls | 106 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
912 | /force-app/main/test/classes/ClusterTestData.cls | 106 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
913 | /force-app/main/test/classes/ClusterTestData.cls | 123 | 19 | 242 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
913 | /force-app/main/test/classes/ClusterTestData.cls | 123 | 19 | 242 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
914 | /force-app/main/test/classes/ClusterTestData.cls | 123 | 19 | 242 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'runKMeans()' has an NCSS line count of 70 (limit: 40) |
914 | /force-app/main/test/classes/ClusterTestData.cls | 123 | 19 | 242 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'runKMeans()' has an NCSS line count of 70 (limit: 40) |
915 | /force-app/main/test/classes/ClusterTestData.cls | 152 | 13 | 152 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
915 | /force-app/main/test/classes/ClusterTestData.cls | 152 | 13 | 152 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
916 | /force-app/main/test/classes/ClusterTestData.cls | 152 | 13 | 152 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
916 | /force-app/main/test/classes/ClusterTestData.cls | 152 | 13 | 152 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
917 | /force-app/main/test/classes/ClusterTestData.cls | 244 | 19 | 361 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
917 | /force-app/main/test/classes/ClusterTestData.cls | 244 | 19 | 361 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
918 | /force-app/main/test/classes/ClusterTestData.cls | 244 | 19 | 361 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'runKMedoids()' has an NCSS line count of 74 (limit: 40) |
918 | /force-app/main/test/classes/ClusterTestData.cls | 244 | 19 | 361 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'runKMedoids()' has an NCSS line count of 74 (limit: 40) |
919 | /force-app/main/test/classes/ClusterTestData.cls | 266 | 9 | 266 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
919 | /force-app/main/test/classes/ClusterTestData.cls | 266 | 9 | 266 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
920 | /force-app/main/test/classes/ClusterTestData.cls | 266 | 9 | 266 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
920 | /force-app/main/test/classes/ClusterTestData.cls | 266 | 9 | 266 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
921 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 5 | 23 | 5 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
921 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 5 | 23 | 5 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'leads' defined but not used |
922 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 83 | 21 | 83 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentStep' defined but not used |
922 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 83 | 21 | 83 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentStep' defined but not used |
923 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 98 | 29 | 100 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'modelRecord' defined but not used |
923 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 98 | 29 | 100 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'modelRecord' defined but not used |
924 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 137 | 21 | 137 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentStep' defined but not used |
924 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 137 | 21 | 137 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentStep' defined but not used |
925 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 197 | 19 | 303 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testClusterPermissions()' has an NCSS line count of 43 (limit: 40) |
925 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 197 | 19 | 303 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testClusterPermissions()' has an NCSS line count of 43 (limit: 40) |
926 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 200 | 16 | 200 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'uniqueUserName' defined but not used |
926 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 200 | 16 | 200 | 91 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'uniqueUserName' defined but not used |
927 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 202 | 17 | 202 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'p' defined but not used |
927 | /force-app/main/test/classes/ClusterUiControllerTest.cls | 202 | 17 | 202 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'p' defined but not used |
928 | /force-app/main/test/classes/ClusterUtilsTest.cls | 5 | 12 | 11 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_escape_null' doesn't match '[a-z][a-zA-Z0-9]*' |
928 | /force-app/main/test/classes/ClusterUtilsTest.cls | 5 | 12 | 11 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_escape_null' doesn't match '[a-z][a-zA-Z0-9]*' |
929 | /force-app/main/test/classes/ClusterUtilsTest.cls | 10 | 9 | 10 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
929 | /force-app/main/test/classes/ClusterUtilsTest.cls | 10 | 9 | 10 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
930 | /force-app/main/test/classes/ClusterUtilsTest.cls | 14 | 12 | 20 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_escape_empty_string' doesn't match '[a-z][a-zA-Z0-9]*' |
930 | /force-app/main/test/classes/ClusterUtilsTest.cls | 14 | 12 | 20 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_escape_empty_string' doesn't match '[a-z][a-zA-Z0-9]*' |
931 | /force-app/main/test/classes/ClusterUtilsTest.cls | 19 | 9 | 19 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
931 | /force-app/main/test/classes/ClusterUtilsTest.cls | 19 | 9 | 19 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
932 | /force-app/main/test/classes/ClusterUtilsTest.cls | 23 | 12 | 39 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_escape_plain_text' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /force-app/main/test/classes/ClusterUtilsTest.cls | 23 | 12 | 39 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_escape_plain_text' doesn't match '[a-z][a-zA-Z0-9]*' |
933 | /force-app/main/test/classes/ClusterUtilsTest.cls | 33 | 9 | 33 | 30 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
933 | /force-app/main/test/classes/ClusterUtilsTest.cls | 33 | 9 | 33 | 30 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
934 | /force-app/main/test/classes/ClusterUtilsTest.cls | 33 | 9 | 33 | 30 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
934 | /force-app/main/test/classes/ClusterUtilsTest.cls | 33 | 9 | 33 | 30 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
935 | /force-app/main/test/classes/ClusterUtilsTest.cls | 38 | 9 | 38 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
935 | /force-app/main/test/classes/ClusterUtilsTest.cls | 38 | 9 | 38 | 58 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
936 | /force-app/main/test/classes/ClusterUtilsTest.cls | 42 | 12 | 58 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_escape_special_characters' doesn't match '[a-z][a-zA-Z0-9]*' |
936 | /force-app/main/test/classes/ClusterUtilsTest.cls | 42 | 12 | 58 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_escape_special_characters' doesn't match '[a-z][a-zA-Z0-9]*' |
937 | /force-app/main/test/classes/ClusterUtilsTest.cls | 52 | 9 | 52 | 30 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
937 | /force-app/main/test/classes/ClusterUtilsTest.cls | 52 | 9 | 52 | 30 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
938 | /force-app/main/test/classes/ClusterUtilsTest.cls | 52 | 9 | 52 | 30 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
938 | /force-app/main/test/classes/ClusterUtilsTest.cls | 52 | 9 | 52 | 30 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
939 | /force-app/main/test/classes/ClusterUtilsTest.cls | 57 | 9 | 57 | 170 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
939 | /force-app/main/test/classes/ClusterUtilsTest.cls | 57 | 9 | 57 | 170 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
940 | /force-app/main/utils/classes/ApexDebugLogger.cls | 1 | 8 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
940 | /force-app/main/utils/classes/ApexDebugLogger.cls | 1 | 8 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
941 | /force-app/main/utils/classes/ApexDebugLogger.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
941 | /force-app/main/utils/classes/ApexDebugLogger.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
942 | /force-app/main/utils/classes/ApexDebugLogger.cls | 2 | 5 | 2 | 11 | 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. |
942 | /force-app/main/utils/classes/ApexDebugLogger.cls | 2 | 5 | 2 | 11 | 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. |
943 | /force-app/main/utils/classes/ApexDebugLogger.cls | 6 | 9 | 6 | 36 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
943 | /force-app/main/utils/classes/ApexDebugLogger.cls | 6 | 9 | 6 | 36 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
944 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 1 | 21 | 85 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
944 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 1 | 21 | 85 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
945 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 2 | 19 | 6 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
945 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 2 | 19 | 6 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
946 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 8 | 19 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
946 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 8 | 19 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
947 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 14 | 19 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
947 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 14 | 19 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
948 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 20 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
948 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 20 | 19 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
949 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 26 | 19 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
949 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 26 | 19 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
950 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 32 | 19 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
950 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 32 | 19 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
951 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 38 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
951 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 38 | 19 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
952 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 44 | 19 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
952 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 44 | 19 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
953 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 44 | 19 | 74 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkModelObjectAccessPermissions(ClusterModelWrapper)' has a cognitive complexity of 16, current threshold is 15 |
953 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 44 | 19 | 74 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkModelObjectAccessPermissions(ClusterModelWrapper)' has a cognitive complexity of 16, current threshold is 15 |
954 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 44 | 19 | 74 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkModelObjectAccessPermissions(ClusterModelWrapper)' has a cyclomatic complexity of 10. |
954 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 44 | 19 | 74 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkModelObjectAccessPermissions(ClusterModelWrapper)' has a cyclomatic complexity of 10. |
955 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 56 | 54 | 56 | 118 | 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. |
955 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 56 | 54 | 56 | 118 | 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. |
956 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 76 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
956 | /force-app/main/utils/classes/ClusterAccessCheck.cls | 76 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
957 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
957 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
958 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterDataHelper' has a total cognitive complexity of 361 (highest 59), current threshold is 50 |
958 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterDataHelper' has a total cognitive complexity of 361 (highest 59), current threshold is 50 |
959 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterDataHelper' has a total cyclomatic complexity of 162 (highest 28). |
959 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterDataHelper' has a total cyclomatic complexity of 162 (highest 28). |
960 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterDataHelper has 32 public methods, attributes, and properties (limit: 20) |
960 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class ClusterDataHelper has 32 public methods, attributes, and properties (limit: 20) |
961 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterDataHelper' has a Standard Cyclomatic Complexity of 4 (Highest = 23). |
961 | /force-app/main/utils/classes/ClusterDataHelper.cls | 6 | 21 | 835 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterDataHelper' has a Standard Cyclomatic Complexity of 4 (Highest = 23). |
962 | /force-app/main/utils/classes/ClusterDataHelper.cls | 7 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
962 | /force-app/main/utils/classes/ClusterDataHelper.cls | 7 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
963 | /force-app/main/utils/classes/ClusterDataHelper.cls | 7 | 12 | 38 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'NumericFieldFunctions' has a Standard Cyclomatic Complexity of 14 (Highest = 13). |
963 | /force-app/main/utils/classes/ClusterDataHelper.cls | 7 | 12 | 38 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'NumericFieldFunctions' has a Standard Cyclomatic Complexity of 14 (Highest = 13). |
964 | /force-app/main/utils/classes/ClusterDataHelper.cls | 8 | 16 | 37 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
964 | /force-app/main/utils/classes/ClusterDataHelper.cls | 8 | 16 | 37 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
965 | /force-app/main/utils/classes/ClusterDataHelper.cls | 8 | 16 | 37 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'compare(Object, Object)' has a cognitive complexity of 21, current threshold is 15 |
965 | /force-app/main/utils/classes/ClusterDataHelper.cls | 8 | 16 | 37 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'compare(Object, Object)' has a cognitive complexity of 21, current threshold is 15 |
966 | /force-app/main/utils/classes/ClusterDataHelper.cls | 8 | 16 | 37 | 10 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'compare(Object, Object)' has a cyclomatic complexity of 14. |
966 | /force-app/main/utils/classes/ClusterDataHelper.cls | 8 | 16 | 37 | 10 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'compare(Object, Object)' has a cyclomatic complexity of 14. |
967 | /force-app/main/utils/classes/ClusterDataHelper.cls | 8 | 16 | 37 | 10 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'compare' has a Standard Cyclomatic Complexity of 13. |
967 | /force-app/main/utils/classes/ClusterDataHelper.cls | 8 | 16 | 37 | 10 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'compare' has a Standard Cyclomatic Complexity of 13. |
968 | /force-app/main/utils/classes/ClusterDataHelper.cls | 12 | 55 | 12 | 66 | 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 |
968 | /force-app/main/utils/classes/ClusterDataHelper.cls | 12 | 55 | 12 | 66 | 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 |
969 | /force-app/main/utils/classes/ClusterDataHelper.cls | 12 | 55 | 12 | 66 | 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 |
969 | /force-app/main/utils/classes/ClusterDataHelper.cls | 12 | 55 | 12 | 66 | 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 |
970 | /force-app/main/utils/classes/ClusterDataHelper.cls | 13 | 59 | 13 | 70 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
970 | /force-app/main/utils/classes/ClusterDataHelper.cls | 13 | 59 | 13 | 70 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
971 | /force-app/main/utils/classes/ClusterDataHelper.cls | 13 | 59 | 13 | 70 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
971 | /force-app/main/utils/classes/ClusterDataHelper.cls | 13 | 59 | 13 | 70 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
972 | /force-app/main/utils/classes/ClusterDataHelper.cls | 14 | 22 | 14 | 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 |
972 | /force-app/main/utils/classes/ClusterDataHelper.cls | 14 | 22 | 14 | 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 |
973 | /force-app/main/utils/classes/ClusterDataHelper.cls | 17 | 53 | 17 | 64 | 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 |
973 | /force-app/main/utils/classes/ClusterDataHelper.cls | 17 | 53 | 17 | 64 | 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 |
974 | /force-app/main/utils/classes/ClusterDataHelper.cls | 17 | 53 | 17 | 64 | 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 |
974 | /force-app/main/utils/classes/ClusterDataHelper.cls | 17 | 53 | 17 | 64 | 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 |
975 | /force-app/main/utils/classes/ClusterDataHelper.cls | 18 | 57 | 18 | 68 | 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 |
975 | /force-app/main/utils/classes/ClusterDataHelper.cls | 18 | 57 | 18 | 68 | 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 |
976 | /force-app/main/utils/classes/ClusterDataHelper.cls | 18 | 57 | 18 | 68 | 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 |
976 | /force-app/main/utils/classes/ClusterDataHelper.cls | 18 | 57 | 18 | 68 | 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 |
977 | /force-app/main/utils/classes/ClusterDataHelper.cls | 19 | 22 | 19 | 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 |
977 | /force-app/main/utils/classes/ClusterDataHelper.cls | 19 | 22 | 19 | 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 |
978 | /force-app/main/utils/classes/ClusterDataHelper.cls | 23 | 55 | 23 | 66 | 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 |
978 | /force-app/main/utils/classes/ClusterDataHelper.cls | 23 | 55 | 23 | 66 | 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 |
979 | /force-app/main/utils/classes/ClusterDataHelper.cls | 23 | 55 | 23 | 66 | 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 |
979 | /force-app/main/utils/classes/ClusterDataHelper.cls | 23 | 55 | 23 | 66 | 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 |
980 | /force-app/main/utils/classes/ClusterDataHelper.cls | 24 | 59 | 24 | 70 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
980 | /force-app/main/utils/classes/ClusterDataHelper.cls | 24 | 59 | 24 | 70 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
981 | /force-app/main/utils/classes/ClusterDataHelper.cls | 24 | 59 | 24 | 70 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
981 | /force-app/main/utils/classes/ClusterDataHelper.cls | 24 | 59 | 24 | 70 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
982 | /force-app/main/utils/classes/ClusterDataHelper.cls | 25 | 22 | 25 | 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 |
982 | /force-app/main/utils/classes/ClusterDataHelper.cls | 25 | 22 | 25 | 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 |
983 | /force-app/main/utils/classes/ClusterDataHelper.cls | 29 | 82 | 29 | 93 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
983 | /force-app/main/utils/classes/ClusterDataHelper.cls | 29 | 82 | 29 | 93 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
984 | /force-app/main/utils/classes/ClusterDataHelper.cls | 29 | 82 | 29 | 93 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
984 | /force-app/main/utils/classes/ClusterDataHelper.cls | 29 | 82 | 29 | 93 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
985 | /force-app/main/utils/classes/ClusterDataHelper.cls | 30 | 61 | 30 | 72 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
985 | /force-app/main/utils/classes/ClusterDataHelper.cls | 30 | 61 | 30 | 72 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
986 | /force-app/main/utils/classes/ClusterDataHelper.cls | 30 | 61 | 30 | 72 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
986 | /force-app/main/utils/classes/ClusterDataHelper.cls | 30 | 61 | 30 | 72 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
987 | /force-app/main/utils/classes/ClusterDataHelper.cls | 31 | 22 | 31 | 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 |
987 | /force-app/main/utils/classes/ClusterDataHelper.cls | 31 | 22 | 31 | 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 |
988 | /force-app/main/utils/classes/ClusterDataHelper.cls | 40 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
988 | /force-app/main/utils/classes/ClusterDataHelper.cls | 40 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
989 | /force-app/main/utils/classes/ClusterDataHelper.cls | 41 | 16 | 50 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
989 | /force-app/main/utils/classes/ClusterDataHelper.cls | 41 | 16 | 50 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
990 | /force-app/main/utils/classes/ClusterDataHelper.cls | 46 | 44 | 46 | 55 | 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 |
990 | /force-app/main/utils/classes/ClusterDataHelper.cls | 46 | 44 | 46 | 55 | 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 |
991 | /force-app/main/utils/classes/ClusterDataHelper.cls | 46 | 44 | 46 | 55 | 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 |
991 | /force-app/main/utils/classes/ClusterDataHelper.cls | 46 | 44 | 46 | 55 | 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 |
992 | /force-app/main/utils/classes/ClusterDataHelper.cls | 47 | 49 | 47 | 61 | 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 |
992 | /force-app/main/utils/classes/ClusterDataHelper.cls | 47 | 49 | 47 | 61 | 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 |
993 | /force-app/main/utils/classes/ClusterDataHelper.cls | 47 | 49 | 47 | 61 | 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 |
993 | /force-app/main/utils/classes/ClusterDataHelper.cls | 47 | 49 | 47 | 61 | 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 |
994 | /force-app/main/utils/classes/ClusterDataHelper.cls | 48 | 18 | 48 | 44 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
994 | /force-app/main/utils/classes/ClusterDataHelper.cls | 48 | 18 | 48 | 44 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
995 | /force-app/main/utils/classes/ClusterDataHelper.cls | 53 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
995 | /force-app/main/utils/classes/ClusterDataHelper.cls | 53 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
996 | /force-app/main/utils/classes/ClusterDataHelper.cls | 54 | 16 | 56 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
996 | /force-app/main/utils/classes/ClusterDataHelper.cls | 54 | 16 | 56 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
997 | /force-app/main/utils/classes/ClusterDataHelper.cls | 59 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
997 | /force-app/main/utils/classes/ClusterDataHelper.cls | 59 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
998 | /force-app/main/utils/classes/ClusterDataHelper.cls | 64 | 27 | 64 | 55 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'log' should be before method declarations in its class |
998 | /force-app/main/utils/classes/ClusterDataHelper.cls | 64 | 27 | 64 | 55 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'log' should be before method declarations in its class |
999 | /force-app/main/utils/classes/ClusterDataHelper.cls | 65 | 61 | 65 | 78 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldFunctionsMap' should be before method declarations in its class |
999 | /force-app/main/utils/classes/ClusterDataHelper.cls | 65 | 61 | 65 | 78 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldFunctionsMap' should be before method declarations in its class |
1000 | /force-app/main/utils/classes/ClusterDataHelper.cls | 65 | 61 | 65 | 78 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'fieldFunctionsMap' doesn't match '[A-Z][A-Z0-9_]*' |
1000 | /force-app/main/utils/classes/ClusterDataHelper.cls | 65 | 61 | 65 | 78 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'fieldFunctionsMap' doesn't match '[A-Z][A-Z0-9_]*' |
1001 | /force-app/main/utils/classes/ClusterDataHelper.cls | 66 | 48 | 66 | 65 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'textFieldComparer' should be before method declarations in its class |
1001 | /force-app/main/utils/classes/ClusterDataHelper.cls | 66 | 48 | 66 | 65 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'textFieldComparer' should be before method declarations in its class |
1002 | /force-app/main/utils/classes/ClusterDataHelper.cls | 66 | 48 | 66 | 65 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'textFieldComparer' doesn't match '[A-Z][A-Z0-9_]*' |
1002 | /force-app/main/utils/classes/ClusterDataHelper.cls | 66 | 48 | 66 | 65 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'textFieldComparer' doesn't match '[A-Z][A-Z0-9_]*' |
1003 | /force-app/main/utils/classes/ClusterDataHelper.cls | 67 | 48 | 67 | 68 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numericFieldComparer' should be before method declarations in its class |
1003 | /force-app/main/utils/classes/ClusterDataHelper.cls | 67 | 48 | 67 | 68 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'numericFieldComparer' should be before method declarations in its class |
1004 | /force-app/main/utils/classes/ClusterDataHelper.cls | 67 | 48 | 67 | 68 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'numericFieldComparer' doesn't match '[A-Z][A-Z0-9_]*' |
1004 | /force-app/main/utils/classes/ClusterDataHelper.cls | 67 | 48 | 67 | 68 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'numericFieldComparer' doesn't match '[A-Z][A-Z0-9_]*' |
1005 | /force-app/main/utils/classes/ClusterDataHelper.cls | 68 | 32 | 68 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DOUBLEEPSILON' should be before method declarations in its class |
1005 | /force-app/main/utils/classes/ClusterDataHelper.cls | 68 | 32 | 68 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DOUBLEEPSILON' should be before method declarations in its class |
1006 | /force-app/main/utils/classes/ClusterDataHelper.cls | 69 | 32 | 69 | 72 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DOUBLE_MAX_VALUE' should be before method declarations in its class |
1006 | /force-app/main/utils/classes/ClusterDataHelper.cls | 69 | 32 | 69 | 72 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DOUBLE_MAX_VALUE' should be before method declarations in its class |
1007 | /force-app/main/utils/classes/ClusterDataHelper.cls | 70 | 32 | 70 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DOUBLE_ZERO' should be before method declarations in its class |
1007 | /force-app/main/utils/classes/ClusterDataHelper.cls | 70 | 32 | 70 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DOUBLE_ZERO' should be before method declarations in its class |
1008 | /force-app/main/utils/classes/ClusterDataHelper.cls | 71 | 32 | 71 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DOUBLE_ONE' should be before method declarations in its class |
1008 | /force-app/main/utils/classes/ClusterDataHelper.cls | 71 | 32 | 71 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DOUBLE_ONE' should be before method declarations in its class |
1009 | /force-app/main/utils/classes/ClusterDataHelper.cls | 72 | 33 | 72 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'INT_ZERO' should be before method declarations in its class |
1009 | /force-app/main/utils/classes/ClusterDataHelper.cls | 72 | 33 | 72 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'INT_ZERO' should be before method declarations in its class |
1010 | /force-app/main/utils/classes/ClusterDataHelper.cls | 83 | 19 | 96 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1010 | /force-app/main/utils/classes/ClusterDataHelper.cls | 83 | 19 | 96 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1011 | /force-app/main/utils/classes/ClusterDataHelper.cls | 98 | 19 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1011 | /force-app/main/utils/classes/ClusterDataHelper.cls | 98 | 19 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1012 | /force-app/main/utils/classes/ClusterDataHelper.cls | 100 | 55 | 100 | 66 | 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 |
1012 | /force-app/main/utils/classes/ClusterDataHelper.cls | 100 | 55 | 100 | 66 | 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 |
1013 | /force-app/main/utils/classes/ClusterDataHelper.cls | 100 | 55 | 100 | 66 | 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 |
1013 | /force-app/main/utils/classes/ClusterDataHelper.cls | 100 | 55 | 100 | 66 | 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 |
1014 | /force-app/main/utils/classes/ClusterDataHelper.cls | 101 | 35 | 101 | 47 | 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 |
1014 | /force-app/main/utils/classes/ClusterDataHelper.cls | 101 | 35 | 101 | 47 | 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 |
1015 | /force-app/main/utils/classes/ClusterDataHelper.cls | 101 | 35 | 101 | 47 | 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 |
1015 | /force-app/main/utils/classes/ClusterDataHelper.cls | 101 | 35 | 101 | 47 | 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 |
1016 | /force-app/main/utils/classes/ClusterDataHelper.cls | 102 | 37 | 102 | 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 |
1016 | /force-app/main/utils/classes/ClusterDataHelper.cls | 102 | 37 | 102 | 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 |
1017 | /force-app/main/utils/classes/ClusterDataHelper.cls | 102 | 37 | 102 | 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 |
1017 | /force-app/main/utils/classes/ClusterDataHelper.cls | 102 | 37 | 102 | 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 |
1018 | /force-app/main/utils/classes/ClusterDataHelper.cls | 105 | 41 | 105 | 93 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1018 | /force-app/main/utils/classes/ClusterDataHelper.cls | 105 | 41 | 105 | 93 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1019 | /force-app/main/utils/classes/ClusterDataHelper.cls | 105 | 41 | 105 | 93 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1019 | /force-app/main/utils/classes/ClusterDataHelper.cls | 105 | 41 | 105 | 93 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1020 | /force-app/main/utils/classes/ClusterDataHelper.cls | 109 | 18 | 109 | 29 | 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 |
1020 | /force-app/main/utils/classes/ClusterDataHelper.cls | 109 | 18 | 109 | 29 | 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 |
1021 | /force-app/main/utils/classes/ClusterDataHelper.cls | 114 | 19 | 116 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1021 | /force-app/main/utils/classes/ClusterDataHelper.cls | 114 | 19 | 116 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1022 | /force-app/main/utils/classes/ClusterDataHelper.cls | 114 | 5 | 114 | 18 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1022 | /force-app/main/utils/classes/ClusterDataHelper.cls | 114 | 5 | 114 | 18 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1023 | /force-app/main/utils/classes/ClusterDataHelper.cls | 118 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1023 | /force-app/main/utils/classes/ClusterDataHelper.cls | 118 | 19 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1024 | /force-app/main/utils/classes/ClusterDataHelper.cls | 123 | 19 | 135 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1024 | /force-app/main/utils/classes/ClusterDataHelper.cls | 123 | 19 | 135 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1025 | /force-app/main/utils/classes/ClusterDataHelper.cls | 123 | 19 | 135 | 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. |
1025 | /force-app/main/utils/classes/ClusterDataHelper.cls | 123 | 19 | 135 | 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. |
1026 | /force-app/main/utils/classes/ClusterDataHelper.cls | 124 | 31 | 124 | 85 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobState' defined but not used |
1026 | /force-app/main/utils/classes/ClusterDataHelper.cls | 124 | 31 | 124 | 85 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobState' defined but not used |
1027 | /force-app/main/utils/classes/ClusterDataHelper.cls | 137 | 19 | 150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1027 | /force-app/main/utils/classes/ClusterDataHelper.cls | 137 | 19 | 150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1028 | /force-app/main/utils/classes/ClusterDataHelper.cls | 152 | 19 | 184 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1028 | /force-app/main/utils/classes/ClusterDataHelper.cls | 152 | 19 | 184 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1029 | /force-app/main/utils/classes/ClusterDataHelper.cls | 165 | 17 | 165 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'minNeighborIndex' defined but not used |
1029 | /force-app/main/utils/classes/ClusterDataHelper.cls | 165 | 17 | 165 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'minNeighborIndex' defined but not used |
1030 | /force-app/main/utils/classes/ClusterDataHelper.cls | 166 | 17 | 166 | 73 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numIterations' defined but not used |
1030 | /force-app/main/utils/classes/ClusterDataHelper.cls | 166 | 17 | 166 | 73 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numIterations' defined but not used |
1031 | /force-app/main/utils/classes/ClusterDataHelper.cls | 186 | 19 | 199 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1031 | /force-app/main/utils/classes/ClusterDataHelper.cls | 186 | 19 | 199 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1032 | /force-app/main/utils/classes/ClusterDataHelper.cls | 201 | 19 | 221 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1032 | /force-app/main/utils/classes/ClusterDataHelper.cls | 201 | 19 | 221 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1033 | /force-app/main/utils/classes/ClusterDataHelper.cls | 201 | 19 | 221 | 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. |
1033 | /force-app/main/utils/classes/ClusterDataHelper.cls | 201 | 19 | 221 | 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. |
1034 | /force-app/main/utils/classes/ClusterDataHelper.cls | 202 | 37 | 202 | 46 | 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 |
1034 | /force-app/main/utils/classes/ClusterDataHelper.cls | 202 | 37 | 202 | 46 | 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 |
1035 | /force-app/main/utils/classes/ClusterDataHelper.cls | 202 | 37 | 202 | 46 | 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 |
1035 | /force-app/main/utils/classes/ClusterDataHelper.cls | 202 | 37 | 202 | 46 | 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 |
1036 | /force-app/main/utils/classes/ClusterDataHelper.cls | 223 | 19 | 228 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1036 | /force-app/main/utils/classes/ClusterDataHelper.cls | 223 | 19 | 228 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1037 | /force-app/main/utils/classes/ClusterDataHelper.cls | 230 | 19 | 257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1037 | /force-app/main/utils/classes/ClusterDataHelper.cls | 230 | 19 | 257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1038 | /force-app/main/utils/classes/ClusterDataHelper.cls | 259 | 19 | 284 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1038 | /force-app/main/utils/classes/ClusterDataHelper.cls | 259 | 19 | 284 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1039 | /force-app/main/utils/classes/ClusterDataHelper.cls | 286 | 19 | 289 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1039 | /force-app/main/utils/classes/ClusterDataHelper.cls | 286 | 19 | 289 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1040 | /force-app/main/utils/classes/ClusterDataHelper.cls | 291 | 19 | 316 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1040 | /force-app/main/utils/classes/ClusterDataHelper.cls | 291 | 19 | 316 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1041 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1041 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1042 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'calculateCosineSimilarity(ClusterCompressedDoubleArray, ClusterCompressedDoubleArray, Double[])' has a cognitive complexity of 59, current threshold is 15 |
1042 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'calculateCosineSimilarity(ClusterCompressedDoubleArray, ClusterCompressedDoubleArray, Double[])' has a cognitive complexity of 59, current threshold is 15 |
1043 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'calculateCosineSimilarity(ClusterCompressedDoubleArray, ClusterCompressedDoubleArray, Double[])' has a cyclomatic complexity of 28. |
1043 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'calculateCosineSimilarity(ClusterCompressedDoubleArray, ClusterCompressedDoubleArray, Double[])' has a cyclomatic complexity of 28. |
1044 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'calculateCosineSimilarity()' has an NCSS line count of 61 (limit: 40) |
1044 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'calculateCosineSimilarity()' has an NCSS line count of 61 (limit: 40) |
1045 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'calculateCosineSimilarity' has a Standard Cyclomatic Complexity of 23. |
1045 | /force-app/main/utils/classes/ClusterDataHelper.cls | 318 | 19 | 484 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'calculateCosineSimilarity' has a Standard Cyclomatic Complexity of 23. |
1046 | /force-app/main/utils/classes/ClusterDataHelper.cls | 327 | 9 | 327 | 106 | 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. |
1046 | /force-app/main/utils/classes/ClusterDataHelper.cls | 327 | 9 | 327 | 106 | 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. |
1047 | /force-app/main/utils/classes/ClusterDataHelper.cls | 328 | 9 | 328 | 117 | 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. |
1047 | /force-app/main/utils/classes/ClusterDataHelper.cls | 328 | 9 | 328 | 117 | 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. |
1048 | /force-app/main/utils/classes/ClusterDataHelper.cls | 329 | 9 | 329 | 109 | 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. |
1048 | /force-app/main/utils/classes/ClusterDataHelper.cls | 329 | 9 | 329 | 109 | 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. |
1049 | /force-app/main/utils/classes/ClusterDataHelper.cls | 329 | 94 | 329 | 109 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'idfValue' defined but not used |
1049 | /force-app/main/utils/classes/ClusterDataHelper.cls | 329 | 94 | 329 | 109 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'idfValue' defined but not used |
1050 | /force-app/main/utils/classes/ClusterDataHelper.cls | 335 | 9 | 335 | 47 | 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. |
1050 | /force-app/main/utils/classes/ClusterDataHelper.cls | 335 | 9 | 335 | 47 | 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. |
1051 | /force-app/main/utils/classes/ClusterDataHelper.cls | 441 | 21 | 448 | 22 | 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 |
1051 | /force-app/main/utils/classes/ClusterDataHelper.cls | 441 | 21 | 448 | 22 | 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 |
1052 | /force-app/main/utils/classes/ClusterDataHelper.cls | 458 | 21 | 465 | 22 | 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 |
1052 | /force-app/main/utils/classes/ClusterDataHelper.cls | 458 | 21 | 465 | 22 | 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 |
1053 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1053 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1054 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'calculateCosineSimilarity(ClusterCompressedDoubleArray, ClusterCompressedDoubleArray, ClusterCompressedDoubleArray)' has a cognitive complexity of 58, current threshold is 15 |
1054 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'calculateCosineSimilarity(ClusterCompressedDoubleArray, ClusterCompressedDoubleArray, ClusterCompressedDoubleArray)' has a cognitive complexity of 58, current threshold is 15 |
1055 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'calculateCosineSimilarity(ClusterCompressedDoubleArray, ClusterCompressedDoubleArray, ClusterCompressedDoubleArray)' has a cyclomatic complexity of 27. |
1055 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'calculateCosineSimilarity(ClusterCompressedDoubleArray, ClusterCompressedDoubleArray, ClusterCompressedDoubleArray)' has a cyclomatic complexity of 27. |
1056 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'calculateCosineSimilarity()' has an NCSS line count of 57 (limit: 40) |
1056 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'calculateCosineSimilarity()' has an NCSS line count of 57 (limit: 40) |
1057 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'calculateCosineSimilarity' has a Standard Cyclomatic Complexity of 22. |
1057 | /force-app/main/utils/classes/ClusterDataHelper.cls | 486 | 19 | 620 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'calculateCosineSimilarity' has a Standard Cyclomatic Complexity of 22. |
1058 | /force-app/main/utils/classes/ClusterDataHelper.cls | 496 | 9 | 496 | 125 | 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. |
1058 | /force-app/main/utils/classes/ClusterDataHelper.cls | 496 | 9 | 496 | 125 | 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. |
1059 | /force-app/main/utils/classes/ClusterDataHelper.cls | 497 | 9 | 497 | 117 | 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. |
1059 | /force-app/main/utils/classes/ClusterDataHelper.cls | 497 | 9 | 497 | 117 | 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. |
1060 | /force-app/main/utils/classes/ClusterDataHelper.cls | 499 | 9 | 499 | 109 | 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. |
1060 | /force-app/main/utils/classes/ClusterDataHelper.cls | 499 | 9 | 499 | 109 | 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. |
1061 | /force-app/main/utils/classes/ClusterDataHelper.cls | 553 | 21 | 560 | 22 | 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 |
1061 | /force-app/main/utils/classes/ClusterDataHelper.cls | 553 | 21 | 560 | 22 | 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 |
1062 | /force-app/main/utils/classes/ClusterDataHelper.cls | 575 | 21 | 582 | 22 | 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 |
1062 | /force-app/main/utils/classes/ClusterDataHelper.cls | 575 | 21 | 582 | 22 | 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 |
1063 | /force-app/main/utils/classes/ClusterDataHelper.cls | 592 | 21 | 599 | 22 | 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 |
1063 | /force-app/main/utils/classes/ClusterDataHelper.cls | 592 | 21 | 599 | 22 | 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 |
1064 | /force-app/main/utils/classes/ClusterDataHelper.cls | 622 | 19 | 654 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1064 | /force-app/main/utils/classes/ClusterDataHelper.cls | 622 | 19 | 654 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1065 | /force-app/main/utils/classes/ClusterDataHelper.cls | 656 | 19 | 658 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1065 | /force-app/main/utils/classes/ClusterDataHelper.cls | 656 | 19 | 658 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1066 | /force-app/main/utils/classes/ClusterDataHelper.cls | 660 | 19 | 667 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1066 | /force-app/main/utils/classes/ClusterDataHelper.cls | 660 | 19 | 667 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1067 | /force-app/main/utils/classes/ClusterDataHelper.cls | 669 | 19 | 673 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1067 | /force-app/main/utils/classes/ClusterDataHelper.cls | 669 | 19 | 673 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1068 | /force-app/main/utils/classes/ClusterDataHelper.cls | 675 | 19 | 689 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1068 | /force-app/main/utils/classes/ClusterDataHelper.cls | 675 | 19 | 689 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1069 | /force-app/main/utils/classes/ClusterDataHelper.cls | 691 | 19 | 704 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1069 | /force-app/main/utils/classes/ClusterDataHelper.cls | 691 | 19 | 704 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1070 | /force-app/main/utils/classes/ClusterDataHelper.cls | 692 | 17 | 692 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'index' defined but not used |
1070 | /force-app/main/utils/classes/ClusterDataHelper.cls | 692 | 17 | 692 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'index' defined but not used |
1071 | /force-app/main/utils/classes/ClusterDataHelper.cls | 707 | 19 | 710 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1071 | /force-app/main/utils/classes/ClusterDataHelper.cls | 707 | 19 | 710 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1072 | /force-app/main/utils/classes/ClusterDataHelper.cls | 712 | 19 | 727 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1072 | /force-app/main/utils/classes/ClusterDataHelper.cls | 712 | 19 | 727 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1073 | /force-app/main/utils/classes/ClusterDataHelper.cls | 729 | 19 | 735 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1073 | /force-app/main/utils/classes/ClusterDataHelper.cls | 729 | 19 | 735 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1074 | /force-app/main/utils/classes/ClusterDataHelper.cls | 737 | 19 | 759 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1074 | /force-app/main/utils/classes/ClusterDataHelper.cls | 737 | 19 | 759 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1075 | /force-app/main/utils/classes/ClusterDataHelper.cls | 761 | 19 | 795 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1075 | /force-app/main/utils/classes/ClusterDataHelper.cls | 761 | 19 | 795 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1076 | /force-app/main/utils/classes/ClusterDataHelper.cls | 797 | 19 | 799 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1076 | /force-app/main/utils/classes/ClusterDataHelper.cls | 797 | 19 | 799 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1077 | /force-app/main/utils/classes/ClusterDataHelper.cls | 801 | 19 | 803 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1077 | /force-app/main/utils/classes/ClusterDataHelper.cls | 801 | 19 | 803 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1078 | /force-app/main/utils/classes/ClusterDataHelper.cls | 805 | 19 | 816 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1078 | /force-app/main/utils/classes/ClusterDataHelper.cls | 805 | 19 | 816 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1079 | /force-app/main/utils/classes/ClusterDataHelper.cls | 807 | 55 | 807 | 66 | 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 |
1079 | /force-app/main/utils/classes/ClusterDataHelper.cls | 807 | 55 | 807 | 66 | 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 |
1080 | /force-app/main/utils/classes/ClusterDataHelper.cls | 807 | 55 | 807 | 66 | 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 |
1080 | /force-app/main/utils/classes/ClusterDataHelper.cls | 807 | 55 | 807 | 66 | 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 |
1081 | /force-app/main/utils/classes/ClusterDataHelper.cls | 808 | 35 | 808 | 47 | 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 |
1081 | /force-app/main/utils/classes/ClusterDataHelper.cls | 808 | 35 | 808 | 47 | 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 |
1082 | /force-app/main/utils/classes/ClusterDataHelper.cls | 808 | 35 | 808 | 47 | 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 |
1082 | /force-app/main/utils/classes/ClusterDataHelper.cls | 808 | 35 | 808 | 47 | 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 |
1083 | /force-app/main/utils/classes/ClusterDataHelper.cls | 809 | 37 | 809 | 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 |
1083 | /force-app/main/utils/classes/ClusterDataHelper.cls | 809 | 37 | 809 | 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 |
1084 | /force-app/main/utils/classes/ClusterDataHelper.cls | 809 | 37 | 809 | 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 |
1084 | /force-app/main/utils/classes/ClusterDataHelper.cls | 809 | 37 | 809 | 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 |
1085 | /force-app/main/utils/classes/ClusterDataHelper.cls | 811 | 64 | 811 | 75 | 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 |
1085 | /force-app/main/utils/classes/ClusterDataHelper.cls | 811 | 64 | 811 | 75 | 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 |
1086 | /force-app/main/utils/classes/ClusterDataHelper.cls | 811 | 64 | 811 | 75 | 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 |
1086 | /force-app/main/utils/classes/ClusterDataHelper.cls | 811 | 64 | 811 | 75 | 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 |
1087 | /force-app/main/utils/classes/ClusterDataHelper.cls | 812 | 43 | 812 | 54 | 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 |
1087 | /force-app/main/utils/classes/ClusterDataHelper.cls | 812 | 43 | 812 | 54 | 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 |
1088 | /force-app/main/utils/classes/ClusterDataHelper.cls | 812 | 43 | 812 | 54 | 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 |
1088 | /force-app/main/utils/classes/ClusterDataHelper.cls | 812 | 43 | 812 | 54 | 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 |
1089 | /force-app/main/utils/classes/ClusterDataHelper.cls | 813 | 18 | 813 | 30 | 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 |
1089 | /force-app/main/utils/classes/ClusterDataHelper.cls | 813 | 18 | 813 | 30 | 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 |
1090 | /force-app/main/utils/classes/ClusterDataHelper.cls | 818 | 19 | 827 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1090 | /force-app/main/utils/classes/ClusterDataHelper.cls | 818 | 19 | 827 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1091 | /force-app/main/utils/classes/ClusterDataHelper.cls | 820 | 55 | 820 | 66 | 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 |
1091 | /force-app/main/utils/classes/ClusterDataHelper.cls | 820 | 55 | 820 | 66 | 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 |
1092 | /force-app/main/utils/classes/ClusterDataHelper.cls | 820 | 55 | 820 | 66 | 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 |
1092 | /force-app/main/utils/classes/ClusterDataHelper.cls | 820 | 55 | 820 | 66 | 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 |
1093 | /force-app/main/utils/classes/ClusterDataHelper.cls | 821 | 35 | 821 | 47 | 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 |
1093 | /force-app/main/utils/classes/ClusterDataHelper.cls | 821 | 35 | 821 | 47 | 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 |
1094 | /force-app/main/utils/classes/ClusterDataHelper.cls | 821 | 35 | 821 | 47 | 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 |
1094 | /force-app/main/utils/classes/ClusterDataHelper.cls | 821 | 35 | 821 | 47 | 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 |
1095 | /force-app/main/utils/classes/ClusterDataHelper.cls | 822 | 37 | 822 | 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 |
1095 | /force-app/main/utils/classes/ClusterDataHelper.cls | 822 | 37 | 822 | 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 |
1096 | /force-app/main/utils/classes/ClusterDataHelper.cls | 822 | 37 | 822 | 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 |
1096 | /force-app/main/utils/classes/ClusterDataHelper.cls | 822 | 37 | 822 | 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 |
1097 | /force-app/main/utils/classes/ClusterDataHelper.cls | 829 | 19 | 834 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1097 | /force-app/main/utils/classes/ClusterDataHelper.cls | 829 | 19 | 834 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1098 | /force-app/main/utils/classes/ClusterDistanceCacheManager.cls | 6 | 30 | 12 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1098 | /force-app/main/utils/classes/ClusterDistanceCacheManager.cls | 6 | 30 | 12 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1099 | /force-app/main/utils/classes/ClusterDistanceCacheManager.cls | 8 | 21 | 8 | 84 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1099 | /force-app/main/utils/classes/ClusterDistanceCacheManager.cls | 8 | 21 | 8 | 84 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1100 | /force-app/main/utils/classes/ClusterDistanceCacheManager.cls | 10 | 21 | 10 | 96 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1100 | /force-app/main/utils/classes/ClusterDistanceCacheManager.cls | 10 | 21 | 10 | 96 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1101 | /force-app/main/utils/classes/ClusterFieldFunctions.cls | 1 | 8 | 3 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1101 | /force-app/main/utils/classes/ClusterFieldFunctions.cls | 1 | 8 | 3 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1102 | /force-app/main/utils/classes/ClusterFieldFunctions.cls | 2 | 5 | 2 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1102 | /force-app/main/utils/classes/ClusterFieldFunctions.cls | 2 | 5 | 2 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1103 | /force-app/main/utils/classes/ClusterIndexDistanceCacheManager.cls | 6 | 21 | 25 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1103 | /force-app/main/utils/classes/ClusterIndexDistanceCacheManager.cls | 6 | 21 | 25 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1104 | /force-app/main/utils/classes/ClusterIndexDistanceCacheManager.cls | 9 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1104 | /force-app/main/utils/classes/ClusterIndexDistanceCacheManager.cls | 9 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1105 | /force-app/main/utils/classes/ClusterJobManager.cls | 6 | 21 | 194 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1105 | /force-app/main/utils/classes/ClusterJobManager.cls | 6 | 21 | 194 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1106 | /force-app/main/utils/classes/ClusterJobManager.cls | 6 | 21 | 194 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterJobManager' has a total cognitive complexity of 51 (highest 39), current threshold is 50 |
1106 | /force-app/main/utils/classes/ClusterJobManager.cls | 6 | 21 | 194 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ClusterJobManager' has a total cognitive complexity of 51 (highest 39), current threshold is 50 |
1107 | /force-app/main/utils/classes/ClusterJobManager.cls | 6 | 21 | 194 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterJobManager' has a total cyclomatic complexity of 40 (highest 23). |
1107 | /force-app/main/utils/classes/ClusterJobManager.cls | 6 | 21 | 194 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ClusterJobManager' has a total cyclomatic complexity of 40 (highest 23). |
1108 | /force-app/main/utils/classes/ClusterJobManager.cls | 6 | 21 | 194 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterJobManager' has a Standard Cyclomatic Complexity of 4 (Highest = 18). |
1108 | /force-app/main/utils/classes/ClusterJobManager.cls | 6 | 21 | 194 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ClusterJobManager' has a Standard Cyclomatic Complexity of 4 (Highest = 18). |
1109 | /force-app/main/utils/classes/ClusterJobManager.cls | 8 | 19 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1109 | /force-app/main/utils/classes/ClusterJobManager.cls | 8 | 19 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1110 | /force-app/main/utils/classes/ClusterJobManager.cls | 18 | 9 | 18 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1110 | /force-app/main/utils/classes/ClusterJobManager.cls | 18 | 9 | 18 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1111 | /force-app/main/utils/classes/ClusterJobManager.cls | 22 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1111 | /force-app/main/utils/classes/ClusterJobManager.cls | 22 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1112 | /force-app/main/utils/classes/ClusterJobManager.cls | 36 | 9 | 36 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1112 | /force-app/main/utils/classes/ClusterJobManager.cls | 36 | 9 | 36 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1113 | /force-app/main/utils/classes/ClusterJobManager.cls | 40 | 19 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1113 | /force-app/main/utils/classes/ClusterJobManager.cls | 40 | 19 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1114 | /force-app/main/utils/classes/ClusterJobManager.cls | 51 | 19 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1114 | /force-app/main/utils/classes/ClusterJobManager.cls | 51 | 19 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1115 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1115 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1116 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveJobState(ClusterJobState, String, String)' has a cognitive complexity of 39, current threshold is 15 |
1116 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveJobState(ClusterJobState, String, String)' has a cognitive complexity of 39, current threshold is 15 |
1117 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveJobState(ClusterJobState, String, String)' has a cyclomatic complexity of 23. |
1117 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveJobState(ClusterJobState, String, String)' has a cyclomatic complexity of 23. |
1118 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveJobState()' has an NCSS line count of 74 (limit: 40) |
1118 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveJobState()' has an NCSS line count of 74 (limit: 40) |
1119 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveJobState' has a Standard Cyclomatic Complexity of 18. |
1119 | /force-app/main/utils/classes/ClusterJobManager.cls | 56 | 19 | 153 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'saveJobState' has a Standard Cyclomatic Complexity of 18. |
1120 | /force-app/main/utils/classes/ClusterJobManager.cls | 109 | 47 | 109 | 188 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1120 | /force-app/main/utils/classes/ClusterJobManager.cls | 109 | 47 | 109 | 188 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1121 | /force-app/main/utils/classes/ClusterJobManager.cls | 134 | 17 | 134 | 31 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1121 | /force-app/main/utils/classes/ClusterJobManager.cls | 134 | 17 | 134 | 31 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1122 | /force-app/main/utils/classes/ClusterJobManager.cls | 147 | 17 | 147 | 31 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1122 | /force-app/main/utils/classes/ClusterJobManager.cls | 147 | 17 | 147 | 31 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1123 | /force-app/main/utils/classes/ClusterJobManager.cls | 155 | 19 | 165 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1123 | /force-app/main/utils/classes/ClusterJobManager.cls | 155 | 19 | 165 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1124 | /force-app/main/utils/classes/ClusterJobManager.cls | 158 | 47 | 158 | 170 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1124 | /force-app/main/utils/classes/ClusterJobManager.cls | 158 | 47 | 158 | 170 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1125 | /force-app/main/utils/classes/ClusterJobManager.cls | 167 | 19 | 180 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1125 | /force-app/main/utils/classes/ClusterJobManager.cls | 167 | 19 | 180 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1126 | /force-app/main/utils/classes/ClusterJobManager.cls | 175 | 44 | 175 | 101 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1126 | /force-app/main/utils/classes/ClusterJobManager.cls | 175 | 44 | 175 | 101 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1127 | /force-app/main/utils/classes/ClusterJobManager.cls | 177 | 17 | 177 | 36 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1127 | /force-app/main/utils/classes/ClusterJobManager.cls | 177 | 17 | 177 | 36 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1128 | /force-app/main/utils/classes/ClusterJobManager.cls | 182 | 19 | 192 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1128 | /force-app/main/utils/classes/ClusterJobManager.cls | 182 | 19 | 192 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1129 | /force-app/main/utils/classes/ClusterJobManager.cls | 188 | 51 | 188 | 129 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1129 | /force-app/main/utils/classes/ClusterJobManager.cls | 188 | 51 | 188 | 129 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1130 | /force-app/main/utils/classes/ClusterJobManager.cls | 190 | 13 | 190 | 32 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1130 | /force-app/main/utils/classes/ClusterJobManager.cls | 190 | 13 | 190 | 32 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1131 | /force-app/main/utils/classes/ClusterPostInstallHandler.cls | 1 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1131 | /force-app/main/utils/classes/ClusterPostInstallHandler.cls | 1 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1132 | /force-app/main/utils/classes/ClusterPostInstallHandler.cls | 1 | 21 | 35 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1132 | /force-app/main/utils/classes/ClusterPostInstallHandler.cls | 1 | 21 | 35 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
1133 | /force-app/main/utils/classes/ClusterPostInstallHandler.cls | 2 | 12 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1133 | /force-app/main/utils/classes/ClusterPostInstallHandler.cls | 2 | 12 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1134 | /force-app/main/utils/classes/ClusterPostInstallHandler.cls | 30 | 14 | 32 | 10 | 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. |
1134 | /force-app/main/utils/classes/ClusterPostInstallHandler.cls | 30 | 14 | 32 | 10 | 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. |
1135 | /force-app/main/utils/classes/ClusterRecordIdDistanceCacheManager.cls | 6 | 21 | 33 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1135 | /force-app/main/utils/classes/ClusterRecordIdDistanceCacheManager.cls | 6 | 21 | 33 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1136 | /force-app/main/utils/classes/ClusterRecordIdDistanceCacheManager.cls | 11 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1136 | /force-app/main/utils/classes/ClusterRecordIdDistanceCacheManager.cls | 11 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1137 | /force-app/main/utils/classes/ClusterUtils.cls | 6 | 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 comment |
1137 | /force-app/main/utils/classes/ClusterUtils.cls | 6 | 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 comment |
1138 | /force-app/main/utils/classes/ClusterUtils.cls | 18 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1138 | /force-app/main/utils/classes/ClusterUtils.cls | 18 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1139 | /force-app/main/utils/classes/ClusterUtils.cls | 18 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1139 | /force-app/main/utils/classes/ClusterUtils.cls | 18 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1140 | /force-app/main/utils/classes/ClusterUtils.cls | 18 | 19 | 61 | 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 |
1140 | /force-app/main/utils/classes/ClusterUtils.cls | 18 | 19 | 61 | 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 |
1141 | /force-app/main/utils/classes/ClusterUtils.cls | 63 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1141 | /force-app/main/utils/classes/ClusterUtils.cls | 63 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1142 | /force-app/main/utils/classes/ClusterUtils.cls | 78 | 19 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1142 | /force-app/main/utils/classes/ClusterUtils.cls | 78 | 19 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1143 | /force-app/main/utils/classes/ClusterUtils.cls | 93 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1143 | /force-app/main/utils/classes/ClusterUtils.cls | 93 | 19 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1144 | /force-app/main/utils/classes/LogFactory.cls | 1 | 8 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1144 | /force-app/main/utils/classes/LogFactory.cls | 1 | 8 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1145 | /force-app/main/utils/classes/LogFactory.cls | 3 | 19 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1145 | /force-app/main/utils/classes/LogFactory.cls | 3 | 19 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1146 | /force-app/main/utils/classes/LogFactory.cls | 5 | 13 | 5 | 44 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1146 | /force-app/main/utils/classes/LogFactory.cls | 5 | 13 | 5 | 44 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1147 | /force-app/main/utils/classes/LogFactory.cls | 5 | 13 | 5 | 44 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1147 | /force-app/main/utils/classes/LogFactory.cls | 5 | 13 | 5 | 44 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1148 | /force-app/main/utils/classes/Logger.cls | 1 | 17 | 20 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1148 | /force-app/main/utils/classes/Logger.cls | 1 | 17 | 20 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1149 | /force-app/main/utils/classes/Logger.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1149 | /force-app/main/utils/classes/Logger.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1150 | /force-app/main/utils/classes/Logger.cls | 6 | 21 | 6 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1150 | /force-app/main/utils/classes/Logger.cls | 6 | 21 | 6 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1151 | /force-app/main/utils/classes/Logger.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1151 | /force-app/main/utils/classes/Logger.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1152 | /force-app/main/utils/classes/Logger.cls | 12 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1152 | /force-app/main/utils/classes/Logger.cls | 12 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1153 | /force-app/main/utils/classes/Logger.cls | 12 | 12 | 19 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'error(Object, Exception)' has a cognitive complexity of 21, current threshold is 15 |
1153 | /force-app/main/utils/classes/Logger.cls | 12 | 12 | 19 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'error(Object, Exception)' has a cognitive complexity of 21, current threshold is 15 |