pmd7_2 took 12 seconds to run and found 102 violations
pmd7_3 took 15 seconds to run and found 102 violations
Among the 102 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/InvoiceGenerationController.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1 | /force-app/main/default/classes/InvoiceGenerationController.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /force-app/main/default/classes/InvoiceGenerationController.cls | 5 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /force-app/main/default/classes/InvoiceGenerationController.cls | 5 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /force-app/main/default/classes/InvoiceGenerationController.cls | 9 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /force-app/main/default/classes/InvoiceGenerationController.cls | 9 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 4 | 8 | 75 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
4 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 4 | 8 | 75 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 7 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 7 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 13 | 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 |
6 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 13 | 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 |
7 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 33 | 12 | 33 | 58 | 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/InvoiceGenerationJob.cls | 33 | 12 | 33 | 58 | 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/InvoiceGenerationJob.cls | 33 | 5 | 33 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
8 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 33 | 5 | 33 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
9 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 35 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
9 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 35 | 12 | 43 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 55 | 24 | 55 | 42 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newAmount' defined but not used |
10 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 55 | 24 | 55 | 42 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newAmount' defined but not used |
11 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 60 | 35 | 60 | 65 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
11 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 60 | 35 | 60 | 65 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
12 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 60 | 27 | 60 | 65 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'order' defined but not used |
12 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 60 | 27 | 60 | 65 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'order' defined but not used |
13 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 69 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
13 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 69 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
14 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 69 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
14 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 69 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
15 | /force-app/main/default/classes/InvoiceGenerationJob.cls | 74 | 12 | 74 | 65 | 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/InvoiceGenerationJob.cls | 74 | 12 | 74 | 65 | 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-brf/main/classes/brf_BatchApexErrorEvents.cls | 4 | 8 | 115 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
16 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 4 | 8 | 115 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
17 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 4 | 1 | 4 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
17 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 4 | 1 | 4 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
18 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 4 | 8 | 115 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchApexErrorEvents' doesn't match '[A-Z][a-zA-Z0-9_]*' |
18 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 4 | 8 | 115 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchApexErrorEvents' doesn't match '[A-Z][a-zA-Z0-9_]*' |
19 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 4 | 8 | 115 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'brf_BatchApexErrorEvents' has a Standard Cyclomatic Complexity of 6 (Highest = 10). |
19 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 4 | 8 | 115 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'brf_BatchApexErrorEvents' has a Standard Cyclomatic Complexity of 6 (Highest = 10). |
20 | /force-brf/main/classes/brf_BatchApexErrorEvents.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 |
20 | /force-brf/main/classes/brf_BatchApexErrorEvents.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 |
21 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 12 | 12 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
21 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 12 | 12 | 83 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
22 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 12 | 12 | 83 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'handle()' has a cognitive complexity of 16, current threshold is 15 |
22 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 12 | 12 | 83 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'handle()' has a cognitive complexity of 16, current threshold is 15 |
23 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 12 | 12 | 83 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'handle()' has a cyclomatic complexity of 10. |
23 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 12 | 12 | 83 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'handle()' has a cyclomatic complexity of 10. |
24 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 12 | 12 | 83 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handle' has a Standard Cyclomatic Complexity of 10. |
24 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 12 | 12 | 83 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handle' has a Standard Cyclomatic Complexity of 10. |
25 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 72 | 9 | 72 | 23 | 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-brf/main/classes/brf_BatchApexErrorEvents.cls | 72 | 9 | 72 | 23 | 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-brf/main/classes/brf_BatchApexErrorEvents.cls | 86 | 21 | 88 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 86 | 21 | 88 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 87 | 25 | 87 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
27 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 87 | 25 | 87 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 89 | 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 |
28 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 89 | 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 |
29 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 89 | 5 | 89 | 11 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
29 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 89 | 5 | 89 | 11 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
30 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 92 | 36 | 92 | 114 | 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-brf/main/classes/brf_BatchApexErrorEvents.cls | 92 | 36 | 92 | 114 | 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-brf/main/classes/brf_BatchApexErrorEvents.cls | 102 | 30 | 102 | 50 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
31 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 102 | 30 | 102 | 50 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
32 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 110 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 110 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 111 | 19 | 111 | 21 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
33 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 111 | 19 | 111 | 21 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
34 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 112 | 23 | 112 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ApexClassName' doesn't match '[a-z][a-zA-Z0-9]*' |
34 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 112 | 23 | 112 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ApexClassName' doesn't match '[a-z][a-zA-Z0-9]*' |
35 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 113 | 25 | 113 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'CreatedDate' doesn't match '[a-z][a-zA-Z0-9]*' |
35 | /force-brf/main/classes/brf_BatchApexErrorEvents.cls | 113 | 25 | 113 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'CreatedDate' doesn't match '[a-z][a-zA-Z0-9]*' |
36 | /force-brf/main/classes/brf_BatchableError.cls | 5 | 8 | 42 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
36 | /force-brf/main/classes/brf_BatchableError.cls | 5 | 8 | 42 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
37 | /force-brf/main/classes/brf_BatchableError.cls | 5 | 8 | 42 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchableError' doesn't match '[A-Z][a-zA-Z0-9_]*' |
37 | /force-brf/main/classes/brf_BatchableError.cls | 5 | 8 | 42 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchableError' doesn't match '[A-Z][a-zA-Z0-9_]*' |
38 | /force-brf/main/classes/brf_BatchableError.cls | 7 | 19 | 7 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ApexClassName' doesn't match '[a-z][a-zA-Z0-9]*' |
38 | /force-brf/main/classes/brf_BatchableError.cls | 7 | 19 | 7 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ApexClassName' doesn't match '[a-z][a-zA-Z0-9]*' |
39 | /force-brf/main/classes/brf_BatchableError.cls | 8 | 15 | 8 | 17 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
39 | /force-brf/main/classes/brf_BatchableError.cls | 8 | 15 | 8 | 17 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Id' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /force-brf/main/classes/brf_BatchableError.cls | 9 | 15 | 9 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'AsyncApexJobId' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /force-brf/main/classes/brf_BatchableError.cls | 9 | 15 | 9 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'AsyncApexJobId' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /force-brf/main/classes/brf_BatchableError.cls | 10 | 20 | 10 | 47 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'DoesExceedJobScopeMaxLength' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /force-brf/main/classes/brf_BatchableError.cls | 10 | 20 | 10 | 47 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'DoesExceedJobScopeMaxLength' doesn't match '[a-z][a-zA-Z0-9]*' |
42 | /force-brf/main/classes/brf_BatchableError.cls | 11 | 19 | 11 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ExceptionType' doesn't match '[a-z][a-zA-Z0-9]*' |
42 | /force-brf/main/classes/brf_BatchableError.cls | 11 | 19 | 11 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ExceptionType' doesn't match '[a-z][a-zA-Z0-9]*' |
43 | /force-brf/main/classes/brf_BatchableError.cls | 12 | 19 | 12 | 27 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'JobScope' doesn't match '[a-z][a-zA-Z0-9]*' |
43 | /force-brf/main/classes/brf_BatchableError.cls | 12 | 19 | 12 | 27 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'JobScope' doesn't match '[a-z][a-zA-Z0-9]*' |
44 | /force-brf/main/classes/brf_BatchableError.cls | 13 | 19 | 13 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Message' doesn't match '[a-z][a-zA-Z0-9]*' |
44 | /force-brf/main/classes/brf_BatchableError.cls | 13 | 19 | 13 | 26 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Message' doesn't match '[a-z][a-zA-Z0-9]*' |
45 | /force-brf/main/classes/brf_BatchableError.cls | 14 | 19 | 14 | 28 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RequestId' doesn't match '[a-z][a-zA-Z0-9]*' |
45 | /force-brf/main/classes/brf_BatchableError.cls | 14 | 19 | 14 | 28 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RequestId' doesn't match '[a-z][a-zA-Z0-9]*' |
46 | /force-brf/main/classes/brf_BatchableError.cls | 15 | 19 | 15 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'StackTrace' doesn't match '[a-z][a-zA-Z0-9]*' |
46 | /force-brf/main/classes/brf_BatchableError.cls | 15 | 19 | 15 | 29 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'StackTrace' doesn't match '[a-z][a-zA-Z0-9]*' |
47 | /force-brf/main/classes/brf_BatchableError.cls | 20 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
47 | /force-brf/main/classes/brf_BatchableError.cls | 20 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
48 | /force-brf/main/classes/brf_BatchableError.cls | 20 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
48 | /force-brf/main/classes/brf_BatchableError.cls | 20 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
49 | /force-brf/main/classes/brf_BatchableError.cls | 20 | 19 | 32 | 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 |
49 | /force-brf/main/classes/brf_BatchableError.cls | 20 | 19 | 32 | 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 |
50 | /force-brf/main/classes/brf_BatchableError.cls | 39 | 21 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
50 | /force-brf/main/classes/brf_BatchableError.cls | 39 | 21 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
51 | /force-brf/main/classes/brf_BatchableError.cls | 39 | 21 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
51 | /force-brf/main/classes/brf_BatchableError.cls | 39 | 21 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
52 | /force-brf/main/classes/brf_BatchableErrorHandler.cls | 6 | 8 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
52 | /force-brf/main/classes/brf_BatchableErrorHandler.cls | 6 | 8 | 11 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
53 | /force-brf/main/classes/brf_BatchableErrorHandler.cls | 6 | 8 | 11 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The interface name 'brf_BatchableErrorHandler' doesn't match '[A-Z][a-zA-Z0-9_]*' |
53 | /force-brf/main/classes/brf_BatchableErrorHandler.cls | 6 | 8 | 11 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The interface name 'brf_BatchableErrorHandler' doesn't match '[A-Z][a-zA-Z0-9_]*' |
54 | /force-brf/main/classes/brf_BatchableErrorHandler.cls | 10 | 5 | 10 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
54 | /force-brf/main/classes/brf_BatchableErrorHandler.cls | 10 | 5 | 10 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
55 | /force-brf/main/classes/brf_BatchableErrorHandler.cls | 10 | 5 | 10 | 49 | 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 |
55 | /force-brf/main/classes/brf_BatchableErrorHandler.cls | 10 | 5 | 10 | 49 | 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 |
56 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 4 | 21 | 16 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
56 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 4 | 21 | 16 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
57 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 4 | 21 | 16 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchableErrorsComponentController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
57 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 4 | 21 | 16 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchableErrorsComponentController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
58 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 7 | 19 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 7 | 19 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 8 | 16 | 8 | 145 | 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 |
59 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 8 | 16 | 8 | 145 | 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 |
60 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 12 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /force-brf/main/classes/brf_BatchableErrorsComponentController.cls | 12 | 19 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 4 | 8 | 75 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
61 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 4 | 8 | 75 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
62 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 4 | 8 | 75 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchableRetryJob' doesn't match '[A-Z][a-zA-Z0-9_]*' |
62 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 4 | 8 | 75 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchableRetryJob' doesn't match '[A-Z][a-zA-Z0-9_]*' |
63 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 9 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 13 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 13 | 12 | 15 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 13 | 5 | 13 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
65 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 13 | 5 | 13 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
66 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 17 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 17 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 21 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 21 | 12 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 40 | 12 | 40 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 40 | 12 | 40 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 40 | 5 | 40 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
69 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 40 | 5 | 40 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
70 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 42 | 12 | 42 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 42 | 12 | 42 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 42 | 5 | 42 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
71 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 42 | 5 | 42 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
72 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 47 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
72 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 47 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
73 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 47 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
73 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 47 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
74 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 47 | 19 | 72 | 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-brf/main/classes/brf_BatchableRetryJob.cls | 47 | 19 | 72 | 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-brf/main/classes/brf_BatchableRetryJob.cls | 74 | 12 | 74 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /force-brf/main/classes/brf_BatchableRetryJob.cls | 74 | 12 | 74 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 2 | 9 | 98 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'brf_BatchApexErrorEventsTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
76 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 2 | 9 | 98 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'brf_BatchApexErrorEventsTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
77 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 15 | 12 | 15 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobId' defined but not used |
77 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 15 | 12 | 15 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'jobId' defined but not used |
78 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 17 | 9 | 17 | 112 | 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 |
78 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 17 | 9 | 17 | 112 | 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 |
79 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 21 | 9 | 21 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
79 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 21 | 9 | 21 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
80 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 22 | 9 | 22 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
80 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 22 | 9 | 22 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
81 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 23 | 9 | 23 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
81 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 23 | 9 | 23 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
82 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 32 | 24 | 32 | 44 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
82 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 32 | 24 | 32 | 44 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
83 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 54 | 9 | 54 | 112 | 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 |
83 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 54 | 9 | 54 | 112 | 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 |
84 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 58 | 9 | 58 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
84 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 58 | 9 | 58 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
85 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 59 | 9 | 59 | 104 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
85 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 59 | 9 | 59 | 104 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
86 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 66 | 24 | 66 | 44 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
86 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 66 | 24 | 66 | 44 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
87 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 90 | 9 | 90 | 112 | 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 |
87 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 90 | 9 | 90 | 112 | 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 |
88 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 94 | 9 | 94 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
88 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 94 | 9 | 94 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
89 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 95 | 9 | 95 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
89 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 95 | 9 | 95 | 108 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
90 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 96 | 9 | 96 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
90 | /force-brf/test/classes/brf_BatchApexErrorEventsTest.cls | 96 | 9 | 96 | 103 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
91 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 1 | 8 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 1 | 8 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 1 | 8 | 48 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchableErrorTestJob' doesn't match '[A-Z][a-zA-Z0-9_]*' |
92 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 1 | 8 | 48 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'brf_BatchableErrorTestJob' doesn't match '[A-Z][a-zA-Z0-9_]*' |
93 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 15 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 15 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 19 | 12 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 19 | 12 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 25 | 13 | 25 | 47 | 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-brf/test/classes/brf_BatchableErrorTestJob.cls | 25 | 13 | 25 | 47 | 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-brf/test/classes/brf_BatchableErrorTestJob.cls | 25 | 13 | 25 | 47 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
98 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 25 | 13 | 25 | 47 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
99 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 35 | 12 | 35 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
99 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 35 | 12 | 35 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
100 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 35 | 5 | 35 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
100 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 35 | 5 | 35 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
101 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 37 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 37 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /force-brf/test/classes/brf_BatchableErrorTestJob.cls | 47 | 12 | 47 | 56 | 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-brf/test/classes/brf_BatchableErrorTestJob.cls | 47 | 12 | 47 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |