pmd7_2 took 12 seconds to run and found 137 violations
pmd7_3 took 16 seconds to run and found 136 violations
Among the 137 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/Bonus.cls | 17 | 21 | 30 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1 | /force-app/main/default/classes/Bonus.cls | 17 | 21 | 30 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2 | /force-app/main/default/classes/Bonus.cls | 20 | 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 |
2 | /force-app/main/default/classes/Bonus.cls | 20 | 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 |
3 | /force-app/main/default/classes/BonusFinalizer.cls | 17 | 8 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
3 | /force-app/main/default/classes/BonusFinalizer.cls | 17 | 8 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4 | /force-app/main/default/classes/BonusFinalizer.cls | 17 | 1 | 17 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
4 | /force-app/main/default/classes/BonusFinalizer.cls | 17 | 1 | 17 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
5 | /force-app/main/default/classes/BonusFinalizer.cls | 22 | 12 | 47 | 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/default/classes/BonusFinalizer.cls | 22 | 12 | 47 | 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/default/classes/BonusFinalizer.cls | 36 | 51 | 36 | 136 | 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 |
6 | /force-app/main/default/classes/BonusFinalizer.cls | 36 | 51 | 36 | 136 | 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 |
7 | /force-app/main/default/classes/BonusJob.cls | 17 | 8 | 34 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
7 | /force-app/main/default/classes/BonusJob.cls | 17 | 8 | 34 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
8 | /force-app/main/default/classes/BonusJob.cls | 22 | 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 |
8 | /force-app/main/default/classes/BonusJob.cls | 22 | 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 |
9 | /force-app/main/default/classes/BonusJob.cls | 31 | 34 | 31 | 64 | 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 |
9 | /force-app/main/default/classes/BonusJob.cls | 31 | 34 | 31 | 64 | 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 |
10 | /force-app/main/default/classes/BonusJob.cls | 31 | 25 | 31 | 64 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'orders' defined but not used |
10 | /force-app/main/default/classes/BonusJob.cls | 31 | 25 | 31 | 64 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'orders' defined but not used |
11 | /force-app/main/default/classes/Five.cls | 24 | 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 @description |
11 | /force-app/main/default/classes/Five.cls | 24 | 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 @description |
12 | /force-app/main/default/classes/Five.cls | 27 | 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 |
12 | /force-app/main/default/classes/Five.cls | 27 | 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 |
13 | /force-app/main/default/classes/Five.cls | 33 | 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 |
13 | /force-app/main/default/classes/Five.cls | 33 | 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 |
14 | /force-app/main/default/classes/Five.cls | 53 | 12 | 53 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
14 | /force-app/main/default/classes/Five.cls | 53 | 12 | 53 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /force-app/main/default/classes/Five.cls | 53 | 5 | 53 | 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. |
15 | /force-app/main/default/classes/Five.cls | 53 | 5 | 53 | 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. |
16 | /force-app/main/default/classes/Five.cls | 65 | 24 | 65 | 42 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newAmount' defined but not used |
16 | /force-app/main/default/classes/Five.cls | 65 | 24 | 65 | 42 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newAmount' defined but not used |
17 | /force-app/main/default/classes/Five.cls | 70 | 35 | 70 | 65 | 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 |
17 | /force-app/main/default/classes/Five.cls | 70 | 35 | 70 | 65 | 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 |
18 | /force-app/main/default/classes/Five.cls | 70 | 27 | 70 | 65 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'order' defined but not used |
18 | /force-app/main/default/classes/Five.cls | 70 | 27 | 70 | 65 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'order' defined but not used |
19 | /force-app/main/default/classes/Five.cls | 76 | 12 | 76 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
19 | /force-app/main/default/classes/Five.cls | 76 | 12 | 76 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /force-app/main/default/classes/Four.cls | 23 | 21 | 62 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
20 | /force-app/main/default/classes/Four.cls | 23 | 21 | 62 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
21 | /force-app/main/default/classes/Four.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 |
21 | /force-app/main/default/classes/Four.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 |
22 | /force-app/main/default/classes/Four.cls | 29 | 9 | 29 | 58 | 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 |
22 | /force-app/main/default/classes/Four.cls | 29 | 9 | 29 | 58 | 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 |
23 | /force-app/main/default/classes/Four.cls | 29 | 9 | 29 | 58 | 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. |
23 | /force-app/main/default/classes/Four.cls | 29 | 9 | 29 | 58 | 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. |
24 | /force-app/main/default/classes/Four.cls | 33 | 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 |
24 | /force-app/main/default/classes/Four.cls | 33 | 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 |
25 | /force-app/main/default/classes/Four.cls | 52 | 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 |
25 | /force-app/main/default/classes/Four.cls | 52 | 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 |
26 | /force-app/main/default/classes/Four.cls | 54 | 16 | 54 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /force-app/main/default/classes/Four.cls | 54 | 16 | 54 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /force-app/main/default/classes/Four.cls | 56 | 16 | 60 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /force-app/main/default/classes/Four.cls | 56 | 16 | 60 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /force-app/main/default/classes/Four.cls | 56 | 9 | 56 | 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. |
28 | /force-app/main/default/classes/Four.cls | 56 | 9 | 56 | 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. |
29 | /force-app/main/default/classes/One.cls | 23 | 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 @description |
29 | /force-app/main/default/classes/One.cls | 23 | 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 @description |
30 | /force-app/main/default/classes/One.cls | 23 | 21 | 85 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'One' has a Standard Cyclomatic Complexity of 5 (Highest = 12). |
30 | /force-app/main/default/classes/One.cls | 23 | 21 | 85 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'One' has a Standard Cyclomatic Complexity of 5 (Highest = 12). |
31 | /force-app/main/default/classes/One.cls | 26 | 19 | 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 |
31 | /force-app/main/default/classes/One.cls | 26 | 19 | 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 |
32 | /force-app/main/default/classes/One.cls | 35 | 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 |
32 | /force-app/main/default/classes/One.cls | 35 | 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 |
33 | /force-app/main/default/classes/One.cls | 35 | 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 'before(Map |
33 | /force-app/main/default/classes/One.cls | 35 | 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 'before(Map |
34 | /force-app/main/default/classes/One.cls | 35 | 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 'before(Map |
34 | /force-app/main/default/classes/One.cls | 35 | 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 'before(Map |
35 | /force-app/main/default/classes/One.cls | 35 | 19 | 74 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'before' has a Standard Cyclomatic Complexity of 12. |
35 | /force-app/main/default/classes/One.cls | 35 | 19 | 74 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'before' has a Standard Cyclomatic Complexity of 12. |
36 | /force-app/main/default/classes/One.cls | 56 | 29 | 60 | 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 |
36 | /force-app/main/default/classes/One.cls | 56 | 29 | 60 | 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 |
37 | /force-app/main/default/classes/One.cls | 66 | 29 | 68 | 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 |
37 | /force-app/main/default/classes/One.cls | 66 | 29 | 68 | 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 |
38 | /force-app/main/default/classes/One.cls | 76 | 19 | 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 |
38 | /force-app/main/default/classes/One.cls | 76 | 19 | 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 |
39 | /force-app/main/default/classes/Three.cls | 19 | 21 | 157 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
39 | /force-app/main/default/classes/Three.cls | 19 | 21 | 157 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
40 | /force-app/main/default/classes/Three.cls | 22 | 19 | 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 |
40 | /force-app/main/default/classes/Three.cls | 22 | 19 | 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 |
41 | /force-app/main/default/classes/Three.cls | 25 | 9 | 25 | 48 | 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 |
41 | /force-app/main/default/classes/Three.cls | 25 | 9 | 25 | 48 | 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 |
42 | /force-app/main/default/classes/Three.cls | 25 | 9 | 25 | 48 | 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. |
42 | /force-app/main/default/classes/Three.cls | 25 | 9 | 25 | 48 | 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. |
43 | /force-app/main/default/classes/Three.cls | 31 | 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 @description |
43 | /force-app/main/default/classes/Three.cls | 31 | 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 @description |
44 | /force-app/main/default/classes/Three.cls | 31 | 19 | 38 | 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 |
44 | /force-app/main/default/classes/Three.cls | 31 | 19 | 38 | 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 |
45 | /force-app/main/default/classes/Three.cls | 43 | 21 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
45 | /force-app/main/default/classes/Three.cls | 43 | 21 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
46 | /force-app/main/default/classes/Three.cls | 45 | 25 | 45 | 67 | 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/default/classes/Three.cls | 45 | 25 | 45 | 67 | 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/default/classes/Three.cls | 46 | 25 | 46 | 67 | 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/default/classes/Three.cls | 46 | 25 | 46 | 67 | 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/default/classes/Three.cls | 47 | 25 | 47 | 80 | 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/default/classes/Three.cls | 47 | 25 | 47 | 80 | 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/default/classes/Three.cls | 53 | 20 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
49 | /force-app/main/default/classes/Three.cls | 53 | 20 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
50 | /force-app/main/default/classes/Three.cls | 53 | 5 | 53 | 19 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
50 | /force-app/main/default/classes/Three.cls | 53 | 5 | 53 | 19 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
51 | /force-app/main/default/classes/Three.cls | 73 | 13 | 73 | 29 | 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 |
51 | /force-app/main/default/classes/Three.cls | 73 | 13 | 73 | 29 | 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 |
52 | /force-app/main/default/classes/Three.cls | 83 | 20 | 83 | 44 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'response' defined but not used |
52 | /force-app/main/default/classes/Three.cls | 83 | 20 | 83 | 44 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'response' defined but not used |
53 | /force-app/main/default/classes/Three.cls | 90 | 12 | 102 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
53 | /force-app/main/default/classes/Three.cls | 90 | 12 | 102 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
54 | /force-app/main/default/classes/Three.cls | 107 | 12 | 126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
54 | /force-app/main/default/classes/Three.cls | 107 | 12 | 126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
55 | /force-app/main/default/classes/Three.cls | 129 | 36 | 129 | 43 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'Context' should be before method declarations in its class |
55 | /force-app/main/default/classes/Three.cls | 129 | 36 | 129 | 43 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'Context' should be before method declarations in its class |
56 | /force-app/main/default/classes/Three.cls | 129 | 36 | 129 | 43 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'Context' doesn't match '[a-z][a-zA-Z0-9]*' |
56 | /force-app/main/default/classes/Three.cls | 129 | 36 | 129 | 43 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'Context' doesn't match '[a-z][a-zA-Z0-9]*' |
57 | /force-app/main/default/classes/Three.cls | 130 | 36 | 130 | 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 'RequestOrderProcessor' should be before method declarations in its class |
57 | /force-app/main/default/classes/Three.cls | 130 | 36 | 130 | 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 'RequestOrderProcessor' should be before method declarations in its class |
58 | /force-app/main/default/classes/Three.cls | 130 | 36 | 130 | 57 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'RequestOrderProcessor' doesn't match '[a-z][a-zA-Z0-9]*' |
58 | /force-app/main/default/classes/Three.cls | 130 | 36 | 130 | 57 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'RequestOrderProcessor' doesn't match '[a-z][a-zA-Z0-9]*' |
59 | /force-app/main/default/classes/Three.cls | 131 | 42 | 131 | 56 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OrderProcessor' doesn't match '[a-z][a-zA-Z0-9]*' |
59 | /force-app/main/default/classes/Three.cls | 131 | 42 | 131 | 56 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OrderProcessor' doesn't match '[a-z][a-zA-Z0-9]*' |
60 | /force-app/main/default/classes/Three.cls | 151 | 12 | 156 | 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/default/classes/Three.cls | 151 | 12 | 156 | 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/default/classes/Three.cls | 153 | 16 | 155 | 10 | 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/default/classes/Three.cls | 153 | 16 | 155 | 10 | 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/default/classes/ThreeTest.cls | 16 | 9 | 30 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
62 | /force-app/main/default/classes/ThreeTest.cls | 16 | 9 | 30 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
63 | /force-app/main/default/classes/Two.cls | 23 | 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 @description |
63 | /force-app/main/default/classes/Two.cls | 23 | 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 @description |
64 | /force-app/main/default/classes/Two.cls | 26 | 19 | 52 | 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/default/classes/Two.cls | 26 | 19 | 52 | 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/default/classes/Two.cls | 31 | 9 | 31 | 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 |
65 | /force-app/main/default/classes/Two.cls | 31 | 9 | 31 | 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 |
66 | /force-app/main/default/classes/Two.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 |
66 | /force-app/main/default/classes/Two.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 |
67 | /force-app/main/default/classes/Two.cls | 37 | 20 | 37 | 76 | 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 |
67 | /force-app/main/default/classes/Two.cls | 37 | 20 | 37 | 76 | 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 |
68 | /force-app/main/default/classes/Two.cls | 41 | 13 | 43 | 45 | 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 |
68 | /force-app/main/default/classes/Two.cls | 41 | 13 | 43 | 45 | 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 |
69 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 4 | 21 | 281 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
69 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 4 | 21 | 281 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
70 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 4 | 21 | 281 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'SObjectFieldValidator' has a total cognitive complexity of 108 (highest 42), current threshold is 50 |
70 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 4 | 21 | 281 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'SObjectFieldValidator' has a total cognitive complexity of 108 (highest 42), current threshold is 50 |
71 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 4 | 21 | 281 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SObjectFieldValidator' has a Standard Cyclomatic Complexity of 3 (Highest = 17). |
71 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 4 | 21 | 281 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'SObjectFieldValidator' has a Standard Cyclomatic Complexity of 3 (Highest = 17). |
72 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
72 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
73 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
73 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
74 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 29 | 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 |
74 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 29 | 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 |
75 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
75 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
76 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 41 | 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 |
76 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 41 | 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 |
77 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 41 | 12 | 44 | 6 | pmd | OverrideBothEqualsAndHashcode | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#overridebothequalsandhashcode | Ensure you override both equals() and hashCode() |
77 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 41 | 12 | 44 | 6 | pmd | OverrideBothEqualsAndHashcode | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#overridebothequalsandhashcode | Ensure you override both equals() and hashCode() |
78 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 46 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 46 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 51 | 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 |
79 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 51 | 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 |
80 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 56 | 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 |
80 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 56 | 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 |
81 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
81 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
82 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
82 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.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 |
83 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'validate(TriggerOperation, Map |
84 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'validate(TriggerOperation, Map |
85 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'validate(TriggerOperation, Map |
85 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'validate(TriggerOperation, Map |
86 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 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. |
86 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 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. |
87 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'validate()' has an NCSS line count of 63 (limit: 40) |
87 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'validate()' has an NCSS line count of 63 (limit: 40) |
88 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'validate' has a Standard Cyclomatic Complexity of 17. |
88 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 81 | 12 | 154 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'validate' has a Standard Cyclomatic Complexity of 17. |
89 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 130 | 25 | 132 | 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 |
89 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 130 | 25 | 132 | 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 |
90 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 134 | 83 | 134 | 111 | 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 |
90 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 134 | 83 | 134 | 111 | 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 |
91 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 156 | 19 | 158 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 156 | 19 | 158 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 163 | 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 @description |
92 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 163 | 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 @description |
93 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 175 | 13 | 238 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
93 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 175 | 13 | 238 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
94 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 186 | 16 | 194 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
94 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 186 | 16 | 194 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
95 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 186 | 16 | 194 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
95 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 186 | 16 | 194 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
96 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 186 | 16 | 194 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
96 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 186 | 16 | 194 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
97 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 199 | 16 | 223 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
97 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 199 | 16 | 223 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
98 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 199 | 16 | 223 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
98 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 199 | 16 | 223 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
99 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 199 | 16 | 223 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
99 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 199 | 16 | 223 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
100 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 199 | 16 | 223 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'requiresValidationPhase2(FieldValidationContext)' has a cognitive complexity of 16, current threshold is 15 |
100 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 199 | 16 | 223 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'requiresValidationPhase2(FieldValidationContext)' has a cognitive complexity of 16, current threshold is 15 |
101 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 225 | 16 | 237 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 225 | 16 | 237 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 243 | 21 | 245 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
102 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 243 | 21 | 245 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
103 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 250 | 12 | 250 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
103 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 250 | 12 | 250 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
104 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 260 | 13 | 266 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
104 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 260 | 13 | 266 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
105 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 262 | 16 | 262 | 105 | 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/default/classes/lib/sobjectvalidator/SObjectFieldValidator.cls | 262 | 16 | 262 | 105 | 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/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 4 | 47 | 4 | 80 | 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. |
106 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 4 | 47 | 4 | 80 | 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. |
107 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 5 | 50 | 5 | 87 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
107 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 5 | 50 | 5 | 87 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
108 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 20 | 28 | 20 | 65 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
108 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 20 | 28 | 20 | 65 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
109 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 31 | 9 | 31 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
109 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 31 | 9 | 31 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
110 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 32 | 9 | 32 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
110 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 32 | 9 | 32 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
111 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 33 | 9 | 33 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
111 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 33 | 9 | 33 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
112 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 55 | 9 | 55 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
112 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 55 | 9 | 55 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
113 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 56 | 9 | 56 | 67 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
113 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 56 | 9 | 56 | 67 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
114 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 57 | 9 | 57 | 91 | 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. |
114 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 57 | 9 | 57 | 91 | 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. |
115 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 58 | 9 | 58 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
115 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 58 | 9 | 58 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
116 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 59 | 9 | 59 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
116 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 59 | 9 | 59 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
117 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 67 | 28 | 67 | 65 | 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. |
117 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 67 | 28 | 67 | 65 | 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. |
118 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 76 | 9 | 76 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
118 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 76 | 9 | 76 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
119 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 77 | 9 | 77 | 67 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
119 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 77 | 9 | 77 | 67 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
120 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 78 | 9 | 78 | 91 | 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. |
120 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 78 | 9 | 78 | 91 | 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. |
121 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 79 | 9 | 79 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
121 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 79 | 9 | 79 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
122 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 80 | 9 | 80 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
122 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 80 | 9 | 80 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
123 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 88 | 28 | 88 | 65 | 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. |
123 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 88 | 28 | 88 | 65 | 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. |
124 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 97 | 9 | 97 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
124 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 97 | 9 | 97 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
125 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 105 | 28 | 105 | 65 | 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. |
125 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 105 | 28 | 105 | 65 | 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. |
126 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 114 | 9 | 114 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
126 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 114 | 9 | 114 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
127 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 122 | 28 | 122 | 65 | 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. |
127 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 122 | 28 | 122 | 65 | 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. |
128 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 131 | 9 | 131 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
128 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 131 | 9 | 131 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
129 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 132 | 9 | 132 | 52 | 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. |
129 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 132 | 9 | 132 | 52 | 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. |
130 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 138 | 28 | 138 | 65 | 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. |
130 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 138 | 28 | 138 | 65 | 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. |
131 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 149 | 9 | 149 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
131 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 149 | 9 | 149 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
132 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 150 | 9 | 150 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
132 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 150 | 9 | 150 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
133 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 151 | 9 | 151 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
133 | /force-app/main/default/classes/lib/sobjectvalidator/SObjectFieldValidatorTest.cls | 151 | 9 | 151 | 112 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
134 | /force-app/main/default/triggers/AccountTrigger.trigger | 4 | 5 | 4 | 44 | 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 |
134 | /force-app/main/default/triggers/AccountTrigger.trigger | 4 | 5 | 4 | 44 | 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 |
135 | /force-app/main/default/triggers/AccountTrigger.trigger | 4 | 5 | 4 | 44 | 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. |
135 | /force-app/main/default/triggers/AccountTrigger.trigger | 4 | 5 | 4 | 44 | 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. |
136 | /force-app/main/default/triggers/FiveBatchApexErrorEventHandler.trigger | 24 | 1 | 49 | 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 |
136 | /force-app/main/default/triggers/FiveBatchApexErrorEventHandler.trigger | 24 | 1 | 49 | 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 |
137 | /force-app/main/default/triggers/FiveBatchApexErrorEventHandler.trigger | 48 | 5 | 48 | 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 |
0 | 0 | 0 | 0 | 0 | 0 |