pmd7_2 took 13 seconds to run and found 331 violations
pmd7_3 took 19 seconds to run and found 331 violations
Among the 331 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /src/classes/ConvertAttachmentsInstallHandler.cls | 4 | 21 | 37 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1 | /src/classes/ConvertAttachmentsInstallHandler.cls | 4 | 21 | 37 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
2 | /src/classes/ConvertAttachmentsInstallHandler.cls | 6 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /src/classes/ConvertAttachmentsInstallHandler.cls | 6 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /src/classes/ConvertAttachmentsInstallHandler.cls | 22 | 21 | 22 | 37 | 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 |
3 | /src/classes/ConvertAttachmentsInstallHandler.cls | 22 | 21 | 22 | 37 | 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 |
4 | /src/classes/ConvertAttachmentsInstallHandler.cls | 28 | 11 | 33 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
4 | /src/classes/ConvertAttachmentsInstallHandler.cls | 28 | 11 | 33 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
5 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 5 | 9 | 47 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
5 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 5 | 9 | 47 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
6 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 8 | 12 | 22 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_new_install' doesn't match '[a-z][a-zA-Z0-9]*' |
6 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 8 | 12 | 22 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_new_install' doesn't match '[a-z][a-zA-Z0-9]*' |
7 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 19 | 9 | 19 | 76 | 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. |
7 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 19 | 9 | 19 | 76 | 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. |
8 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 20 | 9 | 20 | 83 | 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 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 20 | 9 | 20 | 83 | 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 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 25 | 12 | 45 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_upgrade' doesn't match '[a-z][a-zA-Z0-9]*' |
9 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 25 | 12 | 45 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_upgrade' doesn't match '[a-z][a-zA-Z0-9]*' |
10 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 41 | 9 | 41 | 63 | 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 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 41 | 9 | 41 | 63 | 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 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 42 | 9 | 42 | 115 | 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 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 42 | 9 | 42 | 115 | 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 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 43 | 9 | 43 | 129 | 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 | /src/classes/ConvertAttachmentsInstallHandlerTest.cls | 43 | 9 | 43 | 129 | 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 | /src/classes/ConvertAttachmentsRunOnceController.cls | 4 | 21 | 64 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
13 | /src/classes/ConvertAttachmentsRunOnceController.cls | 4 | 21 | 64 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
14 | /src/classes/ConvertAttachmentsRunOnceController.cls | 6 | 12 | 6 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
14 | /src/classes/ConvertAttachmentsRunOnceController.cls | 6 | 12 | 6 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /src/classes/ConvertAttachmentsRunOnceController.cls | 8 | 12 | 8 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /src/classes/ConvertAttachmentsRunOnceController.cls | 8 | 12 | 8 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /src/classes/ConvertAttachmentsRunOnceController.cls | 10 | 12 | 10 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /src/classes/ConvertAttachmentsRunOnceController.cls | 10 | 12 | 10 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /src/classes/ConvertAttachmentsRunOnceController.cls | 12 | 12 | 12 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /src/classes/ConvertAttachmentsRunOnceController.cls | 12 | 12 | 12 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /src/classes/ConvertAttachmentsRunOnceController.cls | 14 | 12 | 14 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /src/classes/ConvertAttachmentsRunOnceController.cls | 14 | 12 | 14 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
19 | /src/classes/ConvertAttachmentsRunOnceController.cls | 16 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
19 | /src/classes/ConvertAttachmentsRunOnceController.cls | 16 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /src/classes/ConvertAttachmentsRunOnceController.cls | 22 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /src/classes/ConvertAttachmentsRunOnceController.cls | 22 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
21 | /src/classes/ConvertAttachmentsRunOnceController.cls | 40 | 13 | 40 | 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 |
21 | /src/classes/ConvertAttachmentsRunOnceController.cls | 40 | 13 | 40 | 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 |
22 | /src/classes/ConvertAttachmentsRunOnceController.cls | 40 | 13 | 40 | 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. |
22 | /src/classes/ConvertAttachmentsRunOnceController.cls | 40 | 13 | 40 | 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. |
23 | /src/classes/ConvertAttachmentsRunOnceController.cls | 41 | 13 | 41 | 55 | 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 |
23 | /src/classes/ConvertAttachmentsRunOnceController.cls | 41 | 13 | 41 | 55 | 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 |
24 | /src/classes/ConvertAttachmentsRunOnceController.cls | 41 | 13 | 41 | 55 | 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. |
24 | /src/classes/ConvertAttachmentsRunOnceController.cls | 41 | 13 | 41 | 55 | 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. |
25 | /src/classes/ConvertAttachmentsRunOnceController.cls | 42 | 13 | 42 | 59 | 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 |
25 | /src/classes/ConvertAttachmentsRunOnceController.cls | 42 | 13 | 42 | 59 | 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 |
26 | /src/classes/ConvertAttachmentsRunOnceController.cls | 42 | 13 | 42 | 59 | 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. |
26 | /src/classes/ConvertAttachmentsRunOnceController.cls | 42 | 13 | 42 | 59 | 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. |
27 | /src/classes/ConvertAttachmentsRunOnceController.cls | 53 | 13 | 53 | 97 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
27 | /src/classes/ConvertAttachmentsRunOnceController.cls | 53 | 13 | 53 | 97 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
28 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 5 | 9 | 167 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
28 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 5 | 9 | 167 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
29 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 8 | 12 | 58 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_convert_all' doesn't match '[a-z][a-zA-Z0-9]*' |
29 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 8 | 12 | 58 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_convert_all' doesn't match '[a-z][a-zA-Z0-9]*' |
30 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 52 | 9 | 52 | 56 | 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. |
30 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 52 | 9 | 52 | 56 | 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. |
31 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 53 | 9 | 53 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
31 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 53 | 9 | 53 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
32 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 55 | 9 | 55 | 194 | 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. |
32 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 55 | 9 | 55 | 194 | 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. |
33 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 56 | 9 | 56 | 194 | 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. |
33 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 56 | 9 | 56 | 194 | 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. |
34 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 61 | 12 | 112 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_convert_one' doesn't match '[a-z][a-zA-Z0-9]*' |
34 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 61 | 12 | 112 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_convert_one' doesn't match '[a-z][a-zA-Z0-9]*' |
35 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 106 | 9 | 106 | 56 | 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. |
35 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 106 | 9 | 106 | 56 | 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. |
36 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 107 | 9 | 107 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
36 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 107 | 9 | 107 | 99 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
37 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 109 | 9 | 109 | 194 | 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. |
37 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 109 | 9 | 109 | 194 | 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. |
38 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 110 | 9 | 110 | 194 | 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. |
38 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 110 | 9 | 110 | 194 | 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. |
39 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 115 | 12 | 165 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_convert_error' doesn't match '[a-z][a-zA-Z0-9]*' |
39 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 115 | 12 | 165 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_convert_error' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 160 | 9 | 160 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
40 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 160 | 9 | 160 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
41 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 162 | 9 | 162 | 194 | 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. |
41 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 162 | 9 | 162 | 194 | 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. |
42 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 163 | 9 | 163 | 194 | 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. |
42 | /src/classes/ConvertAttachmentsRunOnceControllerTest.cls | 163 | 9 | 163 | 194 | 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. |
43 | /src/classes/ConvertAttachmentsScheduleController.cls | 4 | 21 | 46 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
43 | /src/classes/ConvertAttachmentsScheduleController.cls | 4 | 21 | 46 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
44 | /src/classes/ConvertAttachmentsScheduleController.cls | 6 | 12 | 6 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /src/classes/ConvertAttachmentsScheduleController.cls | 6 | 12 | 6 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
45 | /src/classes/ConvertAttachmentsScheduleController.cls | 8 | 12 | 8 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
45 | /src/classes/ConvertAttachmentsScheduleController.cls | 8 | 12 | 8 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
46 | /src/classes/ConvertAttachmentsScheduleController.cls | 10 | 12 | 10 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
46 | /src/classes/ConvertAttachmentsScheduleController.cls | 10 | 12 | 10 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /src/classes/ConvertAttachmentsScheduleController.cls | 12 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /src/classes/ConvertAttachmentsScheduleController.cls | 12 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /src/classes/ConvertAttachmentsScheduleController.cls | 18 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /src/classes/ConvertAttachmentsScheduleController.cls | 18 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /src/classes/ConvertAttachmentsScheduleController.cls | 26 | 13 | 26 | 34 | 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 |
49 | /src/classes/ConvertAttachmentsScheduleController.cls | 26 | 13 | 26 | 34 | 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 |
50 | /src/classes/ConvertAttachmentsScheduleController.cls | 26 | 13 | 26 | 34 | 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 |
50 | /src/classes/ConvertAttachmentsScheduleController.cls | 26 | 13 | 26 | 34 | 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 |
51 | /src/classes/ConvertAttachmentsScheduleController.cls | 33 | 13 | 33 | 97 | 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 | /src/classes/ConvertAttachmentsScheduleController.cls | 33 | 13 | 33 | 97 | 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 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 5 | 9 | 78 | 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 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 5 | 9 | 78 | 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 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 8 | 12 | 27 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_save_new_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
53 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 8 | 12 | 27 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_save_new_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
54 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 24 | 9 | 24 | 56 | 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. |
54 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 24 | 9 | 24 | 56 | 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. |
55 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 25 | 9 | 25 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
55 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 25 | 9 | 25 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
56 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 30 | 12 | 51 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_update_existing_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
56 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 30 | 12 | 51 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_update_existing_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
57 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 48 | 9 | 48 | 56 | 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. |
57 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 48 | 9 | 48 | 56 | 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. |
58 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 49 | 9 | 49 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
58 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 49 | 9 | 49 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
59 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 54 | 12 | 76 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_save_error' doesn't match '[a-z][a-zA-Z0-9]*' |
59 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 54 | 12 | 76 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_save_error' doesn't match '[a-z][a-zA-Z0-9]*' |
60 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 74 | 9 | 74 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
60 | /src/classes/ConvertAttachmentsScheduleControllerTest.cls | 74 | 9 | 74 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
61 | /src/classes/ConvertAttachmentsSettingsController.cls | 4 | 21 | 78 | 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 | /src/classes/ConvertAttachmentsSettingsController.cls | 4 | 21 | 78 | 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 | /src/classes/ConvertAttachmentsSettingsController.cls | 14 | 12 | 14 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /src/classes/ConvertAttachmentsSettingsController.cls | 14 | 12 | 14 | 75 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /src/classes/ConvertAttachmentsSettingsController.cls | 16 | 12 | 16 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /src/classes/ConvertAttachmentsSettingsController.cls | 16 | 12 | 16 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /src/classes/ConvertAttachmentsSettingsController.cls | 18 | 12 | 18 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /src/classes/ConvertAttachmentsSettingsController.cls | 18 | 12 | 18 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /src/classes/ConvertAttachmentsSettingsController.cls | 20 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /src/classes/ConvertAttachmentsSettingsController.cls | 20 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /src/classes/ConvertAttachmentsSettingsController.cls | 24 | 12 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /src/classes/ConvertAttachmentsSettingsController.cls | 24 | 12 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /src/classes/ConvertAttachmentsSettingsController.cls | 48 | 17 | 48 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
67 | /src/classes/ConvertAttachmentsSettingsController.cls | 48 | 17 | 48 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
68 | /src/classes/ConvertAttachmentsSettingsController.cls | 48 | 17 | 48 | 38 | 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 | /src/classes/ConvertAttachmentsSettingsController.cls | 48 | 17 | 48 | 38 | 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 | /src/classes/ConvertAttachmentsSettingsController.cls | 65 | 13 | 65 | 97 | 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 |
69 | /src/classes/ConvertAttachmentsSettingsController.cls | 65 | 13 | 65 | 97 | 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 |
70 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 5 | 9 | 86 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
70 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 5 | 9 | 86 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
71 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 8 | 12 | 27 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_save_new_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
71 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 8 | 12 | 27 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_save_new_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
72 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 24 | 9 | 24 | 56 | 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. |
72 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 24 | 9 | 24 | 56 | 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. |
73 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 25 | 9 | 25 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
73 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 25 | 9 | 25 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
74 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 30 | 12 | 51 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_update_existing_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
74 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 30 | 12 | 51 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_update_existing_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
75 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 48 | 9 | 48 | 56 | 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. |
75 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 48 | 9 | 48 | 56 | 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. |
76 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 49 | 9 | 49 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
76 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 49 | 9 | 49 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
77 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 54 | 12 | 84 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_save_error' doesn't match '[a-z][a-zA-Z0-9]*' |
77 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 54 | 12 | 84 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_save_error' doesn't match '[a-z][a-zA-Z0-9]*' |
78 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 72 | 9 | 72 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
78 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 72 | 9 | 72 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
79 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 73 | 9 | 73 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
79 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 73 | 9 | 73 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
80 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 82 | 9 | 82 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
80 | /src/classes/ConvertAttachmentsSettingsControllerTest.cls | 82 | 9 | 82 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
81 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 9 | 24 | 130 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
81 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 9 | 24 | 130 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
82 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 9 | 24 | 130 | 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 |
82 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 9 | 24 | 130 | 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 |
83 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 30 | 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 |
84 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 30 | 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 |
85 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 37 | 12 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 37 | 12 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 39 | 9 | 39 | 90 | 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 |
86 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 39 | 9 | 39 | 90 | 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 |
87 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 39 | 9 | 39 | 90 | 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. |
87 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 39 | 9 | 39 | 90 | 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. |
88 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 40 | 9 | 40 | 94 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
88 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 40 | 9 | 40 | 94 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
89 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 40 | 9 | 40 | 94 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
89 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 40 | 9 | 40 | 94 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
90 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 72 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 72 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 75 | 13 | 75 | 87 | 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 |
91 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 75 | 13 | 75 | 87 | 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 |
92 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 75 | 13 | 75 | 87 | 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. |
92 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 75 | 13 | 75 | 87 | 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. |
93 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 84 | 13 | 84 | 97 | 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 |
93 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 84 | 13 | 84 | 97 | 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 |
94 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 84 | 13 | 84 | 97 | 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. |
94 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 84 | 13 | 84 | 97 | 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. |
95 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 85 | 13 | 85 | 100 | 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 |
95 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 85 | 13 | 85 | 100 | 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 |
96 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 85 | 13 | 85 | 100 | 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. |
96 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 85 | 13 | 85 | 100 | 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. |
97 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 121 | 12 | 128 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 121 | 12 | 128 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
98 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 123 | 9 | 123 | 92 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
98 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 123 | 9 | 123 | 92 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
99 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 123 | 9 | 123 | 92 | 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. |
99 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 123 | 9 | 123 | 92 | 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. |
100 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 124 | 9 | 124 | 95 | 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 |
100 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 124 | 9 | 124 | 95 | 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 |
101 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 124 | 9 | 124 | 95 | 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. |
101 | /src/classes/ConvertAttachmentsToFilesBatchable.cls | 124 | 9 | 124 | 95 | 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. |
102 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 5 | 9 | 526 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
102 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 5 | 9 | 526 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
103 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 8 | 12 | 80 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_real_time_trigger' doesn't match '[a-z][a-zA-Z0-9]*' |
103 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 8 | 12 | 80 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_real_time_trigger' doesn't match '[a-z][a-zA-Z0-9]*' |
104 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 18 | 9 | 18 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
104 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 18 | 9 | 18 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
105 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 55 | 13 | 55 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
105 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 55 | 13 | 55 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
106 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 55 | 13 | 55 | 32 | 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. |
106 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 55 | 13 | 55 | 32 | 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. |
107 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 58 | 9 | 58 | 111 | 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. |
107 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 58 | 9 | 58 | 111 | 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. |
108 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 59 | 9 | 59 | 96 | 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. |
108 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 59 | 9 | 59 | 96 | 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. |
109 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 61 | 29 | 74 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
109 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 61 | 29 | 74 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
110 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 76 | 9 | 76 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
110 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 76 | 9 | 76 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
111 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 77 | 9 | 77 | 131 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
111 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 77 | 9 | 77 | 131 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
112 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 78 | 9 | 78 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
112 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 78 | 9 | 78 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
113 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 83 | 12 | 177 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_scope_conversion' doesn't match '[a-z][a-zA-Z0-9]*' |
113 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 83 | 12 | 177 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_scope_conversion' doesn't match '[a-z][a-zA-Z0-9]*' |
114 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 93 | 9 | 93 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
114 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 93 | 9 | 93 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
115 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 149 | 13 | 149 | 32 | 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 |
115 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 149 | 13 | 149 | 32 | 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 |
116 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 149 | 13 | 149 | 32 | 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. |
116 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 149 | 13 | 149 | 32 | 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. |
117 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 152 | 9 | 152 | 111 | 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. |
117 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 152 | 9 | 152 | 111 | 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. |
118 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 153 | 9 | 153 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
118 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 153 | 9 | 153 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
119 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 155 | 9 | 155 | 111 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
119 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 155 | 9 | 155 | 111 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
120 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 156 | 9 | 156 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
120 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 156 | 9 | 156 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
121 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 158 | 29 | 171 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
121 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 158 | 29 | 171 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
122 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 173 | 9 | 173 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
122 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 173 | 9 | 173 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
123 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 174 | 9 | 174 | 131 | 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. |
123 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 174 | 9 | 174 | 131 | 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. |
124 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 175 | 9 | 175 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
124 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 175 | 9 | 175 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
125 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 180 | 12 | 281 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_preserve_original_owner' doesn't match '[a-z][a-zA-Z0-9]*' |
125 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 180 | 12 | 281 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_preserve_original_owner' doesn't match '[a-z][a-zA-Z0-9]*' |
126 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 190 | 9 | 190 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
126 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 190 | 9 | 190 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
127 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 236 | 13 | 236 | 32 | 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 |
127 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 236 | 13 | 236 | 32 | 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 |
128 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 236 | 13 | 236 | 32 | 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. |
128 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 236 | 13 | 236 | 32 | 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. |
129 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 239 | 29 | 253 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
129 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 239 | 29 | 253 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
130 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 255 | 9 | 255 | 74 | 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. |
130 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 255 | 9 | 255 | 74 | 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. |
131 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 256 | 9 | 256 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
131 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 256 | 9 | 256 | 118 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
132 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 257 | 9 | 257 | 131 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
132 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 257 | 9 | 257 | 131 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
133 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 258 | 9 | 258 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
133 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 258 | 9 | 258 | 129 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
134 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 260 | 29 | 274 | 10 | 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 'cdl_file2' doesn't match '[a-z][a-zA-Z0-9]*' |
134 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 260 | 29 | 274 | 10 | 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 'cdl_file2' doesn't match '[a-z][a-zA-Z0-9]*' |
135 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 276 | 9 | 276 | 74 | 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. |
135 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 276 | 9 | 276 | 74 | 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. |
136 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 277 | 9 | 277 | 118 | 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. |
136 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 277 | 9 | 277 | 118 | 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. |
137 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 278 | 9 | 278 | 131 | 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. |
137 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 278 | 9 | 278 | 131 | 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. |
138 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 279 | 9 | 279 | 129 | 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. |
138 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 279 | 9 | 279 | 129 | 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. |
139 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 284 | 12 | 364 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_preserve_original_inactive_owner' doesn't match '[a-z][a-zA-Z0-9]*' |
139 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 284 | 12 | 364 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_preserve_original_inactive_owner' doesn't match '[a-z][a-zA-Z0-9]*' |
140 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 294 | 9 | 294 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
140 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 294 | 9 | 294 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
141 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 355 | 13 | 355 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
141 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 355 | 13 | 355 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
142 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 355 | 13 | 355 | 32 | 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. |
142 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 355 | 13 | 355 | 32 | 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. |
143 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 358 | 9 | 358 | 94 | 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. |
143 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 358 | 9 | 358 | 94 | 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. |
144 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 359 | 9 | 359 | 110 | 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. |
144 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 359 | 9 | 359 | 110 | 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. |
145 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 360 | 9 | 360 | 150 | 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. |
145 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 360 | 9 | 360 | 150 | 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. |
146 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 361 | 9 | 361 | 150 | 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. |
146 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 361 | 9 | 361 | 150 | 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. |
147 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 362 | 9 | 362 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
147 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 362 | 9 | 362 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
148 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 367 | 12 | 411 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_conversion_error' doesn't match '[a-z][a-zA-Z0-9]*' |
148 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 367 | 12 | 411 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_conversion_error' doesn't match '[a-z][a-zA-Z0-9]*' |
149 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 406 | 13 | 406 | 32 | 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 |
149 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 406 | 13 | 406 | 32 | 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 |
150 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 406 | 13 | 406 | 32 | 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. |
150 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 406 | 13 | 406 | 32 | 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. |
151 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 409 | 9 | 409 | 120 | 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. |
151 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 409 | 9 | 409 | 120 | 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. |
152 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 414 | 12 | 454 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_conversion_exception' doesn't match '[a-z][a-zA-Z0-9]*' |
152 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 414 | 12 | 454 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_conversion_exception' doesn't match '[a-z][a-zA-Z0-9]*' |
153 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 449 | 13 | 449 | 32 | 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 |
153 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 449 | 13 | 449 | 32 | 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 |
154 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 449 | 13 | 449 | 32 | 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. |
154 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 449 | 13 | 449 | 32 | 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. |
155 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 452 | 9 | 452 | 120 | 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. |
155 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 452 | 9 | 452 | 120 | 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. |
156 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 457 | 12 | 524 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_max_records_to_convert' doesn't match '[a-z][a-zA-Z0-9]*' |
156 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 457 | 12 | 524 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_max_records_to_convert' doesn't match '[a-z][a-zA-Z0-9]*' |
157 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 467 | 9 | 467 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
157 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 467 | 9 | 467 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
158 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 517 | 13 | 517 | 32 | 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 |
158 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 517 | 13 | 517 | 32 | 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 |
159 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 517 | 13 | 517 | 32 | 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. |
159 | /src/classes/ConvertAttachmentsToFilesBatchableTest.cls | 517 | 13 | 517 | 32 | 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. |
160 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 4 | 24 | 122 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
160 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 4 | 24 | 122 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
161 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 10 | 19 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
161 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 10 | 19 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
162 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 10 | 19 | 26 | 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 |
162 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 10 | 19 | 26 | 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 |
163 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 12 | 9 | 12 | 127 | 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 |
163 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 12 | 9 | 12 | 127 | 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 |
164 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 24 | 9 | 24 | 36 | 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 |
164 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 24 | 9 | 24 | 36 | 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 |
165 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 31 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
165 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 31 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
166 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 31 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
166 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 31 | 19 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
167 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 41 | 13 | 44 | 14 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
167 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 41 | 13 | 44 | 14 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
168 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 58 | 13 | 58 | 41 | 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 |
168 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 58 | 13 | 58 | 41 | 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 |
169 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 82 | 19 | 88 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
169 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 82 | 19 | 88 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
170 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 82 | 19 | 88 | 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 |
170 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 82 | 19 | 88 | 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 |
171 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 84 | 28 | 84 | 90 | 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 |
171 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 84 | 28 | 84 | 90 | 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 |
172 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 94 | 19 | 120 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
172 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 94 | 19 | 120 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
173 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 94 | 19 | 120 | 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 |
173 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 94 | 19 | 120 | 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 |
174 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 96 | 25 | 96 | 144 | 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 |
174 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 96 | 25 | 96 | 144 | 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 |
175 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 102 | 49 | 102 | 124 | 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 |
175 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 102 | 49 | 102 | 124 | 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 |
176 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 112 | 93 | 112 | 154 | 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. |
176 | /src/classes/ConvertAttachmentsToFilesLogger.cls | 112 | 93 | 112 | 154 | 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. |
177 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 7 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
177 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 7 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
178 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 12 | 12 | 12 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
178 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 12 | 12 | 12 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
179 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 17 | 12 | 17 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
179 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 17 | 12 | 17 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
180 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 23 | 12 | 23 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
180 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 23 | 12 | 23 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
181 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
181 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 25 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
182 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 29 | 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 |
182 | /src/classes/ConvertAttachmentsToFilesOptions.cls | 29 | 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 |
183 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 16 | 24 | 106 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
183 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 16 | 24 | 106 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
184 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 16 | 24 | 106 | 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 |
184 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 16 | 24 | 106 | 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 |
185 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 34 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
185 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 34 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
186 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 39 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
186 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 39 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
187 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 44 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
187 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 44 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
188 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 52 | 12 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
188 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 52 | 12 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
189 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 60 | 13 | 60 | 97 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
189 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 60 | 13 | 60 | 97 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
190 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 60 | 13 | 60 | 97 | 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. |
190 | /src/classes/ConvertAttachmentsToFilesQueueable.cls | 60 | 13 | 60 | 97 | 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. |
191 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 5 | 9 | 263 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
191 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 5 | 9 | 263 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
192 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 8 | 12 | 85 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_queueable_with_options' doesn't match '[a-z][a-zA-Z0-9]*' |
192 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 8 | 12 | 85 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_queueable_with_options' doesn't match '[a-z][a-zA-Z0-9]*' |
193 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 18 | 9 | 18 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
193 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 18 | 9 | 18 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
194 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 58 | 13 | 58 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
194 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 58 | 13 | 58 | 32 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
195 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 58 | 13 | 58 | 32 | 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. |
195 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 58 | 13 | 58 | 32 | 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. |
196 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 61 | 9 | 61 | 111 | 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. |
196 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 61 | 9 | 61 | 111 | 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. |
197 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 62 | 9 | 62 | 90 | 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. |
197 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 62 | 9 | 62 | 90 | 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. |
198 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 64 | 29 | 78 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
198 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 64 | 29 | 78 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
199 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 80 | 9 | 80 | 74 | 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. |
199 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 80 | 9 | 80 | 74 | 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. |
200 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 81 | 9 | 81 | 118 | 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. |
200 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 81 | 9 | 81 | 118 | 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. |
201 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 82 | 9 | 82 | 131 | 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. |
201 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 82 | 9 | 82 | 131 | 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. |
202 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 83 | 9 | 83 | 129 | 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. |
202 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 83 | 9 | 83 | 129 | 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. |
203 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 88 | 12 | 164 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_queueable_without_options' doesn't match '[a-z][a-zA-Z0-9]*' |
203 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 88 | 12 | 164 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_queueable_without_options' doesn't match '[a-z][a-zA-Z0-9]*' |
204 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 98 | 9 | 98 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
204 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 98 | 9 | 98 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
205 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 137 | 13 | 137 | 32 | 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 |
205 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 137 | 13 | 137 | 32 | 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 |
206 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 137 | 13 | 137 | 32 | 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. |
206 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 137 | 13 | 137 | 32 | 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. |
207 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 140 | 9 | 140 | 111 | 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. |
207 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 140 | 9 | 140 | 111 | 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. |
208 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 141 | 9 | 141 | 90 | 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. |
208 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 141 | 9 | 141 | 90 | 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. |
209 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 143 | 29 | 157 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
209 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 143 | 29 | 157 | 10 | 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 'cdl_file1' doesn't match '[a-z][a-zA-Z0-9]*' |
210 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 159 | 9 | 159 | 74 | 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. |
210 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 159 | 9 | 159 | 74 | 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. |
211 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 160 | 9 | 160 | 118 | 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. |
211 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 160 | 9 | 160 | 118 | 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. |
212 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 161 | 9 | 161 | 131 | 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. |
212 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 161 | 9 | 161 | 131 | 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. |
213 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 162 | 9 | 162 | 129 | 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. |
213 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 162 | 9 | 162 | 129 | 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. |
214 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 167 | 12 | 214 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_conversion_error' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 167 | 12 | 214 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_conversion_error' doesn't match '[a-z][a-zA-Z0-9]*' |
215 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 196 | 42 | 196 | 100 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'options' defined but not used |
215 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 196 | 42 | 196 | 100 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'options' defined but not used |
216 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 209 | 13 | 209 | 32 | 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 |
216 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 209 | 13 | 209 | 32 | 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 |
217 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 209 | 13 | 209 | 32 | 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. |
217 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 209 | 13 | 209 | 32 | 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. |
218 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 212 | 9 | 212 | 163 | 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. |
218 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 212 | 9 | 212 | 163 | 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. |
219 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 217 | 12 | 261 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_conversion_exception' doesn't match '[a-z][a-zA-Z0-9]*' |
219 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 217 | 12 | 261 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_conversion_exception' doesn't match '[a-z][a-zA-Z0-9]*' |
220 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 241 | 42 | 241 | 100 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'options' defined but not used |
220 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 241 | 42 | 241 | 100 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'options' defined but not used |
221 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 254 | 13 | 254 | 32 | 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 |
221 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 254 | 13 | 254 | 32 | 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 |
222 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 254 | 13 | 254 | 32 | 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. |
222 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 254 | 13 | 254 | 32 | 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. |
223 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 257 | 9 | 257 | 119 | 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. |
223 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 257 | 9 | 257 | 119 | 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. |
224 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 258 | 9 | 258 | 111 | 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. |
224 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 258 | 9 | 258 | 111 | 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. |
225 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 259 | 9 | 259 | 120 | 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. |
225 | /src/classes/ConvertAttachmentsToFilesQueueableTest.cls | 259 | 9 | 259 | 120 | 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. |
226 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 6 | 24 | 54 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
226 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 6 | 24 | 54 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
227 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 6 | 24 | 54 | 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 |
227 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 6 | 24 | 54 | 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 |
228 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 8 | 12 | 8 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
228 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 8 | 12 | 8 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
229 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 10 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
229 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 10 | 12 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
230 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 14 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
230 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 14 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
231 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 18 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
231 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 18 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 32 | 13 | 32 | 99 | 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 |
232 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 32 | 13 | 32 | 99 | 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 |
233 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 32 | 13 | 32 | 99 | 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. |
233 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 32 | 13 | 32 | 99 | 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. |
234 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 33 | 13 | 33 | 97 | 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 |
234 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 33 | 13 | 33 | 97 | 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 |
235 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 33 | 13 | 33 | 97 | 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. |
235 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 33 | 13 | 33 | 97 | 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. |
236 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 34 | 13 | 34 | 107 | 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 |
236 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 34 | 13 | 34 | 107 | 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 |
237 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 34 | 13 | 34 | 107 | 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. |
237 | /src/classes/ConvertAttachmentsToFilesSchedulable.cls | 34 | 13 | 34 | 107 | 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. |
238 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 5 | 9 | 43 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
238 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 5 | 9 | 43 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
239 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 8 | 12 | 24 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_schedulable' doesn't match '[a-z][a-zA-Z0-9]*' |
239 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 8 | 12 | 24 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_schedulable' doesn't match '[a-z][a-zA-Z0-9]*' |
240 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 22 | 9 | 22 | 94 | 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. |
240 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 22 | 9 | 22 | 94 | 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. |
241 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 27 | 12 | 41 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_errors' doesn't match '[a-z][a-zA-Z0-9]*' |
241 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 27 | 12 | 41 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_errors' doesn't match '[a-z][a-zA-Z0-9]*' |
242 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 39 | 9 | 39 | 94 | 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. |
242 | /src/classes/ConvertAttachmentsToFilesScheduleTest.cls | 39 | 9 | 39 | 94 | 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. |
243 | /src/classes/ConvertAttachmentsToFilesService.cls | 10 | 24 | 300 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
243 | /src/classes/ConvertAttachmentsToFilesService.cls | 10 | 24 | 300 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
244 | /src/classes/ConvertAttachmentsToFilesService.cls | 10 | 24 | 300 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ConvertAttachmentsToFilesService' has a Standard Cyclomatic Complexity of 3 (Highest = 13). |
244 | /src/classes/ConvertAttachmentsToFilesService.cls | 10 | 24 | 300 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ConvertAttachmentsToFilesService' has a Standard Cyclomatic Complexity of 3 (Highest = 13). |
245 | /src/classes/ConvertAttachmentsToFilesService.cls | 18 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
245 | /src/classes/ConvertAttachmentsToFilesService.cls | 18 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
246 | /src/classes/ConvertAttachmentsToFilesService.cls | 22 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
246 | /src/classes/ConvertAttachmentsToFilesService.cls | 22 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
247 | /src/classes/ConvertAttachmentsToFilesService.cls | 26 | 12 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
247 | /src/classes/ConvertAttachmentsToFilesService.cls | 26 | 12 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
248 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
248 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
249 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
249 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
250 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 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 |
250 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 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 |
251 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'convert(List |
251 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'convert(List |
252 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'convert(List |
252 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'convert(List |
253 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convert()' has an NCSS line count of 52 (limit: 40) |
253 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'convert()' has an NCSS line count of 52 (limit: 40) |
254 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convert' has a Standard Cyclomatic Complexity of 13. |
254 | /src/classes/ConvertAttachmentsToFilesService.cls | 47 | 12 | 195 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convert' has a Standard Cyclomatic Complexity of 13. |
255 | /src/classes/ConvertAttachmentsToFilesService.cls | 54 | 38 | 54 | 78 | 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. |
255 | /src/classes/ConvertAttachmentsToFilesService.cls | 54 | 38 | 54 | 78 | 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. |
256 | /src/classes/ConvertAttachmentsToFilesService.cls | 221 | 13 | 221 | 40 | 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 |
256 | /src/classes/ConvertAttachmentsToFilesService.cls | 221 | 13 | 221 | 40 | 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 |
257 | /src/classes/ConvertAttachmentsToFilesService.cls | 232 | 12 | 272 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
257 | /src/classes/ConvertAttachmentsToFilesService.cls | 232 | 12 | 272 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
258 | /src/classes/ConvertAttachmentsToFilesService.cls | 232 | 12 | 272 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
258 | /src/classes/ConvertAttachmentsToFilesService.cls | 232 | 12 | 272 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
259 | /src/classes/ConvertAttachmentsToFilesService.cls | 232 | 12 | 272 | 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 |
259 | /src/classes/ConvertAttachmentsToFilesService.cls | 232 | 12 | 272 | 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 |
260 | /src/classes/ConvertAttachmentsToFilesService.cls | 245 | 49 | 255 | 10 | 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 |
260 | /src/classes/ConvertAttachmentsToFilesService.cls | 245 | 49 | 255 | 10 | 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 |
261 | /src/classes/ConvertAttachmentsToFilesService.cls | 276 | 12 | 294 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
261 | /src/classes/ConvertAttachmentsToFilesService.cls | 276 | 12 | 294 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
262 | /src/classes/ConvertAttachmentsToFilesService.cls | 279 | 16 | 279 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
262 | /src/classes/ConvertAttachmentsToFilesService.cls | 279 | 16 | 279 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
263 | /src/classes/ConvertAttachmentsToFilesService.cls | 282 | 16 | 282 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
263 | /src/classes/ConvertAttachmentsToFilesService.cls | 282 | 16 | 282 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
264 | /src/classes/ConvertAttachmentsToFilesService.cls | 285 | 16 | 285 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
264 | /src/classes/ConvertAttachmentsToFilesService.cls | 285 | 16 | 285 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
265 | /src/classes/ConvertAttachmentsToFilesService.cls | 288 | 16 | 288 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
265 | /src/classes/ConvertAttachmentsToFilesService.cls | 288 | 16 | 288 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
266 | /src/classes/ConvertAttachmentsToFilesService.cls | 290 | 16 | 292 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
266 | /src/classes/ConvertAttachmentsToFilesService.cls | 290 | 16 | 292 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
267 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 5 | 9 | 639 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
267 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 5 | 9 | 639 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
268 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 8 | 12 | 119 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_special_characters' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 8 | 12 | 119 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_special_characters' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 20 | 9 | 20 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
269 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 20 | 9 | 20 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
270 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 112 | 9 | 112 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
270 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 112 | 9 | 112 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
271 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 115 | 13 | 115 | 35 | 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 |
271 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 115 | 13 | 115 | 35 | 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 |
272 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 115 | 13 | 115 | 35 | 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. |
272 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 115 | 13 | 115 | 35 | 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. |
273 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 122 | 12 | 197 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_fail_convert_0size_attachment' doesn't match '[a-z][a-zA-Z0-9]*' |
273 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 122 | 12 | 197 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_fail_convert_0size_attachment' doesn't match '[a-z][a-zA-Z0-9]*' |
274 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 134 | 9 | 134 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
274 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 134 | 9 | 134 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
275 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 173 | 9 | 173 | 56 | 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. |
275 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 173 | 9 | 173 | 56 | 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. |
276 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 183 | 9 | 183 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
276 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 183 | 9 | 183 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
277 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 186 | 13 | 186 | 35 | 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 |
277 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 186 | 13 | 186 | 35 | 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 |
278 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 186 | 13 | 186 | 35 | 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. |
278 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 186 | 13 | 186 | 35 | 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. |
279 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 192 | 13 | 192 | 117 | 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. |
279 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 192 | 13 | 192 | 117 | 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. |
280 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 193 | 13 | 193 | 99 | 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. |
280 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 193 | 13 | 193 | 99 | 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. |
281 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 200 | 12 | 278 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_no_delete' doesn't match '[a-z][a-zA-Z0-9]*' |
281 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 200 | 12 | 278 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_no_delete' doesn't match '[a-z][a-zA-Z0-9]*' |
282 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 212 | 9 | 212 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
282 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 212 | 9 | 212 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
283 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 258 | 9 | 258 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
283 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 258 | 9 | 258 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
284 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 261 | 13 | 261 | 35 | 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 |
284 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 261 | 13 | 261 | 35 | 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 |
285 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 261 | 13 | 261 | 35 | 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. |
285 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 261 | 13 | 261 | 35 | 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. |
286 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 268 | 13 | 268 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
286 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 268 | 13 | 268 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
287 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 271 | 13 | 271 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
287 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 271 | 13 | 271 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
288 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 274 | 13 | 274 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
288 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 274 | 13 | 274 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
289 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 281 | 12 | 362 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_yes_delete' doesn't match '[a-z][a-zA-Z0-9]*' |
289 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 281 | 12 | 362 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_yes_delete' doesn't match '[a-z][a-zA-Z0-9]*' |
290 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 293 | 9 | 293 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
290 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 293 | 9 | 293 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
291 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 342 | 9 | 342 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
291 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 342 | 9 | 342 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
292 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 345 | 13 | 345 | 35 | 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 |
292 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 345 | 13 | 345 | 35 | 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 |
293 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 345 | 13 | 345 | 35 | 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. |
293 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 345 | 13 | 345 | 35 | 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. |
294 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 352 | 13 | 352 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
294 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 352 | 13 | 352 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
295 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 355 | 13 | 355 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
295 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 355 | 13 | 355 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
296 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 358 | 13 | 358 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
296 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 358 | 13 | 358 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
297 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 365 | 12 | 447 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_no_share_private_attachments_with_parent_record' doesn't match '[a-z][a-zA-Z0-9]*' |
297 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 365 | 12 | 447 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_no_share_private_attachments_with_parent_record' doesn't match '[a-z][a-zA-Z0-9]*' |
298 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 377 | 9 | 377 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
298 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 377 | 9 | 377 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
299 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 428 | 13 | 428 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
299 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 428 | 13 | 428 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
300 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 431 | 17 | 431 | 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 |
300 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 431 | 17 | 431 | 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 |
301 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 431 | 17 | 431 | 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. |
301 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 431 | 17 | 431 | 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. |
302 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 436 | 13 | 436 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
302 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 436 | 13 | 436 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
303 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 437 | 13 | 437 | 58 | 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. |
303 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 437 | 13 | 437 | 58 | 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. |
304 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 440 | 13 | 440 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
304 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 440 | 13 | 440 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
305 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 450 | 12 | 528 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_yes_share_private_attachments_with_parent_record' doesn't match '[a-z][a-zA-Z0-9]*' |
305 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 450 | 12 | 528 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_yes_share_private_attachments_with_parent_record' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 462 | 9 | 462 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
306 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 462 | 9 | 462 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
307 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 513 | 13 | 513 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
307 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 513 | 13 | 513 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
308 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 516 | 17 | 516 | 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 |
308 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 516 | 17 | 516 | 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 |
309 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 516 | 17 | 516 | 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. |
309 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 516 | 17 | 516 | 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. |
310 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 521 | 13 | 521 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
310 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 521 | 13 | 521 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
311 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 524 | 13 | 524 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
311 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 524 | 13 | 524 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
312 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 531 | 12 | 618 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_no_duplicates' doesn't match '[a-z][a-zA-Z0-9]*' |
312 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 531 | 12 | 618 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_no_duplicates' doesn't match '[a-z][a-zA-Z0-9]*' |
313 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 543 | 9 | 543 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
313 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 543 | 9 | 543 | 26 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
314 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 595 | 13 | 595 | 35 | 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 |
314 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 595 | 13 | 595 | 35 | 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 |
315 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 595 | 13 | 595 | 35 | 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. |
315 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 595 | 13 | 595 | 35 | 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. |
316 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 599 | 9 | 599 | 49 | 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. |
316 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 599 | 9 | 599 | 49 | 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. |
317 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 600 | 9 | 600 | 195 | 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. |
317 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 600 | 9 | 600 | 195 | 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. |
318 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 601 | 9 | 601 | 95 | 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. |
318 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 601 | 9 | 601 | 95 | 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. |
319 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 608 | 13 | 608 | 35 | 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 |
319 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 608 | 13 | 608 | 35 | 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 |
320 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 608 | 13 | 608 | 35 | 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. |
320 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 608 | 13 | 608 | 35 | 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. |
321 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 612 | 9 | 612 | 49 | 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. |
321 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 612 | 9 | 612 | 49 | 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. |
322 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 613 | 9 | 613 | 195 | 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. |
322 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 613 | 9 | 613 | 195 | 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. |
323 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 614 | 9 | 614 | 95 | 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. |
323 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 614 | 9 | 614 | 95 | 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. |
324 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 621 | 12 | 637 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_init_options_from_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
324 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 621 | 12 | 637 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_init_options_from_settings' doesn't match '[a-z][a-zA-Z0-9]*' |
325 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 635 | 9 | 635 | 117 | 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. |
325 | /src/classes/ConvertAttachmentsToFilesServiceTest.cls | 635 | 9 | 635 | 117 | 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. |
326 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 11 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
326 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 11 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
327 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 13 | 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 |
327 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 13 | 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 |
328 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 13 | 19 | 15 | 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. |
328 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 13 | 19 | 15 | 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. |
329 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 17 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
329 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 17 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
330 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 17 | 19 | 33 | 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. |
330 | /src/classes/ConvertAttachmentsToFilesTestFactory.cls | 17 | 19 | 33 | 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. |
331 | /src/triggers/ConvertAttachmentsToFilesTrigger.trigger | 8 | 1 | 24 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
331 | /src/triggers/ConvertAttachmentsToFilesTrigger.trigger | 8 | 1 | 24 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |