pmd7_2 took 12 seconds to run and found 61 violations
pmd7_3 took 15 seconds to run and found 61 violations
Among the 61 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/Monocle_Helper.cls | 1 | 8 | 488 | 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/Monocle_Helper.cls | 1 | 8 | 488 | 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/Monocle_Helper.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
2 | /force-app/main/default/classes/Monocle_Helper.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
3 | /force-app/main/default/classes/Monocle_Helper.cls | 1 | 8 | 488 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Monocle_Helper' has a total cognitive complexity of 113 (highest 42), current threshold is 50 |
3 | /force-app/main/default/classes/Monocle_Helper.cls | 1 | 8 | 488 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Monocle_Helper' has a total cognitive complexity of 113 (highest 42), current threshold is 50 |
4 | /force-app/main/default/classes/Monocle_Helper.cls | 1 | 8 | 488 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Monocle_Helper' has a total cyclomatic complexity of 102 (highest 35). |
4 | /force-app/main/default/classes/Monocle_Helper.cls | 1 | 8 | 488 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Monocle_Helper' has a total cyclomatic complexity of 102 (highest 35). |
5 | /force-app/main/default/classes/Monocle_Helper.cls | 1 | 8 | 488 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Monocle_Helper' has a Standard Cyclomatic Complexity of 5 (Highest = 18). |
5 | /force-app/main/default/classes/Monocle_Helper.cls | 1 | 8 | 488 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Monocle_Helper' has a Standard Cyclomatic Complexity of 5 (Highest = 18). |
6 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkLiveFeedback(String, String, String, Feedback__c)' has a cognitive complexity of 42, current threshold is 15 |
7 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkLiveFeedback(String, String, String, Feedback__c)' has a cognitive complexity of 42, current threshold is 15 |
8 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkLiveFeedback(String, String, String, Feedback__c)' has a cyclomatic complexity of 35. |
8 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkLiveFeedback(String, String, String, Feedback__c)' has a cyclomatic complexity of 35. |
9 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 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. |
9 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 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. |
10 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkLiveFeedback()' has an NCSS line count of 62 (limit: 40) |
10 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkLiveFeedback()' has an NCSS line count of 62 (limit: 40) |
11 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkLiveFeedback' has a Standard Cyclomatic Complexity of 17. |
11 | /force-app/main/default/classes/Monocle_Helper.cls | 4 | 19 | 115 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkLiveFeedback' has a Standard Cyclomatic Complexity of 17. |
12 | /force-app/main/default/classes/Monocle_Helper.cls | 10 | 9 | 10 | 77 | 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 |
12 | /force-app/main/default/classes/Monocle_Helper.cls | 10 | 9 | 10 | 77 | 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 |
13 | /force-app/main/default/classes/Monocle_Helper.cls | 10 | 9 | 10 | 77 | 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. |
13 | /force-app/main/default/classes/Monocle_Helper.cls | 10 | 9 | 10 | 77 | 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. |
14 | /force-app/main/default/classes/Monocle_Helper.cls | 111 | 13 | 111 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
14 | /force-app/main/default/classes/Monocle_Helper.cls | 111 | 13 | 111 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
15 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkFeedbackItem(String, String, String, String, String, String, String, Integer)' has a cognitive complexity of 35, current threshold is 15 |
16 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkFeedbackItem(String, String, String, String, String, String, String, Integer)' has a cognitive complexity of 35, current threshold is 15 |
17 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkFeedbackItem(String, String, String, String, String, String, String, Integer)' has a cyclomatic complexity of 28. |
17 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkFeedbackItem(String, String, String, String, String, String, String, Integer)' has a cyclomatic complexity of 28. |
18 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 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/Monocle_Helper.cls | 118 | 19 | 236 | 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/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkFeedbackItem()' has an NCSS line count of 70 (limit: 40) |
19 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkFeedbackItem()' has an NCSS line count of 70 (limit: 40) |
20 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkFeedbackItem' has a Standard Cyclomatic Complexity of 18. |
20 | /force-app/main/default/classes/Monocle_Helper.cls | 118 | 19 | 236 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkFeedbackItem' has a Standard Cyclomatic Complexity of 18. |
21 | /force-app/main/default/classes/Monocle_Helper.cls | 134 | 62 | 134 | 556 | 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 |
21 | /force-app/main/default/classes/Monocle_Helper.cls | 134 | 62 | 134 | 556 | 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 |
22 | /force-app/main/default/classes/Monocle_Helper.cls | 232 | 13 | 232 | 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 |
22 | /force-app/main/default/classes/Monocle_Helper.cls | 232 | 13 | 232 | 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 |
23 | /force-app/main/default/classes/Monocle_Helper.cls | 254 | 19 | 262 | 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/Monocle_Helper.cls | 254 | 19 | 262 | 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/Monocle_Helper.cls | 265 | 19 | 285 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /force-app/main/default/classes/Monocle_Helper.cls | 265 | 19 | 285 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /force-app/main/default/classes/Monocle_Helper.cls | 272 | 31 | 272 | 43 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
25 | /force-app/main/default/classes/Monocle_Helper.cls | 272 | 31 | 272 | 43 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
26 | /force-app/main/default/classes/Monocle_Helper.cls | 272 | 31 | 272 | 43 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
26 | /force-app/main/default/classes/Monocle_Helper.cls | 272 | 31 | 272 | 43 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
27 | /force-app/main/default/classes/Monocle_Helper.cls | 304 | 17 | 304 | 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 |
27 | /force-app/main/default/classes/Monocle_Helper.cls | 304 | 17 | 304 | 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 |
28 | /force-app/main/default/classes/Monocle_Helper.cls | 304 | 17 | 304 | 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. |
28 | /force-app/main/default/classes/Monocle_Helper.cls | 304 | 17 | 304 | 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. |
29 | /force-app/main/default/classes/Monocle_Helper.cls | 326 | 19 | 344 | 6 | 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/Monocle_Helper.cls | 326 | 19 | 344 | 6 | 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/Monocle_Helper.cls | 341 | 20 | 341 | 150 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
30 | /force-app/main/default/classes/Monocle_Helper.cls | 341 | 20 | 341 | 150 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
31 | /force-app/main/default/classes/Monocle_Helper.cls | 347 | 19 | 365 | 6 | 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/Monocle_Helper.cls | 347 | 19 | 365 | 6 | 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/Monocle_Helper.cls | 368 | 19 | 376 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /force-app/main/default/classes/Monocle_Helper.cls | 368 | 19 | 376 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /force-app/main/default/classes/Monocle_Helper.cls | 370 | 46 | 370 | 137 | 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 |
33 | /force-app/main/default/classes/Monocle_Helper.cls | 370 | 46 | 370 | 137 | 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 |
34 | /force-app/main/default/classes/Monocle_Helper.cls | 375 | 9 | 375 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
34 | /force-app/main/default/classes/Monocle_Helper.cls | 375 | 9 | 375 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
35 | /force-app/main/default/classes/Monocle_Helper.cls | 379 | 19 | 387 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /force-app/main/default/classes/Monocle_Helper.cls | 379 | 19 | 387 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
36 | /force-app/main/default/classes/Monocle_Helper.cls | 379 | 19 | 387 | 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. |
36 | /force-app/main/default/classes/Monocle_Helper.cls | 379 | 19 | 387 | 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. |
37 | /force-app/main/default/classes/Monocle_Helper.cls | 381 | 46 | 381 | 137 | 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 |
37 | /force-app/main/default/classes/Monocle_Helper.cls | 381 | 46 | 381 | 137 | 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 |
38 | /force-app/main/default/classes/Monocle_Helper.cls | 386 | 9 | 386 | 20 | 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 |
38 | /force-app/main/default/classes/Monocle_Helper.cls | 386 | 9 | 386 | 20 | 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 |
39 | /force-app/main/default/classes/Monocle_Helper.cls | 390 | 19 | 394 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
39 | /force-app/main/default/classes/Monocle_Helper.cls | 390 | 19 | 394 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
40 | /force-app/main/default/classes/Monocle_Helper.cls | 392 | 25 | 392 | 125 | 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 |
40 | /force-app/main/default/classes/Monocle_Helper.cls | 392 | 25 | 392 | 125 | 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 |
41 | /force-app/main/default/classes/Monocle_Helper.cls | 397 | 19 | 401 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
41 | /force-app/main/default/classes/Monocle_Helper.cls | 397 | 19 | 401 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
42 | /force-app/main/default/classes/Monocle_Helper.cls | 399 | 35 | 399 | 100 | 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 |
42 | /force-app/main/default/classes/Monocle_Helper.cls | 399 | 35 | 399 | 100 | 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 |
43 | /force-app/main/default/classes/Monocle_Helper.cls | 404 | 19 | 439 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /force-app/main/default/classes/Monocle_Helper.cls | 404 | 19 | 439 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /force-app/main/default/classes/Monocle_Helper.cls | 419 | 46 | 419 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
44 | /force-app/main/default/classes/Monocle_Helper.cls | 419 | 46 | 419 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
45 | /force-app/main/default/classes/Monocle_Helper.cls | 419 | 46 | 419 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
45 | /force-app/main/default/classes/Monocle_Helper.cls | 419 | 46 | 419 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
46 | /force-app/main/default/classes/Monocle_Helper.cls | 420 | 51 | 420 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
46 | /force-app/main/default/classes/Monocle_Helper.cls | 420 | 51 | 420 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
47 | /force-app/main/default/classes/Monocle_Helper.cls | 420 | 51 | 420 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
47 | /force-app/main/default/classes/Monocle_Helper.cls | 420 | 51 | 420 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
48 | /force-app/main/default/classes/Monocle_Helper.cls | 441 | 19 | 456 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /force-app/main/default/classes/Monocle_Helper.cls | 441 | 19 | 456 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /force-app/main/default/classes/Monocle_Helper.cls | 441 | 19 | 456 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CheckEinsteinIntentMatch' doesn't match '[a-z][a-zA-Z0-9]*' |
49 | /force-app/main/default/classes/Monocle_Helper.cls | 441 | 19 | 456 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CheckEinsteinIntentMatch' doesn't match '[a-z][a-zA-Z0-9]*' |
50 | /force-app/main/default/classes/Monocle_Helper.cls | 449 | 13 | 449 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
50 | /force-app/main/default/classes/Monocle_Helper.cls | 449 | 13 | 449 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
51 | /force-app/main/default/classes/Monocle_Helper.cls | 449 | 13 | 449 | 73 | 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. |
51 | /force-app/main/default/classes/Monocle_Helper.cls | 449 | 13 | 449 | 73 | 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. |
52 | /force-app/main/default/classes/Monocle_Helper.cls | 458 | 19 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
52 | /force-app/main/default/classes/Monocle_Helper.cls | 458 | 19 | 463 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
53 | /force-app/main/default/classes/Monocle_Helper.cls | 458 | 19 | 463 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CheckEinsteinNER' doesn't match '[a-z][a-zA-Z0-9]*' |
53 | /force-app/main/default/classes/Monocle_Helper.cls | 458 | 19 | 463 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CheckEinsteinNER' doesn't match '[a-z][a-zA-Z0-9]*' |
54 | /force-app/main/default/classes/Monocle_Helper.cls | 465 | 19 | 476 | 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/Monocle_Helper.cls | 465 | 19 | 476 | 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/Monocle_Helper.cls | 465 | 19 | 476 | 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. |
55 | /force-app/main/default/classes/Monocle_Helper.cls | 465 | 19 | 476 | 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. |
56 | /force-app/main/default/classes/Monocle_Helper.cls | 465 | 19 | 476 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateEinsteinSentiment' doesn't match '[a-z][a-zA-Z0-9]*' |
56 | /force-app/main/default/classes/Monocle_Helper.cls | 465 | 19 | 476 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateEinsteinSentiment' doesn't match '[a-z][a-zA-Z0-9]*' |
57 | /force-app/main/default/classes/Monocle_Helper.cls | 475 | 9 | 475 | 29 | 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 |
57 | /force-app/main/default/classes/Monocle_Helper.cls | 475 | 9 | 475 | 29 | 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 |
58 | /force-app/main/default/classes/Monocle_Helper.cls | 479 | 12 | 487 | 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/Monocle_Helper.cls | 479 | 12 | 487 | 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/Monocle_Helper.cls | 482 | 16 | 482 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /force-app/main/default/classes/Monocle_Helper.cls | 482 | 16 | 482 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /force-app/main/default/classes/Monocle_Helper.cls | 484 | 16 | 484 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /force-app/main/default/classes/Monocle_Helper.cls | 484 | 16 | 484 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /force-app/main/default/classes/Monocle_Helper.cls | 486 | 16 | 486 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /force-app/main/default/classes/Monocle_Helper.cls | 486 | 16 | 486 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |