pmd7_2 took 12 seconds to run and found 92 violations
pmd7_3 took 15 seconds to run and found 92 violations
Among the 92 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /classes/AccountHierarchyComponentData.cls | 1 | 21 | 168 | 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 | /classes/AccountHierarchyComponentData.cls | 1 | 21 | 168 | 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 | /classes/AccountHierarchyComponentData.cls | 1 | 21 | 168 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2 | /classes/AccountHierarchyComponentData.cls | 1 | 21 | 168 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
3 | /classes/AccountHierarchyComponentData.cls | 1 | 21 | 168 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'AccountHierarchyComponentData' has a Standard Cyclomatic Complexity of 7 (Highest = 15). |
3 | /classes/AccountHierarchyComponentData.cls | 1 | 21 | 168 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'AccountHierarchyComponentData' has a Standard Cyclomatic Complexity of 7 (Highest = 15). |
4 | /classes/AccountHierarchyComponentData.cls | 3 | 10 | 11 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /classes/AccountHierarchyComponentData.cls | 3 | 10 | 11 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /classes/AccountHierarchyComponentData.cls | 6 | 28 | 6 | 64 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'inDataMap' defined but not used |
5 | /classes/AccountHierarchyComponentData.cls | 6 | 28 | 6 | 64 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'inDataMap' defined but not used |
6 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getHierarchyDataOnDemand(String, kkltng.HierarchyComponentController.node)' has a cognitive complexity of 30, current threshold is 15 |
7 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getHierarchyDataOnDemand(String, kkltng.HierarchyComponentController.node)' has a cognitive complexity of 30, current threshold is 15 |
8 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getHierarchyDataOnDemand(String, kkltng.HierarchyComponentController.node)' has a cyclomatic complexity of 20. |
8 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getHierarchyDataOnDemand(String, kkltng.HierarchyComponentController.node)' has a cyclomatic complexity of 20. |
9 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getHierarchyDataOnDemand()' has an NCSS line count of 47 (limit: 40) |
9 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getHierarchyDataOnDemand()' has an NCSS line count of 47 (limit: 40) |
10 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getHierarchyDataOnDemand' has a Standard Cyclomatic Complexity of 15. |
10 | /classes/AccountHierarchyComponentData.cls | 13 | 10 | 93 | 4 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getHierarchyDataOnDemand' has a Standard Cyclomatic Complexity of 15. |
11 | /classes/AccountHierarchyComponentData.cls | 36 | 10 | 38 | 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 |
11 | /classes/AccountHierarchyComponentData.cls | 36 | 10 | 38 | 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 |
12 | /classes/AccountHierarchyComponentData.cls | 46 | 10 | 48 | 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 |
12 | /classes/AccountHierarchyComponentData.cls | 46 | 10 | 48 | 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 |
13 | /classes/AccountHierarchyComponentData.cls | 73 | 39 | 73 | 144 | 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 |
13 | /classes/AccountHierarchyComponentData.cls | 73 | 39 | 73 | 144 | 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 |
14 | /classes/AccountHierarchyComponentData.cls | 117 | 10 | 118 | 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 |
14 | /classes/AccountHierarchyComponentData.cls | 117 | 10 | 118 | 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 |
15 | /classes/AccountHierarchyComponentData.cls | 125 | 50 | 125 | 103 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'node' defined but not used |
15 | /classes/AccountHierarchyComponentData.cls | 125 | 50 | 125 | 103 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'node' defined but not used |
16 | /classes/AccountHierarchyComponentData.cls | 135 | 10 | 136 | 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 |
16 | /classes/AccountHierarchyComponentData.cls | 135 | 10 | 136 | 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 |
17 | /classes/AccountHierarchyComponentData.cls | 140 | 12 | 166 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'enforceCRUDFLS()' has an NCSS line count of 42 (limit: 40) |
17 | /classes/AccountHierarchyComponentData.cls | 140 | 12 | 166 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'enforceCRUDFLS()' has an NCSS line count of 42 (limit: 40) |
18 | /classes/AccountHierarchyComponentTest.cls | 4 | 20 | 70 | 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_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
18 | /classes/AccountHierarchyComponentTest.cls | 4 | 20 | 70 | 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_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
19 | /classes/AccountHierarchyComponentTest.cls | 56 | 9 | 56 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
19 | /classes/AccountHierarchyComponentTest.cls | 56 | 9 | 56 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
20 | /classes/AccountHierarchyComponentTest.cls | 57 | 9 | 57 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
20 | /classes/AccountHierarchyComponentTest.cls | 57 | 9 | 57 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
21 | /classes/AccountHierarchyComponentTest.cls | 64 | 13 | 64 | 65 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
21 | /classes/AccountHierarchyComponentTest.cls | 64 | 13 | 64 | 65 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
22 | /classes/HierarchyComponentController.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 |
22 | /classes/HierarchyComponentController.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 |
23 | /classes/HierarchyComponentController.cls | 1 | 21 | 51 | 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 |
23 | /classes/HierarchyComponentController.cls | 1 | 21 | 51 | 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 |
24 | /classes/HierarchyComponentController.cls | 3 | 25 | 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 |
24 | /classes/HierarchyComponentController.cls | 3 | 25 | 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 |
25 | /classes/HierarchyComponentController.cls | 3 | 25 | 14 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'node' doesn't match '[A-Z][a-zA-Z0-9_]*' |
25 | /classes/HierarchyComponentController.cls | 3 | 25 | 14 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'node' doesn't match '[A-Z][a-zA-Z0-9_]*' |
26 | /classes/HierarchyComponentController.cls | 4 | 16 | 4 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /classes/HierarchyComponentController.cls | 4 | 16 | 4 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /classes/HierarchyComponentController.cls | 5 | 16 | 5 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /classes/HierarchyComponentController.cls | 5 | 16 | 5 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /classes/HierarchyComponentController.cls | 6 | 16 | 6 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /classes/HierarchyComponentController.cls | 6 | 16 | 6 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /classes/HierarchyComponentController.cls | 7 | 16 | 7 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /classes/HierarchyComponentController.cls | 7 | 16 | 7 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /classes/HierarchyComponentController.cls | 8 | 16 | 8 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /classes/HierarchyComponentController.cls | 8 | 16 | 8 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /classes/HierarchyComponentController.cls | 9 | 16 | 9 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /classes/HierarchyComponentController.cls | 9 | 16 | 9 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /classes/HierarchyComponentController.cls | 10 | 16 | 10 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /classes/HierarchyComponentController.cls | 10 | 16 | 10 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /classes/HierarchyComponentController.cls | 11 | 16 | 11 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /classes/HierarchyComponentController.cls | 11 | 16 | 11 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /classes/HierarchyComponentController.cls | 12 | 16 | 12 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
34 | /classes/HierarchyComponentController.cls | 12 | 16 | 12 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /classes/HierarchyComponentController.cls | 13 | 16 | 13 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /classes/HierarchyComponentController.cls | 13 | 16 | 13 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
36 | /classes/HierarchyComponentController.cls | 16 | 25 | 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 |
36 | /classes/HierarchyComponentController.cls | 16 | 25 | 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 |
37 | /classes/HierarchyComponentController.cls | 16 | 25 | 20 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'evt' doesn't match '[A-Z][a-zA-Z0-9_]*' |
37 | /classes/HierarchyComponentController.cls | 16 | 25 | 20 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'evt' doesn't match '[A-Z][a-zA-Z0-9_]*' |
38 | /classes/HierarchyComponentController.cls | 17 | 16 | 17 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
38 | /classes/HierarchyComponentController.cls | 17 | 16 | 17 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
39 | /classes/HierarchyComponentController.cls | 18 | 16 | 18 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
39 | /classes/HierarchyComponentController.cls | 18 | 16 | 18 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
40 | /classes/HierarchyComponentController.cls | 22 | 25 | 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 |
40 | /classes/HierarchyComponentController.cls | 22 | 25 | 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 |
41 | /classes/HierarchyComponentController.cls | 22 | 25 | 25 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'hierarchyData' doesn't match '[A-Z][a-zA-Z0-9_]*' |
41 | /classes/HierarchyComponentController.cls | 22 | 25 | 25 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'hierarchyData' doesn't match '[A-Z][a-zA-Z0-9_]*' |
42 | /classes/HierarchyComponentController.cls | 23 | 16 | 23 | 76 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /classes/HierarchyComponentController.cls | 23 | 16 | 23 | 76 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /classes/HierarchyComponentController.cls | 24 | 16 | 24 | 79 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /classes/HierarchyComponentController.cls | 24 | 16 | 24 | 79 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /classes/HierarchyComponentController.cls | 28 | 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 |
44 | /classes/HierarchyComponentController.cls | 28 | 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 |
45 | /classes/HierarchyComponentController.cls | 28 | 19 | 50 | 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. |
45 | /classes/HierarchyComponentController.cls | 28 | 19 | 50 | 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. |
46 | /classes/HierarchyComponentController.cls | 45 | 14 | 46 | 14 | 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 |
46 | /classes/HierarchyComponentController.cls | 45 | 14 | 46 | 14 | 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 |
47 | /classes/HierarchyComponentExample.cls | 1 | 21 | 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 |
47 | /classes/HierarchyComponentExample.cls | 1 | 21 | 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 |
48 | /classes/HierarchyComponentExample.cls | 3 | 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 |
48 | /classes/HierarchyComponentExample.cls | 3 | 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 |
49 | /classes/HierarchyComponentExample.cls | 48 | 12 | 93 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /classes/HierarchyComponentExample.cls | 48 | 12 | 93 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /classes/HierarchyComponentInterface.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 |
50 | /classes/HierarchyComponentInterface.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 |
51 | /classes/HierarchyComponentInterface.cls | 1 | 8 | 4 | 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 |
51 | /classes/HierarchyComponentInterface.cls | 1 | 8 | 4 | 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 |
52 | /classes/HierarchyComponentInterface.cls | 2 | 5 | 2 | 91 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
52 | /classes/HierarchyComponentInterface.cls | 2 | 5 | 2 | 91 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
53 | /classes/HierarchyComponentInterface.cls | 3 | 5 | 3 | 145 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
53 | /classes/HierarchyComponentInterface.cls | 3 | 5 | 3 | 145 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
54 | /classes/HierarchyComponentTest.cls | 5 | 20 | 44 | 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_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
54 | /classes/HierarchyComponentTest.cls | 5 | 20 | 44 | 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_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
55 | /classes/HierarchyComponentTest.cls | 20 | 9 | 20 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
55 | /classes/HierarchyComponentTest.cls | 20 | 9 | 20 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
56 | /classes/HierarchyComponentTest.cls | 21 | 9 | 21 | 40 | 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 |
56 | /classes/HierarchyComponentTest.cls | 21 | 9 | 21 | 40 | 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 |
57 | /classes/HierarchyComponentTest.cls | 21 | 9 | 21 | 40 | 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. |
57 | /classes/HierarchyComponentTest.cls | 21 | 9 | 21 | 40 | 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. |
58 | /classes/HierarchyComponentTest.cls | 28 | 13 | 28 | 92 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
58 | /classes/HierarchyComponentTest.cls | 28 | 13 | 28 | 92 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
59 | /classes/HierarchyComponentTest.cls | 29 | 13 | 29 | 45 | 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 |
59 | /classes/HierarchyComponentTest.cls | 29 | 13 | 29 | 45 | 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 |
60 | /classes/HierarchyComponentTest.cls | 29 | 13 | 29 | 45 | 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. |
60 | /classes/HierarchyComponentTest.cls | 29 | 13 | 29 | 45 | 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. |
61 | /classes/HierarchyComponentTest.cls | 42 | 9 | 42 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
61 | /classes/HierarchyComponentTest.cls | 42 | 9 | 42 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
62 | /classes/HierarchyComponentTest.cls | 43 | 9 | 43 | 40 | 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 |
62 | /classes/HierarchyComponentTest.cls | 43 | 9 | 43 | 40 | 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 |
63 | /classes/HierarchyComponentTest.cls | 43 | 9 | 43 | 40 | 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. |
63 | /classes/HierarchyComponentTest.cls | 43 | 9 | 43 | 40 | 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. |
64 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 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 |
65 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 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 |
66 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'OrgHierarchyComponentData' has a total cognitive complexity of 63 (highest 35), current threshold is 50 |
66 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'OrgHierarchyComponentData' has a total cognitive complexity of 63 (highest 35), current threshold is 50 |
67 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'OrgHierarchyComponentData' has a total cyclomatic complexity of 47 (highest 21). |
67 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'OrgHierarchyComponentData' has a total cyclomatic complexity of 47 (highest 21). |
68 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'OrgHierarchyComponentData' has a Standard Cyclomatic Complexity of 8 (Highest = 16). |
68 | /classes/OrgHierarchyComponentData.cls | 1 | 21 | 190 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'OrgHierarchyComponentData' has a Standard Cyclomatic Complexity of 8 (Highest = 16). |
69 | /classes/OrgHierarchyComponentData.cls | 3 | 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 |
69 | /classes/OrgHierarchyComponentData.cls | 3 | 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 |
70 | /classes/OrgHierarchyComponentData.cls | 23 | 10 | 25 | 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 |
70 | /classes/OrgHierarchyComponentData.cls | 23 | 10 | 25 | 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 |
71 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
72 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getHierarchyDataOnDemand(String, kkltng.HierarchyComponentController.node)' has a cognitive complexity of 35, current threshold is 15 |
72 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getHierarchyDataOnDemand(String, kkltng.HierarchyComponentController.node)' has a cognitive complexity of 35, current threshold is 15 |
73 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getHierarchyDataOnDemand(String, kkltng.HierarchyComponentController.node)' has a cyclomatic complexity of 21. |
73 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getHierarchyDataOnDemand(String, kkltng.HierarchyComponentController.node)' has a cyclomatic complexity of 21. |
74 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getHierarchyDataOnDemand()' has an NCSS line count of 51 (limit: 40) |
74 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getHierarchyDataOnDemand()' has an NCSS line count of 51 (limit: 40) |
75 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getHierarchyDataOnDemand' has a Standard Cyclomatic Complexity of 16. |
75 | /classes/OrgHierarchyComponentData.cls | 41 | 12 | 122 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getHierarchyDataOnDemand' has a Standard Cyclomatic Complexity of 16. |
76 | /classes/OrgHierarchyComponentData.cls | 68 | 10 | 70 | 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 |
76 | /classes/OrgHierarchyComponentData.cls | 68 | 10 | 70 | 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 |
77 | /classes/OrgHierarchyComponentData.cls | 83 | 42 | 83 | 151 | 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 |
77 | /classes/OrgHierarchyComponentData.cls | 83 | 42 | 83 | 151 | 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 |
78 | /classes/OrgHierarchyComponentData.cls | 84 | 21 | 86 | 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 |
78 | /classes/OrgHierarchyComponentData.cls | 84 | 21 | 86 | 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 |
79 | /classes/OrgHierarchyComponentData.cls | 87 | 21 | 89 | 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 |
79 | /classes/OrgHierarchyComponentData.cls | 87 | 21 | 89 | 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 |
80 | /classes/OrgHierarchyComponentData.cls | 90 | 21 | 92 | 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 |
80 | /classes/OrgHierarchyComponentData.cls | 90 | 21 | 92 | 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 |
81 | /classes/OrgHierarchyComponentData.cls | 103 | 10 | 105 | 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 |
81 | /classes/OrgHierarchyComponentData.cls | 103 | 10 | 105 | 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 |
82 | /classes/OrgHierarchyComponentData.cls | 147 | 50 | 147 | 103 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'node' defined but not used |
82 | /classes/OrgHierarchyComponentData.cls | 147 | 50 | 147 | 103 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'node' defined but not used |
83 | /classes/OrgHierarchyComponentTest.cls | 4 | 20 | 115 | 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_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
83 | /classes/OrgHierarchyComponentTest.cls | 4 | 20 | 115 | 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_method_one' doesn't match '[a-z][a-zA-Z0-9]*' |
84 | /classes/OrgHierarchyComponentTest.cls | 81 | 9 | 81 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
84 | /classes/OrgHierarchyComponentTest.cls | 81 | 9 | 81 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
85 | /classes/OrgHierarchyComponentTest.cls | 82 | 9 | 82 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
85 | /classes/OrgHierarchyComponentTest.cls | 82 | 9 | 82 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
86 | /classes/OrgHierarchyComponentTest.cls | 88 | 18 | 88 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
86 | /classes/OrgHierarchyComponentTest.cls | 88 | 18 | 88 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
87 | /classes/OrgHierarchyComponentTest.cls | 98 | 13 | 98 | 79 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
87 | /classes/OrgHierarchyComponentTest.cls | 98 | 13 | 98 | 79 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
88 | /classes/OrgHierarchyComponentTest.cls | 99 | 13 | 99 | 41 | 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 |
88 | /classes/OrgHierarchyComponentTest.cls | 99 | 13 | 99 | 41 | 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 |
89 | /classes/OrgHierarchyComponentTest.cls | 99 | 13 | 99 | 41 | 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. |
89 | /classes/OrgHierarchyComponentTest.cls | 99 | 13 | 99 | 41 | 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. |
90 | /classes/OrgHierarchyComponentTest.cls | 105 | 8 | 105 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
90 | /classes/OrgHierarchyComponentTest.cls | 105 | 8 | 105 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
91 | /classes/OrgHierarchyComponentTest.cls | 108 | 8 | 108 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
91 | /classes/OrgHierarchyComponentTest.cls | 108 | 8 | 108 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
92 | /classes/OrgHierarchyComponentTest.cls | 113 | 8 | 113 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
92 | /classes/OrgHierarchyComponentTest.cls | 113 | 8 | 113 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |