pmd7_2 took 16 seconds to run and found 228 violations
pmd7_3 took 19 seconds to run and found 228 violations
Among the 228 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/Async Apex Recipes/AtFutureRecipes.cls | 31 | 9 | 31 | 70 | 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 |
1 | /force-app/main/default/classes/Async Apex Recipes/AtFutureRecipes.cls | 31 | 9 | 31 | 70 | 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 |
2 | /force-app/main/default/classes/Async Apex Recipes/QueueableChainingRecipes.cls | 32 | 13 | 35 | 14 | 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 |
2 | /force-app/main/default/classes/Async Apex Recipes/QueueableChainingRecipes.cls | 32 | 13 | 35 | 14 | 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 |
3 | /force-app/main/default/classes/Async Apex Recipes/QueueableRecipes.cls | 37 | 13 | 41 | 14 | 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 |
3 | /force-app/main/default/classes/Async Apex Recipes/QueueableRecipes.cls | 37 | 13 | 41 | 14 | 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 |
4 | /force-app/main/default/classes/Async Apex Recipes/QueueableWithCalloutRecipes.cls | 58 | 13 | 62 | 14 | 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 |
4 | /force-app/main/default/classes/Async Apex Recipes/QueueableWithCalloutRecipes.cls | 58 | 13 | 62 | 14 | 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 |
5 | /force-app/main/default/classes/Async Apex Recipes/ScheduledApexDemo.cls | 18 | 9 | 22 | 10 | 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 |
5 | /force-app/main/default/classes/Async Apex Recipes/ScheduledApexDemo.cls | 18 | 9 | 22 | 10 | 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 |
6 | /force-app/main/default/classes/Collection Recipes/AccountNumberOfEmployeesComparator.cls | 6 | 21 | 36 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'AccountNumberOfEmployeesComparator' has a Standard Cyclomatic Complexity of 10 (Highest = 9). |
6 | /force-app/main/default/classes/Collection Recipes/AccountNumberOfEmployeesComparator.cls | 6 | 21 | 36 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'AccountNumberOfEmployeesComparator' has a Standard Cyclomatic Complexity of 10 (Highest = 9). |
7 | /force-app/main/default/classes/Collection Recipes/AccountNumberOfEmployeesComparator.cls | 7 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /force-app/main/default/classes/Collection Recipes/AccountNumberOfEmployeesComparator.cls | 7 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
8 | /force-app/main/default/classes/Collection Recipes/AccountNumberOfEmployeesComparator.cls | 7 | 12 | 35 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'compare(Account, Account)' has a cyclomatic complexity of 11. |
8 | /force-app/main/default/classes/Collection Recipes/AccountNumberOfEmployeesComparator.cls | 7 | 12 | 35 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'compare(Account, Account)' has a cyclomatic complexity of 11. |
9 | /force-app/main/default/classes/Collection Recipes/AccountShippingCountryComparator.cls | 13 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
9 | /force-app/main/default/classes/Collection Recipes/AccountShippingCountryComparator.cls | 13 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /force-app/main/default/classes/Collection Recipes/AccountShippingCountryComparator.cls | 38 | 12 | 45 | 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 |
10 | /force-app/main/default/classes/Collection Recipes/AccountShippingCountryComparator.cls | 38 | 12 | 45 | 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 |
11 | /force-app/main/default/classes/Collection Recipes/AccountShippingCountryComparator.cls | 47 | 12 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /force-app/main/default/classes/Collection Recipes/AccountShippingCountryComparator.cls | 47 | 12 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
12 | /force-app/main/default/classes/Collection Recipes/AccountShippingCountryComparator.cls | 47 | 12 | 76 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'compare(Account, Account)' has a cyclomatic complexity of 10. |
12 | /force-app/main/default/classes/Collection Recipes/AccountShippingCountryComparator.cls | 47 | 12 | 76 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'compare(Account, Account)' has a cyclomatic complexity of 10. |
13 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
13 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
14 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 33 | 13 | 52 | 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 |
14 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 33 | 13 | 52 | 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 |
15 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 70 | 16 | 74 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 70 | 16 | 74 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 76 | 16 | 81 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 76 | 16 | 81 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 91 | 16 | 93 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /force-app/main/default/classes/Collection Recipes/IterableApiClient.cls | 91 | 16 | 93 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 7 | 21 | 345 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'DMLRecipes' has a total cyclomatic complexity of 49 (highest 4). |
18 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 7 | 21 | 345 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'DMLRecipes' has a total cyclomatic complexity of 49 (highest 4). |
19 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 64 | 19 | 79 | 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 |
19 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 64 | 19 | 79 | 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 |
20 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 74 | 13 | 74 | 65 | 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 |
20 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 74 | 13 | 74 | 65 | 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 |
21 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 96 | 13 | 96 | 63 | 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 |
21 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 96 | 13 | 96 | 63 | 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 |
22 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 117 | 13 | 117 | 63 | 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/Data Recipes/DMLRecipes.cls | 117 | 13 | 117 | 63 | 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/Data Recipes/DMLRecipes.cls | 133 | 19 | 145 | 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 |
23 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 133 | 19 | 145 | 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 |
24 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 206 | 19 | 220 | 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 |
24 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 206 | 19 | 220 | 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 |
25 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 214 | 13 | 214 | 48 | 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 |
25 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 214 | 13 | 214 | 48 | 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 |
26 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 216 | 13 | 216 | 63 | 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 |
26 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 216 | 13 | 216 | 63 | 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 |
27 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 236 | 13 | 236 | 63 | 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 |
27 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 236 | 13 | 236 | 63 | 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 |
28 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 253 | 13 | 253 | 63 | 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 |
28 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 253 | 13 | 253 | 63 | 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 |
29 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 266 | 19 | 275 | 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 |
29 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 266 | 19 | 275 | 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 |
30 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 271 | 13 | 271 | 48 | 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 |
30 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 271 | 13 | 271 | 48 | 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 |
31 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 294 | 13 | 294 | 63 | 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 |
31 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 294 | 13 | 294 | 63 | 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 |
32 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 317 | 13 | 317 | 63 | 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 |
32 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 317 | 13 | 317 | 63 | 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 |
33 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 334 | 19 | 344 | 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 |
33 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 334 | 19 | 344 | 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 |
34 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 339 | 13 | 339 | 50 | 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 |
34 | /force-app/main/default/classes/Data Recipes/DMLRecipes.cls | 339 | 13 | 339 | 50 | 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 |
35 | /force-app/main/default/classes/Data Recipes/DynamicSOQLRecipes.cls | 71 | 16 | 71 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accountName' defined but not used |
35 | /force-app/main/default/classes/Data Recipes/DynamicSOQLRecipes.cls | 71 | 16 | 71 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accountName' defined but not used |
36 | /force-app/main/default/classes/Email Recipes/InboundEmailHandlerRecipes.cls | 20 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
36 | /force-app/main/default/classes/Email Recipes/InboundEmailHandlerRecipes.cls | 20 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
37 | /force-app/main/default/classes/Email Recipes/InboundEmailHandlerRecipes.cls | 44 | 16 | 44 | 33 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'errorMessage' defined but not used |
37 | /force-app/main/default/classes/Email Recipes/InboundEmailHandlerRecipes.cls | 44 | 16 | 44 | 33 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'errorMessage' defined but not used |
38 | /force-app/main/default/classes/Email Recipes/InboundEmailHandlerRecipes.cls | 109 | 13 | 144 | 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 |
38 | /force-app/main/default/classes/Email Recipes/InboundEmailHandlerRecipes.cls | 109 | 13 | 144 | 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 |
39 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 136 | 19 | 152 | 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 |
39 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 136 | 19 | 152 | 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 |
40 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 205 | 19 | 208 | 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 |
40 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 205 | 19 | 208 | 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 |
41 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 224 | 19 | 239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
41 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 224 | 19 | 239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
42 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 274 | 19 | 285 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
42 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 274 | 19 | 285 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
43 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 322 | 19 | 336 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
43 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 322 | 19 | 336 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
44 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 374 | 12 | 377 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 374 | 12 | 377 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
45 | /force-app/main/default/classes/Encryption Recipes/EncryptionRecipes.cls | 422 | 19 | 436 | 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/Encryption Recipes/EncryptionRecipes.cls | 422 | 19 | 436 | 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/Files Recipes/FilesRecipes.cls | 10 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
46 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 10 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
47 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 11 | 16 | 11 | 47 | 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/Files Recipes/FilesRecipes.cls | 11 | 16 | 11 | 47 | 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/Files Recipes/FilesRecipes.cls | 12 | 16 | 12 | 43 | 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/Files Recipes/FilesRecipes.cls | 12 | 16 | 12 | 43 | 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/Files Recipes/FilesRecipes.cls | 13 | 16 | 13 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 13 | 16 | 13 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 91 | 13 | 94 | 14 | 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 |
50 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 91 | 13 | 94 | 14 | 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 |
51 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 137 | 13 | 140 | 14 | 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 |
51 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 137 | 13 | 140 | 14 | 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 |
52 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 234 | 13 | 234 | 63 | 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 |
52 | /force-app/main/default/classes/Files Recipes/FilesRecipes.cls | 234 | 13 | 234 | 63 | 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 |
53 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 89 | 13 | 92 | 14 | 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 |
53 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 89 | 13 | 92 | 14 | 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 |
54 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 158 | 13 | 161 | 14 | 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 |
54 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 158 | 13 | 161 | 14 | 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 |
55 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 203 | 13 | 206 | 14 | 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 |
55 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 203 | 13 | 206 | 14 | 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 |
56 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 243 | 13 | 246 | 14 | 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 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 243 | 13 | 246 | 14 | 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 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 284 | 13 | 287 | 14 | 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 |
57 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 284 | 13 | 287 | 14 | 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 |
58 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 361 | 9 | 361 | 67 | 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 |
58 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 361 | 9 | 361 | 67 | 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 |
59 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 362 | 9 | 362 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
59 | /force-app/main/default/classes/Integration Recipes/CalloutRecipes.cls | 362 | 9 | 362 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
60 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 91 | 13 | 95 | 14 | 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 |
60 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 91 | 13 | 95 | 14 | 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 |
61 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 156 | 13 | 159 | 14 | 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 |
61 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 156 | 13 | 159 | 14 | 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 |
62 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 167 | 13 | 170 | 14 | 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 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 167 | 13 | 170 | 14 | 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 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 231 | 13 | 235 | 14 | 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 |
63 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 231 | 13 | 235 | 14 | 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 |
64 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 243 | 13 | 246 | 14 | 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 |
64 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 243 | 13 | 246 | 14 | 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 |
65 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 314 | 13 | 318 | 14 | 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 |
65 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 314 | 13 | 318 | 14 | 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 |
66 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 324 | 13 | 327 | 14 | 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 |
66 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 324 | 13 | 327 | 14 | 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 |
67 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 399 | 13 | 403 | 14 | 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 |
67 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 399 | 13 | 403 | 14 | 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 |
68 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 409 | 13 | 412 | 14 | 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 |
68 | /force-app/main/default/classes/Integration Recipes/CustomRestEndpointRecipes.cls | 409 | 13 | 412 | 14 | 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 |
69 | /force-app/main/default/classes/Quiddity Recipes/QuiddityGuard.cls | 72 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /force-app/main/default/classes/Quiddity Recipes/QuiddityGuard.cls | 72 | 19 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /force-app/main/default/classes/Schema Recipes/SchemaRecipes.cls | 12 | 29 | 12 | 60 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'token2' defined but not used |
70 | /force-app/main/default/classes/Schema Recipes/SchemaRecipes.cls | 12 | 29 | 12 | 60 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'token2' defined but not used |
71 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 11 | 21 | 434 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class CanTheUser has 20 public methods, attributes, and properties (limit: 20) |
71 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 11 | 21 | 434 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class CanTheUser has 20 public methods, attributes, and properties (limit: 20) |
72 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 63 | 57 | 65 | 14 | 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. |
72 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 63 | 57 | 65 | 14 | 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. |
73 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 150 | 19 | 152 | 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 |
73 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 150 | 19 | 152 | 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 |
74 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 173 | 19 | 175 | 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 |
74 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 173 | 19 | 175 | 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 |
75 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 185 | 19 | 187 | 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 |
75 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 185 | 19 | 187 | 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 |
76 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 208 | 19 | 210 | 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 |
76 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 208 | 19 | 210 | 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 |
77 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 220 | 19 | 222 | 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 |
77 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 220 | 19 | 222 | 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 |
78 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 243 | 19 | 245 | 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 |
78 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 243 | 19 | 245 | 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 |
79 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 255 | 19 | 257 | 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 |
79 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 255 | 19 | 257 | 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 |
80 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 277 | 19 | 279 | 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 |
80 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 277 | 19 | 279 | 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 |
81 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 289 | 19 | 291 | 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 |
81 | /force-app/main/default/classes/Security Recipes/CanTheUser.cls | 289 | 19 | 291 | 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 |
82 | /force-app/main/default/classes/Security Recipes/Safely.cls | 20 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /force-app/main/default/classes/Security Recipes/Safely.cls | 20 | 12 | 21 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /force-app/main/default/classes/Security Recipes/Safely.cls | 23 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /force-app/main/default/classes/Security Recipes/Safely.cls | 23 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /force-app/main/default/classes/Security Recipes/Safely.cls | 28 | 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 |
84 | /force-app/main/default/classes/Security Recipes/Safely.cls | 28 | 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 |
85 | /force-app/main/default/classes/Security Recipes/Safely.cls | 34 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /force-app/main/default/classes/Security Recipes/Safely.cls | 34 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/default/classes/Security Recipes/Safely.cls | 44 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/default/classes/Security Recipes/Safely.cls | 44 | 12 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /force-app/main/default/classes/Security Recipes/Safely.cls | 49 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /force-app/main/default/classes/Security Recipes/Safely.cls | 49 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
88 | /force-app/main/default/classes/Security Recipes/Safely.cls | 59 | 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 |
88 | /force-app/main/default/classes/Security Recipes/Safely.cls | 59 | 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 |
89 | /force-app/main/default/classes/Security Recipes/Safely.cls | 64 | 12 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
89 | /force-app/main/default/classes/Security Recipes/Safely.cls | 64 | 12 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /force-app/main/default/classes/Security Recipes/Safely.cls | 82 | 12 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /force-app/main/default/classes/Security Recipes/Safely.cls | 82 | 12 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-app/main/default/classes/Security Recipes/Safely.cls | 87 | 12 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-app/main/default/classes/Security Recipes/Safely.cls | 87 | 12 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/default/classes/Security Recipes/Safely.cls | 97 | 12 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/default/classes/Security Recipes/Safely.cls | 97 | 12 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /force-app/main/default/classes/Security Recipes/Safely.cls | 102 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /force-app/main/default/classes/Security Recipes/Safely.cls | 102 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /force-app/main/default/classes/Shared Code/AccountServiceLayer.cls | 28 | 9 | 31 | 10 | 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 |
94 | /force-app/main/default/classes/Shared Code/AccountServiceLayer.cls | 28 | 9 | 31 | 10 | 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 |
95 | /force-app/main/default/classes/Shared Code/AccountServiceLayer.cls | 50 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
95 | /force-app/main/default/classes/Shared Code/AccountServiceLayer.cls | 50 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
96 | /force-app/main/default/classes/Shared Code/AccountServiceLayer.cls | 85 | 17 | 88 | 18 | 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 |
96 | /force-app/main/default/classes/Shared Code/AccountServiceLayer.cls | 85 | 17 | 88 | 18 | 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 |
97 | /force-app/main/default/classes/Shared Code/AccountServiceLayer.cls | 121 | 13 | 124 | 14 | 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 |
97 | /force-app/main/default/classes/Shared Code/AccountServiceLayer.cls | 121 | 13 | 124 | 14 | 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 |
98 | /force-app/main/default/classes/Shared Code/ApexClassUtilities.cls | 30 | 13 | 33 | 14 | 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 |
98 | /force-app/main/default/classes/Shared Code/ApexClassUtilities.cls | 30 | 13 | 33 | 14 | 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 |
99 | /force-app/main/default/classes/Shared Code/ApexClassUtilities.cls | 58 | 13 | 61 | 14 | 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 |
99 | /force-app/main/default/classes/Shared Code/ApexClassUtilities.cls | 58 | 13 | 61 | 14 | 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 |
100 | /force-app/main/default/classes/Shared Code/ConnectApiWrapper.cls | 11 | 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 |
100 | /force-app/main/default/classes/Shared Code/ConnectApiWrapper.cls | 11 | 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 |
101 | /force-app/main/default/classes/Shared Code/ConnectApiWrapper.cls | 19 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /force-app/main/default/classes/Shared Code/ConnectApiWrapper.cls | 19 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /force-app/main/default/classes/Shared Code/ConnectApiWrapper.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 |
102 | /force-app/main/default/classes/Shared Code/ConnectApiWrapper.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 |
103 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 34 | 9 | 34 | 16 | 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. |
103 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 34 | 9 | 34 | 16 | 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. |
104 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 169 | 13 | 169 | 70 | 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 |
104 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 169 | 13 | 169 | 70 | 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 |
105 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 207 | 13 | 210 | 14 | 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 |
105 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 207 | 13 | 210 | 14 | 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 |
106 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 242 | 20 | 242 | 41 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'msg' defined but not used |
106 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 242 | 20 | 242 | 41 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'msg' defined but not used |
107 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 243 | 13 | 246 | 14 | 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 |
107 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 243 | 13 | 246 | 14 | 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 |
108 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 272 | 15 | 274 | 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 |
108 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 272 | 15 | 274 | 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 |
109 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 308 | 13 | 310 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
109 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 308 | 13 | 310 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
110 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 312 | 25 | 329 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
110 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 312 | 25 | 329 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
111 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 318 | 16 | 328 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
111 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 318 | 16 | 328 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
112 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 318 | 16 | 328 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
112 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 318 | 16 | 328 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
113 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 318 | 16 | 328 | 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 |
113 | /force-app/main/default/classes/Shared Code/OrgShape.cls | 318 | 16 | 328 | 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 |
114 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 1 | 21 | 21 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
114 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 1 | 21 | 21 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
115 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 6 | 12 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
115 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 6 | 12 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
116 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 10 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
116 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 10 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
117 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 14 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
117 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 14 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
118 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 18 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
118 | /force-app/main/default/classes/Testing Recipes/StubExample.cls | 18 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
119 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 1 | 21 | 27 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
119 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 1 | 21 | 27 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
120 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 4 | 12 | 6 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
120 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 4 | 12 | 6 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
121 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
121 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 8 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
122 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 12 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
122 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 12 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
123 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 16 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
123 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 16 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
124 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 20 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
124 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 20 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
125 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 24 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
125 | /force-app/main/default/classes/Testing Recipes/StubExampleConsumer.cls | 24 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
126 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 25 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
126 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 25 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
127 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 32 | 18 | 32 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'methods' should be before method declarations in its class |
127 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 32 | 18 | 32 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'methods' should be before method declarations in its class |
128 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 41 | 10 | 41 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectType' should be before method declarations in its class |
128 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 41 | 10 | 41 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectType' should be before method declarations in its class |
129 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 176 | 16 | 180 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
129 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 176 | 16 | 180 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
130 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 182 | 16 | 186 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
130 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 182 | 16 | 186 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
131 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 188 | 16 | 192 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
131 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 188 | 16 | 192 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 194 | 16 | 198 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 194 | 16 | 198 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 200 | 16 | 207 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /force-app/main/default/classes/Testing Recipes/TestDouble.cls | 200 | 16 | 207 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
134 | /force-app/main/default/classes/Testing Recipes/TestHelper.cls | 29 | 22 | 29 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'typeCheck' defined but not used |
134 | /force-app/main/default/classes/Testing Recipes/TestHelper.cls | 29 | 22 | 29 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'typeCheck' defined but not used |
135 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 145 | 13 | 149 | 14 | 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 |
135 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 145 | 13 | 149 | 14 | 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 |
136 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 174 | 9 | 174 | 63 | 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 |
136 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 174 | 9 | 174 | 63 | 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 |
137 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 183 | 13 | 187 | 14 | 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 |
137 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 183 | 13 | 187 | 14 | 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 |
138 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 209 | 9 | 209 | 63 | 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 |
138 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 209 | 9 | 209 | 63 | 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 |
139 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 219 | 13 | 223 | 14 | 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 |
139 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 219 | 13 | 223 | 14 | 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 |
140 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 251 | 9 | 251 | 80 | 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 |
140 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 251 | 9 | 251 | 80 | 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 |
141 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 264 | 13 | 268 | 14 | 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 |
141 | /force-app/main/default/classes/Trigger Recipes/AccountTriggerHandler.cls | 264 | 13 | 268 | 14 | 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 |
142 | /force-app/main/default/classes/Trigger Recipes/LogTriggerHandler.cls | 38 | 17 | 41 | 18 | 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 |
142 | /force-app/main/default/classes/Trigger Recipes/LogTriggerHandler.cls | 38 | 17 | 41 | 18 | 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 |
143 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerHandler.cls | 60 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
143 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerHandler.cls | 60 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 1 | 21 | 70 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 1 | 21 | 70 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 2 | 12 | 3 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 2 | 12 | 3 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
146 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 4 | 20 | 4 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objType' should be before method declarations in its class |
146 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 4 | 20 | 4 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objType' should be before method declarations in its class |
147 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 6 | 12 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
147 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 6 | 12 | 8 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
148 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 62 | 20 | 62 | 34 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
148 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 62 | 20 | 62 | 34 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
149 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 64 | 20 | 64 | 34 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
149 | /force-app/main/default/classes/Trigger Recipes/MetadataTriggerService.cls | 64 | 20 | 64 | 34 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
150 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 13 | 5 | 13 | 20 | 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. |
150 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 13 | 5 | 13 | 20 | 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. |
151 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 15 | 5 | 15 | 20 | 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. |
151 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 15 | 5 | 15 | 20 | 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. |
152 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 17 | 5 | 17 | 20 | 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. |
152 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 17 | 5 | 17 | 20 | 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. |
153 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 19 | 5 | 19 | 20 | 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. |
153 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 19 | 5 | 19 | 20 | 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. |
154 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 21 | 5 | 21 | 20 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
154 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 21 | 5 | 21 | 20 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
155 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 23 | 5 | 23 | 20 | 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. |
155 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 23 | 5 | 23 | 20 | 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. |
156 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 25 | 5 | 25 | 20 | 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. |
156 | /force-app/main/default/classes/Trigger Recipes/SampleHandler.cls | 25 | 5 | 25 | 20 | 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. |
157 | /force-app/tests/Collection Recipes/ListSortingRecipes_Tests.cls | 5 | 8 | 149 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
157 | /force-app/tests/Collection Recipes/ListSortingRecipes_Tests.cls | 5 | 8 | 149 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
158 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 2 | 8 | 824 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'DMLRecipes_Tests' has a total cyclomatic complexity of 64 (highest 2). |
158 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 2 | 8 | 824 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'DMLRecipes_Tests' has a total cyclomatic complexity of 64 (highest 2). |
159 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 66 | 13 | 68 | 14 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
159 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 66 | 13 | 68 | 14 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
160 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 482 | 17 | 482 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'didCatchTheRightException' defined but not used |
160 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 482 | 17 | 482 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'didCatchTheRightException' defined but not used |
161 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 510 | 20 | 511 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkAcct' defined but not used |
161 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 510 | 20 | 511 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkAcct' defined but not used |
162 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 530 | 20 | 531 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkAcct' defined but not used |
162 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 530 | 20 | 531 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkAcct' defined but not used |
163 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 589 | 20 | 590 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkAcct' defined but not used |
163 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 589 | 20 | 590 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkAcct' defined but not used |
164 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 612 | 20 | 613 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkAcct' defined but not used |
164 | /force-app/tests/Data Recipes/DMLRecipes_Tests.cls | 612 | 20 | 613 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'checkAcct' defined but not used |
165 | /force-app/tests/DataWeaveInApex Recipes/BasicDataWeaveInApexRecipes_Tests.cls | 8 | 9 | 8 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
165 | /force-app/tests/DataWeaveInApex Recipes/BasicDataWeaveInApexRecipes_Tests.cls | 8 | 9 | 8 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
166 | /force-app/tests/DataWeaveInApex Recipes/BasicDataWeaveInApexRecipes_Tests.cls | 18 | 9 | 18 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
166 | /force-app/tests/DataWeaveInApex Recipes/BasicDataWeaveInApexRecipes_Tests.cls | 18 | 9 | 18 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
167 | /force-app/tests/DataWeaveInApex Recipes/BasicDataWeaveInApexRecipes_Tests.cls | 25 | 20 | 27 | 14 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'result' defined but not used |
167 | /force-app/tests/DataWeaveInApex Recipes/BasicDataWeaveInApexRecipes_Tests.cls | 25 | 20 | 27 | 14 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'result' defined but not used |
168 | /force-app/tests/DataWeaveInApex Recipes/BasicDataWeaveInApexRecipes_Tests.cls | 35 | 13 | 35 | 74 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
168 | /force-app/tests/DataWeaveInApex Recipes/BasicDataWeaveInApexRecipes_Tests.cls | 35 | 13 | 35 | 74 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
169 | /force-app/tests/DataWeaveInApex Recipes/CsvToJsonConversion_Tests.cls | 21 | 9 | 21 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
169 | /force-app/tests/DataWeaveInApex Recipes/CsvToJsonConversion_Tests.cls | 21 | 9 | 21 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
170 | /force-app/tests/DataWeaveInApex Recipes/CsvToJsonConversion_Tests.cls | 22 | 9 | 22 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
170 | /force-app/tests/DataWeaveInApex Recipes/CsvToJsonConversion_Tests.cls | 22 | 9 | 22 | 61 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
171 | /force-app/tests/DataWeaveInApex Recipes/CsvToJsonConversion_Tests.cls | 23 | 9 | 23 | 74 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
171 | /force-app/tests/DataWeaveInApex Recipes/CsvToJsonConversion_Tests.cls | 23 | 9 | 23 | 74 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
172 | /force-app/tests/DataWeaveInApex Recipes/CsvToJsonConversion_Tests.cls | 24 | 9 | 27 | 10 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
172 | /force-app/tests/DataWeaveInApex Recipes/CsvToJsonConversion_Tests.cls | 24 | 9 | 27 | 10 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
173 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 12 | 9 | 12 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
173 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 12 | 9 | 12 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
174 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 14 | 9 | 14 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
174 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 14 | 9 | 14 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
175 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 15 | 9 | 15 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
175 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 15 | 9 | 15 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
176 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 16 | 9 | 16 | 68 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
176 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 16 | 9 | 16 | 68 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
177 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 28 | 9 | 28 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
177 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 28 | 9 | 28 | 43 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
178 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 30 | 9 | 30 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
178 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 30 | 9 | 30 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
179 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 31 | 9 | 31 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
179 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 31 | 9 | 31 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
180 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 32 | 9 | 32 | 68 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
180 | /force-app/tests/DataWeaveInApex Recipes/TransformSobjectsInDataWeave_Tests.cls | 32 | 9 | 32 | 68 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
181 | /force-app/tests/Email Recipes/InboundEmailHandlerRecipes_tests.cls | 14 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
181 | /force-app/tests/Email Recipes/InboundEmailHandlerRecipes_tests.cls | 14 | 12 | 30 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
182 | /force-app/tests/Integration Recipes/ApiServiceRecipesDataModel_Tests.cls | 48 | 23 | 56 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
182 | /force-app/tests/Integration Recipes/ApiServiceRecipesDataModel_Tests.cls | 48 | 23 | 56 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
183 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 70 | 9 | 70 | 52 | 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 |
183 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 70 | 9 | 70 | 52 | 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 |
184 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 80 | 9 | 80 | 57 | 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 |
184 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 80 | 9 | 80 | 57 | 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 |
185 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 100 | 9 | 100 | 52 | 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 |
185 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 100 | 9 | 100 | 52 | 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 |
186 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 110 | 9 | 110 | 57 | 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 |
186 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 110 | 9 | 110 | 57 | 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 |
187 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 126 | 9 | 126 | 52 | 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 |
187 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 126 | 9 | 126 | 52 | 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 |
188 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 136 | 9 | 136 | 57 | 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 |
188 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 136 | 9 | 136 | 57 | 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 |
189 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 158 | 9 | 158 | 57 | 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 |
189 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 158 | 9 | 158 | 57 | 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 |
190 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 186 | 13 | 186 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
190 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 186 | 13 | 186 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
191 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 223 | 13 | 223 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
191 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 223 | 13 | 223 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
192 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 259 | 9 | 259 | 57 | 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 |
192 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 259 | 9 | 259 | 57 | 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 |
193 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 292 | 9 | 292 | 57 | 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 |
193 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 292 | 9 | 292 | 57 | 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 |
194 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 366 | 9 | 366 | 57 | 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 |
194 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 366 | 9 | 366 | 57 | 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 |
195 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 514 | 9 | 514 | 57 | 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 |
195 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 514 | 9 | 514 | 57 | 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 |
196 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 559 | 9 | 559 | 57 | 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 |
196 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 559 | 9 | 559 | 57 | 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 |
197 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 594 | 9 | 594 | 57 | 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 |
197 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 594 | 9 | 594 | 57 | 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 |
198 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 635 | 13 | 635 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
198 | /force-app/tests/Integration Recipes/CustomRestEndpointRecipes_Tests.cls | 635 | 13 | 635 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
199 | /force-app/tests/Security Recipes/Safely_Tests.cls | 383 | 31 | 385 | 73 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accounts' defined but not used |
199 | /force-app/tests/Security Recipes/Safely_Tests.cls | 383 | 31 | 385 | 73 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'accounts' defined but not used |
200 | /force-app/tests/Security Recipes/StripInaccessibleRecipes_Tests.cls | 125 | 17 | 125 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
200 | /force-app/tests/Security Recipes/StripInaccessibleRecipes_Tests.cls | 125 | 17 | 125 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
201 | /force-app/tests/Security Recipes/StripInaccessibleRecipes_Tests.cls | 208 | 17 | 211 | 18 | 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 |
201 | /force-app/tests/Security Recipes/StripInaccessibleRecipes_Tests.cls | 208 | 17 | 211 | 18 | 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 |
202 | /force-app/tests/Security Recipes/StripInaccessibleRecipes_Tests.cls | 221 | 17 | 221 | 76 | 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 |
202 | /force-app/tests/Security Recipes/StripInaccessibleRecipes_Tests.cls | 221 | 17 | 221 | 76 | 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 |
203 | /force-app/tests/Shared Code/AccountServiceLayer_Tests.cls | 35 | 17 | 38 | 18 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
203 | /force-app/tests/Shared Code/AccountServiceLayer_Tests.cls | 35 | 17 | 38 | 18 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.areEqual' should have 3 parameters. |
204 | /force-app/tests/Shared Code/AccountServiceLayer_Tests.cls | 112 | 13 | 114 | 14 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
204 | /force-app/tests/Shared Code/AccountServiceLayer_Tests.cls | 112 | 13 | 114 | 14 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
205 | /force-app/tests/Shared Code/AccountServiceLayer_Tests.cls | 140 | 13 | 140 | 79 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isInstanceOfType' should have 3 parameters. |
205 | /force-app/tests/Shared Code/AccountServiceLayer_Tests.cls | 140 | 13 | 140 | 79 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isInstanceOfType' should have 3 parameters. |
206 | /force-app/tests/Shared Code/AccountServiceLayer_Tests.cls | 159 | 17 | 161 | 18 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
206 | /force-app/tests/Shared Code/AccountServiceLayer_Tests.cls | 159 | 17 | 161 | 18 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
207 | /force-app/tests/Shared Code/ConnectApiWrapperMock.cls | 7 | 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 |
207 | /force-app/tests/Shared Code/ConnectApiWrapperMock.cls | 7 | 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 |
208 | /force-app/tests/Shared Code/HttpCalloutMockFactory.cls | 77 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
208 | /force-app/tests/Shared Code/HttpCalloutMockFactory.cls | 77 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
209 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 30 | 12 | 34 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
209 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 30 | 12 | 34 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
210 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 37 | 12 | 41 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
210 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 37 | 12 | 41 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
211 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 44 | 12 | 48 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
211 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 44 | 12 | 48 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
212 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 51 | 12 | 55 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
212 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 51 | 12 | 55 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
213 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 58 | 12 | 62 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
213 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 58 | 12 | 62 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
214 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 65 | 12 | 69 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
214 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 65 | 12 | 69 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
215 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 72 | 12 | 76 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
215 | /force-app/tests/Shared Code/MetadataTriggerHandler_Tests.cls | 72 | 12 | 76 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
216 | /force-app/tests/Shared Code/OrgShape_Tests.cls | 95 | 11 | 97 | 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 |
216 | /force-app/tests/Shared Code/OrgShape_Tests.cls | 95 | 11 | 97 | 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 |
217 | /force-app/tests/Shared Code/OrgShape_Tests.cls | 184 | 17 | 184 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'discard' defined but not used |
217 | /force-app/tests/Shared Code/OrgShape_Tests.cls | 184 | 17 | 184 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'discard' defined but not used |
218 | /force-app/tests/Shared Code/OrgShape_Tests.cls | 187 | 17 | 187 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'check' defined but not used |
218 | /force-app/tests/Shared Code/OrgShape_Tests.cls | 187 | 17 | 187 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'check' defined but not used |
219 | /force-app/tests/Shared Code/TestFactory.cls | 2 | 8 | 331 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'TestFactory' has a total cognitive complexity of 113 (highest 6), current threshold is 50 |
219 | /force-app/tests/Shared Code/TestFactory.cls | 2 | 8 | 331 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'TestFactory' has a total cognitive complexity of 113 (highest 6), current threshold is 50 |
220 | /force-app/tests/Shared Code/TestFactory.cls | 321 | 19 | 330 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
220 | /force-app/tests/Shared Code/TestFactory.cls | 321 | 19 | 330 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
221 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 4 | 12 | 56 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
221 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 4 | 12 | 56 | 6 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
222 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 36 | 21 | 38 | 18 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
222 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 36 | 21 | 38 | 18 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
223 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 36 | 17 | 47 | 18 | pmd | EmptyTryOrFinallyBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptytryorfinallyblock | Avoid empty try or finally blocks |
223 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 36 | 17 | 47 | 18 | pmd | EmptyTryOrFinallyBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptytryorfinallyblock | Avoid empty try or finally blocks |
224 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 58 | 20 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
224 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 58 | 20 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
225 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 58 | 20 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
225 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 58 | 20 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
226 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 58 | 20 | 76 | 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 |
226 | /force-app/tests/Testing Recipes/PSGAdvancedTestingRecipes.cls | 58 | 20 | 76 | 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 |
227 | /force-app/tests/Trigger Recipes/AccountTriggerHandler_Tests.cls | 130 | 13 | 135 | 14 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
227 | /force-app/tests/Trigger Recipes/AccountTriggerHandler_Tests.cls | 130 | 13 | 135 | 14 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
228 | /force-app/tests/Trigger Recipes/AccountTriggerHandler_Tests.cls | 200 | 13 | 202 | 14 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |
228 | /force-app/tests/Trigger Recipes/AccountTriggerHandler_Tests.cls | 200 | 13 | 202 | 14 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'Assert.isTrue' should have 2 parameters. |