pmd7_2 took 11 seconds to run and found 90 violations
pmd7_3 took 14 seconds to run and found 90 violations
Among the 90 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /classes/PurgeLogScheduler.cls | 6 | 1 | 6 | 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 |
1 | /classes/PurgeLogScheduler.cls | 6 | 1 | 6 | 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 |
2 | /classes/PurgeLogScheduler.cls | 6 | 8 | 18 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
2 | /classes/PurgeLogScheduler.cls | 6 | 8 | 18 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
3 | /classes/PurgeLogScheduler.cls | 8 | 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 |
3 | /classes/PurgeLogScheduler.cls | 8 | 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 |
4 | /classes/PurgeLogScheduler.cls | 12 | 12 | 12 | 86 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'purgeExceptionLogsBatchId' defined but not used |
4 | /classes/PurgeLogScheduler.cls | 12 | 12 | 12 | 86 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'purgeExceptionLogsBatchId' defined but not used |
5 | /classes/PurgeLogScheduler.cls | 16 | 12 | 16 | 90 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'purgeIntegrationLogsBatchId' defined but not used |
5 | /classes/PurgeLogScheduler.cls | 16 | 12 | 16 | 90 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'purgeIntegrationLogsBatchId' defined but not used |
6 | /classes/PurgeLogSchedulerTest.cls | 12 | 25 | 12 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'CRON_EXP' doesn't match '[a-z][a-zA-Z0-9]*' |
6 | /classes/PurgeLogSchedulerTest.cls | 12 | 25 | 12 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'CRON_EXP' doesn't match '[a-z][a-zA-Z0-9]*' |
7 | /classes/PurgeLogSchedulerTest.cls | 14 | 22 | 84 | 5 | 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. |
7 | /classes/PurgeLogSchedulerTest.cls | 14 | 22 | 84 | 5 | 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. |
8 | /classes/PurgeLogSchedulerTest.cls | 58 | 7 | 58 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
8 | /classes/PurgeLogSchedulerTest.cls | 58 | 7 | 58 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
9 | /classes/PurgeLogSchedulerTest.cls | 62 | 7 | 62 | 51 | 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. |
9 | /classes/PurgeLogSchedulerTest.cls | 62 | 7 | 62 | 51 | 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. |
10 | /classes/PurgeLogSchedulerTest.cls | 74 | 7 | 74 | 55 | 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. |
10 | /classes/PurgeLogSchedulerTest.cls | 74 | 7 | 74 | 55 | 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. |
11 | /classes/PurgeLogSchedulerTest.cls | 77 | 7 | 77 | 48 | 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. |
11 | /classes/PurgeLogSchedulerTest.cls | 77 | 7 | 77 | 48 | 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. |
12 | /classes/PurgeLogSchedulerTest.cls | 80 | 7 | 80 | 82 | 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. |
12 | /classes/PurgeLogSchedulerTest.cls | 80 | 7 | 80 | 82 | 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. |
13 | /classes/PurgeLogs.cls | 6 | 8 | 52 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
13 | /classes/PurgeLogs.cls | 6 | 8 | 52 | 2 | pmd | AvoidGlobalModifier | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier | Avoid using global modifier |
14 | /classes/PurgeLogs.cls | 18 | 11 | 36 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
14 | /classes/PurgeLogs.cls | 18 | 11 | 36 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /classes/PurgeLogs.cls | 39 | 11 | 42 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /classes/PurgeLogs.cls | 39 | 11 | 42 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /classes/PurgeLogs.cls | 39 | 39 | 39 | 67 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
16 | /classes/PurgeLogs.cls | 39 | 39 | 39 | 67 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
17 | /classes/PurgeLogs.cls | 45 | 11 | 48 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /classes/PurgeLogs.cls | 45 | 11 | 48 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /classes/PurgeLogs.cls | 45 | 24 | 45 | 52 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
18 | /classes/PurgeLogs.cls | 45 | 24 | 45 | 52 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
19 | /classes/PurgeLogs.cls | 51 | 11 | 51 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
19 | /classes/PurgeLogs.cls | 51 | 11 | 51 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /classes/PurgeLogs.cls | 51 | 4 | 51 | 10 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
20 | /classes/PurgeLogs.cls | 51 | 4 | 51 | 10 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
21 | /classes/PurgeLogs.cls | 51 | 23 | 51 | 51 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
21 | /classes/PurgeLogs.cls | 51 | 23 | 51 | 51 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
22 | /classes/PurgeLogsTest.cls | 10 | 21 | 56 | 4 | 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. |
22 | /classes/PurgeLogsTest.cls | 10 | 21 | 56 | 4 | 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. |
23 | /classes/PurgeLogsTest.cls | 44 | 5 | 44 | 38 | 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. |
23 | /classes/PurgeLogsTest.cls | 44 | 5 | 44 | 38 | 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. |
24 | /classes/PurgeLogsTest.cls | 50 | 8 | 50 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'purgeExceptionLogsBatchId' defined but not used |
24 | /classes/PurgeLogsTest.cls | 50 | 8 | 50 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'purgeExceptionLogsBatchId' defined but not used |
25 | /classes/PurgeLogsTest.cls | 55 | 5 | 55 | 37 | 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. |
25 | /classes/PurgeLogsTest.cls | 55 | 5 | 55 | 37 | 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. |
26 | /classes/PurgeLogsTest.cls | 58 | 21 | 86 | 4 | 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. |
26 | /classes/PurgeLogsTest.cls | 58 | 21 | 86 | 4 | 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. |
27 | /classes/PurgeLogsTest.cls | 74 | 5 | 74 | 37 | 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. |
27 | /classes/PurgeLogsTest.cls | 74 | 5 | 74 | 37 | 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. |
28 | /classes/PurgeLogsTest.cls | 80 | 8 | 80 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'purgeExceptionLogsBatchId' defined but not used |
28 | /classes/PurgeLogsTest.cls | 80 | 8 | 80 | 82 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'purgeExceptionLogsBatchId' defined but not used |
29 | /classes/PurgeLogsTest.cls | 85 | 5 | 85 | 37 | 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. |
29 | /classes/PurgeLogsTest.cls | 85 | 5 | 85 | 37 | 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. |
30 | /classes/UTIL_Logging.cls | 6 | 1 | 6 | 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 |
30 | /classes/UTIL_Logging.cls | 6 | 1 | 6 | 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 |
31 | /classes/UTIL_Logging.cls | 11 | 12 | 11 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /classes/UTIL_Logging.cls | 11 | 12 | 11 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /classes/UTIL_Logging.cls | 12 | 12 | 12 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /classes/UTIL_Logging.cls | 12 | 12 | 12 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /classes/UTIL_Logging.cls | 14 | 32 | 14 | 79 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MAPPING_ERROR_TYPE' should be before method declarations in its class |
33 | /classes/UTIL_Logging.cls | 14 | 32 | 14 | 79 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MAPPING_ERROR_TYPE' should be before method declarations in its class |
34 | /classes/UTIL_Logging.cls | 15 | 32 | 15 | 60 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DML_ERROR_TYPE' should be before method declarations in its class |
34 | /classes/UTIL_Logging.cls | 15 | 32 | 15 | 60 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DML_ERROR_TYPE' should be before method declarations in its class |
35 | /classes/UTIL_Logging.cls | 16 | 32 | 16 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEBUG_LEVEL_ERROR' should be before method declarations in its class |
35 | /classes/UTIL_Logging.cls | 16 | 32 | 16 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEBUG_LEVEL_ERROR' should be before method declarations in its class |
36 | /classes/UTIL_Logging.cls | 17 | 32 | 17 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEBUG_LEVEL_DEBUG' should be before method declarations in its class |
36 | /classes/UTIL_Logging.cls | 17 | 32 | 17 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEBUG_LEVEL_DEBUG' should be before method declarations in its class |
37 | /classes/UTIL_Logging.cls | 18 | 32 | 18 | 60 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEBUG_LEVEL_WARN' should be before method declarations in its class |
37 | /classes/UTIL_Logging.cls | 18 | 32 | 18 | 60 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEBUG_LEVEL_WARN' should be before method declarations in its class |
38 | /classes/UTIL_Logging.cls | 19 | 32 | 19 | 57 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEBUG_LEVEL_INFO' should be before method declarations in its class |
38 | /classes/UTIL_Logging.cls | 19 | 32 | 19 | 57 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'DEBUG_LEVEL_INFO' should be before method declarations in its class |
39 | /classes/UTIL_Logging.cls | 21 | 12 | 124 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
39 | /classes/UTIL_Logging.cls | 21 | 12 | 124 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
40 | /classes/UTIL_Logging.cls | 30 | 16 | 37 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
40 | /classes/UTIL_Logging.cls | 30 | 16 | 37 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
41 | /classes/UTIL_Logging.cls | 30 | 16 | 37 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
41 | /classes/UTIL_Logging.cls | 30 | 16 | 37 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
42 | /classes/UTIL_Logging.cls | 40 | 16 | 53 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /classes/UTIL_Logging.cls | 40 | 16 | 53 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /classes/UTIL_Logging.cls | 40 | 16 | 53 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
43 | /classes/UTIL_Logging.cls | 40 | 16 | 53 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
44 | /classes/UTIL_Logging.cls | 118 | 17 | 118 | 88 | 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 |
44 | /classes/UTIL_Logging.cls | 118 | 17 | 118 | 88 | 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 |
45 | /classes/UTIL_Logging.cls | 118 | 17 | 118 | 88 | 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. |
45 | /classes/UTIL_Logging.cls | 118 | 17 | 118 | 88 | 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. |
46 | /classes/UTIL_Logging.cls | 126 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
46 | /classes/UTIL_Logging.cls | 126 | 19 | 153 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /classes/UTIL_Logging.cls | 128 | 9 | 128 | 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 |
47 | /classes/UTIL_Logging.cls | 128 | 9 | 128 | 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 |
48 | /classes/UTIL_Logging.cls | 128 | 9 | 128 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
48 | /classes/UTIL_Logging.cls | 128 | 9 | 128 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
49 | /classes/UTIL_Logging.cls | 137 | 13 | 137 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
49 | /classes/UTIL_Logging.cls | 137 | 13 | 137 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
50 | /classes/UTIL_Logging.cls | 137 | 13 | 137 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
50 | /classes/UTIL_Logging.cls | 137 | 13 | 137 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
51 | /classes/UTIL_Logging.cls | 138 | 13 | 138 | 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 |
51 | /classes/UTIL_Logging.cls | 138 | 13 | 138 | 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 |
52 | /classes/UTIL_Logging.cls | 138 | 13 | 138 | 67 | 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. |
52 | /classes/UTIL_Logging.cls | 138 | 13 | 138 | 67 | 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. |
53 | /classes/UTIL_Logging.cls | 143 | 13 | 143 | 45 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
53 | /classes/UTIL_Logging.cls | 143 | 13 | 143 | 45 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
54 | /classes/UTIL_Logging.cls | 143 | 13 | 143 | 45 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
54 | /classes/UTIL_Logging.cls | 143 | 13 | 143 | 45 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
55 | /classes/UTIL_Logging.cls | 146 | 17 | 146 | 29 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
55 | /classes/UTIL_Logging.cls | 146 | 17 | 146 | 29 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
56 | /classes/UTIL_Logging.cls | 146 | 17 | 146 | 29 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
56 | /classes/UTIL_Logging.cls | 146 | 17 | 146 | 29 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
57 | /classes/UTIL_Logging.cls | 150 | 13 | 150 | 38 | 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 | /classes/UTIL_Logging.cls | 150 | 13 | 150 | 38 | 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 | /classes/UTIL_Logging.cls | 150 | 13 | 150 | 38 | 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. |
58 | /classes/UTIL_Logging.cls | 150 | 13 | 150 | 38 | 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. |
59 | /classes/UTIL_Logging.cls | 151 | 13 | 151 | 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 | /classes/UTIL_Logging.cls | 151 | 13 | 151 | 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 | /classes/UTIL_Logging.cls | 151 | 13 | 151 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
60 | /classes/UTIL_Logging.cls | 151 | 13 | 151 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
61 | /classes/UTIL_Logging.cls | 155 | 19 | 187 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /classes/UTIL_Logging.cls | 155 | 19 | 187 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /classes/UTIL_Logging.cls | 165 | 17 | 165 | 45 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
62 | /classes/UTIL_Logging.cls | 165 | 17 | 165 | 45 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
63 | /classes/UTIL_Logging.cls | 165 | 17 | 165 | 45 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
63 | /classes/UTIL_Logging.cls | 165 | 17 | 165 | 45 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
64 | /classes/UTIL_Logging.cls | 166 | 17 | 166 | 66 | 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 | /classes/UTIL_Logging.cls | 166 | 17 | 166 | 66 | 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 | /classes/UTIL_Logging.cls | 166 | 17 | 166 | 66 | 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. |
65 | /classes/UTIL_Logging.cls | 166 | 17 | 166 | 66 | 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. |
66 | /classes/UTIL_Logging.cls | 170 | 17 | 170 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
66 | /classes/UTIL_Logging.cls | 170 | 17 | 170 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
67 | /classes/UTIL_Logging.cls | 170 | 17 | 170 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
67 | /classes/UTIL_Logging.cls | 170 | 17 | 170 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
68 | /classes/UTIL_Logging.cls | 180 | 13 | 180 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
68 | /classes/UTIL_Logging.cls | 180 | 13 | 180 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
69 | /classes/UTIL_Logging.cls | 180 | 13 | 180 | 26 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
69 | /classes/UTIL_Logging.cls | 180 | 13 | 180 | 26 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
70 | /classes/UTIL_Logging.cls | 180 | 13 | 180 | 26 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
70 | /classes/UTIL_Logging.cls | 180 | 13 | 180 | 26 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
71 | /classes/UTIL_Logging.cls | 184 | 13 | 184 | 39 | 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 |
71 | /classes/UTIL_Logging.cls | 184 | 13 | 184 | 39 | 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 |
72 | /classes/UTIL_Logging.cls | 184 | 13 | 184 | 39 | 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. |
72 | /classes/UTIL_Logging.cls | 184 | 13 | 184 | 39 | 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. |
73 | /classes/UTIL_Logging.cls | 185 | 13 | 185 | 68 | 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 |
73 | /classes/UTIL_Logging.cls | 185 | 13 | 185 | 68 | 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 |
74 | /classes/UTIL_Logging.cls | 185 | 13 | 185 | 68 | 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. |
74 | /classes/UTIL_Logging.cls | 185 | 13 | 185 | 68 | 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. |
75 | /classes/UTIL_Logging.cls | 189 | 19 | 193 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /classes/UTIL_Logging.cls | 189 | 19 | 193 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /classes/UTIL_Logging.cls | 196 | 19 | 233 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /classes/UTIL_Logging.cls | 196 | 19 | 233 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
77 | /classes/UTIL_Logging.cls | 196 | 19 | 233 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
77 | /classes/UTIL_Logging.cls | 196 | 19 | 233 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
78 | /classes/UTIL_Logging.cls | 219 | 13 | 219 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
78 | /classes/UTIL_Logging.cls | 219 | 13 | 219 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
79 | /classes/UTIL_Logging.cls | 219 | 13 | 219 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
79 | /classes/UTIL_Logging.cls | 219 | 13 | 219 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
80 | /classes/UTIL_Logging.cls | 236 | 19 | 241 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /classes/UTIL_Logging.cls | 236 | 19 | 241 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /classes/UTIL_Logging.cls | 244 | 19 | 249 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /classes/UTIL_Logging.cls | 244 | 19 | 249 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /classes/UTIL_Logging_Test.cls | 11 | 23 | 155 | 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() |
82 | /classes/UTIL_Logging_Test.cls | 11 | 23 | 155 | 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() |
83 | /classes/UTIL_Logging_Test.cls | 11 | 23 | 155 | 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. |
83 | /classes/UTIL_Logging_Test.cls | 11 | 23 | 155 | 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. |
84 | /classes/UTIL_Logging_Test.cls | 36 | 17 | 36 | 96 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'SysAdmin' doesn't match '[a-z][a-zA-Z0-9]*' |
84 | /classes/UTIL_Logging_Test.cls | 36 | 17 | 36 | 96 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'SysAdmin' doesn't match '[a-z][a-zA-Z0-9]*' |
85 | /classes/UTIL_Logging_Test.cls | 37 | 14 | 48 | 10 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testUser' defined but not used |
85 | /classes/UTIL_Logging_Test.cls | 37 | 14 | 48 | 10 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testUser' defined but not used |
86 | /classes/UTIL_Logging_Test.cls | 51 | 72 | 51 | 116 | 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. |
86 | /classes/UTIL_Logging_Test.cls | 51 | 72 | 51 | 116 | 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. |
87 | /classes/UTIL_Logging_Test.cls | 158 | 23 | 176 | 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() |
87 | /classes/UTIL_Logging_Test.cls | 158 | 23 | 176 | 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() |
88 | /classes/UTIL_Logging_Test.cls | 158 | 23 | 176 | 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. |
88 | /classes/UTIL_Logging_Test.cls | 158 | 23 | 176 | 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. |
89 | /classes/UTIL_Logging_Test.cls | 174 | 13 | 174 | 69 | 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 |
89 | /classes/UTIL_Logging_Test.cls | 174 | 13 | 174 | 69 | 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 |
90 | /classes/UTIL_Logging_Test.cls | 174 | 13 | 174 | 69 | 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. |
90 | /classes/UTIL_Logging_Test.cls | 174 | 13 | 174 | 69 | 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. |