pmd7_2 took 14 seconds to run and found 435 violations
pmd7_3 took 17 seconds to run and found 435 violations
Among the 435 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 7 | 21 | 59 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 7 | 21 | 59 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 7 | 21 | 59 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_CategoryTree' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 7 | 21 | 59 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_CategoryTree' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 10 | 19 | 58 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 10 | 19 | 58 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 23 | 13 | 23 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
4 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 23 | 13 | 23 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
5 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 23 | 13 | 23 | 52 | 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. |
5 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 23 | 13 | 23 | 52 | 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. |
6 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 49 | 17 | 49 | 46 | 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 |
6 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 49 | 17 | 49 | 46 | 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 |
7 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 49 | 17 | 49 | 46 | 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. |
7 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 49 | 17 | 49 | 46 | 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. |
8 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 53 | 13 | 53 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
8 | /force-app/main/default/classes/ckz_PIM_CategoryTree.cls | 53 | 13 | 53 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
9 | /force-app/main/default/classes/ckz_PIM_CategoryTreeTest.cls | 8 | 21 | 62 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_CategoryTreeTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
9 | /force-app/main/default/classes/ckz_PIM_CategoryTreeTest.cls | 8 | 21 | 62 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_CategoryTreeTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
10 | /force-app/main/default/classes/ckz_PIM_CategoryTreeTest.cls | 32 | 12 | 32 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'productCatId' defined but not used |
10 | /force-app/main/default/classes/ckz_PIM_CategoryTreeTest.cls | 32 | 12 | 32 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'productCatId' defined but not used |
11 | /force-app/main/default/classes/ckz_PIM_CategoryTreeTest.cls | 49 | 28 | 55 | 19 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'retData' defined but not used |
11 | /force-app/main/default/classes/ckz_PIM_CategoryTreeTest.cls | 49 | 28 | 55 | 19 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'retData' defined but not used |
12 | /force-app/main/default/classes/ckz_PIM_CategoryTreeTest.cls | 59 | 9 | 59 | 54 | 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. |
12 | /force-app/main/default/classes/ckz_PIM_CategoryTreeTest.cls | 59 | 9 | 59 | 54 | 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. |
13 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 7 | 21 | 87 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
13 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 7 | 21 | 87 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
14 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 7 | 21 | 87 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_LookupController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
14 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 7 | 21 | 87 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_LookupController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
15 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
15 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
16 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
16 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 19 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
17 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 19 | 50 | 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 |
17 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 19 | 50 | 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 |
18 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 19 | 50 | 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. |
18 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 19 | 50 | 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. |
19 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 54 | 19 | 73 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Text' doesn't match '[a-z][a-zA-Z0-9]*' |
19 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 54 | 19 | 73 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Text' doesn't match '[a-z][a-zA-Z0-9]*' |
20 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 75 | 19 | 93 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Val' doesn't match '[a-z][a-zA-Z0-9]*' |
20 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 19 | 75 | 19 | 93 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Val' doesn't match '[a-z][a-zA-Z0-9]*' |
21 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 20 | 26 | 20 | 47 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Search' doesn't match '[a-z][a-zA-Z0-9]*' |
21 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 20 | 26 | 20 | 47 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Search' doesn't match '[a-z][a-zA-Z0-9]*' |
22 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 39 | 49 | 39 | 54 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
22 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 39 | 49 | 39 | 54 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
23 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 53 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
23 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 53 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 53 | 19 | 80 | 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. |
24 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 53 | 19 | 80 | 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. |
25 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 53 | 58 | 53 | 77 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Text' doesn't match '[a-z][a-zA-Z0-9]*' |
25 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 53 | 58 | 53 | 77 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Text' doesn't match '[a-z][a-zA-Z0-9]*' |
26 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 53 | 79 | 53 | 97 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Val' doesn't match '[a-z][a-zA-Z0-9]*' |
26 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 53 | 79 | 53 | 97 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'fld_API_Val' doesn't match '[a-z][a-zA-Z0-9]*' |
27 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 69 | 49 | 69 | 54 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
27 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 69 | 49 | 69 | 54 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
28 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 82 | 12 | 86 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 82 | 12 | 86 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 83 | 16 | 83 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 83 | 16 | 83 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 84 | 16 | 84 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
30 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 84 | 16 | 84 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 85 | 16 | 85 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
31 | /force-app/main/default/classes/ckz_PIM_LookupController.cls | 85 | 16 | 85 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 8 | 21 | 62 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_LookupControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
32 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 8 | 21 | 62 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_LookupControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
33 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 17 | 16 | 17 | 37 | 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 'fld_API_Text' doesn't match '[a-z][a-zA-Z0-9]*' |
33 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 17 | 16 | 17 | 37 | 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 'fld_API_Text' doesn't match '[a-z][a-zA-Z0-9]*' |
34 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 18 | 16 | 18 | 34 | 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 'fld_API_Val' doesn't match '[a-z][a-zA-Z0-9]*' |
34 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 18 | 16 | 18 | 34 | 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 'fld_API_Val' doesn't match '[a-z][a-zA-Z0-9]*' |
35 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 25 | 9 | 25 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
35 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 25 | 9 | 25 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
36 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 25 | 9 | 25 | 57 | 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. |
36 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 25 | 9 | 25 | 57 | 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. |
37 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 27 | 9 | 27 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
37 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 27 | 9 | 27 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
38 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 39 | 16 | 39 | 37 | 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 'fld_API_Text' doesn't match '[a-z][a-zA-Z0-9]*' |
38 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 39 | 16 | 39 | 37 | 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 'fld_API_Text' doesn't match '[a-z][a-zA-Z0-9]*' |
39 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 40 | 16 | 40 | 34 | 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 'fld_API_Val' doesn't match '[a-z][a-zA-Z0-9]*' |
39 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 40 | 16 | 40 | 34 | 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 'fld_API_Val' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 42 | 16 | 42 | 39 | 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 'fld_API_Search' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 42 | 16 | 42 | 39 | 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 'fld_API_Search' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 49 | 9 | 49 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
41 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 49 | 9 | 49 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
42 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 49 | 9 | 49 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
42 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 49 | 9 | 49 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
43 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 51 | 9 | 51 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
43 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 51 | 9 | 51 | 46 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
44 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 55 | 9 | 55 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
44 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 55 | 9 | 55 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
45 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 55 | 9 | 55 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
45 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 55 | 9 | 55 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
46 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 56 | 9 | 56 | 40 | 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 |
46 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 56 | 9 | 56 | 40 | 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 |
47 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 56 | 9 | 56 | 40 | 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. |
47 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 56 | 9 | 56 | 40 | 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. |
48 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 58 | 9 | 58 | 50 | 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. |
48 | /force-app/main/default/classes/ckz_PIM_LookupControllerTest.cls | 58 | 9 | 58 | 50 | 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. |
49 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_MainController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
50 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_MainController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
51 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ckz_PIM_MainController' has a total cognitive complexity of 64 (highest 26), current threshold is 50 |
51 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ckz_PIM_MainController' has a total cognitive complexity of 64 (highest 26), current threshold is 50 |
52 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ckz_PIM_MainController' has a total cyclomatic complexity of 53 (highest 13). |
52 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ckz_PIM_MainController' has a total cyclomatic complexity of 53 (highest 13). |
53 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ckz_PIM_MainController' has a Standard Cyclomatic Complexity of 4 (Highest = 10). |
53 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 7 | 21 | 533 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ckz_PIM_MainController' has a Standard Cyclomatic Complexity of 4 (Highest = 10). |
54 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 10 | 19 | 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 |
54 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 10 | 19 | 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 |
55 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 16 | 9 | 16 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
55 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 16 | 9 | 16 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
56 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 16 | 9 | 16 | 46 | 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. |
56 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 16 | 9 | 16 | 46 | 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. |
57 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 50 | 12 | 50 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
57 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 50 | 12 | 50 | 67 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
58 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 58 | 19 | 106 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 58 | 19 | 106 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 62 | 9 | 62 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
59 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 62 | 9 | 62 | 46 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
60 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 62 | 9 | 62 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
60 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 62 | 9 | 62 | 46 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
61 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 171 | 13 | 171 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
61 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 171 | 13 | 171 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
62 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 193 | 23 | 198 | 74 | 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 |
62 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 193 | 23 | 198 | 74 | 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 |
63 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 246 | 23 | 257 | 73 | 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 |
63 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 246 | 23 | 257 | 73 | 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 |
64 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 305 | 23 | 311 | 80 | 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 |
64 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 305 | 23 | 311 | 80 | 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 |
65 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 352 | 23 | 358 | 74 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
65 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 352 | 23 | 358 | 74 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
66 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 384 | 20 | 529 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getRelatedProductObjData(String)' has a cognitive complexity of 26, current threshold is 15 |
66 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 384 | 20 | 529 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getRelatedProductObjData(String)' has a cognitive complexity of 26, current threshold is 15 |
67 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 384 | 20 | 529 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getRelatedProductObjData(String)' has a cyclomatic complexity of 13. |
67 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 384 | 20 | 529 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getRelatedProductObjData(String)' has a cyclomatic complexity of 13. |
68 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 384 | 20 | 529 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getRelatedProductObjData()' has an NCSS line count of 59 (limit: 40) |
68 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 384 | 20 | 529 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getRelatedProductObjData()' has an NCSS line count of 59 (limit: 40) |
69 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 384 | 20 | 529 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getRelatedProductObjData' has a Standard Cyclomatic Complexity of 10. |
69 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 384 | 20 | 529 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getRelatedProductObjData' has a Standard Cyclomatic Complexity of 10. |
70 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 386 | 9 | 386 | 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 |
70 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 386 | 9 | 386 | 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 |
71 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 386 | 9 | 386 | 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. |
71 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 386 | 9 | 386 | 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. |
72 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 391 | 25 | 400 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objFields' defined but not used |
72 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 391 | 25 | 400 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objFields' defined but not used |
73 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 444 | 13 | 444 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
73 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 444 | 13 | 444 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
74 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 444 | 13 | 444 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
74 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 444 | 13 | 444 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
75 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 454 | 34 | 454 | 197 | 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 |
75 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 454 | 34 | 454 | 197 | 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 |
76 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 465 | 17 | 465 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
76 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 465 | 17 | 465 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
77 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 465 | 17 | 465 | 70 | 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. |
77 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 465 | 17 | 465 | 70 | 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. |
78 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 467 | 17 | 467 | 129 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
78 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 467 | 17 | 467 | 129 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
79 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 467 | 17 | 467 | 129 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
79 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 467 | 17 | 467 | 129 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
80 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 472 | 13 | 472 | 62 | 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 |
80 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 472 | 13 | 472 | 62 | 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 |
81 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 472 | 13 | 472 | 62 | 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. |
81 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 472 | 13 | 472 | 62 | 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. |
82 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 474 | 13 | 474 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
82 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 474 | 13 | 474 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
83 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 474 | 13 | 474 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
83 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 474 | 13 | 474 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
84 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 485 | 17 | 485 | 82 | 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 |
84 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 485 | 17 | 485 | 82 | 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 |
85 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 485 | 17 | 485 | 82 | 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. |
85 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 485 | 17 | 485 | 82 | 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. |
86 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 490 | 17 | 490 | 78 | 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 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 490 | 17 | 490 | 78 | 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 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 490 | 17 | 490 | 78 | 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 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 490 | 17 | 490 | 78 | 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 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 494 | 21 | 494 | 79 | 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 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 494 | 21 | 494 | 79 | 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 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 494 | 21 | 494 | 79 | 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 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 494 | 21 | 494 | 79 | 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 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 502 | 25 | 502 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
90 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 502 | 25 | 502 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
91 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 502 | 25 | 502 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
91 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 502 | 25 | 502 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
92 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 505 | 25 | 510 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
92 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 505 | 25 | 510 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
93 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 506 | 29 | 506 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
93 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 506 | 29 | 506 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
94 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 506 | 29 | 506 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
94 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 506 | 29 | 506 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
95 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 515 | 21 | 515 | 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 |
95 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 515 | 21 | 515 | 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 |
96 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 515 | 21 | 515 | 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. |
96 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 515 | 21 | 515 | 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. |
97 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 518 | 17 | 518 | 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 |
97 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 518 | 17 | 518 | 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 |
98 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 518 | 17 | 518 | 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. |
98 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 518 | 17 | 518 | 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. |
99 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 525 | 9 | 525 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
99 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 525 | 9 | 525 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
100 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 525 | 9 | 525 | 57 | 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. |
100 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 525 | 9 | 525 | 57 | 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. |
101 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 531 | 12 | 531 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /force-app/main/default/classes/ckz_PIM_MainController.cls | 531 | 12 | 531 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /force-app/main/default/classes/ckz_PIM_MainControllerTest.cls | 8 | 21 | 60 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_MainControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
102 | /force-app/main/default/classes/ckz_PIM_MainControllerTest.cls | 8 | 21 | 60 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_MainControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
103 | /force-app/main/default/classes/ckz_PIM_MainControllerTest.cls | 10 | 20 | 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. |
103 | /force-app/main/default/classes/ckz_PIM_MainControllerTest.cls | 10 | 20 | 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. |
104 | /force-app/main/default/classes/ckz_PIM_MainControllerTest.cls | 47 | 9 | 47 | 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. |
104 | /force-app/main/default/classes/ckz_PIM_MainControllerTest.cls | 47 | 9 | 47 | 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. |
105 | /force-app/main/default/classes/ckz_PIM_MainControllerTest.cls | 57 | 9 | 57 | 68 | 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. |
105 | /force-app/main/default/classes/ckz_PIM_MainControllerTest.cls | 57 | 9 | 57 | 68 | 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. |
106 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 7 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
106 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 7 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
107 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 7 | 21 | 56 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_ProductDetailController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
107 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 7 | 21 | 56 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_ProductDetailController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
108 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 10 | 19 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
108 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 10 | 19 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
109 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 12 | 9 | 12 | 56 | 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 |
109 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 12 | 9 | 12 | 56 | 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 |
110 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 12 | 9 | 12 | 56 | 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. |
110 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 12 | 9 | 12 | 56 | 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. |
111 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 18 | 13 | 18 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
111 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 18 | 13 | 18 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
112 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 18 | 13 | 18 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
112 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 18 | 13 | 18 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
113 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 29 | 13 | 29 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
113 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 29 | 13 | 29 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
114 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 29 | 13 | 29 | 52 | 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. |
114 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 29 | 13 | 29 | 52 | 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. |
115 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 41 | 13 | 41 | 75 | 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 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 41 | 13 | 41 | 75 | 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 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 41 | 13 | 41 | 75 | 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 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 41 | 13 | 41 | 75 | 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 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 44 | 13 | 44 | 62 | 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 |
117 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 44 | 13 | 44 | 62 | 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 |
118 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 44 | 13 | 44 | 62 | 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. |
118 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 44 | 13 | 44 | 62 | 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. |
119 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 45 | 13 | 45 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
119 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 45 | 13 | 45 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
120 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 45 | 13 | 45 | 63 | 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. |
120 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 45 | 13 | 45 | 63 | 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. |
121 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 49 | 9 | 49 | 54 | 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 |
121 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 49 | 9 | 49 | 54 | 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 |
122 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 49 | 9 | 49 | 54 | 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. |
122 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 49 | 9 | 49 | 54 | 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. |
123 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 54 | 12 | 54 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
123 | /force-app/main/default/classes/ckz_PIM_ProductDetailController.cls | 54 | 12 | 54 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
124 | /force-app/main/default/classes/ckz_PIM_ProductDetailControllerTest.cls | 8 | 21 | 34 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_ProductDetailControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
124 | /force-app/main/default/classes/ckz_PIM_ProductDetailControllerTest.cls | 8 | 21 | 34 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_ProductDetailControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
125 | /force-app/main/default/classes/ckz_PIM_ProductDetailControllerTest.cls | 26 | 9 | 26 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
125 | /force-app/main/default/classes/ckz_PIM_ProductDetailControllerTest.cls | 26 | 9 | 26 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
126 | /force-app/main/default/classes/ckz_PIM_ProductDetailControllerTest.cls | 26 | 9 | 26 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
126 | /force-app/main/default/classes/ckz_PIM_ProductDetailControllerTest.cls | 26 | 9 | 26 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
127 | /force-app/main/default/classes/ckz_PIM_ProductDetailControllerTest.cls | 30 | 9 | 30 | 72 | 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. |
127 | /force-app/main/default/classes/ckz_PIM_ProductDetailControllerTest.cls | 30 | 9 | 30 | 72 | 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. |
128 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 7 | 21 | 44 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
128 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 7 | 21 | 44 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
129 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 7 | 21 | 44 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_ProductPricingController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
129 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 7 | 21 | 44 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_ProductPricingController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
130 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 10 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
130 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 10 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
131 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 23 | 26 | 27 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
131 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 23 | 26 | 27 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
132 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 42 | 12 | 42 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /force-app/main/default/classes/ckz_PIM_ProductPricingController.cls | 42 | 12 | 42 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /force-app/main/default/classes/ckz_PIM_ProductPricingControllerTest.cls | 8 | 21 | 23 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_ProductPricingControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
133 | /force-app/main/default/classes/ckz_PIM_ProductPricingControllerTest.cls | 8 | 21 | 23 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_ProductPricingControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
134 | /force-app/main/default/classes/ckz_PIM_ProductPricingControllerTest.cls | 13 | 12 | 13 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'priceListId' defined but not used |
134 | /force-app/main/default/classes/ckz_PIM_ProductPricingControllerTest.cls | 13 | 12 | 13 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'priceListId' defined but not used |
135 | /force-app/main/default/classes/ckz_PIM_ProductPricingControllerTest.cls | 19 | 9 | 19 | 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. |
135 | /force-app/main/default/classes/ckz_PIM_ProductPricingControllerTest.cls | 19 | 9 | 19 | 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. |
136 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 7 | 21 | 936 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
136 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 7 | 21 | 936 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
137 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 7 | 21 | 936 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_SaveProductController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
137 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 7 | 21 | 936 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_SaveProductController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
138 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 7 | 21 | 936 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ckz_PIM_SaveProductController' has a total cognitive complexity of 137 (highest 16), current threshold is 50 |
138 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 7 | 21 | 936 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ckz_PIM_SaveProductController' has a total cognitive complexity of 137 (highest 16), current threshold is 50 |
139 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 7 | 21 | 936 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ckz_PIM_SaveProductController' has a total cyclomatic complexity of 118 (highest 12). |
139 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 7 | 21 | 936 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ckz_PIM_SaveProductController' has a total cyclomatic complexity of 118 (highest 12). |
140 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 10 | 19 | 124 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
140 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 10 | 19 | 124 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
141 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 10 | 19 | 124 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'putProductData()' has an NCSS line count of 57 (limit: 40) |
141 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 10 | 19 | 124 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'putProductData()' has an NCSS line count of 57 (limit: 40) |
142 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 12 | 9 | 12 | 45 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
142 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 12 | 9 | 12 | 45 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
143 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 12 | 9 | 12 | 45 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
143 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 12 | 9 | 12 | 45 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
144 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 28 | 71 | 28 | 114 | 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 |
144 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 28 | 71 | 28 | 114 | 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 |
145 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 28 | 71 | 28 | 114 | 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. |
145 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 28 | 71 | 28 | 114 | 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. |
146 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 30 | 78 | 30 | 121 | 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 |
146 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 30 | 78 | 30 | 121 | 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 |
147 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 30 | 78 | 30 | 121 | 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. |
147 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 30 | 78 | 30 | 121 | 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. |
148 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 32 | 20 | 32 | 70 | 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 'product_sfid' doesn't match '[a-z][a-zA-Z0-9]*' |
148 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 32 | 20 | 32 | 70 | 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 'product_sfid' doesn't match '[a-z][a-zA-Z0-9]*' |
149 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 49 | 17 | 49 | 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 |
149 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 49 | 17 | 49 | 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 |
150 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 49 | 17 | 49 | 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. |
150 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 49 | 17 | 49 | 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. |
151 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 53 | 17 | 53 | 62 | 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 |
151 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 53 | 17 | 53 | 62 | 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 |
152 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 53 | 17 | 53 | 62 | 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. |
152 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 53 | 17 | 53 | 62 | 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. |
153 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 57 | 17 | 57 | 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 |
153 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 57 | 17 | 57 | 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 |
154 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 57 | 17 | 57 | 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. |
154 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 57 | 17 | 57 | 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. |
155 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 61 | 17 | 61 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
155 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 61 | 17 | 61 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
156 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 61 | 17 | 61 | 63 | 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. |
156 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 61 | 17 | 61 | 63 | 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. |
157 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 65 | 17 | 65 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
157 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 65 | 17 | 65 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
158 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 65 | 17 | 65 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
158 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 65 | 17 | 65 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
159 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 72 | 13 | 72 | 53 | 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 |
159 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 72 | 13 | 72 | 53 | 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 |
160 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 72 | 13 | 72 | 53 | 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. |
160 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 72 | 13 | 72 | 53 | 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. |
161 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 113 | 13 | 113 | 62 | 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 |
161 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 113 | 13 | 113 | 62 | 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 |
162 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 113 | 13 | 113 | 62 | 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. |
162 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 113 | 13 | 113 | 62 | 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. |
163 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 117 | 13 | 117 | 53 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 117 | 13 | 117 | 53 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 117 | 13 | 117 | 53 | 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. |
164 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 117 | 13 | 117 | 53 | 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. |
165 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 118 | 13 | 118 | 62 | 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 |
165 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 118 | 13 | 118 | 62 | 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 |
166 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 118 | 13 | 118 | 62 | 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. |
166 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 118 | 13 | 118 | 62 | 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. |
167 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 121 | 9 | 121 | 43 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 121 | 9 | 121 | 43 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 121 | 9 | 121 | 43 | 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. |
168 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 121 | 9 | 121 | 43 | 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. |
169 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 126 | 20 | 208 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'savePriceListEntries(String, List |
169 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 126 | 20 | 208 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'savePriceListEntries(String, List |
170 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 126 | 20 | 208 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'savePriceListEntries(String, List |
170 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 126 | 20 | 208 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'savePriceListEntries(String, List |
171 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 126 | 20 | 208 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'savePriceListEntries()' has an NCSS line count of 41 (limit: 40) |
171 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 126 | 20 | 208 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'savePriceListEntries()' has an NCSS line count of 41 (limit: 40) |
172 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 137 | 9 | 137 | 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 |
172 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 137 | 9 | 137 | 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 |
173 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 137 | 9 | 137 | 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. |
173 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 137 | 9 | 137 | 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. |
174 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 173 | 21 | 173 | 71 | 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 |
174 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 173 | 21 | 173 | 71 | 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 |
175 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 173 | 21 | 173 | 71 | 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. |
175 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 173 | 21 | 173 | 71 | 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. |
176 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 177 | 21 | 177 | 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 |
176 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 177 | 21 | 177 | 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 |
177 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 177 | 21 | 177 | 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. |
177 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 177 | 21 | 177 | 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. |
178 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 187 | 21 | 187 | 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 |
178 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 187 | 21 | 187 | 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 |
179 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 187 | 21 | 187 | 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 |
179 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 187 | 21 | 187 | 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 |
180 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 200 | 13 | 200 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
180 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 200 | 13 | 200 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
181 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 200 | 13 | 200 | 57 | 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. |
181 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 200 | 13 | 200 | 57 | 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. |
182 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 201 | 13 | 201 | 62 | 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 |
182 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 201 | 13 | 201 | 62 | 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 |
183 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 201 | 13 | 201 | 62 | 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. |
183 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 201 | 13 | 201 | 62 | 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. |
184 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 206 | 9 | 206 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
184 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 206 | 9 | 206 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
185 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 206 | 9 | 206 | 53 | 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. |
185 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 206 | 9 | 206 | 53 | 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. |
186 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 210 | 20 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveProductMediaEntries(String, List |
186 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 210 | 20 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveProductMediaEntries(String, List |
187 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 210 | 20 | 296 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveProductMediaEntries()' has an NCSS line count of 43 (limit: 40) |
187 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 210 | 20 | 296 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveProductMediaEntries()' has an NCSS line count of 43 (limit: 40) |
188 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 228 | 9 | 228 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
188 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 228 | 9 | 228 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
189 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 228 | 9 | 228 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
189 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 228 | 9 | 228 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
190 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 262 | 21 | 262 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
190 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 262 | 21 | 262 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
191 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 262 | 21 | 262 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
191 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 262 | 21 | 262 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
192 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 266 | 21 | 266 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
192 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 266 | 21 | 266 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
193 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 266 | 21 | 266 | 60 | 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. |
193 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 266 | 21 | 266 | 60 | 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. |
194 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 276 | 17 | 276 | 32 | 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 |
194 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 276 | 17 | 276 | 32 | 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 |
195 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 276 | 17 | 276 | 32 | 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 |
195 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 276 | 17 | 276 | 32 | 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 |
196 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 288 | 13 | 288 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
196 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 288 | 13 | 288 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
197 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 288 | 13 | 288 | 57 | 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. |
197 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 288 | 13 | 288 | 57 | 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. |
198 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 289 | 13 | 289 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
198 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 289 | 13 | 289 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
199 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 289 | 13 | 289 | 62 | 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. |
199 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 289 | 13 | 289 | 62 | 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. |
200 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 294 | 9 | 294 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
200 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 294 | 9 | 294 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
201 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 294 | 9 | 294 | 56 | 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. |
201 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 294 | 9 | 294 | 56 | 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. |
202 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 298 | 20 | 375 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveRelatedProductEntries(String, List |
202 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 298 | 20 | 375 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveRelatedProductEntries(String, List |
203 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 311 | 9 | 311 | 60 | 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 |
203 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 311 | 9 | 311 | 60 | 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 |
204 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 311 | 9 | 311 | 60 | 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. |
204 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 311 | 9 | 311 | 60 | 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. |
205 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 341 | 21 | 341 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
205 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 341 | 21 | 341 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
206 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 341 | 21 | 341 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
206 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 341 | 21 | 341 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
207 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 345 | 21 | 345 | 62 | 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 |
207 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 345 | 21 | 345 | 62 | 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 |
208 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 345 | 21 | 345 | 62 | 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. |
208 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 345 | 21 | 345 | 62 | 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. |
209 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 355 | 21 | 355 | 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 |
209 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 355 | 21 | 355 | 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 |
210 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 355 | 21 | 355 | 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 |
210 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 355 | 21 | 355 | 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 |
211 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 367 | 13 | 367 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
211 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 367 | 13 | 367 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
212 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 367 | 13 | 367 | 57 | 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. |
212 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 367 | 13 | 367 | 57 | 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. |
213 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 368 | 13 | 368 | 62 | 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 |
213 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 368 | 13 | 368 | 62 | 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 |
214 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 368 | 13 | 368 | 62 | 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. |
214 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 368 | 13 | 368 | 62 | 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. |
215 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 373 | 9 | 373 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
215 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 373 | 9 | 373 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
216 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 373 | 9 | 373 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
216 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 373 | 9 | 373 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
217 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 377 | 20 | 457 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createRelatedProductBackRefs(String, List |
217 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 377 | 20 | 457 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createRelatedProductBackRefs(String, List |
218 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 377 | 20 | 457 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createRelatedProductBackRefs()' has an NCSS line count of 41 (limit: 40) |
218 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 377 | 20 | 457 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createRelatedProductBackRefs()' has an NCSS line count of 41 (limit: 40) |
219 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 390 | 9 | 390 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
219 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 390 | 9 | 390 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
220 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 390 | 9 | 390 | 63 | 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. |
220 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 390 | 9 | 390 | 63 | 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. |
221 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 434 | 17 | 434 | 85 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 434 | 17 | 434 | 85 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 434 | 17 | 434 | 85 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 434 | 17 | 434 | 85 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 437 | 21 | 437 | 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 |
223 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 437 | 21 | 437 | 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 |
224 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 437 | 21 | 437 | 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 |
224 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 437 | 21 | 437 | 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 |
225 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 449 | 13 | 449 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
225 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 449 | 13 | 449 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
226 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 449 | 13 | 449 | 57 | 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. |
226 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 449 | 13 | 449 | 57 | 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. |
227 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 450 | 13 | 450 | 62 | 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 |
227 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 450 | 13 | 450 | 62 | 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 |
228 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 450 | 13 | 450 | 62 | 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. |
228 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 450 | 13 | 450 | 62 | 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. |
229 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 455 | 9 | 455 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
229 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 455 | 9 | 455 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
230 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 455 | 9 | 455 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
230 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 455 | 9 | 455 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
231 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 459 | 20 | 522 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'deleteRelatedProductBackRefs(String, List |
231 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 459 | 20 | 522 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'deleteRelatedProductBackRefs(String, List |
232 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 461 | 9 | 461 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
232 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 461 | 9 | 461 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
233 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 461 | 9 | 461 | 63 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 461 | 9 | 461 | 63 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 499 | 17 | 499 | 85 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 499 | 17 | 499 | 85 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 499 | 17 | 499 | 85 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 499 | 17 | 499 | 85 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 502 | 21 | 502 | 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 |
236 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 502 | 21 | 502 | 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 |
237 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 514 | 13 | 514 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
237 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 514 | 13 | 514 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
238 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 514 | 13 | 514 | 57 | 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. |
238 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 514 | 13 | 514 | 57 | 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. |
239 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 515 | 13 | 515 | 62 | 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 |
239 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 515 | 13 | 515 | 62 | 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 |
240 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 515 | 13 | 515 | 62 | 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. |
240 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 515 | 13 | 515 | 62 | 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. |
241 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 520 | 9 | 520 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
241 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 520 | 9 | 520 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
242 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 520 | 9 | 520 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
242 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 520 | 9 | 520 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
243 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 524 | 20 | 600 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveProductCategoryEntries(String, List |
243 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 524 | 20 | 600 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveProductCategoryEntries(String, List |
244 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 524 | 20 | 600 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveProductCategoryEntries()' has an NCSS line count of 40 (limit: 40) |
244 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 524 | 20 | 600 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveProductCategoryEntries()' has an NCSS line count of 40 (limit: 40) |
245 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 535 | 9 | 535 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
245 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 535 | 9 | 535 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
246 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 535 | 9 | 535 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
246 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 535 | 9 | 535 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
247 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 553 | 17 | 553 | 80 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
247 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 553 | 17 | 553 | 80 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
248 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 553 | 17 | 553 | 80 | 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. |
248 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 553 | 17 | 553 | 80 | 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. |
249 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 564 | 17 | 564 | 47 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
249 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 564 | 17 | 564 | 47 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
250 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 564 | 17 | 564 | 47 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
250 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 564 | 17 | 564 | 47 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
251 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 567 | 21 | 567 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
251 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 567 | 21 | 567 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
252 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 567 | 21 | 567 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
252 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 567 | 21 | 567 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
253 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 571 | 21 | 571 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
253 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 571 | 21 | 571 | 63 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
254 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 571 | 21 | 571 | 63 | 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. |
254 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 571 | 21 | 571 | 63 | 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. |
255 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 580 | 21 | 580 | 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 |
255 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 580 | 21 | 580 | 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 |
256 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 580 | 21 | 580 | 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 |
256 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 580 | 21 | 580 | 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 |
257 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 592 | 13 | 592 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
257 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 592 | 13 | 592 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
258 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 592 | 13 | 592 | 57 | 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. |
258 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 592 | 13 | 592 | 57 | 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. |
259 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 593 | 13 | 593 | 62 | 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 |
259 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 593 | 13 | 593 | 62 | 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 |
260 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 593 | 13 | 593 | 62 | 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. |
260 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 593 | 13 | 593 | 62 | 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. |
261 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 598 | 9 | 598 | 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 |
261 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 598 | 9 | 598 | 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 |
262 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 598 | 9 | 598 | 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. |
262 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 598 | 9 | 598 | 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. |
263 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 602 | 20 | 674 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveProductSpecEntries(String, List |
263 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 602 | 20 | 674 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveProductSpecEntries(String, List |
264 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 602 | 20 | 674 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveProductSpecEntries(String, List |
264 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 602 | 20 | 674 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveProductSpecEntries(String, List |
265 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 610 | 9 | 610 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
265 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 610 | 9 | 610 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
266 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 610 | 9 | 610 | 57 | 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. |
266 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 610 | 9 | 610 | 57 | 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. |
267 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 635 | 25 | 635 | 80 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
267 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 635 | 25 | 635 | 80 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
268 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 635 | 25 | 635 | 80 | 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. |
268 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 635 | 25 | 635 | 80 | 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. |
269 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 641 | 25 | 641 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
269 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 641 | 25 | 641 | 69 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
270 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 641 | 25 | 641 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
270 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 641 | 25 | 641 | 69 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
271 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 654 | 21 | 654 | 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 |
271 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 654 | 21 | 654 | 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 |
272 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 654 | 21 | 654 | 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 |
272 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 654 | 21 | 654 | 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 |
273 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 666 | 13 | 666 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
273 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 666 | 13 | 666 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
274 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 666 | 13 | 666 | 57 | 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. |
274 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 666 | 13 | 666 | 57 | 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. |
275 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 667 | 13 | 667 | 62 | 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 |
275 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 667 | 13 | 667 | 62 | 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 |
276 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 667 | 13 | 667 | 62 | 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. |
276 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 667 | 13 | 667 | 62 | 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. |
277 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 672 | 9 | 672 | 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 |
277 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 672 | 9 | 672 | 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 |
278 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 672 | 9 | 672 | 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. |
278 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 672 | 9 | 672 | 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. |
279 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 676 | 20 | 764 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'saveProduct(Map |
279 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 676 | 20 | 764 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'saveProduct(Map |
280 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 676 | 20 | 764 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveProduct()' has an NCSS line count of 40 (limit: 40) |
280 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 676 | 20 | 764 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'saveProduct()' has an NCSS line count of 40 (limit: 40) |
281 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 692 | 9 | 692 | 46 | 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 |
281 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 692 | 9 | 692 | 46 | 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 |
282 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 692 | 9 | 692 | 46 | 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. |
282 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 692 | 9 | 692 | 46 | 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. |
283 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 728 | 13 | 728 | 50 | 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 |
283 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 728 | 13 | 728 | 50 | 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 |
284 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 728 | 13 | 728 | 50 | 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. |
284 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 728 | 13 | 728 | 50 | 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. |
285 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 731 | 17 | 731 | 56 | 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 |
285 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 731 | 17 | 731 | 56 | 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 |
286 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 731 | 17 | 731 | 56 | 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. |
286 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 731 | 17 | 731 | 56 | 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. |
287 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 735 | 17 | 735 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
287 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 735 | 17 | 735 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
288 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 735 | 17 | 735 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
288 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 735 | 17 | 735 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
289 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 738 | 13 | 738 | 37 | 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 |
289 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 738 | 13 | 738 | 37 | 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 |
290 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 738 | 13 | 738 | 37 | 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. |
290 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 738 | 13 | 738 | 37 | 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. |
291 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 739 | 13 | 739 | 33 | 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 |
291 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 739 | 13 | 739 | 33 | 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 |
292 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 739 | 13 | 739 | 33 | 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. |
292 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 739 | 13 | 739 | 33 | 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. |
293 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 742 | 17 | 742 | 31 | 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 |
293 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 742 | 17 | 742 | 31 | 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 |
294 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 742 | 17 | 742 | 31 | 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 |
294 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 742 | 17 | 742 | 31 | 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 |
295 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 755 | 13 | 755 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
295 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 755 | 13 | 755 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
296 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 755 | 13 | 755 | 57 | 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. |
296 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 755 | 13 | 755 | 57 | 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. |
297 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 756 | 13 | 756 | 62 | 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 |
297 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 756 | 13 | 756 | 62 | 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 |
298 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 756 | 13 | 756 | 62 | 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. |
298 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 756 | 13 | 756 | 62 | 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. |
299 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 761 | 9 | 761 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
299 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 761 | 9 | 761 | 44 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
300 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 761 | 9 | 761 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
300 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 761 | 9 | 761 | 44 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
301 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 767 | 64 | 767 | 109 | 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 |
301 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 767 | 64 | 767 | 109 | 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 |
302 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 767 | 64 | 767 | 109 | 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. |
302 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 767 | 64 | 767 | 109 | 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. |
303 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 768 | 60 | 768 | 101 | 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 |
303 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 768 | 60 | 768 | 101 | 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 |
304 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 768 | 60 | 768 | 101 | 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. |
304 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 768 | 60 | 768 | 101 | 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. |
305 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
305 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
306 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
306 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
307 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
307 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
308 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
308 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
309 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
309 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
310 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
310 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 812 | 27 | 823 | 58 | 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 |
311 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 878 | 20 | 932 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'deleteChldObjects(String, Set |
311 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 878 | 20 | 932 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'deleteChldObjects(String, Set |
312 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 878 | 20 | 932 | 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. |
312 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 878 | 20 | 932 | 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. |
313 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 880 | 9 | 880 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
313 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 880 | 9 | 880 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
314 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 880 | 9 | 880 | 52 | 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. |
314 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 880 | 9 | 880 | 52 | 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. |
315 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 882 | 23 | 882 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objList' defined but not used |
315 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 882 | 23 | 882 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objList' defined but not used |
316 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 910 | 17 | 910 | 76 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
316 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 910 | 17 | 910 | 76 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
317 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 910 | 17 | 910 | 76 | 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. |
317 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 910 | 17 | 910 | 76 | 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. |
318 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 912 | 21 | 912 | 63 | 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 |
318 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 912 | 21 | 912 | 63 | 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 |
319 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 924 | 13 | 924 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
319 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 924 | 13 | 924 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
320 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 924 | 13 | 924 | 57 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 924 | 13 | 924 | 57 | 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 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 925 | 13 | 925 | 62 | 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 |
321 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 925 | 13 | 925 | 62 | 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 |
322 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 925 | 13 | 925 | 62 | 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. |
322 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 925 | 13 | 925 | 62 | 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. |
323 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 930 | 9 | 930 | 50 | 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 |
323 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 930 | 9 | 930 | 50 | 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 |
324 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 930 | 9 | 930 | 50 | 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. |
324 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 930 | 9 | 930 | 50 | 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. |
325 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 934 | 12 | 934 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
325 | /force-app/main/default/classes/ckz_PIM_SaveProductController.cls | 934 | 12 | 934 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
326 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 8 | 21 | 168 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_SaveProductControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
326 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 8 | 21 | 168 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_SaveProductControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
327 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 10 | 20 | 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. |
327 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 10 | 20 | 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. |
328 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 41 | 9 | 41 | 62 | 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 |
328 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 41 | 9 | 41 | 62 | 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 |
329 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 41 | 9 | 41 | 62 | 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. |
329 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 41 | 9 | 41 | 62 | 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. |
330 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 45 | 9 | 45 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
330 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 45 | 9 | 45 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
331 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 45 | 9 | 45 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
331 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 45 | 9 | 45 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
332 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 47 | 9 | 47 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
332 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 47 | 9 | 47 | 52 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
333 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 86 | 9 | 86 | 64 | 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 |
333 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 86 | 9 | 86 | 64 | 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 |
334 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 86 | 9 | 86 | 64 | 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. |
334 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 86 | 9 | 86 | 64 | 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. |
335 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 90 | 9 | 90 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
335 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 90 | 9 | 90 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
336 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 90 | 9 | 90 | 70 | 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. |
336 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 90 | 9 | 90 | 70 | 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. |
337 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 92 | 9 | 92 | 53 | 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. |
337 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 92 | 9 | 92 | 53 | 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. |
338 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 102 | 9 | 102 | 42 | 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 |
338 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 102 | 9 | 102 | 42 | 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 |
339 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 102 | 9 | 102 | 42 | 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. |
339 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 102 | 9 | 102 | 42 | 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. |
340 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 132 | 9 | 132 | 50 | 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 |
340 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 132 | 9 | 132 | 50 | 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 |
341 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 132 | 9 | 132 | 50 | 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. |
341 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 132 | 9 | 132 | 50 | 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. |
342 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 133 | 9 | 133 | 50 | 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 |
342 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 133 | 9 | 133 | 50 | 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 |
343 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 133 | 9 | 133 | 50 | 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. |
343 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 133 | 9 | 133 | 50 | 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. |
344 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 134 | 9 | 134 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
344 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 134 | 9 | 134 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
345 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 134 | 9 | 134 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
345 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 134 | 9 | 134 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
346 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 135 | 9 | 135 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
346 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 135 | 9 | 135 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
347 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 135 | 9 | 135 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
347 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 135 | 9 | 135 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
348 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 152 | 9 | 152 | 34 | 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 |
348 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 152 | 9 | 152 | 34 | 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 |
349 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 152 | 9 | 152 | 34 | 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. |
349 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 152 | 9 | 152 | 34 | 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. |
350 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 158 | 9 | 158 | 88 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
350 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 158 | 9 | 158 | 88 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
351 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 158 | 9 | 158 | 88 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
351 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 158 | 9 | 158 | 88 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
352 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 162 | 9 | 162 | 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 |
352 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 162 | 9 | 162 | 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 |
353 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 162 | 9 | 162 | 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. |
353 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 162 | 9 | 162 | 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. |
354 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 164 | 9 | 164 | 65 | 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. |
354 | /force-app/main/default/classes/ckz_PIM_SaveProductControllerTest.cls | 164 | 9 | 164 | 65 | 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. |
355 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 42 | 8 | 46 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
355 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 42 | 8 | 46 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
356 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 42 | 8 | 46 | 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 |
356 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 42 | 8 | 46 | 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 |
357 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 42 | 8 | 46 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_ScheduledCacheRebuild' doesn't match '[A-Z][a-zA-Z0-9_]*' |
357 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 42 | 8 | 46 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_ScheduledCacheRebuild' doesn't match '[A-Z][a-zA-Z0-9_]*' |
358 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 43 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
358 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 43 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
359 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 43 | 26 | 43 | 47 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
359 | /force-app/main/default/classes/ckz_PIM_ScheduledCacheRebuild.cls | 43 | 26 | 43 | 47 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
360 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 7 | 21 | 82 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
360 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 7 | 21 | 82 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
361 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 7 | 21 | 82 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_SecurityUtils' doesn't match '[A-Z][a-zA-Z0-9_]*' |
361 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 7 | 21 | 82 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_SecurityUtils' doesn't match '[A-Z][a-zA-Z0-9_]*' |
362 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 9 | 19 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
362 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 9 | 19 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
363 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 27 | 19 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
363 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 27 | 19 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
364 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 38 | 17 | 38 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
364 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 38 | 17 | 38 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
365 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 38 | 17 | 38 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
365 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 38 | 17 | 38 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
366 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 48 | 19 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
366 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 48 | 19 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
367 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 59 | 17 | 59 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
367 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 59 | 17 | 59 | 66 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
368 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 59 | 17 | 59 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
368 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 59 | 17 | 59 | 66 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
369 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 69 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
369 | /force-app/main/default/classes/ckz_PIM_SecurityUtils.cls | 69 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
370 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 8 | 21 | 516 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_TestUtils' doesn't match '[A-Z][a-zA-Z0-9_]*' |
370 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 8 | 21 | 516 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_TestUtils' doesn't match '[A-Z][a-zA-Z0-9_]*' |
371 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 37 | 19 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
371 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 37 | 19 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
372 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 59 | 19 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
372 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 59 | 19 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
373 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 76 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
373 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 76 | 19 | 90 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
374 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 92 | 19 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
374 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 92 | 19 | 112 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
375 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 114 | 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 comment |
375 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 114 | 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 comment |
376 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 114 | 19 | 120 | 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. |
376 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 114 | 19 | 120 | 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. |
377 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 122 | 19 | 134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
377 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 122 | 19 | 134 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
378 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 136 | 19 | 154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
378 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 136 | 19 | 154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
379 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 156 | 19 | 168 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
379 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 156 | 19 | 168 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
380 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 170 | 19 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
380 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 170 | 19 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
381 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 191 | 19 | 201 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
381 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 191 | 19 | 201 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
382 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 203 | 19 | 264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
382 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 203 | 19 | 264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
383 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 266 | 19 | 378 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
383 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 266 | 19 | 378 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
384 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 266 | 19 | 378 | 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. |
384 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 266 | 19 | 378 | 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. |
385 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 380 | 19 | 416 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
385 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 380 | 19 | 416 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
386 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 418 | 19 | 514 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
386 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 418 | 19 | 514 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
387 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 418 | 19 | 514 | 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. |
387 | /force-app/main/default/classes/ckz_PIM_TestUtils.cls | 418 | 19 | 514 | 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. |
388 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 7 | 21 | 67 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
388 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 7 | 21 | 67 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
389 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 7 | 21 | 67 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_TypeaheadController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
389 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 7 | 21 | 67 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_TypeaheadController' doesn't match '[A-Z][a-zA-Z0-9_]*' |
390 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 7 | 21 | 67 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ckz_PIM_TypeaheadController' has a Standard Cyclomatic Complexity of 10 (Highest = 9). |
390 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 7 | 21 | 67 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ckz_PIM_TypeaheadController' has a Standard Cyclomatic Complexity of 10 (Highest = 9). |
391 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 10 | 19 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
391 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 10 | 19 | 65 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
392 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 10 | 19 | 65 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'selectRecords(String, String, String, String, String, Integer)' has a cognitive complexity of 18, current threshold is 15 |
392 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 10 | 19 | 65 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'selectRecords(String, String, String, String, String, Integer)' has a cognitive complexity of 18, current threshold is 15 |
393 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 10 | 19 | 65 | 10 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'selectRecords(String, String, String, String, String, Integer)' has a cyclomatic complexity of 15. |
393 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 10 | 19 | 65 | 10 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'selectRecords(String, String, String, String, String, Integer)' has a cyclomatic complexity of 15. |
394 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 10 | 19 | 65 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
394 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 10 | 19 | 65 | 10 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
395 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 18 | 16 | 18 | 104 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'sObjectName' defined but not used |
395 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 18 | 16 | 18 | 104 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'sObjectName' defined but not used |
396 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 59 | 9 | 59 | 50 | 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 |
396 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 59 | 9 | 59 | 50 | 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 |
397 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 59 | 9 | 59 | 50 | 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. |
397 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 59 | 9 | 59 | 50 | 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. |
398 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 61 | 49 | 61 | 59 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
398 | /force-app/main/default/classes/ckz_PIM_TypeaheadController.cls | 61 | 49 | 61 | 59 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
399 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 8 | 21 | 48 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_TypeaheadControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
399 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 8 | 21 | 48 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_TypeaheadControllerTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
400 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 10 | 20 | 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. |
400 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 10 | 20 | 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. |
401 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 37 | 9 | 37 | 30 | 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 |
401 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 37 | 9 | 37 | 30 | 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 |
402 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 37 | 9 | 37 | 30 | 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. |
402 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 37 | 9 | 37 | 30 | 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. |
403 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 41 | 9 | 41 | 42 | 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 |
403 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 41 | 9 | 41 | 42 | 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 |
404 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 41 | 9 | 41 | 42 | 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. |
404 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 41 | 9 | 41 | 42 | 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. |
405 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 42 | 9 | 42 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
405 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 42 | 9 | 42 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
406 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 42 | 9 | 42 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
406 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 42 | 9 | 42 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
407 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 44 | 9 | 44 | 54 | 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. |
407 | /force-app/main/default/classes/ckz_PIM_TypeaheadControllerTest.cls | 44 | 9 | 44 | 54 | 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. |
408 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 8 | 21 | 148 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
408 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 8 | 21 | 148 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
409 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 8 | 21 | 148 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_UpdateCacheService' doesn't match '[A-Z][a-zA-Z0-9_]*' |
409 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 8 | 21 | 148 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ckz_PIM_UpdateCacheService' doesn't match '[A-Z][a-zA-Z0-9_]*' |
410 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 11 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
410 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 11 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
411 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 34 | 17 | 34 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
411 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 34 | 17 | 34 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
412 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 34 | 17 | 34 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
412 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 34 | 17 | 34 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
413 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 43 | 24 | 43 | 79 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'defLocale' defined but not used |
413 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 43 | 24 | 43 | 79 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'defLocale' defined but not used |
414 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 66 | 13 | 66 | 60 | 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 |
414 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 66 | 13 | 66 | 60 | 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 |
415 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 66 | 13 | 66 | 60 | 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. |
415 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 66 | 13 | 66 | 60 | 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. |
416 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 68 | 13 | 68 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
416 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 68 | 13 | 68 | 58 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
417 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 68 | 13 | 68 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
417 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 68 | 13 | 68 | 58 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
418 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 70 | 13 | 70 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
418 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 70 | 13 | 70 | 68 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
419 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 70 | 13 | 70 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
419 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 70 | 13 | 70 | 68 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
420 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 74 | 16 | 74 | 171 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'catBatchJobId' defined but not used |
420 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 74 | 16 | 74 | 171 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'catBatchJobId' defined but not used |
421 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 80 | 16 | 80 | 171 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'plBatchJobId' defined but not used |
421 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 80 | 16 | 80 | 171 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'plBatchJobId' defined but not used |
422 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 86 | 16 | 86 | 149 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'menuBatchJobId' defined but not used |
422 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 86 | 16 | 86 | 149 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'menuBatchJobId' defined but not used |
423 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 93 | 42 | 93 | 122 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
423 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 93 | 42 | 93 | 122 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
424 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 93 | 20 | 93 | 122 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'siteIndexBatchJobId' defined but not used |
424 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 93 | 20 | 93 | 122 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'siteIndexBatchJobId' defined but not used |
425 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 98 | 16 | 98 | 166 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'prodSpecBatchJobId' defined but not used |
425 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 98 | 16 | 98 | 166 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'prodSpecBatchJobId' defined but not used |
426 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 109 | 60 | 109 | 104 | 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 |
426 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 109 | 60 | 109 | 104 | 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 |
427 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 109 | 60 | 109 | 104 | 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. |
427 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 109 | 60 | 109 | 104 | 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. |
428 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 110 | 63 | 110 | 105 | 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 |
428 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 110 | 63 | 110 | 105 | 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 |
429 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 110 | 63 | 110 | 105 | 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. |
429 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 110 | 63 | 110 | 105 | 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. |
430 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 111 | 13 | 111 | 50 | 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 |
430 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 111 | 13 | 111 | 50 | 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 |
431 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 111 | 13 | 111 | 50 | 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. |
431 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 111 | 13 | 111 | 50 | 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. |
432 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 138 | 16 | 145 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
432 | /force-app/main/default/classes/ckz_PIM_UpdateCacheService.cls | 138 | 16 | 145 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
433 | /force-app/main/default/classes/ckz_PIM_UpdateCacheServiceTest.cls | 8 | 9 | 50 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_UpdateCacheServiceTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
433 | /force-app/main/default/classes/ckz_PIM_UpdateCacheServiceTest.cls | 8 | 9 | 50 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'ckz_PIM_UpdateCacheServiceTest' doesn't match '[A-Z][a-zA-Z0-9_]*' |
434 | /force-app/main/default/classes/ckz_PIM_UpdateCacheServiceTest.cls | 31 | 28 | 37 | 19 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'retData' defined but not used |
434 | /force-app/main/default/classes/ckz_PIM_UpdateCacheServiceTest.cls | 31 | 28 | 37 | 19 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'retData' defined but not used |
435 | /force-app/main/default/classes/ckz_PIM_UpdateCacheServiceTest.cls | 47 | 9 | 47 | 65 | 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. |
435 | /force-app/main/default/classes/ckz_PIM_UpdateCacheServiceTest.cls | 47 | 9 | 47 | 65 | 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. |