pmd7_2 took 15 seconds to run and found 1399 violations
pmd7_3 took 18 seconds to run and found 1399 violations
Among the 1399 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 1 | 21 | 313 | 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/EinsteinLanguageMassUpdateController.cls | 1 | 21 | 313 | 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/EinsteinLanguageMassUpdateController.cls | 1 | 21 | 313 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'EinsteinLanguageMassUpdateController' has a total cognitive complexity of 141 (highest 120), current threshold is 50 |
2 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 1 | 21 | 313 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'EinsteinLanguageMassUpdateController' has a total cognitive complexity of 141 (highest 120), current threshold is 50 |
3 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 1 | 21 | 313 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'EinsteinLanguageMassUpdateController' has a total cyclomatic complexity of 66 (highest 56). |
3 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 1 | 21 | 313 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'EinsteinLanguageMassUpdateController' has a total cyclomatic complexity of 66 (highest 56). |
4 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 1 | 21 | 313 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'EinsteinLanguageMassUpdateController' has a Standard Cyclomatic Complexity of 12 (Highest = 38). |
4 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 1 | 21 | 313 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'EinsteinLanguageMassUpdateController' has a Standard Cyclomatic Complexity of 12 (Highest = 38). |
5 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 3 | 16 | 23 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 3 | 16 | 23 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 6 | 30 | 6 | 71 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'output' defined but not used |
6 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 6 | 30 | 6 | 71 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'output' defined but not used |
7 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 21 | 3 | 21 | 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 |
7 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 21 | 3 | 21 | 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 |
8 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 21 | 3 | 21 | 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. |
8 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 21 | 3 | 21 | 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. |
9 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 26 | 16 | 86 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
9 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 26 | 16 | 86 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 26 | 16 | 86 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getObjectFields(String, String)' has a cognitive complexity of 15, current threshold is 15 |
10 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 26 | 16 | 86 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getObjectFields(String, String)' has a cognitive complexity of 15, current threshold is 15 |
11 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 29 | 49 | 29 | 78 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
11 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 29 | 49 | 29 | 78 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
12 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 52 | 17 | 54 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
12 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 52 | 17 | 54 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
13 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 63 | 17 | 65 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
13 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 63 | 17 | 65 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
14 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 74 | 17 | 76 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
14 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 74 | 17 | 76 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
15 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 82 | 3 | 82 | 23 | 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 |
15 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 82 | 3 | 82 | 23 | 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 |
16 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 82 | 3 | 82 | 23 | 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. |
16 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 82 | 3 | 82 | 23 | 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. |
17 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 90 | 16 | 103 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 90 | 16 | 103 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 95 | 85 | 95 | 95 | 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 |
18 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 95 | 85 | 95 | 95 | 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 |
19 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
19 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'goClassify(String, String, String, String, String, String, String, String, Integer, String, String, String, String, String)' has a cognitive complexity of 120, current threshold is 15 |
20 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'goClassify(String, String, String, String, String, String, String, String, Integer, String, String, String, String, String)' has a cognitive complexity of 120, current threshold is 15 |
21 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'goClassify(String, String, String, String, String, String, String, String, Integer, String, String, String, String, String)' has a cyclomatic complexity of 56. |
21 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'goClassify(String, String, String, String, String, String, String, String, Integer, String, String, String, String, String)' has a cyclomatic complexity of 56. |
22 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 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. |
22 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 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. |
23 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'goClassify()' has an NCSS line count of 173 (limit: 40) |
23 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'goClassify()' has an NCSS line count of 173 (limit: 40) |
24 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'goClassify' has a Standard Cyclomatic Complexity of 38. |
24 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 105 | 16 | 312 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'goClassify' has a Standard Cyclomatic Complexity of 38. |
25 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 126 | 3 | 126 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
25 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 126 | 3 | 126 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
26 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 126 | 3 | 126 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
26 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 126 | 3 | 126 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
27 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 129 | 3 | 129 | 120 | 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/EinsteinLanguageMassUpdateController.cls | 129 | 3 | 129 | 120 | 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/EinsteinLanguageMassUpdateController.cls | 129 | 3 | 129 | 120 | 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/EinsteinLanguageMassUpdateController.cls | 129 | 3 | 129 | 120 | 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/EinsteinLanguageMassUpdateController.cls | 137 | 4 | 137 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
29 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 137 | 4 | 137 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
30 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 137 | 4 | 137 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
30 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 137 | 4 | 137 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
31 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 170 | 4 | 170 | 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 |
31 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 170 | 4 | 170 | 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 |
32 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 170 | 4 | 170 | 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. |
32 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 170 | 4 | 170 | 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. |
33 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 177 | 3 | 177 | 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 |
33 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 177 | 3 | 177 | 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 |
34 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 177 | 3 | 177 | 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. |
34 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 177 | 3 | 177 | 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. |
35 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 178 | 30 | 178 | 41 | 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 |
35 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 178 | 30 | 178 | 41 | 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 |
36 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 180 | 3 | 180 | 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 |
36 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 180 | 3 | 180 | 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 |
37 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 180 | 3 | 180 | 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. |
37 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 180 | 3 | 180 | 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. |
38 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 193 | 30 | 193 | 56 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
38 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 193 | 30 | 193 | 56 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
39 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 231 | 7 | 237 | 8 | 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 |
39 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 231 | 7 | 237 | 8 | 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 |
40 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 233 | 14 | 237 | 8 | 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 |
40 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 233 | 14 | 237 | 8 | 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 |
41 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 235 | 14 | 237 | 8 | 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 |
41 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 235 | 14 | 237 | 8 | 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 |
42 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 238 | 7 | 238 | 35 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
42 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 238 | 7 | 238 | 35 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
43 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 238 | 7 | 238 | 35 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
43 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 238 | 7 | 238 | 35 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
44 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 239 | 7 | 245 | 8 | 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 |
44 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 239 | 7 | 245 | 8 | 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 |
45 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 251 | 8 | 251 | 26 | 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 |
45 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 251 | 8 | 251 | 26 | 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 |
46 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 251 | 8 | 251 | 26 | 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. |
46 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 251 | 8 | 251 | 26 | 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. |
47 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 252 | 8 | 255 | 9 | 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 |
47 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 252 | 8 | 255 | 9 | 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 |
48 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 257 | 7 | 257 | 29 | 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 |
48 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 257 | 7 | 257 | 29 | 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 |
49 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 257 | 7 | 257 | 29 | 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. |
49 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 257 | 7 | 257 | 29 | 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. |
50 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 259 | 7 | 261 | 8 | 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 |
50 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 259 | 7 | 261 | 8 | 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 |
51 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 265 | 7 | 277 | 8 | 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 |
51 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 265 | 7 | 277 | 8 | 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 |
52 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 280 | 7 | 293 | 8 | 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 |
52 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 280 | 7 | 293 | 8 | 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 |
53 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 298 | 7 | 298 | 22 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
53 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 298 | 7 | 298 | 22 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
54 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 298 | 7 | 298 | 22 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
54 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 298 | 7 | 298 | 22 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
55 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 299 | 7 | 302 | 8 | 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 |
55 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 299 | 7 | 302 | 8 | 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 |
56 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 300 | 8 | 300 | 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 |
56 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 300 | 8 | 300 | 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 |
57 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 300 | 8 | 300 | 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. |
57 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 300 | 8 | 300 | 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. |
58 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 307 | 3 | 307 | 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 |
58 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 307 | 3 | 307 | 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 |
59 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 307 | 3 | 307 | 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. |
59 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 307 | 3 | 307 | 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. |
60 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 308 | 3 | 308 | 26 | 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 |
60 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 308 | 3 | 308 | 26 | 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 |
61 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 308 | 3 | 308 | 26 | 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. |
61 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 308 | 3 | 308 | 26 | 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. |
62 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 310 | 3 | 310 | 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 |
62 | /force-app/main/default/classes/EinsteinLanguageMassUpdateController.cls | 310 | 3 | 310 | 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 |
63 | /force-app/main/default/classes/EinsteinPlatformConfigureSetup.cls | 1 | 21 | 2 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /force-app/main/default/classes/EinsteinPlatformConfigureSetup.cls | 1 | 21 | 2 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 1 | 21 | 22 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
64 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 1 | 21 | 22 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 4 | 9 | 4 | 30 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 4 | 9 | 4 | 30 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 6 | 9 | 6 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 6 | 9 | 6 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 8 | 9 | 8 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 8 | 9 | 8 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 10 | 9 | 10 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 10 | 9 | 10 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 12 | 9 | 12 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 12 | 9 | 12 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 14 | 9 | 14 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 14 | 9 | 14 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 16 | 9 | 16 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 16 | 9 | 16 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
72 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 18 | 9 | 18 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
72 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 18 | 9 | 18 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
73 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 20 | 9 | 20 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
73 | /force-app/main/default/classes/Einstein_ApiUsage.cls | 20 | 9 | 20 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
74 | /force-app/main/default/classes/Einstein_ConfigurationException.cls | 1 | 21 | 2 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
74 | /force-app/main/default/classes/Einstein_ConfigurationException.cls | 1 | 21 | 2 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /force-app/main/default/classes/Einstein_Dataset.cls | 1 | 21 | 32 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /force-app/main/default/classes/Einstein_Dataset.cls | 1 | 21 | 32 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /force-app/main/default/classes/Einstein_Dataset.cls | 4 | 9 | 4 | 28 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /force-app/main/default/classes/Einstein_Dataset.cls | 4 | 9 | 4 | 28 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
77 | /force-app/main/default/classes/Einstein_Dataset.cls | 6 | 9 | 6 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
77 | /force-app/main/default/classes/Einstein_Dataset.cls | 6 | 9 | 6 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /force-app/main/default/classes/Einstein_Dataset.cls | 8 | 9 | 8 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
78 | /force-app/main/default/classes/Einstein_Dataset.cls | 8 | 9 | 8 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /force-app/main/default/classes/Einstein_Dataset.cls | 10 | 9 | 10 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /force-app/main/default/classes/Einstein_Dataset.cls | 10 | 9 | 10 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /force-app/main/default/classes/Einstein_Dataset.cls | 12 | 9 | 12 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /force-app/main/default/classes/Einstein_Dataset.cls | 12 | 9 | 12 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /force-app/main/default/classes/Einstein_Dataset.cls | 14 | 9 | 14 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /force-app/main/default/classes/Einstein_Dataset.cls | 14 | 9 | 14 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /force-app/main/default/classes/Einstein_Dataset.cls | 16 | 9 | 16 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /force-app/main/default/classes/Einstein_Dataset.cls | 16 | 9 | 16 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /force-app/main/default/classes/Einstein_Dataset.cls | 18 | 9 | 18 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /force-app/main/default/classes/Einstein_Dataset.cls | 18 | 9 | 18 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /force-app/main/default/classes/Einstein_Dataset.cls | 20 | 9 | 20 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
84 | /force-app/main/default/classes/Einstein_Dataset.cls | 20 | 9 | 20 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /force-app/main/default/classes/Einstein_Dataset.cls | 22 | 9 | 22 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /force-app/main/default/classes/Einstein_Dataset.cls | 22 | 9 | 22 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/default/classes/Einstein_Dataset.cls | 24 | 9 | 24 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /force-app/main/default/classes/Einstein_Dataset.cls | 24 | 9 | 24 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /force-app/main/default/classes/Einstein_Example.cls | 1 | 21 | 20 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /force-app/main/default/classes/Einstein_Example.cls | 1 | 21 | 20 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
88 | /force-app/main/default/classes/Einstein_Example.cls | 1 | 21 | 20 | 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 |
88 | /force-app/main/default/classes/Einstein_Example.cls | 1 | 21 | 20 | 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 |
89 | /force-app/main/default/classes/Einstein_Example.cls | 4 | 9 | 4 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
89 | /force-app/main/default/classes/Einstein_Example.cls | 4 | 9 | 4 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /force-app/main/default/classes/Einstein_Example.cls | 6 | 9 | 6 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /force-app/main/default/classes/Einstein_Example.cls | 6 | 9 | 6 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-app/main/default/classes/Einstein_Example.cls | 8 | 9 | 8 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /force-app/main/default/classes/Einstein_Example.cls | 8 | 9 | 8 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/default/classes/Einstein_Example.cls | 10 | 9 | 10 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /force-app/main/default/classes/Einstein_Example.cls | 10 | 9 | 10 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /force-app/main/default/classes/Einstein_Example.cls | 12 | 9 | 12 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /force-app/main/default/classes/Einstein_Example.cls | 12 | 9 | 12 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 1 | 16 | 194 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 1 | 16 | 194 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 3 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 3 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 3 | 5 | 3 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
96 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 3 | 5 | 3 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
97 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 7 | 33 | 7 | 78 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'Boundary' should be before method declarations in its class |
97 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 7 | 33 | 7 | 78 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'Boundary' should be before method declarations in its class |
98 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 7 | 33 | 7 | 78 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'Boundary' doesn't match '[A-Z][A-Z0-9_]*' |
98 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 7 | 33 | 7 | 78 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'Boundary' doesn't match '[A-Z][A-Z0-9_]*' |
99 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 10 | 19 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
99 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 10 | 19 | 12 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
100 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 18 | 19 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
100 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 18 | 19 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
101 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 18 | 19 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
101 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 18 | 19 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
102 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 18 | 19 | 20 | 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 'GetContentType' doesn't match '[a-z][a-zA-Z0-9]*' |
102 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 18 | 19 | 20 | 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 'GetContentType' doesn't match '[a-z][a-zA-Z0-9]*' |
103 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 25 | 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 @description |
103 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 25 | 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 @description |
104 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 25 | 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 @return |
104 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 25 | 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 @return |
105 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 25 | 19 | 40 | 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 |
105 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 25 | 19 | 40 | 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 |
106 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 25 | 19 | 40 | 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 'SafelyPad' doesn't match '[a-z][a-zA-Z0-9]*' |
106 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 25 | 19 | 40 | 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 'SafelyPad' doesn't match '[a-z][a-zA-Z0-9]*' |
107 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 45 | 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 |
107 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 45 | 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 |
108 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 45 | 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 |
108 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 45 | 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 |
109 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 45 | 19 | 50 | 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 'WriteBoundary' doesn't match '[a-z][a-zA-Z0-9]*' |
109 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 45 | 19 | 50 | 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 'WriteBoundary' doesn't match '[a-z][a-zA-Z0-9]*' |
110 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 55 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
110 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 55 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
111 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 55 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
111 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 55 | 19 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
112 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 55 | 19 | 82 | 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 |
112 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 55 | 19 | 82 | 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 |
113 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 55 | 19 | 82 | 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 'WriteBoundary' doesn't match '[a-z][a-zA-Z0-9]*' |
113 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 55 | 19 | 82 | 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 'WriteBoundary' doesn't match '[a-z][a-zA-Z0-9]*' |
114 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 84 | 19 | 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 |
114 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 84 | 19 | 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 |
115 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 84 | 19 | 86 | 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 'WriteBodyParameter' doesn't match '[a-z][a-zA-Z0-9]*' |
115 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 84 | 19 | 86 | 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 'WriteBodyParameter' doesn't match '[a-z][a-zA-Z0-9]*' |
116 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 91 | 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 @description |
116 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 91 | 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 @description |
117 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 91 | 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 @return |
117 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 91 | 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 @return |
118 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 91 | 19 | 106 | 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 |
118 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 91 | 19 | 106 | 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 |
119 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 91 | 19 | 106 | 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 'WriteBodyParameter' doesn't match '[a-z][a-zA-Z0-9]*' |
119 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 91 | 19 | 106 | 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 'WriteBodyParameter' doesn't match '[a-z][a-zA-Z0-9]*' |
120 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 111 | 19 | 169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
120 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 111 | 19 | 169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
121 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 111 | 19 | 169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
121 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 111 | 19 | 169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
122 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 111 | 19 | 169 | 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 |
122 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 111 | 19 | 169 | 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 |
123 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 111 | 19 | 169 | 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 'WriteBlobBodyParameter' doesn't match '[a-z][a-zA-Z0-9]*' |
123 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 111 | 19 | 169 | 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 'WriteBlobBodyParameter' doesn't match '[a-z][a-zA-Z0-9]*' |
124 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 127 | 17 | 127 | 47 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'file64Length' defined but not used |
124 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 127 | 17 | 127 | 47 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'file64Length' defined but not used |
125 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 190 | 9 | 190 | 11 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The enum constant field name 'Cr' doesn't match '[A-Z][A-Z0-9_]*' |
125 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 190 | 9 | 190 | 11 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The enum constant field name 'Cr' doesn't match '[A-Z][A-Z0-9_]*' |
126 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 191 | 9 | 191 | 13 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The enum constant field name 'CrLf' doesn't match '[A-Z][A-Z0-9_]*' |
126 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 191 | 9 | 191 | 13 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The enum constant field name 'CrLf' doesn't match '[A-Z][A-Z0-9_]*' |
127 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 192 | 9 | 192 | 13 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The enum constant field name 'None' doesn't match '[A-Z][A-Z0-9_]*' |
127 | /force-app/main/default/classes/Einstein_HttpBodyPart.cls | 192 | 9 | 192 | 13 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The enum constant field name 'None' doesn't match '[A-Z][A-Z0-9_]*' |
128 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 1 | 21 | 65 | 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/Einstein_HttpBodyPartDatasetUrl.cls | 1 | 21 | 65 | 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/Einstein_HttpBodyPartDatasetUrl.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
129 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
130 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 12 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
130 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 12 | 12 | 16 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
131 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 18 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
131 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 18 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 33 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
132 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 33 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 37 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
133 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 37 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
134 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 44 | 12 | 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 |
134 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 44 | 12 | 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 |
135 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 48 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
135 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 48 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
136 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 55 | 12 | 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 |
136 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 55 | 12 | 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 |
137 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 59 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
137 | /force-app/main/default/classes/Einstein_HttpBodyPartDatasetUrl.cls | 59 | 12 | 63 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
138 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 1 | 21 | 62 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
138 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 1 | 21 | 62 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
139 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 7 | 9 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
139 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 7 | 9 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
140 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 13 | 9 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
140 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 13 | 9 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
141 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 26 | 9 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
141 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 26 | 9 | 28 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
142 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 30 | 9 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
142 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 30 | 9 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
143 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 40 | 9 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
143 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 40 | 9 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 44 | 9 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 44 | 9 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 51 | 9 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
145 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 51 | 9 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
146 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 55 | 9 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
146 | /force-app/main/default/classes/Einstein_HttpBodyPartExample.cls | 55 | 9 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
147 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 1 | 21 | 96 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
147 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 1 | 21 | 96 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
148 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 13 | 9 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
148 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 13 | 9 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
149 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 13 | 9 | 19 | 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. |
149 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 13 | 9 | 19 | 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. |
150 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 21 | 9 | 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 |
150 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 21 | 9 | 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 |
151 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 42 | 9 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
151 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 42 | 9 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
152 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 46 | 9 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
152 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 46 | 9 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
153 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 55 | 9 | 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 |
153 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 55 | 9 | 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 |
154 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 59 | 9 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
154 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 59 | 9 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
155 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 66 | 9 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
155 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 66 | 9 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
156 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 70 | 9 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
156 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 70 | 9 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
157 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 77 | 9 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
157 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 77 | 9 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
158 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 81 | 9 | 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 |
158 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 81 | 9 | 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 |
159 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 88 | 9 | 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 |
159 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 88 | 9 | 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 |
160 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 92 | 9 | 94 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
160 | /force-app/main/default/classes/Einstein_HttpBodyPartFeedbackExample.cls | 92 | 9 | 94 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
161 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 1 | 21 | 117 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
161 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 1 | 21 | 117 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 18 | 9 | 26 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 18 | 9 | 26 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 18 | 9 | 26 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
163 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 18 | 9 | 26 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
164 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 28 | 9 | 59 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
164 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 28 | 9 | 59 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
165 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 61 | 9 | 63 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
165 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 61 | 9 | 63 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
166 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 65 | 9 | 67 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
166 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 65 | 9 | 67 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
167 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 69 | 9 | 71 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
167 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 69 | 9 | 71 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
168 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 73 | 9 | 75 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
168 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 73 | 9 | 75 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
169 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 77 | 9 | 79 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
169 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 77 | 9 | 79 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
170 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 81 | 9 | 83 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
170 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 81 | 9 | 83 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
171 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 85 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
171 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 85 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
172 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 89 | 9 | 91 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
172 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 89 | 9 | 91 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
173 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 93 | 12 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
173 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 93 | 12 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
174 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 97 | 12 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
174 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 97 | 12 | 99 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
175 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 101 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
175 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 101 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
176 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 105 | 12 | 107 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
176 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 105 | 12 | 107 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
177 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 109 | 12 | 111 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
177 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 109 | 12 | 111 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
178 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 113 | 12 | 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 |
178 | /force-app/main/default/classes/Einstein_HttpBodyPartPrediction.cls | 113 | 12 | 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 |
179 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 1 | 21 | 114 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
179 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 1 | 21 | 114 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
180 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 14 | 28 | 14 | 58 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LEARNING_RATE' doesn't match '[a-z][a-zA-Z0-9]*' |
180 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 14 | 28 | 14 | 58 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LEARNING_RATE' doesn't match '[a-z][a-zA-Z0-9]*' |
181 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 15 | 28 | 15 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MIN_LEARNING_RATE' doesn't match '[a-z][a-zA-Z0-9]*' |
181 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 15 | 28 | 15 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MIN_LEARNING_RATE' doesn't match '[a-z][a-zA-Z0-9]*' |
182 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 16 | 28 | 16 | 52 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_LEARNING_RAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
182 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 16 | 28 | 16 | 52 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_LEARNING_RAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
183 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 18 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
183 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 18 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
184 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 18 | 12 | 24 | 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. |
184 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 18 | 12 | 24 | 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. |
185 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 26 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
185 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 26 | 12 | 49 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
186 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 51 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
186 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 51 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
187 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 55 | 12 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
187 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 55 | 12 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
188 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 62 | 12 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
188 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 62 | 12 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
189 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 66 | 12 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
189 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 66 | 12 | 73 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
190 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 75 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
190 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 75 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
191 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 79 | 12 | 87 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
191 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 79 | 12 | 87 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
192 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 89 | 12 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
192 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 89 | 12 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
193 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 93 | 12 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
193 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 93 | 12 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
194 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 106 | 12 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
194 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 106 | 12 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
195 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 110 | 12 | 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 |
195 | /force-app/main/default/classes/Einstein_HttpBodyPartRetraining.cls | 110 | 12 | 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 |
196 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 1 | 21 | 131 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
196 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 1 | 21 | 131 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
197 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 15 | 28 | 15 | 58 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LEARNING_RATE' doesn't match '[a-z][a-zA-Z0-9]*' |
197 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 15 | 28 | 15 | 58 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'DEFAULT_LEARNING_RATE' doesn't match '[a-z][a-zA-Z0-9]*' |
198 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 16 | 28 | 16 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MIN_LEARNING_RATE' doesn't match '[a-z][a-zA-Z0-9]*' |
198 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 16 | 28 | 16 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MIN_LEARNING_RATE' doesn't match '[a-z][a-zA-Z0-9]*' |
199 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 17 | 28 | 17 | 52 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_LEARNING_RAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
199 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 17 | 28 | 17 | 52 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MAX_LEARNING_RAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
200 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 19 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
200 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 19 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
201 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 19 | 12 | 26 | 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. |
201 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 19 | 12 | 26 | 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. |
202 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 28 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
202 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 28 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
203 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 55 | 12 | 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 |
203 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 55 | 12 | 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 |
204 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 59 | 12 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
204 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 59 | 12 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
205 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 66 | 12 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
205 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 66 | 12 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
206 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 70 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
206 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 70 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
207 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 80 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
207 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 80 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
208 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 84 | 12 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
208 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 84 | 12 | 91 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
209 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 93 | 12 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
209 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 93 | 12 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
210 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 97 | 12 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
210 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 97 | 12 | 104 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
211 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 106 | 12 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
211 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 106 | 12 | 108 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
212 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 110 | 12 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
212 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 110 | 12 | 121 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
213 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 123 | 12 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
213 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 123 | 12 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
214 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 127 | 12 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
214 | /force-app/main/default/classes/Einstein_HttpBodyPartTraining.cls | 127 | 12 | 129 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
215 | /force-app/main/default/classes/Einstein_HttpClient.cls | 1 | 21 | 179 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
215 | /force-app/main/default/classes/Einstein_HttpClient.cls | 1 | 21 | 179 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
216 | /force-app/main/default/classes/Einstein_HttpClient.cls | 1 | 21 | 179 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_HttpClient' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
216 | /force-app/main/default/classes/Einstein_HttpClient.cls | 1 | 21 | 179 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_HttpClient' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
217 | /force-app/main/default/classes/Einstein_HttpClient.cls | 18 | 12 | 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 |
217 | /force-app/main/default/classes/Einstein_HttpClient.cls | 18 | 12 | 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 |
218 | /force-app/main/default/classes/Einstein_HttpClient.cls | 27 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
218 | /force-app/main/default/classes/Einstein_HttpClient.cls | 27 | 12 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
219 | /force-app/main/default/classes/Einstein_HttpClient.cls | 34 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
219 | /force-app/main/default/classes/Einstein_HttpClient.cls | 34 | 12 | 36 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
220 | /force-app/main/default/classes/Einstein_HttpClient.cls | 38 | 12 | 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 |
220 | /force-app/main/default/classes/Einstein_HttpClient.cls | 38 | 12 | 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 |
221 | /force-app/main/default/classes/Einstein_HttpClient.cls | 42 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
221 | /force-app/main/default/classes/Einstein_HttpClient.cls | 42 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
222 | /force-app/main/default/classes/Einstein_HttpClient.cls | 46 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
222 | /force-app/main/default/classes/Einstein_HttpClient.cls | 46 | 12 | 48 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
223 | /force-app/main/default/classes/Einstein_HttpClient.cls | 50 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
223 | /force-app/main/default/classes/Einstein_HttpClient.cls | 50 | 12 | 52 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
224 | /force-app/main/default/classes/Einstein_HttpClient.cls | 54 | 12 | 56 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
224 | /force-app/main/default/classes/Einstein_HttpClient.cls | 54 | 12 | 56 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
225 | /force-app/main/default/classes/Einstein_HttpClient.cls | 58 | 12 | 86 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
225 | /force-app/main/default/classes/Einstein_HttpClient.cls | 58 | 12 | 86 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
226 | /force-app/main/default/classes/Einstein_HttpClient.cls | 62 | 31 | 62 | 46 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
226 | /force-app/main/default/classes/Einstein_HttpClient.cls | 62 | 31 | 62 | 46 | pmd | ApexSuggestUsingNamedCred | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred | Suggest named credentials for authentication |
227 | /force-app/main/default/classes/Einstein_HttpClient.cls | 73 | 17 | 77 | 18 | 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 |
227 | /force-app/main/default/classes/Einstein_HttpClient.cls | 73 | 17 | 77 | 18 | 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 |
228 | /force-app/main/default/classes/Einstein_HttpClient.cls | 88 | 12 | 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 |
228 | /force-app/main/default/classes/Einstein_HttpClient.cls | 88 | 12 | 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 |
229 | /force-app/main/default/classes/Einstein_HttpClient.cls | 92 | 12 | 94 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
229 | /force-app/main/default/classes/Einstein_HttpClient.cls | 92 | 12 | 94 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
230 | /force-app/main/default/classes/Einstein_HttpClient.cls | 96 | 12 | 98 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
230 | /force-app/main/default/classes/Einstein_HttpClient.cls | 96 | 12 | 98 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
231 | /force-app/main/default/classes/Einstein_HttpClient.cls | 100 | 12 | 102 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
231 | /force-app/main/default/classes/Einstein_HttpClient.cls | 100 | 12 | 102 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /force-app/main/default/classes/Einstein_HttpClient.cls | 107 | 12 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /force-app/main/default/classes/Einstein_HttpClient.cls | 107 | 12 | 125 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
233 | /force-app/main/default/classes/Einstein_HttpClient.cls | 127 | 13 | 165 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'updateResponseValues(HTTPResponse)' has a cognitive complexity of 23, current threshold is 15 |
233 | /force-app/main/default/classes/Einstein_HttpClient.cls | 127 | 13 | 165 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'updateResponseValues(HTTPResponse)' has a cognitive complexity of 23, current threshold is 15 |
234 | /force-app/main/default/classes/Einstein_HttpClient.cls | 127 | 13 | 165 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'updateResponseValues(HTTPResponse)' has a cyclomatic complexity of 10. |
234 | /force-app/main/default/classes/Einstein_HttpClient.cls | 127 | 13 | 165 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'updateResponseValues(HTTPResponse)' has a cyclomatic complexity of 10. |
235 | /force-app/main/default/classes/Einstein_HttpClient.cls | 127 | 13 | 165 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'updateResponseValues()' has an NCSS line count of 41 (limit: 40) |
235 | /force-app/main/default/classes/Einstein_HttpClient.cls | 127 | 13 | 165 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'updateResponseValues()' has an NCSS line count of 41 (limit: 40) |
236 | /force-app/main/default/classes/Einstein_HttpClient.cls | 127 | 13 | 165 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'updateResponseValues' has a Standard Cyclomatic Complexity of 10. |
236 | /force-app/main/default/classes/Einstein_HttpClient.cls | 127 | 13 | 165 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'updateResponseValues' has a Standard Cyclomatic Complexity of 10. |
237 | /force-app/main/default/classes/Einstein_HttpClient.cls | 142 | 21 | 146 | 22 | 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 |
237 | /force-app/main/default/classes/Einstein_HttpClient.cls | 142 | 21 | 146 | 22 | 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 |
238 | /force-app/main/default/classes/Einstein_HttpClient.cls | 167 | 12 | 169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
238 | /force-app/main/default/classes/Einstein_HttpClient.cls | 167 | 12 | 169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
239 | /force-app/main/default/classes/Einstein_HttpClient.cls | 171 | 12 | 173 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
239 | /force-app/main/default/classes/Einstein_HttpClient.cls | 171 | 12 | 173 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
240 | /force-app/main/default/classes/Einstein_HttpClient.cls | 175 | 12 | 177 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
240 | /force-app/main/default/classes/Einstein_HttpClient.cls | 175 | 12 | 177 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
241 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 1 | 21 | 198 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
241 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 1 | 21 | 198 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 1 | 21 | 198 | 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 |
242 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 1 | 21 | 198 | 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 |
243 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 1 | 21 | 198 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Einstein_Invocable_Image_Classification' has a total cognitive complexity of 67 (highest 41), current threshold is 50 |
243 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 1 | 21 | 198 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Einstein_Invocable_Image_Classification' has a total cognitive complexity of 67 (highest 41), current threshold is 50 |
244 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 1 | 21 | 198 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_Invocable_Image_Classification' has a Standard Cyclomatic Complexity of 10 (Highest = 17). |
244 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 1 | 21 | 198 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_Invocable_Image_Classification' has a Standard Cyclomatic Complexity of 10 (Highest = 17). |
245 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
245 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
246 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'AnalyzeImageClassification(List |
246 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'AnalyzeImageClassification(List |
247 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'AnalyzeImageClassification(List |
247 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'AnalyzeImageClassification(List |
248 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 51 | 3 | 82 | 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 'CRs' doesn't match '[a-z][a-zA-Z0-9]*' |
248 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 51 | 3 | 82 | 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 'CRs' doesn't match '[a-z][a-zA-Z0-9]*' |
249 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 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 'AnalyzeImageClassification' doesn't match '[a-z][a-zA-Z0-9]*' |
249 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 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 'AnalyzeImageClassification' doesn't match '[a-z][a-zA-Z0-9]*' |
250 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'AnalyzeImageClassification()' has an NCSS line count of 48 (limit: 40) |
250 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'AnalyzeImageClassification()' has an NCSS line count of 48 (limit: 40) |
251 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'AnalyzeImageClassification' has a Standard Cyclomatic Complexity of 11. |
251 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 3 | 19 | 70 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'AnalyzeImageClassification' has a Standard Cyclomatic Complexity of 11. |
252 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 9 | 28 | 9 | 62 | 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 'Batches' doesn't match '[a-z][a-zA-Z0-9]*' |
252 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 9 | 28 | 9 | 62 | 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 'Batches' doesn't match '[a-z][a-zA-Z0-9]*' |
253 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 10 | 17 | 10 | 56 | 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 'Batchsize' doesn't match '[a-z][a-zA-Z0-9]*' |
253 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 10 | 17 | 10 | 56 | 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 'Batchsize' doesn't match '[a-z][a-zA-Z0-9]*' |
254 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 14 | 14 | 14 | 47 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
254 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 14 | 14 | 14 | 47 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
255 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 39 | 56 | 39 | 60 | 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 |
255 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 39 | 56 | 39 | 60 | 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 |
256 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 45 | 17 | 45 | 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 |
256 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 45 | 17 | 45 | 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 |
257 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 45 | 17 | 45 | 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. |
257 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 45 | 17 | 45 | 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. |
258 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 48 | 22 | 48 | 56 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
258 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 48 | 22 | 48 | 56 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
259 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 52 | 21 | 55 | 22 | 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 |
259 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 52 | 21 | 55 | 22 | 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 |
260 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 64 | 17 | 64 | 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 |
260 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 64 | 17 | 64 | 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 |
261 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 64 | 17 | 64 | 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. |
261 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 64 | 17 | 64 | 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. |
262 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 68 | 13 | 68 | 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 |
262 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 68 | 13 | 68 | 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 |
263 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 68 | 13 | 68 | 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. |
263 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 68 | 13 | 68 | 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. |
264 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 72 | 20 | 176 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'runClassification(List |
264 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 72 | 20 | 176 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'runClassification(List |
265 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 72 | 20 | 176 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'runClassification(List |
265 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 72 | 20 | 176 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'runClassification(List |
266 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 72 | 20 | 176 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'runClassification()' has an NCSS line count of 68 (limit: 40) |
266 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 72 | 20 | 176 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'runClassification()' has an NCSS line count of 68 (limit: 40) |
267 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 72 | 20 | 176 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'runClassification' has a Standard Cyclomatic Complexity of 17. |
267 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 72 | 20 | 176 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'runClassification' has a Standard Cyclomatic Complexity of 17. |
268 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 78 | 37 | 78 | 76 | 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 'CRs' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 78 | 37 | 78 | 76 | 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 'CRs' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 83 | 14 | 83 | 44 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 83 | 14 | 83 | 44 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
270 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 116 | 13 | 116 | 31 | 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 |
270 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 116 | 13 | 116 | 31 | 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 |
271 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 116 | 13 | 116 | 31 | 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. |
271 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 116 | 13 | 116 | 31 | 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. |
272 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 118 | 52 | 118 | 56 | 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 |
272 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 118 | 52 | 118 | 56 | 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 |
273 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 119 | 13 | 119 | 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 |
273 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 119 | 13 | 119 | 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 |
274 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 119 | 13 | 119 | 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. |
274 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 119 | 13 | 119 | 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. |
275 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 124 | 13 | 124 | 36 | 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/Einstein_Invocable_Image_Classification.cls | 124 | 13 | 124 | 36 | 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/Einstein_Invocable_Image_Classification.cls | 124 | 13 | 124 | 36 | 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/Einstein_Invocable_Image_Classification.cls | 124 | 13 | 124 | 36 | 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/Einstein_Invocable_Image_Classification.cls | 126 | 18 | 126 | 47 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
277 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 126 | 18 | 126 | 47 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
278 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 130 | 21 | 132 | 22 | 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 |
278 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 130 | 21 | 132 | 22 | 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 |
279 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 133 | 21 | 135 | 22 | 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 |
279 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 133 | 21 | 135 | 22 | 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 |
280 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 169 | 13 | 169 | 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 |
280 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 169 | 13 | 169 | 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 |
281 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 177 | 19 | 180 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
281 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 177 | 19 | 180 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
282 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 181 | 12 | 197 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
282 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 181 | 12 | 197 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
283 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 183 | 23 | 183 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RecordId' doesn't match '[a-z][a-zA-Z0-9]*' |
283 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 183 | 23 | 183 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RecordId' doesn't match '[a-z][a-zA-Z0-9]*' |
284 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 185 | 23 | 185 | 37 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'FieldToAnalyze' doesn't match '[a-z][a-zA-Z0-9]*' |
284 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 185 | 23 | 185 | 37 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'FieldToAnalyze' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 187 | 23 | 187 | 38 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'LabelStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 187 | 23 | 187 | 38 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'LabelStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 189 | 23 | 189 | 30 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ModelId' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 189 | 23 | 189 | 30 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ModelId' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 191 | 23 | 191 | 44 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ProbabilityStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 191 | 23 | 191 | 44 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ProbabilityStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
288 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 193 | 23 | 193 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RawStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
288 | /force-app/main/default/classes/Einstein_Invocable_Image_Classification.cls | 193 | 23 | 193 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RawStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
289 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 1 | 21 | 212 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
289 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 1 | 21 | 212 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
290 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 1 | 21 | 212 | 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 |
290 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 1 | 21 | 212 | 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 |
291 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 1 | 21 | 212 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Einstein_Invocable_Language' has a total cognitive complexity of 73 (highest 47), current threshold is 50 |
291 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 1 | 21 | 212 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Einstein_Invocable_Language' has a total cognitive complexity of 73 (highest 47), current threshold is 50 |
292 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 1 | 21 | 212 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_Invocable_Language' has a Standard Cyclomatic Complexity of 11 (Highest = 20). |
292 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 1 | 21 | 212 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_Invocable_Language' has a Standard Cyclomatic Complexity of 11 (Highest = 20). |
293 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
293 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
294 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'AnalyzeLanguage(list |
294 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'AnalyzeLanguage(list |
295 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'AnalyzeLanguage(list |
295 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'AnalyzeLanguage(list |
296 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 40 | 3 | 65 | 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 'LRs' doesn't match '[a-z][a-zA-Z0-9]*' |
296 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 40 | 3 | 65 | 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 'LRs' doesn't match '[a-z][a-zA-Z0-9]*' |
297 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 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 'AnalyzeLanguage' doesn't match '[a-z][a-zA-Z0-9]*' |
297 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 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 'AnalyzeLanguage' doesn't match '[a-z][a-zA-Z0-9]*' |
298 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'AnalyzeLanguage()' has an NCSS line count of 48 (limit: 40) |
298 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'AnalyzeLanguage()' has an NCSS line count of 48 (limit: 40) |
299 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'AnalyzeLanguage' has a Standard Cyclomatic Complexity of 11. |
299 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 3 | 19 | 72 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'AnalyzeLanguage' has a Standard Cyclomatic Complexity of 11. |
300 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 9 | 28 | 9 | 62 | 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 'Batches' doesn't match '[a-z][a-zA-Z0-9]*' |
300 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 9 | 28 | 9 | 62 | 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 'Batches' doesn't match '[a-z][a-zA-Z0-9]*' |
301 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 10 | 17 | 10 | 56 | 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 'Batchsize' doesn't match '[a-z][a-zA-Z0-9]*' |
301 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 10 | 17 | 10 | 56 | 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 'Batchsize' doesn't match '[a-z][a-zA-Z0-9]*' |
302 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 15 | 14 | 15 | 40 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
302 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 15 | 14 | 15 | 40 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
303 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 40 | 56 | 40 | 60 | 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 |
303 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 40 | 56 | 40 | 60 | 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 |
304 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 46 | 17 | 46 | 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 |
304 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 46 | 17 | 46 | 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 |
305 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 46 | 17 | 46 | 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. |
305 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 46 | 17 | 46 | 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. |
306 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 49 | 22 | 49 | 48 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 49 | 22 | 49 | 48 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 54 | 21 | 57 | 22 | 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 |
307 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 54 | 21 | 57 | 22 | 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 |
308 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 66 | 17 | 66 | 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 |
308 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 66 | 17 | 66 | 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 |
309 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 66 | 17 | 66 | 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. |
309 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 66 | 17 | 66 | 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. |
310 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 70 | 13 | 70 | 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 |
310 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 70 | 13 | 70 | 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 |
311 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 70 | 13 | 70 | 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. |
311 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 70 | 13 | 70 | 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. |
312 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
312 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
313 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'getAnalysis(list |
313 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'getAnalysis(list |
314 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'getAnalysis(list |
314 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'getAnalysis(list |
315 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getAnalysis()' has an NCSS line count of 76 (limit: 40) |
315 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getAnalysis()' has an NCSS line count of 76 (limit: 40) |
316 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getAnalysis' has a Standard Cyclomatic Complexity of 20. |
316 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 74 | 19 | 188 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getAnalysis' has a Standard Cyclomatic Complexity of 20. |
317 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 80 | 31 | 80 | 64 | 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 'LRs' doesn't match '[a-z][a-zA-Z0-9]*' |
317 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 80 | 31 | 80 | 64 | 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 'LRs' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 85 | 14 | 85 | 36 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 85 | 14 | 85 | 36 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
319 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 105 | 13 | 105 | 29 | 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/Einstein_Invocable_Language.cls | 105 | 13 | 105 | 29 | 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/Einstein_Invocable_Language.cls | 105 | 13 | 105 | 29 | 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/Einstein_Invocable_Language.cls | 105 | 13 | 105 | 29 | 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/Einstein_Invocable_Language.cls | 128 | 13 | 128 | 31 | 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/Einstein_Invocable_Language.cls | 128 | 13 | 128 | 31 | 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/Einstein_Invocable_Language.cls | 128 | 13 | 128 | 31 | 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/Einstein_Invocable_Language.cls | 128 | 13 | 128 | 31 | 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/Einstein_Invocable_Language.cls | 130 | 52 | 130 | 56 | 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 |
323 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 130 | 52 | 130 | 56 | 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 |
324 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 131 | 13 | 131 | 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 |
324 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 131 | 13 | 131 | 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 |
325 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 131 | 13 | 131 | 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. |
325 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 131 | 13 | 131 | 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. |
326 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 136 | 13 | 136 | 36 | 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 |
326 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 136 | 13 | 136 | 36 | 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 |
327 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 136 | 13 | 136 | 36 | 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. |
327 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 136 | 13 | 136 | 36 | 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. |
328 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 138 | 18 | 138 | 40 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
328 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 138 | 18 | 138 | 40 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
329 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 142 | 21 | 144 | 22 | 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 |
329 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 142 | 21 | 144 | 22 | 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 |
330 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 145 | 21 | 147 | 22 | 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 |
330 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 145 | 21 | 147 | 22 | 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 |
331 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 181 | 13 | 181 | 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 |
331 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 181 | 13 | 181 | 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 |
332 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 189 | 19 | 192 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
332 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 189 | 19 | 192 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
333 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 193 | 12 | 211 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
333 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 193 | 12 | 211 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
334 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 195 | 23 | 195 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RecordId' doesn't match '[a-z][a-zA-Z0-9]*' |
334 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 195 | 23 | 195 | 31 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RecordId' doesn't match '[a-z][a-zA-Z0-9]*' |
335 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 197 | 23 | 197 | 37 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'FieldToAnalyze' doesn't match '[a-z][a-zA-Z0-9]*' |
335 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 197 | 23 | 197 | 37 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'FieldToAnalyze' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 199 | 23 | 199 | 38 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'LabelStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 199 | 23 | 199 | 38 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'LabelStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
337 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 201 | 23 | 201 | 30 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ModelId' doesn't match '[a-z][a-zA-Z0-9]*' |
337 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 201 | 23 | 201 | 30 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ModelId' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 203 | 23 | 203 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ModelType' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 203 | 23 | 203 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ModelType' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 205 | 23 | 205 | 44 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ProbabilityStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 205 | 23 | 205 | 44 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ProbabilityStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
340 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 207 | 23 | 207 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RawStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
340 | /force-app/main/default/classes/Einstein_Invocable_Language.cls | 207 | 23 | 207 | 36 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RawStoreField' doesn't match '[a-z][a-zA-Z0-9]*' |
341 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 1 | 21 | 46 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
341 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 1 | 21 | 46 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
342 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 1 | 21 | 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 |
342 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 1 | 21 | 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 |
343 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 3 | 16 | 25 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
343 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 3 | 16 | 25 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
344 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 3 | 37 | 3 | 63 | 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 'LFs' doesn't match '[a-z][a-zA-Z0-9]*' |
344 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 3 | 37 | 3 | 63 | 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 'LFs' doesn't match '[a-z][a-zA-Z0-9]*' |
345 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 3 | 16 | 25 | 3 | 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 'AnalyzeLanguage' doesn't match '[a-z][a-zA-Z0-9]*' |
345 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 3 | 16 | 25 | 3 | 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 'AnalyzeLanguage' doesn't match '[a-z][a-zA-Z0-9]*' |
346 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 9 | 22 | 9 | 56 | 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 'Batches' doesn't match '[a-z][a-zA-Z0-9]*' |
346 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 9 | 22 | 9 | 56 | 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 'Batches' doesn't match '[a-z][a-zA-Z0-9]*' |
347 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 10 | 11 | 10 | 50 | 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 'Batchsize' doesn't match '[a-z][a-zA-Z0-9]*' |
347 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 10 | 11 | 10 | 50 | 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 'Batchsize' doesn't match '[a-z][a-zA-Z0-9]*' |
348 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 13 | 8 | 13 | 35 | 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 'LF' doesn't match '[a-z][a-zA-Z0-9]*' |
348 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 13 | 8 | 13 | 35 | 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 'LF' doesn't match '[a-z][a-zA-Z0-9]*' |
349 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 27 | 16 | 33 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
349 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 27 | 16 | 33 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
350 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 29 | 21 | 29 | 87 | 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 'LF' doesn't match '[a-z][a-zA-Z0-9]*' |
350 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 29 | 21 | 29 | 87 | 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 'LF' doesn't match '[a-z][a-zA-Z0-9]*' |
351 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 34 | 16 | 37 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
351 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 34 | 16 | 37 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
352 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 38 | 9 | 45 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
352 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 38 | 9 | 45 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
353 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 40 | 17 | 40 | 24 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ModelId' doesn't match '[a-z][a-zA-Z0-9]*' |
353 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 40 | 17 | 40 | 24 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'ModelId' doesn't match '[a-z][a-zA-Z0-9]*' |
354 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 42 | 17 | 42 | 21 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Text' doesn't match '[a-z][a-zA-Z0-9]*' |
354 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 42 | 17 | 42 | 21 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Text' doesn't match '[a-z][a-zA-Z0-9]*' |
355 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 44 | 17 | 44 | 22 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Label' doesn't match '[a-z][a-zA-Z0-9]*' |
355 | /force-app/main/default/classes/Einstein_Invocable_Language_Feedback.cls | 44 | 17 | 44 | 22 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Label' doesn't match '[a-z][a-zA-Z0-9]*' |
356 | /force-app/main/default/classes/Einstein_JWT.cls | 1 | 21 | 78 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
356 | /force-app/main/default/classes/Einstein_JWT.cls | 1 | 21 | 78 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
357 | /force-app/main/default/classes/Einstein_JWT.cls | 3 | 9 | 3 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
357 | /force-app/main/default/classes/Einstein_JWT.cls | 3 | 9 | 3 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
358 | /force-app/main/default/classes/Einstein_JWT.cls | 4 | 9 | 4 | 31 | 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/Einstein_JWT.cls | 4 | 9 | 4 | 31 | 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/Einstein_JWT.cls | 5 | 9 | 5 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
359 | /force-app/main/default/classes/Einstein_JWT.cls | 5 | 9 | 5 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
360 | /force-app/main/default/classes/Einstein_JWT.cls | 6 | 9 | 6 | 31 | 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/Einstein_JWT.cls | 6 | 9 | 6 | 31 | 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/Einstein_JWT.cls | 7 | 9 | 7 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
361 | /force-app/main/default/classes/Einstein_JWT.cls | 7 | 9 | 7 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
362 | /force-app/main/default/classes/Einstein_JWT.cls | 8 | 9 | 8 | 31 | 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/Einstein_JWT.cls | 8 | 9 | 8 | 31 | 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/Einstein_JWT.cls | 9 | 9 | 9 | 46 | 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/Einstein_JWT.cls | 9 | 9 | 9 | 46 | 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/Einstein_JWT.cls | 10 | 9 | 10 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
364 | /force-app/main/default/classes/Einstein_JWT.cls | 10 | 9 | 10 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
365 | /force-app/main/default/classes/Einstein_JWT.cls | 11 | 9 | 11 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
365 | /force-app/main/default/classes/Einstein_JWT.cls | 11 | 9 | 11 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
366 | /force-app/main/default/classes/Einstein_JWT.cls | 12 | 9 | 12 | 33 | 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/Einstein_JWT.cls | 12 | 9 | 12 | 33 | 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/Einstein_JWT.cls | 13 | 9 | 13 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
367 | /force-app/main/default/classes/Einstein_JWT.cls | 13 | 9 | 13 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
368 | /force-app/main/default/classes/Einstein_JWT.cls | 16 | 29 | 16 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'HS256' should be before method declarations in its class |
368 | /force-app/main/default/classes/Einstein_JWT.cls | 16 | 29 | 16 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'HS256' should be before method declarations in its class |
369 | /force-app/main/default/classes/Einstein_JWT.cls | 17 | 29 | 17 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'RS256' should be before method declarations in its class |
369 | /force-app/main/default/classes/Einstein_JWT.cls | 17 | 29 | 17 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'RS256' should be before method declarations in its class |
370 | /force-app/main/default/classes/Einstein_JWT.cls | 18 | 29 | 18 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'NONE' should be before method declarations in its class |
370 | /force-app/main/default/classes/Einstein_JWT.cls | 18 | 29 | 18 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'NONE' should be before method declarations in its class |
371 | /force-app/main/default/classes/Einstein_JWT.cls | 21 | 9 | 24 | 3 | 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/Einstein_JWT.cls | 21 | 9 | 24 | 3 | 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/Einstein_JWT.cls | 27 | 9 | 67 | 3 | 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/Einstein_JWT.cls | 27 | 9 | 67 | 3 | 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/Einstein_JWT.cls | 69 | 9 | 77 | 3 | 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/Einstein_JWT.cls | 69 | 9 | 77 | 3 | 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/Einstein_JWTBearerFlow.cls | 1 | 21 | 27 | 2 | 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/Einstein_JWTBearerFlow.cls | 1 | 21 | 27 | 2 | 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/Einstein_JWTBearerFlow.cls | 3 | 16 | 25 | 3 | 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/Einstein_JWTBearerFlow.cls | 3 | 16 | 25 | 3 | 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/Einstein_JWTBearerFlow.cls | 5 | 10 | 5 | 29 | 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 'access_token' doesn't match '[a-z][a-zA-Z0-9]*' |
376 | /force-app/main/default/classes/Einstein_JWTBearerFlow.cls | 5 | 10 | 5 | 29 | 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 'access_token' doesn't match '[a-z][a-zA-Z0-9]*' |
377 | /force-app/main/default/classes/Einstein_Label.cls | 1 | 21 | 10 | 2 | 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/Einstein_Label.cls | 1 | 21 | 10 | 2 | 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/Einstein_Label.cls | 1 | 21 | 10 | 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 |
378 | /force-app/main/default/classes/Einstein_Label.cls | 1 | 21 | 10 | 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 |
379 | /force-app/main/default/classes/Einstein_Label.cls | 3 | 12 | 3 | 34 | 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/Einstein_Label.cls | 3 | 12 | 3 | 34 | 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/Einstein_Label.cls | 5 | 12 | 5 | 41 | 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/Einstein_Label.cls | 5 | 12 | 5 | 41 | 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/Einstein_Label.cls | 7 | 12 | 7 | 35 | 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/Einstein_Label.cls | 7 | 12 | 7 | 35 | 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/Einstein_Label.cls | 9 | 12 | 9 | 43 | 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/Einstein_Label.cls | 9 | 12 | 9 | 43 | 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/Einstein_LabelSummary.cls | 1 | 21 | 4 | 2 | 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/Einstein_LabelSummary.cls | 1 | 21 | 4 | 2 | 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/Einstein_LabelSummary.cls | 3 | 12 | 3 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
384 | /force-app/main/default/classes/Einstein_LabelSummary.cls | 3 | 12 | 3 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
385 | /force-app/main/default/classes/Einstein_Model.cls | 1 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
385 | /force-app/main/default/classes/Einstein_Model.cls | 1 | 21 | 35 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
386 | /force-app/main/default/classes/Einstein_Model.cls | 4 | 12 | 4 | 38 | 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/Einstein_Model.cls | 4 | 12 | 4 | 38 | 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/Einstein_Model.cls | 6 | 12 | 6 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
387 | /force-app/main/default/classes/Einstein_Model.cls | 6 | 12 | 6 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
388 | /force-app/main/default/classes/Einstein_Model.cls | 8 | 12 | 8 | 37 | 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/Einstein_Model.cls | 8 | 12 | 8 | 37 | 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/Einstein_Model.cls | 10 | 12 | 10 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
389 | /force-app/main/default/classes/Einstein_Model.cls | 10 | 12 | 10 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
390 | /force-app/main/default/classes/Einstein_Model.cls | 12 | 12 | 12 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
390 | /force-app/main/default/classes/Einstein_Model.cls | 12 | 12 | 12 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
391 | /force-app/main/default/classes/Einstein_Model.cls | 14 | 12 | 14 | 42 | 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/Einstein_Model.cls | 14 | 12 | 14 | 42 | 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/Einstein_Model.cls | 16 | 12 | 16 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
392 | /force-app/main/default/classes/Einstein_Model.cls | 16 | 12 | 16 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
393 | /force-app/main/default/classes/Einstein_Model.cls | 18 | 12 | 18 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
393 | /force-app/main/default/classes/Einstein_Model.cls | 18 | 12 | 18 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
394 | /force-app/main/default/classes/Einstein_Model.cls | 20 | 12 | 20 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
394 | /force-app/main/default/classes/Einstein_Model.cls | 20 | 12 | 20 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
395 | /force-app/main/default/classes/Einstein_Model.cls | 22 | 12 | 22 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
395 | /force-app/main/default/classes/Einstein_Model.cls | 22 | 12 | 22 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
396 | /force-app/main/default/classes/Einstein_Model.cls | 24 | 12 | 24 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
396 | /force-app/main/default/classes/Einstein_Model.cls | 24 | 12 | 24 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
397 | /force-app/main/default/classes/Einstein_Model.cls | 26 | 12 | 26 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
397 | /force-app/main/default/classes/Einstein_Model.cls | 26 | 12 | 26 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
398 | /force-app/main/default/classes/Einstein_Model.cls | 28 | 12 | 28 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
398 | /force-app/main/default/classes/Einstein_Model.cls | 28 | 12 | 28 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
399 | /force-app/main/default/classes/Einstein_Model.cls | 30 | 12 | 30 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
399 | /force-app/main/default/classes/Einstein_Model.cls | 30 | 12 | 30 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
400 | /force-app/main/default/classes/Einstein_Model.cls | 32 | 12 | 32 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
400 | /force-app/main/default/classes/Einstein_Model.cls | 32 | 12 | 32 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
401 | /force-app/main/default/classes/Einstein_Model.cls | 34 | 12 | 34 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
401 | /force-app/main/default/classes/Einstein_Model.cls | 34 | 12 | 34 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
402 | /force-app/main/default/classes/Einstein_NoValuesException.cls | 1 | 21 | 3 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
402 | /force-app/main/default/classes/Einstein_NoValuesException.cls | 1 | 21 | 3 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
403 | /force-app/main/default/classes/Einstein_NoValuesException.cls | 2 | 12 | 2 | 149 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
403 | /force-app/main/default/classes/Einstein_NoValuesException.cls | 2 | 12 | 2 | 149 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /force-app/main/default/classes/Einstein_NullPointerException.cls | 1 | 21 | 2 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /force-app/main/default/classes/Einstein_NullPointerException.cls | 1 | 21 | 2 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
405 | /force-app/main/default/classes/Einstein_NumberTooBigException.cls | 1 | 21 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
405 | /force-app/main/default/classes/Einstein_NumberTooBigException.cls | 1 | 21 | 8 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
406 | /force-app/main/default/classes/Einstein_NumberTooBigException.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
406 | /force-app/main/default/classes/Einstein_NumberTooBigException.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
407 | /force-app/main/default/classes/Einstein_NumberTooBigException.cls | 5 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
407 | /force-app/main/default/classes/Einstein_NumberTooBigException.cls | 5 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
408 | /force-app/main/default/classes/Einstein_NumberTooSmallException.cls | 1 | 21 | 5 | 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/Einstein_NumberTooSmallException.cls | 1 | 21 | 5 | 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/Einstein_NumberTooSmallException.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
409 | /force-app/main/default/classes/Einstein_NumberTooSmallException.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
410 | /force-app/main/default/classes/Einstein_PlanData.cls | 1 | 21 | 8 | 2 | 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/Einstein_PlanData.cls | 1 | 21 | 8 | 2 | 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/Einstein_PlanData.cls | 3 | 12 | 3 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
411 | /force-app/main/default/classes/Einstein_PlanData.cls | 3 | 12 | 3 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
412 | /force-app/main/default/classes/Einstein_PlanData.cls | 5 | 12 | 5 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
412 | /force-app/main/default/classes/Einstein_PlanData.cls | 5 | 12 | 5 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
413 | /force-app/main/default/classes/Einstein_PlanData.cls | 7 | 12 | 7 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
413 | /force-app/main/default/classes/Einstein_PlanData.cls | 7 | 12 | 7 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
414 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
414 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
415 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Einstein_PlaygroundController' has a total cognitive complexity of 2520 (highest 76), current threshold is 50 |
415 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Einstein_PlaygroundController' has a total cognitive complexity of 2520 (highest 76), current threshold is 50 |
416 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Einstein_PlaygroundController' has a total cyclomatic complexity of 180 (highest 26). |
416 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Einstein_PlaygroundController' has a total cyclomatic complexity of 180 (highest 26). |
417 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class Einstein_PlaygroundController has 35 public methods, attributes, and properties (limit: 20) |
417 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class Einstein_PlaygroundController has 35 public methods, attributes, and properties (limit: 20) |
418 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_PlaygroundController' has a Standard Cyclomatic Complexity of 3 (Highest = 14). |
418 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 1 | 21 | 972 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_PlaygroundController' has a Standard Cyclomatic Complexity of 3 (Highest = 14). |
419 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 7 | 17 | 26 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'setType(String)' has a cognitive complexity of 43, current threshold is 15 |
419 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 7 | 17 | 26 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'setType(String)' has a cognitive complexity of 43, current threshold is 15 |
420 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 28 | 17 | 53 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'setLanguage(String)' has a cognitive complexity of 76, current threshold is 15 |
420 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 28 | 17 | 53 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'setLanguage(String)' has a cognitive complexity of 76, current threshold is 15 |
421 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 28 | 17 | 53 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'setLanguage(String)' has a cyclomatic complexity of 12. |
421 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 28 | 17 | 53 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'setLanguage(String)' has a cyclomatic complexity of 12. |
422 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 28 | 17 | 53 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'setLanguage' has a Standard Cyclomatic Complexity of 12. |
422 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 28 | 17 | 53 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'setLanguage' has a Standard Cyclomatic Complexity of 12. |
423 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 56 | 16 | 58 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
423 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 56 | 16 | 58 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
424 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 61 | 16 | 71 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
424 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 61 | 16 | 71 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
425 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 74 | 16 | 81 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
425 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 74 | 16 | 81 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
426 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 84 | 16 | 91 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
426 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 84 | 16 | 91 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
427 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 94 | 16 | 109 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
427 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 94 | 16 | 109 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
428 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 112 | 16 | 121 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
428 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 112 | 16 | 121 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
429 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 124 | 16 | 139 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
429 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 124 | 16 | 139 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
430 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 136 | 4 | 136 | 19 | 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/Einstein_PlaygroundController.cls | 136 | 4 | 136 | 19 | 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/Einstein_PlaygroundController.cls | 136 | 4 | 136 | 19 | 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/Einstein_PlaygroundController.cls | 136 | 4 | 136 | 19 | 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/Einstein_PlaygroundController.cls | 142 | 16 | 161 | 3 | 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/Einstein_PlaygroundController.cls | 142 | 16 | 161 | 3 | 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/Einstein_PlaygroundController.cls | 164 | 16 | 171 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
433 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 164 | 16 | 171 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
434 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 174 | 16 | 188 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
434 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 174 | 16 | 188 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
435 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 174 | 16 | 188 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
435 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 174 | 16 | 188 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
436 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 191 | 16 | 198 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
436 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 191 | 16 | 198 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
437 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 201 | 16 | 207 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
437 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 201 | 16 | 207 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
438 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 210 | 16 | 216 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
438 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 210 | 16 | 216 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
439 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 219 | 16 | 227 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
439 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 219 | 16 | 227 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
440 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 230 | 16 | 238 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
440 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 230 | 16 | 238 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
441 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 241 | 16 | 249 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
441 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 241 | 16 | 249 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
442 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 252 | 16 | 260 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
442 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 252 | 16 | 260 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
443 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 264 | 16 | 278 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
443 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 264 | 16 | 278 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
444 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 264 | 16 | 278 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
444 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 264 | 16 | 278 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
445 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 281 | 16 | 296 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
445 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 281 | 16 | 296 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
446 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 281 | 16 | 296 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
446 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 281 | 16 | 296 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
447 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 293 | 4 | 293 | 19 | 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 |
447 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 293 | 4 | 293 | 19 | 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 |
448 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 293 | 4 | 293 | 19 | 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. |
448 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 293 | 4 | 293 | 19 | 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. |
449 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 300 | 16 | 308 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
449 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 300 | 16 | 308 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
450 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 311 | 16 | 319 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
450 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 311 | 16 | 319 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
451 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 322 | 16 | 337 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
451 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 322 | 16 | 337 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
452 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 334 | 4 | 334 | 19 | 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 |
452 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 334 | 4 | 334 | 19 | 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 |
453 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 334 | 4 | 334 | 19 | 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. |
453 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 334 | 4 | 334 | 19 | 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. |
454 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 341 | 16 | 366 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
454 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 341 | 16 | 366 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
455 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 370 | 16 | 404 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
455 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 370 | 16 | 404 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
456 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 374 | 49 | 374 | 78 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
456 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 374 | 49 | 374 | 78 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
457 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 407 | 16 | 430 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
457 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 407 | 16 | 430 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
458 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 420 | 18 | 420 | 43 | 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 'CV' doesn't match '[a-z][a-zA-Z0-9]*' |
458 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 420 | 18 | 420 | 43 | 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 'CV' doesn't match '[a-z][a-zA-Z0-9]*' |
459 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 425 | 3 | 425 | 13 | 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 |
459 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 425 | 3 | 425 | 13 | 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 |
460 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 427 | 24 | 427 | 98 | 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 |
460 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 427 | 24 | 427 | 98 | 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 |
461 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 427 | 18 | 427 | 98 | 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 'CV2' doesn't match '[a-z][a-zA-Z0-9]*' |
461 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 427 | 18 | 427 | 98 | 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 'CV2' doesn't match '[a-z][a-zA-Z0-9]*' |
462 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 433 | 16 | 475 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
462 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 433 | 16 | 475 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
463 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 445 | 23 | 445 | 119 | 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 |
463 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 445 | 23 | 445 | 119 | 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 |
464 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 445 | 18 | 445 | 119 | 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 'CV' doesn't match '[a-z][a-zA-Z0-9]*' |
464 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 445 | 18 | 445 | 119 | 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 'CV' doesn't match '[a-z][a-zA-Z0-9]*' |
465 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 447 | 23 | 447 | 53 | 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 'CD' doesn't match '[a-z][a-zA-Z0-9]*' |
465 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 447 | 23 | 447 | 53 | 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 'CD' doesn't match '[a-z][a-zA-Z0-9]*' |
466 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 472 | 3 | 472 | 13 | 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 |
466 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 472 | 3 | 472 | 13 | 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 |
467 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 473 | 29 | 473 | 103 | 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 |
467 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 473 | 29 | 473 | 103 | 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 |
468 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 473 | 23 | 473 | 103 | 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 'CD2' doesn't match '[a-z][a-zA-Z0-9]*' |
468 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 473 | 23 | 473 | 103 | 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 'CD2' doesn't match '[a-z][a-zA-Z0-9]*' |
469 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 478 | 16 | 484 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
469 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 478 | 16 | 484 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
470 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 486 | 16 | 515 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
470 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 486 | 16 | 515 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
471 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 519 | 16 | 546 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
471 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 519 | 16 | 546 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
472 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 519 | 32 | 519 | 46 | 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 'CDIDs' doesn't match '[a-z][a-zA-Z0-9]*' |
472 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 519 | 32 | 519 | 46 | 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 'CDIDs' doesn't match '[a-z][a-zA-Z0-9]*' |
473 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 520 | 35 | 520 | 104 | 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 |
473 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 520 | 35 | 520 | 104 | 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 |
474 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 520 | 29 | 520 | 104 | 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 'CDs' doesn't match '[a-z][a-zA-Z0-9]*' |
474 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 520 | 29 | 520 | 104 | 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 'CDs' doesn't match '[a-z][a-zA-Z0-9]*' |
475 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 533 | 8 | 533 | 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 'CD' doesn't match '[a-z][a-zA-Z0-9]*' |
475 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 533 | 8 | 533 | 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 'CD' doesn't match '[a-z][a-zA-Z0-9]*' |
476 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 545 | 3 | 545 | 14 | 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 |
476 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 545 | 3 | 545 | 14 | 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 |
477 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 549 | 16 | 577 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
477 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 549 | 16 | 577 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
478 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 581 | 16 | 591 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
478 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 581 | 16 | 591 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
479 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 595 | 16 | 716 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
479 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 595 | 16 | 716 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
480 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 595 | 16 | 716 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'validateSetup()' has a cognitive complexity of 20, current threshold is 15 |
480 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 595 | 16 | 716 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'validateSetup()' has a cognitive complexity of 20, current threshold is 15 |
481 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 595 | 16 | 716 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'validateSetup()' has a cyclomatic complexity of 13. |
481 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 595 | 16 | 716 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'validateSetup()' has a cyclomatic complexity of 13. |
482 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 595 | 16 | 716 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'validateSetup()' has an NCSS line count of 46 (limit: 40) |
482 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 595 | 16 | 716 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'validateSetup()' has an NCSS line count of 46 (limit: 40) |
483 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 645 | 29 | 645 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'usage' defined but not used |
483 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 645 | 29 | 645 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'usage' defined but not used |
484 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 646 | 5 | 646 | 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 |
484 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 646 | 5 | 646 | 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 |
485 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 646 | 5 | 646 | 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. |
485 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 646 | 5 | 646 | 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. |
486 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 653 | 6 | 653 | 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 |
486 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 653 | 6 | 653 | 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 |
487 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 653 | 6 | 653 | 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. |
487 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 653 | 6 | 653 | 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. |
488 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 684 | 23 | 684 | 158 | 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 |
488 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 684 | 23 | 684 | 158 | 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 |
489 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 694 | 30 | 694 | 109 | 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 |
489 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 694 | 30 | 694 | 109 | 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 |
490 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 695 | 5 | 695 | 19 | 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 |
490 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 695 | 5 | 695 | 19 | 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 |
491 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 700 | 6 | 700 | 22 | 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 |
491 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 700 | 6 | 700 | 22 | 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 |
492 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 700 | 6 | 700 | 22 | 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 |
492 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 700 | 6 | 700 | 22 | 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 |
493 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 720 | 16 | 767 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
493 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 720 | 16 | 767 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
494 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 756 | 4 | 756 | 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 |
494 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 756 | 4 | 756 | 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 |
495 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 765 | 4 | 765 | 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 |
495 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 765 | 4 | 765 | 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 |
496 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 770 | 16 | 784 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
496 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 770 | 16 | 784 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
497 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 780 | 3 | 780 | 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 |
497 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 780 | 3 | 780 | 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 |
498 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 780 | 3 | 780 | 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. |
498 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 780 | 3 | 780 | 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. |
499 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 782 | 3 | 782 | 19 | 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 |
499 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 782 | 3 | 782 | 19 | 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 |
500 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 783 | 3 | 783 | 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 |
500 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 783 | 3 | 783 | 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 |
501 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 783 | 3 | 783 | 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. |
501 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 783 | 3 | 783 | 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. |
502 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 787 | 16 | 880 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
502 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 787 | 16 | 880 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
503 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 788 | 3 | 788 | 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 |
503 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 788 | 3 | 788 | 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 |
504 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 788 | 3 | 788 | 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. |
504 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 788 | 3 | 788 | 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. |
505 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 803 | 22 | 803 | 126 | 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 |
505 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 803 | 22 | 803 | 126 | 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 |
506 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 805 | 3 | 805 | 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 |
506 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 805 | 3 | 805 | 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 |
507 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 805 | 3 | 805 | 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. |
507 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 805 | 3 | 805 | 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. |
508 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 840 | 5 | 840 | 39 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
508 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 840 | 5 | 840 | 39 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
509 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 840 | 5 | 840 | 39 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
509 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 840 | 5 | 840 | 39 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
510 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 852 | 4 | 852 | 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 |
510 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 852 | 4 | 852 | 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 |
511 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 852 | 4 | 852 | 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. |
511 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 852 | 4 | 852 | 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. |
512 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 860 | 29 | 860 | 84 | 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 |
512 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 860 | 29 | 860 | 84 | 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 |
513 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 861 | 4 | 861 | 18 | 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 |
513 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 861 | 4 | 861 | 18 | 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 |
514 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 866 | 5 | 866 | 15 | 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 |
514 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 866 | 5 | 866 | 15 | 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 |
515 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 866 | 5 | 866 | 15 | 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 |
515 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 866 | 5 | 866 | 15 | 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 |
516 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 867 | 5 | 867 | 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 |
516 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 867 | 5 | 867 | 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 |
517 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 867 | 5 | 867 | 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. |
517 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 867 | 5 | 867 | 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. |
518 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 869 | 5 | 869 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
518 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 869 | 5 | 869 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
519 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 869 | 5 | 869 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
519 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 869 | 5 | 869 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
520 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 877 | 4 | 877 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
520 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 877 | 4 | 877 | 41 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
521 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 877 | 4 | 877 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
521 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 877 | 4 | 877 | 41 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
522 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 889 | 17 | 946 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkAccess(String, AccessLevels, String[])' has a cognitive complexity of 40, current threshold is 15 |
522 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 889 | 17 | 946 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'checkAccess(String, AccessLevels, String[])' has a cognitive complexity of 40, current threshold is 15 |
523 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 889 | 17 | 946 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkAccess(String, AccessLevels, String[])' has a cyclomatic complexity of 26. |
523 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 889 | 17 | 946 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'checkAccess(String, AccessLevels, String[])' has a cyclomatic complexity of 26. |
524 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 889 | 17 | 946 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkAccess()' has an NCSS line count of 55 (limit: 40) |
524 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 889 | 17 | 946 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkAccess()' has an NCSS line count of 55 (limit: 40) |
525 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 889 | 17 | 946 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkAccess' has a Standard Cyclomatic Complexity of 14. |
525 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 889 | 17 | 946 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkAccess' has a Standard Cyclomatic Complexity of 14. |
526 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 950 | 3 | 950 | 62 | pmd | ApexDangerousMethods | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexdangerousmethods | Calling potentially dangerous method |
526 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 950 | 3 | 950 | 62 | pmd | ApexDangerousMethods | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexdangerousmethods | Calling potentially dangerous method |
527 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 950 | 3 | 950 | 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 |
527 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 950 | 3 | 950 | 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 |
528 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 950 | 3 | 950 | 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. |
528 | /force-app/main/default/classes/Einstein_PlaygroundController.cls | 950 | 3 | 950 | 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. |
529 | /force-app/main/default/classes/Einstein_PredictionResult.cls | 2 | 21 | 19 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
529 | /force-app/main/default/classes/Einstein_PredictionResult.cls | 2 | 21 | 19 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
530 | /force-app/main/default/classes/Einstein_PredictionResult.cls | 2 | 21 | 19 | 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 |
530 | /force-app/main/default/classes/Einstein_PredictionResult.cls | 2 | 21 | 19 | 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 |
531 | /force-app/main/default/classes/Einstein_PredictionResult.cls | 5 | 12 | 5 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
531 | /force-app/main/default/classes/Einstein_PredictionResult.cls | 5 | 12 | 5 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
532 | /force-app/main/default/classes/Einstein_PredictionResult.cls | 7 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
532 | /force-app/main/default/classes/Einstein_PredictionResult.cls | 7 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
533 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
533 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
534 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 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 |
534 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 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 |
535 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Einstein_PredictionService' has a total cognitive complexity of 938 (highest 36), current threshold is 50 |
535 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Einstein_PredictionService' has a total cognitive complexity of 938 (highest 36), current threshold is 50 |
536 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Einstein_PredictionService' has a total cyclomatic complexity of 172 (highest 11). |
536 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Einstein_PredictionService' has a total cyclomatic complexity of 172 (highest 11). |
537 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
537 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
538 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class Einstein_PredictionService has 25 public methods, attributes, and properties (limit: 20) |
538 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class Einstein_PredictionService has 25 public methods, attributes, and properties (limit: 20) |
539 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 723 |
539 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 723 |
540 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_PredictionService' has a Standard Cyclomatic Complexity of 3 (Highest = 11). |
540 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1 | 21 | 1428 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Einstein_PredictionService' has a Standard Cyclomatic Complexity of 3 (Highest = 11). |
541 | /force-app/main/default/classes/Einstein_PredictionService.cls | 8 | 24 | 8 | 63 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'BASE_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
541 | /force-app/main/default/classes/Einstein_PredictionService.cls | 8 | 24 | 8 | 63 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'BASE_URL' doesn't match '[a-z][a-zA-Z0-9]*' |
542 | /force-app/main/default/classes/Einstein_PredictionService.cls | 10 | 17 | 10 | 51 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'API_USAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
542 | /force-app/main/default/classes/Einstein_PredictionService.cls | 10 | 17 | 10 | 51 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'API_USAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
543 | /force-app/main/default/classes/Einstein_PredictionService.cls | 11 | 24 | 11 | 59 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'OAUTH2' doesn't match '[a-z][a-zA-Z0-9]*' |
543 | /force-app/main/default/classes/Einstein_PredictionService.cls | 11 | 24 | 11 | 59 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'OAUTH2' doesn't match '[a-z][a-zA-Z0-9]*' |
544 | /force-app/main/default/classes/Einstein_PredictionService.cls | 51 | 9 | 56 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
544 | /force-app/main/default/classes/Einstein_PredictionService.cls | 51 | 9 | 56 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
545 | /force-app/main/default/classes/Einstein_PredictionService.cls | 68 | 9 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
545 | /force-app/main/default/classes/Einstein_PredictionService.cls | 68 | 9 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
546 | /force-app/main/default/classes/Einstein_PredictionService.cls | 82 | 9 | 100 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
546 | /force-app/main/default/classes/Einstein_PredictionService.cls | 82 | 9 | 100 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
547 | /force-app/main/default/classes/Einstein_PredictionService.cls | 83 | 3 | 83 | 140 | 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 |
547 | /force-app/main/default/classes/Einstein_PredictionService.cls | 83 | 3 | 83 | 140 | 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 |
548 | /force-app/main/default/classes/Einstein_PredictionService.cls | 83 | 3 | 83 | 140 | 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. |
548 | /force-app/main/default/classes/Einstein_PredictionService.cls | 83 | 3 | 83 | 140 | 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. |
549 | /force-app/main/default/classes/Einstein_PredictionService.cls | 87 | 3 | 87 | 51 | 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 |
549 | /force-app/main/default/classes/Einstein_PredictionService.cls | 87 | 3 | 87 | 51 | 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 |
550 | /force-app/main/default/classes/Einstein_PredictionService.cls | 87 | 3 | 87 | 51 | 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. |
550 | /force-app/main/default/classes/Einstein_PredictionService.cls | 87 | 3 | 87 | 51 | 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. |
551 | /force-app/main/default/classes/Einstein_PredictionService.cls | 90 | 4 | 90 | 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 |
551 | /force-app/main/default/classes/Einstein_PredictionService.cls | 90 | 4 | 90 | 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 |
552 | /force-app/main/default/classes/Einstein_PredictionService.cls | 90 | 4 | 90 | 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. |
552 | /force-app/main/default/classes/Einstein_PredictionService.cls | 90 | 4 | 90 | 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. |
553 | /force-app/main/default/classes/Einstein_PredictionService.cls | 92 | 3 | 92 | 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 |
553 | /force-app/main/default/classes/Einstein_PredictionService.cls | 92 | 3 | 92 | 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 |
554 | /force-app/main/default/classes/Einstein_PredictionService.cls | 92 | 3 | 92 | 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. |
554 | /force-app/main/default/classes/Einstein_PredictionService.cls | 92 | 3 | 92 | 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. |
555 | /force-app/main/default/classes/Einstein_PredictionService.cls | 95 | 4 | 95 | 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 |
555 | /force-app/main/default/classes/Einstein_PredictionService.cls | 95 | 4 | 95 | 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 |
556 | /force-app/main/default/classes/Einstein_PredictionService.cls | 95 | 4 | 95 | 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. |
556 | /force-app/main/default/classes/Einstein_PredictionService.cls | 95 | 4 | 95 | 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. |
557 | /force-app/main/default/classes/Einstein_PredictionService.cls | 109 | 9 | 127 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
557 | /force-app/main/default/classes/Einstein_PredictionService.cls | 109 | 9 | 127 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
558 | /force-app/main/default/classes/Einstein_PredictionService.cls | 110 | 3 | 110 | 107 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
558 | /force-app/main/default/classes/Einstein_PredictionService.cls | 110 | 3 | 110 | 107 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
559 | /force-app/main/default/classes/Einstein_PredictionService.cls | 110 | 3 | 110 | 107 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
559 | /force-app/main/default/classes/Einstein_PredictionService.cls | 110 | 3 | 110 | 107 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
560 | /force-app/main/default/classes/Einstein_PredictionService.cls | 114 | 3 | 114 | 51 | 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 |
560 | /force-app/main/default/classes/Einstein_PredictionService.cls | 114 | 3 | 114 | 51 | 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 |
561 | /force-app/main/default/classes/Einstein_PredictionService.cls | 114 | 3 | 114 | 51 | 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. |
561 | /force-app/main/default/classes/Einstein_PredictionService.cls | 114 | 3 | 114 | 51 | 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. |
562 | /force-app/main/default/classes/Einstein_PredictionService.cls | 117 | 4 | 117 | 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 |
562 | /force-app/main/default/classes/Einstein_PredictionService.cls | 117 | 4 | 117 | 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 |
563 | /force-app/main/default/classes/Einstein_PredictionService.cls | 117 | 4 | 117 | 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. |
563 | /force-app/main/default/classes/Einstein_PredictionService.cls | 117 | 4 | 117 | 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. |
564 | /force-app/main/default/classes/Einstein_PredictionService.cls | 119 | 3 | 119 | 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 |
564 | /force-app/main/default/classes/Einstein_PredictionService.cls | 119 | 3 | 119 | 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 |
565 | /force-app/main/default/classes/Einstein_PredictionService.cls | 119 | 3 | 119 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
565 | /force-app/main/default/classes/Einstein_PredictionService.cls | 119 | 3 | 119 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
566 | /force-app/main/default/classes/Einstein_PredictionService.cls | 122 | 4 | 122 | 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 |
566 | /force-app/main/default/classes/Einstein_PredictionService.cls | 122 | 4 | 122 | 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 |
567 | /force-app/main/default/classes/Einstein_PredictionService.cls | 122 | 4 | 122 | 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. |
567 | /force-app/main/default/classes/Einstein_PredictionService.cls | 122 | 4 | 122 | 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. |
568 | /force-app/main/default/classes/Einstein_PredictionService.cls | 136 | 9 | 155 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
568 | /force-app/main/default/classes/Einstein_PredictionService.cls | 136 | 9 | 155 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
569 | /force-app/main/default/classes/Einstein_PredictionService.cls | 140 | 3 | 140 | 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 |
569 | /force-app/main/default/classes/Einstein_PredictionService.cls | 140 | 3 | 140 | 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 |
570 | /force-app/main/default/classes/Einstein_PredictionService.cls | 140 | 3 | 140 | 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. |
570 | /force-app/main/default/classes/Einstein_PredictionService.cls | 140 | 3 | 140 | 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. |
571 | /force-app/main/default/classes/Einstein_PredictionService.cls | 142 | 3 | 142 | 51 | 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 |
571 | /force-app/main/default/classes/Einstein_PredictionService.cls | 142 | 3 | 142 | 51 | 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 |
572 | /force-app/main/default/classes/Einstein_PredictionService.cls | 142 | 3 | 142 | 51 | 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. |
572 | /force-app/main/default/classes/Einstein_PredictionService.cls | 142 | 3 | 142 | 51 | 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. |
573 | /force-app/main/default/classes/Einstein_PredictionService.cls | 145 | 4 | 145 | 48 | 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 |
573 | /force-app/main/default/classes/Einstein_PredictionService.cls | 145 | 4 | 145 | 48 | 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 |
574 | /force-app/main/default/classes/Einstein_PredictionService.cls | 145 | 4 | 145 | 48 | 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. |
574 | /force-app/main/default/classes/Einstein_PredictionService.cls | 145 | 4 | 145 | 48 | 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. |
575 | /force-app/main/default/classes/Einstein_PredictionService.cls | 147 | 3 | 147 | 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 |
575 | /force-app/main/default/classes/Einstein_PredictionService.cls | 147 | 3 | 147 | 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 |
576 | /force-app/main/default/classes/Einstein_PredictionService.cls | 147 | 3 | 147 | 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. |
576 | /force-app/main/default/classes/Einstein_PredictionService.cls | 147 | 3 | 147 | 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. |
577 | /force-app/main/default/classes/Einstein_PredictionService.cls | 150 | 4 | 150 | 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 |
577 | /force-app/main/default/classes/Einstein_PredictionService.cls | 150 | 4 | 150 | 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 |
578 | /force-app/main/default/classes/Einstein_PredictionService.cls | 150 | 4 | 150 | 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. |
578 | /force-app/main/default/classes/Einstein_PredictionService.cls | 150 | 4 | 150 | 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. |
579 | /force-app/main/default/classes/Einstein_PredictionService.cls | 162 | 9 | 178 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
579 | /force-app/main/default/classes/Einstein_PredictionService.cls | 162 | 9 | 178 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
580 | /force-app/main/default/classes/Einstein_PredictionService.cls | 185 | 9 | 204 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
580 | /force-app/main/default/classes/Einstein_PredictionService.cls | 185 | 9 | 204 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
581 | /force-app/main/default/classes/Einstein_PredictionService.cls | 217 | 9 | 219 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
581 | /force-app/main/default/classes/Einstein_PredictionService.cls | 217 | 9 | 219 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
582 | /force-app/main/default/classes/Einstein_PredictionService.cls | 221 | 10 | 241 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
582 | /force-app/main/default/classes/Einstein_PredictionService.cls | 221 | 10 | 241 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
583 | /force-app/main/default/classes/Einstein_PredictionService.cls | 222 | 3 | 222 | 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 |
583 | /force-app/main/default/classes/Einstein_PredictionService.cls | 222 | 3 | 222 | 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 |
584 | /force-app/main/default/classes/Einstein_PredictionService.cls | 222 | 3 | 222 | 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. |
584 | /force-app/main/default/classes/Einstein_PredictionService.cls | 222 | 3 | 222 | 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. |
585 | /force-app/main/default/classes/Einstein_PredictionService.cls | 228 | 3 | 228 | 51 | 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 |
585 | /force-app/main/default/classes/Einstein_PredictionService.cls | 228 | 3 | 228 | 51 | 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 |
586 | /force-app/main/default/classes/Einstein_PredictionService.cls | 228 | 3 | 228 | 51 | 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. |
586 | /force-app/main/default/classes/Einstein_PredictionService.cls | 228 | 3 | 228 | 51 | 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. |
587 | /force-app/main/default/classes/Einstein_PredictionService.cls | 231 | 4 | 231 | 48 | 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 |
587 | /force-app/main/default/classes/Einstein_PredictionService.cls | 231 | 4 | 231 | 48 | 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 |
588 | /force-app/main/default/classes/Einstein_PredictionService.cls | 231 | 4 | 231 | 48 | 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. |
588 | /force-app/main/default/classes/Einstein_PredictionService.cls | 231 | 4 | 231 | 48 | 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. |
589 | /force-app/main/default/classes/Einstein_PredictionService.cls | 233 | 3 | 233 | 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 |
589 | /force-app/main/default/classes/Einstein_PredictionService.cls | 233 | 3 | 233 | 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 |
590 | /force-app/main/default/classes/Einstein_PredictionService.cls | 233 | 3 | 233 | 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. |
590 | /force-app/main/default/classes/Einstein_PredictionService.cls | 233 | 3 | 233 | 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. |
591 | /force-app/main/default/classes/Einstein_PredictionService.cls | 236 | 4 | 236 | 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 |
591 | /force-app/main/default/classes/Einstein_PredictionService.cls | 236 | 4 | 236 | 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 |
592 | /force-app/main/default/classes/Einstein_PredictionService.cls | 236 | 4 | 236 | 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. |
592 | /force-app/main/default/classes/Einstein_PredictionService.cls | 236 | 4 | 236 | 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. |
593 | /force-app/main/default/classes/Einstein_PredictionService.cls | 250 | 9 | 266 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
593 | /force-app/main/default/classes/Einstein_PredictionService.cls | 250 | 9 | 266 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
594 | /force-app/main/default/classes/Einstein_PredictionService.cls | 251 | 3 | 251 | 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 |
594 | /force-app/main/default/classes/Einstein_PredictionService.cls | 251 | 3 | 251 | 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 |
595 | /force-app/main/default/classes/Einstein_PredictionService.cls | 251 | 3 | 251 | 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. |
595 | /force-app/main/default/classes/Einstein_PredictionService.cls | 251 | 3 | 251 | 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. |
596 | /force-app/main/default/classes/Einstein_PredictionService.cls | 254 | 3 | 254 | 51 | 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 |
596 | /force-app/main/default/classes/Einstein_PredictionService.cls | 254 | 3 | 254 | 51 | 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 |
597 | /force-app/main/default/classes/Einstein_PredictionService.cls | 254 | 3 | 254 | 51 | 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. |
597 | /force-app/main/default/classes/Einstein_PredictionService.cls | 254 | 3 | 254 | 51 | 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. |
598 | /force-app/main/default/classes/Einstein_PredictionService.cls | 257 | 4 | 257 | 48 | 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 |
598 | /force-app/main/default/classes/Einstein_PredictionService.cls | 257 | 4 | 257 | 48 | 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 |
599 | /force-app/main/default/classes/Einstein_PredictionService.cls | 257 | 4 | 257 | 48 | 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. |
599 | /force-app/main/default/classes/Einstein_PredictionService.cls | 257 | 4 | 257 | 48 | 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. |
600 | /force-app/main/default/classes/Einstein_PredictionService.cls | 259 | 3 | 259 | 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 |
600 | /force-app/main/default/classes/Einstein_PredictionService.cls | 259 | 3 | 259 | 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 |
601 | /force-app/main/default/classes/Einstein_PredictionService.cls | 259 | 3 | 259 | 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. |
601 | /force-app/main/default/classes/Einstein_PredictionService.cls | 259 | 3 | 259 | 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. |
602 | /force-app/main/default/classes/Einstein_PredictionService.cls | 261 | 4 | 261 | 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 |
602 | /force-app/main/default/classes/Einstein_PredictionService.cls | 261 | 4 | 261 | 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 |
603 | /force-app/main/default/classes/Einstein_PredictionService.cls | 261 | 4 | 261 | 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. |
603 | /force-app/main/default/classes/Einstein_PredictionService.cls | 261 | 4 | 261 | 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. |
604 | /force-app/main/default/classes/Einstein_PredictionService.cls | 275 | 9 | 291 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
604 | /force-app/main/default/classes/Einstein_PredictionService.cls | 275 | 9 | 291 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
605 | /force-app/main/default/classes/Einstein_PredictionService.cls | 276 | 3 | 276 | 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 |
605 | /force-app/main/default/classes/Einstein_PredictionService.cls | 276 | 3 | 276 | 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 |
606 | /force-app/main/default/classes/Einstein_PredictionService.cls | 276 | 3 | 276 | 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. |
606 | /force-app/main/default/classes/Einstein_PredictionService.cls | 276 | 3 | 276 | 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. |
607 | /force-app/main/default/classes/Einstein_PredictionService.cls | 279 | 3 | 279 | 51 | 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 |
607 | /force-app/main/default/classes/Einstein_PredictionService.cls | 279 | 3 | 279 | 51 | 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 |
608 | /force-app/main/default/classes/Einstein_PredictionService.cls | 279 | 3 | 279 | 51 | 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. |
608 | /force-app/main/default/classes/Einstein_PredictionService.cls | 279 | 3 | 279 | 51 | 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. |
609 | /force-app/main/default/classes/Einstein_PredictionService.cls | 282 | 4 | 282 | 48 | 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 |
609 | /force-app/main/default/classes/Einstein_PredictionService.cls | 282 | 4 | 282 | 48 | 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 |
610 | /force-app/main/default/classes/Einstein_PredictionService.cls | 282 | 4 | 282 | 48 | 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. |
610 | /force-app/main/default/classes/Einstein_PredictionService.cls | 282 | 4 | 282 | 48 | 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. |
611 | /force-app/main/default/classes/Einstein_PredictionService.cls | 284 | 3 | 284 | 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 |
611 | /force-app/main/default/classes/Einstein_PredictionService.cls | 284 | 3 | 284 | 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 |
612 | /force-app/main/default/classes/Einstein_PredictionService.cls | 284 | 3 | 284 | 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. |
612 | /force-app/main/default/classes/Einstein_PredictionService.cls | 284 | 3 | 284 | 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. |
613 | /force-app/main/default/classes/Einstein_PredictionService.cls | 286 | 4 | 286 | 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 |
613 | /force-app/main/default/classes/Einstein_PredictionService.cls | 286 | 4 | 286 | 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 |
614 | /force-app/main/default/classes/Einstein_PredictionService.cls | 286 | 4 | 286 | 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. |
614 | /force-app/main/default/classes/Einstein_PredictionService.cls | 286 | 4 | 286 | 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. |
615 | /force-app/main/default/classes/Einstein_PredictionService.cls | 306 | 9 | 324 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
615 | /force-app/main/default/classes/Einstein_PredictionService.cls | 306 | 9 | 324 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
616 | /force-app/main/default/classes/Einstein_PredictionService.cls | 306 | 9 | 324 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
616 | /force-app/main/default/classes/Einstein_PredictionService.cls | 306 | 9 | 324 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
617 | /force-app/main/default/classes/Einstein_PredictionService.cls | 307 | 3 | 307 | 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 |
617 | /force-app/main/default/classes/Einstein_PredictionService.cls | 307 | 3 | 307 | 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 |
618 | /force-app/main/default/classes/Einstein_PredictionService.cls | 307 | 3 | 307 | 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. |
618 | /force-app/main/default/classes/Einstein_PredictionService.cls | 307 | 3 | 307 | 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. |
619 | /force-app/main/default/classes/Einstein_PredictionService.cls | 310 | 3 | 310 | 51 | 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 |
619 | /force-app/main/default/classes/Einstein_PredictionService.cls | 310 | 3 | 310 | 51 | 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 |
620 | /force-app/main/default/classes/Einstein_PredictionService.cls | 310 | 3 | 310 | 51 | 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. |
620 | /force-app/main/default/classes/Einstein_PredictionService.cls | 310 | 3 | 310 | 51 | 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. |
621 | /force-app/main/default/classes/Einstein_PredictionService.cls | 314 | 4 | 314 | 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 |
621 | /force-app/main/default/classes/Einstein_PredictionService.cls | 314 | 4 | 314 | 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 |
622 | /force-app/main/default/classes/Einstein_PredictionService.cls | 314 | 4 | 314 | 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. |
622 | /force-app/main/default/classes/Einstein_PredictionService.cls | 314 | 4 | 314 | 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. |
623 | /force-app/main/default/classes/Einstein_PredictionService.cls | 316 | 3 | 316 | 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 |
623 | /force-app/main/default/classes/Einstein_PredictionService.cls | 316 | 3 | 316 | 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 |
624 | /force-app/main/default/classes/Einstein_PredictionService.cls | 316 | 3 | 316 | 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. |
624 | /force-app/main/default/classes/Einstein_PredictionService.cls | 316 | 3 | 316 | 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. |
625 | /force-app/main/default/classes/Einstein_PredictionService.cls | 319 | 4 | 319 | 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 |
625 | /force-app/main/default/classes/Einstein_PredictionService.cls | 319 | 4 | 319 | 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 |
626 | /force-app/main/default/classes/Einstein_PredictionService.cls | 319 | 4 | 319 | 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. |
626 | /force-app/main/default/classes/Einstein_PredictionService.cls | 319 | 4 | 319 | 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. |
627 | /force-app/main/default/classes/Einstein_PredictionService.cls | 335 | 9 | 353 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
627 | /force-app/main/default/classes/Einstein_PredictionService.cls | 335 | 9 | 353 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
628 | /force-app/main/default/classes/Einstein_PredictionService.cls | 336 | 3 | 336 | 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 |
628 | /force-app/main/default/classes/Einstein_PredictionService.cls | 336 | 3 | 336 | 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 |
629 | /force-app/main/default/classes/Einstein_PredictionService.cls | 336 | 3 | 336 | 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. |
629 | /force-app/main/default/classes/Einstein_PredictionService.cls | 336 | 3 | 336 | 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. |
630 | /force-app/main/default/classes/Einstein_PredictionService.cls | 340 | 3 | 340 | 51 | 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 |
630 | /force-app/main/default/classes/Einstein_PredictionService.cls | 340 | 3 | 340 | 51 | 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 |
631 | /force-app/main/default/classes/Einstein_PredictionService.cls | 340 | 3 | 340 | 51 | 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. |
631 | /force-app/main/default/classes/Einstein_PredictionService.cls | 340 | 3 | 340 | 51 | 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. |
632 | /force-app/main/default/classes/Einstein_PredictionService.cls | 343 | 4 | 343 | 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 |
632 | /force-app/main/default/classes/Einstein_PredictionService.cls | 343 | 4 | 343 | 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 |
633 | /force-app/main/default/classes/Einstein_PredictionService.cls | 343 | 4 | 343 | 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. |
633 | /force-app/main/default/classes/Einstein_PredictionService.cls | 343 | 4 | 343 | 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. |
634 | /force-app/main/default/classes/Einstein_PredictionService.cls | 345 | 3 | 345 | 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 |
634 | /force-app/main/default/classes/Einstein_PredictionService.cls | 345 | 3 | 345 | 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 |
635 | /force-app/main/default/classes/Einstein_PredictionService.cls | 345 | 3 | 345 | 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. |
635 | /force-app/main/default/classes/Einstein_PredictionService.cls | 345 | 3 | 345 | 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. |
636 | /force-app/main/default/classes/Einstein_PredictionService.cls | 348 | 4 | 348 | 90 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
636 | /force-app/main/default/classes/Einstein_PredictionService.cls | 348 | 4 | 348 | 90 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
637 | /force-app/main/default/classes/Einstein_PredictionService.cls | 348 | 4 | 348 | 90 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
637 | /force-app/main/default/classes/Einstein_PredictionService.cls | 348 | 4 | 348 | 90 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
638 | /force-app/main/default/classes/Einstein_PredictionService.cls | 368 | 9 | 386 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
638 | /force-app/main/default/classes/Einstein_PredictionService.cls | 368 | 9 | 386 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
639 | /force-app/main/default/classes/Einstein_PredictionService.cls | 368 | 9 | 386 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
639 | /force-app/main/default/classes/Einstein_PredictionService.cls | 368 | 9 | 386 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
640 | /force-app/main/default/classes/Einstein_PredictionService.cls | 369 | 3 | 369 | 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 |
640 | /force-app/main/default/classes/Einstein_PredictionService.cls | 369 | 3 | 369 | 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 |
641 | /force-app/main/default/classes/Einstein_PredictionService.cls | 369 | 3 | 369 | 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. |
641 | /force-app/main/default/classes/Einstein_PredictionService.cls | 369 | 3 | 369 | 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. |
642 | /force-app/main/default/classes/Einstein_PredictionService.cls | 372 | 3 | 372 | 51 | 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 |
642 | /force-app/main/default/classes/Einstein_PredictionService.cls | 372 | 3 | 372 | 51 | 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 |
643 | /force-app/main/default/classes/Einstein_PredictionService.cls | 372 | 3 | 372 | 51 | 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. |
643 | /force-app/main/default/classes/Einstein_PredictionService.cls | 372 | 3 | 372 | 51 | 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. |
644 | /force-app/main/default/classes/Einstein_PredictionService.cls | 376 | 4 | 376 | 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 |
644 | /force-app/main/default/classes/Einstein_PredictionService.cls | 376 | 4 | 376 | 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 |
645 | /force-app/main/default/classes/Einstein_PredictionService.cls | 376 | 4 | 376 | 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. |
645 | /force-app/main/default/classes/Einstein_PredictionService.cls | 376 | 4 | 376 | 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. |
646 | /force-app/main/default/classes/Einstein_PredictionService.cls | 378 | 3 | 378 | 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 |
646 | /force-app/main/default/classes/Einstein_PredictionService.cls | 378 | 3 | 378 | 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 |
647 | /force-app/main/default/classes/Einstein_PredictionService.cls | 378 | 3 | 378 | 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. |
647 | /force-app/main/default/classes/Einstein_PredictionService.cls | 378 | 3 | 378 | 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. |
648 | /force-app/main/default/classes/Einstein_PredictionService.cls | 381 | 4 | 381 | 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 |
648 | /force-app/main/default/classes/Einstein_PredictionService.cls | 381 | 4 | 381 | 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 |
649 | /force-app/main/default/classes/Einstein_PredictionService.cls | 381 | 4 | 381 | 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. |
649 | /force-app/main/default/classes/Einstein_PredictionService.cls | 381 | 4 | 381 | 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. |
650 | /force-app/main/default/classes/Einstein_PredictionService.cls | 401 | 9 | 419 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
650 | /force-app/main/default/classes/Einstein_PredictionService.cls | 401 | 9 | 419 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
651 | /force-app/main/default/classes/Einstein_PredictionService.cls | 401 | 9 | 419 | 3 | 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 |
651 | /force-app/main/default/classes/Einstein_PredictionService.cls | 401 | 9 | 419 | 3 | 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 |
652 | /force-app/main/default/classes/Einstein_PredictionService.cls | 402 | 3 | 402 | 72 | 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 |
652 | /force-app/main/default/classes/Einstein_PredictionService.cls | 402 | 3 | 402 | 72 | 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 |
653 | /force-app/main/default/classes/Einstein_PredictionService.cls | 402 | 3 | 402 | 72 | 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. |
653 | /force-app/main/default/classes/Einstein_PredictionService.cls | 402 | 3 | 402 | 72 | 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. |
654 | /force-app/main/default/classes/Einstein_PredictionService.cls | 405 | 3 | 405 | 51 | 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 |
654 | /force-app/main/default/classes/Einstein_PredictionService.cls | 405 | 3 | 405 | 51 | 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 |
655 | /force-app/main/default/classes/Einstein_PredictionService.cls | 405 | 3 | 405 | 51 | 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. |
655 | /force-app/main/default/classes/Einstein_PredictionService.cls | 405 | 3 | 405 | 51 | 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. |
656 | /force-app/main/default/classes/Einstein_PredictionService.cls | 409 | 4 | 409 | 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 |
656 | /force-app/main/default/classes/Einstein_PredictionService.cls | 409 | 4 | 409 | 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 |
657 | /force-app/main/default/classes/Einstein_PredictionService.cls | 409 | 4 | 409 | 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. |
657 | /force-app/main/default/classes/Einstein_PredictionService.cls | 409 | 4 | 409 | 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. |
658 | /force-app/main/default/classes/Einstein_PredictionService.cls | 411 | 3 | 411 | 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 |
658 | /force-app/main/default/classes/Einstein_PredictionService.cls | 411 | 3 | 411 | 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 |
659 | /force-app/main/default/classes/Einstein_PredictionService.cls | 411 | 3 | 411 | 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. |
659 | /force-app/main/default/classes/Einstein_PredictionService.cls | 411 | 3 | 411 | 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. |
660 | /force-app/main/default/classes/Einstein_PredictionService.cls | 414 | 4 | 414 | 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 |
660 | /force-app/main/default/classes/Einstein_PredictionService.cls | 414 | 4 | 414 | 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 |
661 | /force-app/main/default/classes/Einstein_PredictionService.cls | 414 | 4 | 414 | 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. |
661 | /force-app/main/default/classes/Einstein_PredictionService.cls | 414 | 4 | 414 | 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. |
662 | /force-app/main/default/classes/Einstein_PredictionService.cls | 428 | 9 | 445 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
662 | /force-app/main/default/classes/Einstein_PredictionService.cls | 428 | 9 | 445 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
663 | /force-app/main/default/classes/Einstein_PredictionService.cls | 460 | 9 | 476 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
663 | /force-app/main/default/classes/Einstein_PredictionService.cls | 460 | 9 | 476 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
664 | /force-app/main/default/classes/Einstein_PredictionService.cls | 460 | 9 | 476 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
664 | /force-app/main/default/classes/Einstein_PredictionService.cls | 460 | 9 | 476 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
665 | /force-app/main/default/classes/Einstein_PredictionService.cls | 461 | 3 | 461 | 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 |
665 | /force-app/main/default/classes/Einstein_PredictionService.cls | 461 | 3 | 461 | 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 |
666 | /force-app/main/default/classes/Einstein_PredictionService.cls | 461 | 3 | 461 | 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. |
666 | /force-app/main/default/classes/Einstein_PredictionService.cls | 461 | 3 | 461 | 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. |
667 | /force-app/main/default/classes/Einstein_PredictionService.cls | 463 | 3 | 463 | 51 | 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 |
667 | /force-app/main/default/classes/Einstein_PredictionService.cls | 463 | 3 | 463 | 51 | 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 |
668 | /force-app/main/default/classes/Einstein_PredictionService.cls | 463 | 3 | 463 | 51 | 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. |
668 | /force-app/main/default/classes/Einstein_PredictionService.cls | 463 | 3 | 463 | 51 | 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. |
669 | /force-app/main/default/classes/Einstein_PredictionService.cls | 466 | 4 | 466 | 48 | 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 |
669 | /force-app/main/default/classes/Einstein_PredictionService.cls | 466 | 4 | 466 | 48 | 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 |
670 | /force-app/main/default/classes/Einstein_PredictionService.cls | 466 | 4 | 466 | 48 | 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. |
670 | /force-app/main/default/classes/Einstein_PredictionService.cls | 466 | 4 | 466 | 48 | 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. |
671 | /force-app/main/default/classes/Einstein_PredictionService.cls | 468 | 3 | 468 | 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 |
671 | /force-app/main/default/classes/Einstein_PredictionService.cls | 468 | 3 | 468 | 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 |
672 | /force-app/main/default/classes/Einstein_PredictionService.cls | 468 | 3 | 468 | 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. |
672 | /force-app/main/default/classes/Einstein_PredictionService.cls | 468 | 3 | 468 | 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. |
673 | /force-app/main/default/classes/Einstein_PredictionService.cls | 471 | 4 | 471 | 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 |
673 | /force-app/main/default/classes/Einstein_PredictionService.cls | 471 | 4 | 471 | 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 |
674 | /force-app/main/default/classes/Einstein_PredictionService.cls | 471 | 4 | 471 | 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. |
674 | /force-app/main/default/classes/Einstein_PredictionService.cls | 471 | 4 | 471 | 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. |
675 | /force-app/main/default/classes/Einstein_PredictionService.cls | 495 | 9 | 497 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
675 | /force-app/main/default/classes/Einstein_PredictionService.cls | 495 | 9 | 497 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
676 | /force-app/main/default/classes/Einstein_PredictionService.cls | 495 | 9 | 497 | 3 | 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 |
676 | /force-app/main/default/classes/Einstein_PredictionService.cls | 495 | 9 | 497 | 3 | 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 |
677 | /force-app/main/default/classes/Einstein_PredictionService.cls | 495 | 9 | 497 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
677 | /force-app/main/default/classes/Einstein_PredictionService.cls | 495 | 9 | 497 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
678 | /force-app/main/default/classes/Einstein_PredictionService.cls | 499 | 9 | 516 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
678 | /force-app/main/default/classes/Einstein_PredictionService.cls | 499 | 9 | 516 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
679 | /force-app/main/default/classes/Einstein_PredictionService.cls | 499 | 9 | 516 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
679 | /force-app/main/default/classes/Einstein_PredictionService.cls | 499 | 9 | 516 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
680 | /force-app/main/default/classes/Einstein_PredictionService.cls | 500 | 3 | 500 | 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 |
680 | /force-app/main/default/classes/Einstein_PredictionService.cls | 500 | 3 | 500 | 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 |
681 | /force-app/main/default/classes/Einstein_PredictionService.cls | 500 | 3 | 500 | 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. |
681 | /force-app/main/default/classes/Einstein_PredictionService.cls | 500 | 3 | 500 | 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. |
682 | /force-app/main/default/classes/Einstein_PredictionService.cls | 503 | 3 | 503 | 51 | 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 |
682 | /force-app/main/default/classes/Einstein_PredictionService.cls | 503 | 3 | 503 | 51 | 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 |
683 | /force-app/main/default/classes/Einstein_PredictionService.cls | 503 | 3 | 503 | 51 | 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. |
683 | /force-app/main/default/classes/Einstein_PredictionService.cls | 503 | 3 | 503 | 51 | 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. |
684 | /force-app/main/default/classes/Einstein_PredictionService.cls | 506 | 4 | 506 | 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 |
684 | /force-app/main/default/classes/Einstein_PredictionService.cls | 506 | 4 | 506 | 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 |
685 | /force-app/main/default/classes/Einstein_PredictionService.cls | 506 | 4 | 506 | 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. |
685 | /force-app/main/default/classes/Einstein_PredictionService.cls | 506 | 4 | 506 | 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. |
686 | /force-app/main/default/classes/Einstein_PredictionService.cls | 508 | 3 | 508 | 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 |
686 | /force-app/main/default/classes/Einstein_PredictionService.cls | 508 | 3 | 508 | 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 |
687 | /force-app/main/default/classes/Einstein_PredictionService.cls | 508 | 3 | 508 | 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. |
687 | /force-app/main/default/classes/Einstein_PredictionService.cls | 508 | 3 | 508 | 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. |
688 | /force-app/main/default/classes/Einstein_PredictionService.cls | 511 | 4 | 511 | 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 |
688 | /force-app/main/default/classes/Einstein_PredictionService.cls | 511 | 4 | 511 | 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 |
689 | /force-app/main/default/classes/Einstein_PredictionService.cls | 511 | 4 | 511 | 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. |
689 | /force-app/main/default/classes/Einstein_PredictionService.cls | 511 | 4 | 511 | 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. |
690 | /force-app/main/default/classes/Einstein_PredictionService.cls | 534 | 9 | 536 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
690 | /force-app/main/default/classes/Einstein_PredictionService.cls | 534 | 9 | 536 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
691 | /force-app/main/default/classes/Einstein_PredictionService.cls | 534 | 9 | 536 | 3 | 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 |
691 | /force-app/main/default/classes/Einstein_PredictionService.cls | 534 | 9 | 536 | 3 | 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 |
692 | /force-app/main/default/classes/Einstein_PredictionService.cls | 534 | 9 | 536 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
692 | /force-app/main/default/classes/Einstein_PredictionService.cls | 534 | 9 | 536 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
693 | /force-app/main/default/classes/Einstein_PredictionService.cls | 538 | 9 | 555 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
693 | /force-app/main/default/classes/Einstein_PredictionService.cls | 538 | 9 | 555 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
694 | /force-app/main/default/classes/Einstein_PredictionService.cls | 538 | 9 | 555 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
694 | /force-app/main/default/classes/Einstein_PredictionService.cls | 538 | 9 | 555 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
695 | /force-app/main/default/classes/Einstein_PredictionService.cls | 539 | 3 | 539 | 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 |
695 | /force-app/main/default/classes/Einstein_PredictionService.cls | 539 | 3 | 539 | 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 |
696 | /force-app/main/default/classes/Einstein_PredictionService.cls | 539 | 3 | 539 | 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. |
696 | /force-app/main/default/classes/Einstein_PredictionService.cls | 539 | 3 | 539 | 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. |
697 | /force-app/main/default/classes/Einstein_PredictionService.cls | 542 | 3 | 542 | 51 | 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 |
697 | /force-app/main/default/classes/Einstein_PredictionService.cls | 542 | 3 | 542 | 51 | 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 |
698 | /force-app/main/default/classes/Einstein_PredictionService.cls | 542 | 3 | 542 | 51 | 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. |
698 | /force-app/main/default/classes/Einstein_PredictionService.cls | 542 | 3 | 542 | 51 | 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. |
699 | /force-app/main/default/classes/Einstein_PredictionService.cls | 545 | 4 | 545 | 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 |
699 | /force-app/main/default/classes/Einstein_PredictionService.cls | 545 | 4 | 545 | 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 |
700 | /force-app/main/default/classes/Einstein_PredictionService.cls | 545 | 4 | 545 | 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. |
700 | /force-app/main/default/classes/Einstein_PredictionService.cls | 545 | 4 | 545 | 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. |
701 | /force-app/main/default/classes/Einstein_PredictionService.cls | 547 | 3 | 547 | 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 |
701 | /force-app/main/default/classes/Einstein_PredictionService.cls | 547 | 3 | 547 | 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 |
702 | /force-app/main/default/classes/Einstein_PredictionService.cls | 547 | 3 | 547 | 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. |
702 | /force-app/main/default/classes/Einstein_PredictionService.cls | 547 | 3 | 547 | 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. |
703 | /force-app/main/default/classes/Einstein_PredictionService.cls | 550 | 4 | 550 | 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 |
703 | /force-app/main/default/classes/Einstein_PredictionService.cls | 550 | 4 | 550 | 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 |
704 | /force-app/main/default/classes/Einstein_PredictionService.cls | 550 | 4 | 550 | 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. |
704 | /force-app/main/default/classes/Einstein_PredictionService.cls | 550 | 4 | 550 | 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. |
705 | /force-app/main/default/classes/Einstein_PredictionService.cls | 564 | 9 | 580 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
705 | /force-app/main/default/classes/Einstein_PredictionService.cls | 564 | 9 | 580 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
706 | /force-app/main/default/classes/Einstein_PredictionService.cls | 565 | 3 | 565 | 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 |
706 | /force-app/main/default/classes/Einstein_PredictionService.cls | 565 | 3 | 565 | 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 |
707 | /force-app/main/default/classes/Einstein_PredictionService.cls | 565 | 3 | 565 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
707 | /force-app/main/default/classes/Einstein_PredictionService.cls | 565 | 3 | 565 | 67 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
708 | /force-app/main/default/classes/Einstein_PredictionService.cls | 567 | 3 | 567 | 51 | 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 |
708 | /force-app/main/default/classes/Einstein_PredictionService.cls | 567 | 3 | 567 | 51 | 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 |
709 | /force-app/main/default/classes/Einstein_PredictionService.cls | 567 | 3 | 567 | 51 | 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. |
709 | /force-app/main/default/classes/Einstein_PredictionService.cls | 567 | 3 | 567 | 51 | 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. |
710 | /force-app/main/default/classes/Einstein_PredictionService.cls | 570 | 4 | 570 | 48 | 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 |
710 | /force-app/main/default/classes/Einstein_PredictionService.cls | 570 | 4 | 570 | 48 | 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 |
711 | /force-app/main/default/classes/Einstein_PredictionService.cls | 570 | 4 | 570 | 48 | 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. |
711 | /force-app/main/default/classes/Einstein_PredictionService.cls | 570 | 4 | 570 | 48 | 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. |
712 | /force-app/main/default/classes/Einstein_PredictionService.cls | 572 | 3 | 572 | 51 | 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 |
712 | /force-app/main/default/classes/Einstein_PredictionService.cls | 572 | 3 | 572 | 51 | 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 |
713 | /force-app/main/default/classes/Einstein_PredictionService.cls | 572 | 3 | 572 | 51 | 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. |
713 | /force-app/main/default/classes/Einstein_PredictionService.cls | 572 | 3 | 572 | 51 | 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. |
714 | /force-app/main/default/classes/Einstein_PredictionService.cls | 575 | 4 | 575 | 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 |
714 | /force-app/main/default/classes/Einstein_PredictionService.cls | 575 | 4 | 575 | 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 |
715 | /force-app/main/default/classes/Einstein_PredictionService.cls | 575 | 4 | 575 | 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. |
715 | /force-app/main/default/classes/Einstein_PredictionService.cls | 575 | 4 | 575 | 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. |
716 | /force-app/main/default/classes/Einstein_PredictionService.cls | 604 | 9 | 681 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
716 | /force-app/main/default/classes/Einstein_PredictionService.cls | 604 | 9 | 681 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
717 | /force-app/main/default/classes/Einstein_PredictionService.cls | 604 | 9 | 681 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getModelLearningCurve(String)' has a cognitive complexity of 36, current threshold is 15 |
717 | /force-app/main/default/classes/Einstein_PredictionService.cls | 604 | 9 | 681 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getModelLearningCurve(String)' has a cognitive complexity of 36, current threshold is 15 |
718 | /force-app/main/default/classes/Einstein_PredictionService.cls | 604 | 9 | 681 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getModelLearningCurve()' has an NCSS line count of 40 (limit: 40) |
718 | /force-app/main/default/classes/Einstein_PredictionService.cls | 604 | 9 | 681 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getModelLearningCurve()' has an NCSS line count of 40 (limit: 40) |
719 | /force-app/main/default/classes/Einstein_PredictionService.cls | 624 | 3 | 624 | 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 |
719 | /force-app/main/default/classes/Einstein_PredictionService.cls | 624 | 3 | 624 | 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 |
720 | /force-app/main/default/classes/Einstein_PredictionService.cls | 624 | 3 | 624 | 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. |
720 | /force-app/main/default/classes/Einstein_PredictionService.cls | 624 | 3 | 624 | 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. |
721 | /force-app/main/default/classes/Einstein_PredictionService.cls | 630 | 5 | 630 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
721 | /force-app/main/default/classes/Einstein_PredictionService.cls | 630 | 5 | 630 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
722 | /force-app/main/default/classes/Einstein_PredictionService.cls | 630 | 5 | 630 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
722 | /force-app/main/default/classes/Einstein_PredictionService.cls | 630 | 5 | 630 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
723 | /force-app/main/default/classes/Einstein_PredictionService.cls | 649 | 5 | 649 | 36 | 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 |
723 | /force-app/main/default/classes/Einstein_PredictionService.cls | 649 | 5 | 649 | 36 | 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 |
724 | /force-app/main/default/classes/Einstein_PredictionService.cls | 649 | 5 | 649 | 36 | 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. |
724 | /force-app/main/default/classes/Einstein_PredictionService.cls | 649 | 5 | 649 | 36 | 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. |
725 | /force-app/main/default/classes/Einstein_PredictionService.cls | 657 | 5 | 657 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
725 | /force-app/main/default/classes/Einstein_PredictionService.cls | 657 | 5 | 657 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
726 | /force-app/main/default/classes/Einstein_PredictionService.cls | 657 | 5 | 657 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
726 | /force-app/main/default/classes/Einstein_PredictionService.cls | 657 | 5 | 657 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
727 | /force-app/main/default/classes/Einstein_PredictionService.cls | 665 | 14 | 665 | 59 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newEndArrayIndex' defined but not used |
727 | /force-app/main/default/classes/Einstein_PredictionService.cls | 665 | 14 | 665 | 59 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newEndArrayIndex' defined but not used |
728 | /force-app/main/default/classes/Einstein_PredictionService.cls | 670 | 5 | 670 | 36 | 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 |
728 | /force-app/main/default/classes/Einstein_PredictionService.cls | 670 | 5 | 670 | 36 | 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 |
729 | /force-app/main/default/classes/Einstein_PredictionService.cls | 670 | 5 | 670 | 36 | 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. |
729 | /force-app/main/default/classes/Einstein_PredictionService.cls | 670 | 5 | 670 | 36 | 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. |
730 | /force-app/main/default/classes/Einstein_PredictionService.cls | 679 | 3 | 679 | 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 |
730 | /force-app/main/default/classes/Einstein_PredictionService.cls | 679 | 3 | 679 | 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 |
731 | /force-app/main/default/classes/Einstein_PredictionService.cls | 679 | 3 | 679 | 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. |
731 | /force-app/main/default/classes/Einstein_PredictionService.cls | 679 | 3 | 679 | 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. |
732 | /force-app/main/default/classes/Einstein_PredictionService.cls | 684 | 9 | 701 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
732 | /force-app/main/default/classes/Einstein_PredictionService.cls | 684 | 9 | 701 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
733 | /force-app/main/default/classes/Einstein_PredictionService.cls | 685 | 3 | 685 | 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 |
733 | /force-app/main/default/classes/Einstein_PredictionService.cls | 685 | 3 | 685 | 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 |
734 | /force-app/main/default/classes/Einstein_PredictionService.cls | 685 | 3 | 685 | 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. |
734 | /force-app/main/default/classes/Einstein_PredictionService.cls | 685 | 3 | 685 | 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. |
735 | /force-app/main/default/classes/Einstein_PredictionService.cls | 687 | 3 | 687 | 51 | 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 |
735 | /force-app/main/default/classes/Einstein_PredictionService.cls | 687 | 3 | 687 | 51 | 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 |
736 | /force-app/main/default/classes/Einstein_PredictionService.cls | 687 | 3 | 687 | 51 | 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. |
736 | /force-app/main/default/classes/Einstein_PredictionService.cls | 687 | 3 | 687 | 51 | 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. |
737 | /force-app/main/default/classes/Einstein_PredictionService.cls | 690 | 4 | 690 | 48 | 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 |
737 | /force-app/main/default/classes/Einstein_PredictionService.cls | 690 | 4 | 690 | 48 | 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 |
738 | /force-app/main/default/classes/Einstein_PredictionService.cls | 690 | 4 | 690 | 48 | 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. |
738 | /force-app/main/default/classes/Einstein_PredictionService.cls | 690 | 4 | 690 | 48 | 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. |
739 | /force-app/main/default/classes/Einstein_PredictionService.cls | 692 | 3 | 692 | 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 |
739 | /force-app/main/default/classes/Einstein_PredictionService.cls | 692 | 3 | 692 | 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 |
740 | /force-app/main/default/classes/Einstein_PredictionService.cls | 692 | 3 | 692 | 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. |
740 | /force-app/main/default/classes/Einstein_PredictionService.cls | 692 | 3 | 692 | 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. |
741 | /force-app/main/default/classes/Einstein_PredictionService.cls | 695 | 4 | 695 | 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 |
741 | /force-app/main/default/classes/Einstein_PredictionService.cls | 695 | 4 | 695 | 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 |
742 | /force-app/main/default/classes/Einstein_PredictionService.cls | 695 | 4 | 695 | 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. |
742 | /force-app/main/default/classes/Einstein_PredictionService.cls | 695 | 4 | 695 | 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. |
743 | /force-app/main/default/classes/Einstein_PredictionService.cls | 696 | 4 | 696 | 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 |
743 | /force-app/main/default/classes/Einstein_PredictionService.cls | 696 | 4 | 696 | 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 |
744 | /force-app/main/default/classes/Einstein_PredictionService.cls | 696 | 4 | 696 | 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. |
744 | /force-app/main/default/classes/Einstein_PredictionService.cls | 696 | 4 | 696 | 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. |
745 | /force-app/main/default/classes/Einstein_PredictionService.cls | 710 | 9 | 727 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
745 | /force-app/main/default/classes/Einstein_PredictionService.cls | 710 | 9 | 727 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
746 | /force-app/main/default/classes/Einstein_PredictionService.cls | 711 | 3 | 711 | 74 | 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 |
746 | /force-app/main/default/classes/Einstein_PredictionService.cls | 711 | 3 | 711 | 74 | 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 |
747 | /force-app/main/default/classes/Einstein_PredictionService.cls | 711 | 3 | 711 | 74 | 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. |
747 | /force-app/main/default/classes/Einstein_PredictionService.cls | 711 | 3 | 711 | 74 | 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. |
748 | /force-app/main/default/classes/Einstein_PredictionService.cls | 713 | 3 | 713 | 51 | 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 |
748 | /force-app/main/default/classes/Einstein_PredictionService.cls | 713 | 3 | 713 | 51 | 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 |
749 | /force-app/main/default/classes/Einstein_PredictionService.cls | 713 | 3 | 713 | 51 | 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. |
749 | /force-app/main/default/classes/Einstein_PredictionService.cls | 713 | 3 | 713 | 51 | 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. |
750 | /force-app/main/default/classes/Einstein_PredictionService.cls | 716 | 4 | 716 | 48 | 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 |
750 | /force-app/main/default/classes/Einstein_PredictionService.cls | 716 | 4 | 716 | 48 | 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 |
751 | /force-app/main/default/classes/Einstein_PredictionService.cls | 716 | 4 | 716 | 48 | 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. |
751 | /force-app/main/default/classes/Einstein_PredictionService.cls | 716 | 4 | 716 | 48 | 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. |
752 | /force-app/main/default/classes/Einstein_PredictionService.cls | 718 | 3 | 718 | 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 |
752 | /force-app/main/default/classes/Einstein_PredictionService.cls | 718 | 3 | 718 | 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 |
753 | /force-app/main/default/classes/Einstein_PredictionService.cls | 718 | 3 | 718 | 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. |
753 | /force-app/main/default/classes/Einstein_PredictionService.cls | 718 | 3 | 718 | 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. |
754 | /force-app/main/default/classes/Einstein_PredictionService.cls | 720 | 4 | 720 | 24 | 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 |
754 | /force-app/main/default/classes/Einstein_PredictionService.cls | 720 | 4 | 720 | 24 | 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 |
755 | /force-app/main/default/classes/Einstein_PredictionService.cls | 720 | 4 | 720 | 24 | 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. |
755 | /force-app/main/default/classes/Einstein_PredictionService.cls | 720 | 4 | 720 | 24 | 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. |
756 | /force-app/main/default/classes/Einstein_PredictionService.cls | 722 | 4 | 722 | 48 | 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 |
756 | /force-app/main/default/classes/Einstein_PredictionService.cls | 722 | 4 | 722 | 48 | 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 |
757 | /force-app/main/default/classes/Einstein_PredictionService.cls | 722 | 4 | 722 | 48 | 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. |
757 | /force-app/main/default/classes/Einstein_PredictionService.cls | 722 | 4 | 722 | 48 | 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. |
758 | /force-app/main/default/classes/Einstein_PredictionService.cls | 736 | 9 | 752 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
758 | /force-app/main/default/classes/Einstein_PredictionService.cls | 736 | 9 | 752 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
759 | /force-app/main/default/classes/Einstein_PredictionService.cls | 737 | 3 | 737 | 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 |
759 | /force-app/main/default/classes/Einstein_PredictionService.cls | 737 | 3 | 737 | 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 |
760 | /force-app/main/default/classes/Einstein_PredictionService.cls | 737 | 3 | 737 | 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. |
760 | /force-app/main/default/classes/Einstein_PredictionService.cls | 737 | 3 | 737 | 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. |
761 | /force-app/main/default/classes/Einstein_PredictionService.cls | 739 | 3 | 739 | 51 | 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 |
761 | /force-app/main/default/classes/Einstein_PredictionService.cls | 739 | 3 | 739 | 51 | 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 |
762 | /force-app/main/default/classes/Einstein_PredictionService.cls | 739 | 3 | 739 | 51 | 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. |
762 | /force-app/main/default/classes/Einstein_PredictionService.cls | 739 | 3 | 739 | 51 | 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. |
763 | /force-app/main/default/classes/Einstein_PredictionService.cls | 742 | 4 | 742 | 48 | 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 |
763 | /force-app/main/default/classes/Einstein_PredictionService.cls | 742 | 4 | 742 | 48 | 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 |
764 | /force-app/main/default/classes/Einstein_PredictionService.cls | 742 | 4 | 742 | 48 | 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. |
764 | /force-app/main/default/classes/Einstein_PredictionService.cls | 742 | 4 | 742 | 48 | 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. |
765 | /force-app/main/default/classes/Einstein_PredictionService.cls | 744 | 3 | 744 | 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 |
765 | /force-app/main/default/classes/Einstein_PredictionService.cls | 744 | 3 | 744 | 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 |
766 | /force-app/main/default/classes/Einstein_PredictionService.cls | 744 | 3 | 744 | 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. |
766 | /force-app/main/default/classes/Einstein_PredictionService.cls | 744 | 3 | 744 | 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. |
767 | /force-app/main/default/classes/Einstein_PredictionService.cls | 747 | 4 | 747 | 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 |
767 | /force-app/main/default/classes/Einstein_PredictionService.cls | 747 | 4 | 747 | 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 |
768 | /force-app/main/default/classes/Einstein_PredictionService.cls | 747 | 4 | 747 | 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. |
768 | /force-app/main/default/classes/Einstein_PredictionService.cls | 747 | 4 | 747 | 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. |
769 | /force-app/main/default/classes/Einstein_PredictionService.cls | 767 | 9 | 784 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
769 | /force-app/main/default/classes/Einstein_PredictionService.cls | 767 | 9 | 784 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
770 | /force-app/main/default/classes/Einstein_PredictionService.cls | 767 | 9 | 784 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
770 | /force-app/main/default/classes/Einstein_PredictionService.cls | 767 | 9 | 784 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
771 | /force-app/main/default/classes/Einstein_PredictionService.cls | 768 | 3 | 768 | 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 |
771 | /force-app/main/default/classes/Einstein_PredictionService.cls | 768 | 3 | 768 | 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 |
772 | /force-app/main/default/classes/Einstein_PredictionService.cls | 768 | 3 | 768 | 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. |
772 | /force-app/main/default/classes/Einstein_PredictionService.cls | 768 | 3 | 768 | 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. |
773 | /force-app/main/default/classes/Einstein_PredictionService.cls | 771 | 3 | 771 | 51 | 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 |
773 | /force-app/main/default/classes/Einstein_PredictionService.cls | 771 | 3 | 771 | 51 | 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 |
774 | /force-app/main/default/classes/Einstein_PredictionService.cls | 771 | 3 | 771 | 51 | 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. |
774 | /force-app/main/default/classes/Einstein_PredictionService.cls | 771 | 3 | 771 | 51 | 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. |
775 | /force-app/main/default/classes/Einstein_PredictionService.cls | 774 | 4 | 774 | 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 |
775 | /force-app/main/default/classes/Einstein_PredictionService.cls | 774 | 4 | 774 | 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 |
776 | /force-app/main/default/classes/Einstein_PredictionService.cls | 774 | 4 | 774 | 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. |
776 | /force-app/main/default/classes/Einstein_PredictionService.cls | 774 | 4 | 774 | 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. |
777 | /force-app/main/default/classes/Einstein_PredictionService.cls | 776 | 3 | 776 | 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 |
777 | /force-app/main/default/classes/Einstein_PredictionService.cls | 776 | 3 | 776 | 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 |
778 | /force-app/main/default/classes/Einstein_PredictionService.cls | 776 | 3 | 776 | 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. |
778 | /force-app/main/default/classes/Einstein_PredictionService.cls | 776 | 3 | 776 | 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. |
779 | /force-app/main/default/classes/Einstein_PredictionService.cls | 779 | 4 | 779 | 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 |
779 | /force-app/main/default/classes/Einstein_PredictionService.cls | 779 | 4 | 779 | 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 |
780 | /force-app/main/default/classes/Einstein_PredictionService.cls | 779 | 4 | 779 | 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. |
780 | /force-app/main/default/classes/Einstein_PredictionService.cls | 779 | 4 | 779 | 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. |
781 | /force-app/main/default/classes/Einstein_PredictionService.cls | 799 | 9 | 816 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
781 | /force-app/main/default/classes/Einstein_PredictionService.cls | 799 | 9 | 816 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
782 | /force-app/main/default/classes/Einstein_PredictionService.cls | 799 | 9 | 816 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
782 | /force-app/main/default/classes/Einstein_PredictionService.cls | 799 | 9 | 816 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
783 | /force-app/main/default/classes/Einstein_PredictionService.cls | 800 | 3 | 800 | 72 | 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 |
783 | /force-app/main/default/classes/Einstein_PredictionService.cls | 800 | 3 | 800 | 72 | 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 |
784 | /force-app/main/default/classes/Einstein_PredictionService.cls | 800 | 3 | 800 | 72 | 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. |
784 | /force-app/main/default/classes/Einstein_PredictionService.cls | 800 | 3 | 800 | 72 | 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. |
785 | /force-app/main/default/classes/Einstein_PredictionService.cls | 803 | 3 | 803 | 51 | 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 |
785 | /force-app/main/default/classes/Einstein_PredictionService.cls | 803 | 3 | 803 | 51 | 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 |
786 | /force-app/main/default/classes/Einstein_PredictionService.cls | 803 | 3 | 803 | 51 | 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. |
786 | /force-app/main/default/classes/Einstein_PredictionService.cls | 803 | 3 | 803 | 51 | 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. |
787 | /force-app/main/default/classes/Einstein_PredictionService.cls | 806 | 4 | 806 | 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 |
787 | /force-app/main/default/classes/Einstein_PredictionService.cls | 806 | 4 | 806 | 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 |
788 | /force-app/main/default/classes/Einstein_PredictionService.cls | 806 | 4 | 806 | 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. |
788 | /force-app/main/default/classes/Einstein_PredictionService.cls | 806 | 4 | 806 | 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. |
789 | /force-app/main/default/classes/Einstein_PredictionService.cls | 808 | 3 | 808 | 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 |
789 | /force-app/main/default/classes/Einstein_PredictionService.cls | 808 | 3 | 808 | 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 |
790 | /force-app/main/default/classes/Einstein_PredictionService.cls | 808 | 3 | 808 | 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. |
790 | /force-app/main/default/classes/Einstein_PredictionService.cls | 808 | 3 | 808 | 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. |
791 | /force-app/main/default/classes/Einstein_PredictionService.cls | 811 | 4 | 811 | 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 |
791 | /force-app/main/default/classes/Einstein_PredictionService.cls | 811 | 4 | 811 | 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 |
792 | /force-app/main/default/classes/Einstein_PredictionService.cls | 811 | 4 | 811 | 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. |
792 | /force-app/main/default/classes/Einstein_PredictionService.cls | 811 | 4 | 811 | 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. |
793 | /force-app/main/default/classes/Einstein_PredictionService.cls | 831 | 9 | 853 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
793 | /force-app/main/default/classes/Einstein_PredictionService.cls | 831 | 9 | 853 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
794 | /force-app/main/default/classes/Einstein_PredictionService.cls | 831 | 9 | 853 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
794 | /force-app/main/default/classes/Einstein_PredictionService.cls | 831 | 9 | 853 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
795 | /force-app/main/default/classes/Einstein_PredictionService.cls | 832 | 3 | 832 | 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 |
795 | /force-app/main/default/classes/Einstein_PredictionService.cls | 832 | 3 | 832 | 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 |
796 | /force-app/main/default/classes/Einstein_PredictionService.cls | 832 | 3 | 832 | 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. |
796 | /force-app/main/default/classes/Einstein_PredictionService.cls | 832 | 3 | 832 | 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. |
797 | /force-app/main/default/classes/Einstein_PredictionService.cls | 835 | 3 | 835 | 51 | 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 |
797 | /force-app/main/default/classes/Einstein_PredictionService.cls | 835 | 3 | 835 | 51 | 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 |
798 | /force-app/main/default/classes/Einstein_PredictionService.cls | 835 | 3 | 835 | 51 | 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. |
798 | /force-app/main/default/classes/Einstein_PredictionService.cls | 835 | 3 | 835 | 51 | 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. |
799 | /force-app/main/default/classes/Einstein_PredictionService.cls | 838 | 4 | 838 | 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 |
799 | /force-app/main/default/classes/Einstein_PredictionService.cls | 838 | 4 | 838 | 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 |
800 | /force-app/main/default/classes/Einstein_PredictionService.cls | 838 | 4 | 838 | 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. |
800 | /force-app/main/default/classes/Einstein_PredictionService.cls | 838 | 4 | 838 | 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. |
801 | /force-app/main/default/classes/Einstein_PredictionService.cls | 840 | 3 | 840 | 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 |
801 | /force-app/main/default/classes/Einstein_PredictionService.cls | 840 | 3 | 840 | 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 |
802 | /force-app/main/default/classes/Einstein_PredictionService.cls | 840 | 3 | 840 | 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. |
802 | /force-app/main/default/classes/Einstein_PredictionService.cls | 840 | 3 | 840 | 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. |
803 | /force-app/main/default/classes/Einstein_PredictionService.cls | 848 | 4 | 848 | 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 |
803 | /force-app/main/default/classes/Einstein_PredictionService.cls | 848 | 4 | 848 | 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 |
804 | /force-app/main/default/classes/Einstein_PredictionService.cls | 848 | 4 | 848 | 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. |
804 | /force-app/main/default/classes/Einstein_PredictionService.cls | 848 | 4 | 848 | 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. |
805 | /force-app/main/default/classes/Einstein_PredictionService.cls | 868 | 9 | 885 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
805 | /force-app/main/default/classes/Einstein_PredictionService.cls | 868 | 9 | 885 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
806 | /force-app/main/default/classes/Einstein_PredictionService.cls | 868 | 9 | 885 | 3 | 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 |
806 | /force-app/main/default/classes/Einstein_PredictionService.cls | 868 | 9 | 885 | 3 | 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 |
807 | /force-app/main/default/classes/Einstein_PredictionService.cls | 868 | 9 | 885 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
807 | /force-app/main/default/classes/Einstein_PredictionService.cls | 868 | 9 | 885 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
808 | /force-app/main/default/classes/Einstein_PredictionService.cls | 869 | 3 | 869 | 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 |
808 | /force-app/main/default/classes/Einstein_PredictionService.cls | 869 | 3 | 869 | 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 |
809 | /force-app/main/default/classes/Einstein_PredictionService.cls | 869 | 3 | 869 | 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. |
809 | /force-app/main/default/classes/Einstein_PredictionService.cls | 869 | 3 | 869 | 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. |
810 | /force-app/main/default/classes/Einstein_PredictionService.cls | 872 | 3 | 872 | 51 | 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 |
810 | /force-app/main/default/classes/Einstein_PredictionService.cls | 872 | 3 | 872 | 51 | 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 |
811 | /force-app/main/default/classes/Einstein_PredictionService.cls | 872 | 3 | 872 | 51 | 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. |
811 | /force-app/main/default/classes/Einstein_PredictionService.cls | 872 | 3 | 872 | 51 | 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. |
812 | /force-app/main/default/classes/Einstein_PredictionService.cls | 875 | 4 | 875 | 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 |
812 | /force-app/main/default/classes/Einstein_PredictionService.cls | 875 | 4 | 875 | 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 |
813 | /force-app/main/default/classes/Einstein_PredictionService.cls | 875 | 4 | 875 | 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. |
813 | /force-app/main/default/classes/Einstein_PredictionService.cls | 875 | 4 | 875 | 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. |
814 | /force-app/main/default/classes/Einstein_PredictionService.cls | 877 | 3 | 877 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
814 | /force-app/main/default/classes/Einstein_PredictionService.cls | 877 | 3 | 877 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
815 | /force-app/main/default/classes/Einstein_PredictionService.cls | 877 | 3 | 877 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
815 | /force-app/main/default/classes/Einstein_PredictionService.cls | 877 | 3 | 877 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
816 | /force-app/main/default/classes/Einstein_PredictionService.cls | 880 | 4 | 880 | 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 |
816 | /force-app/main/default/classes/Einstein_PredictionService.cls | 880 | 4 | 880 | 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 |
817 | /force-app/main/default/classes/Einstein_PredictionService.cls | 880 | 4 | 880 | 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. |
817 | /force-app/main/default/classes/Einstein_PredictionService.cls | 880 | 4 | 880 | 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. |
818 | /force-app/main/default/classes/Einstein_PredictionService.cls | 900 | 9 | 917 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
818 | /force-app/main/default/classes/Einstein_PredictionService.cls | 900 | 9 | 917 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
819 | /force-app/main/default/classes/Einstein_PredictionService.cls | 900 | 9 | 917 | 3 | 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 |
819 | /force-app/main/default/classes/Einstein_PredictionService.cls | 900 | 9 | 917 | 3 | 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 |
820 | /force-app/main/default/classes/Einstein_PredictionService.cls | 900 | 9 | 917 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
820 | /force-app/main/default/classes/Einstein_PredictionService.cls | 900 | 9 | 917 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
821 | /force-app/main/default/classes/Einstein_PredictionService.cls | 901 | 3 | 901 | 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 |
821 | /force-app/main/default/classes/Einstein_PredictionService.cls | 901 | 3 | 901 | 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 |
822 | /force-app/main/default/classes/Einstein_PredictionService.cls | 901 | 3 | 901 | 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. |
822 | /force-app/main/default/classes/Einstein_PredictionService.cls | 901 | 3 | 901 | 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. |
823 | /force-app/main/default/classes/Einstein_PredictionService.cls | 904 | 3 | 904 | 51 | 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 |
823 | /force-app/main/default/classes/Einstein_PredictionService.cls | 904 | 3 | 904 | 51 | 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 |
824 | /force-app/main/default/classes/Einstein_PredictionService.cls | 904 | 3 | 904 | 51 | 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. |
824 | /force-app/main/default/classes/Einstein_PredictionService.cls | 904 | 3 | 904 | 51 | 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. |
825 | /force-app/main/default/classes/Einstein_PredictionService.cls | 907 | 4 | 907 | 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 |
825 | /force-app/main/default/classes/Einstein_PredictionService.cls | 907 | 4 | 907 | 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 |
826 | /force-app/main/default/classes/Einstein_PredictionService.cls | 907 | 4 | 907 | 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. |
826 | /force-app/main/default/classes/Einstein_PredictionService.cls | 907 | 4 | 907 | 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. |
827 | /force-app/main/default/classes/Einstein_PredictionService.cls | 909 | 3 | 909 | 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 |
827 | /force-app/main/default/classes/Einstein_PredictionService.cls | 909 | 3 | 909 | 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 |
828 | /force-app/main/default/classes/Einstein_PredictionService.cls | 909 | 3 | 909 | 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. |
828 | /force-app/main/default/classes/Einstein_PredictionService.cls | 909 | 3 | 909 | 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. |
829 | /force-app/main/default/classes/Einstein_PredictionService.cls | 912 | 4 | 912 | 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 |
829 | /force-app/main/default/classes/Einstein_PredictionService.cls | 912 | 4 | 912 | 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 |
830 | /force-app/main/default/classes/Einstein_PredictionService.cls | 912 | 4 | 912 | 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. |
830 | /force-app/main/default/classes/Einstein_PredictionService.cls | 912 | 4 | 912 | 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. |
831 | /force-app/main/default/classes/Einstein_PredictionService.cls | 932 | 9 | 949 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
831 | /force-app/main/default/classes/Einstein_PredictionService.cls | 932 | 9 | 949 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
832 | /force-app/main/default/classes/Einstein_PredictionService.cls | 932 | 9 | 949 | 3 | 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 |
832 | /force-app/main/default/classes/Einstein_PredictionService.cls | 932 | 9 | 949 | 3 | 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 |
833 | /force-app/main/default/classes/Einstein_PredictionService.cls | 932 | 9 | 949 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
833 | /force-app/main/default/classes/Einstein_PredictionService.cls | 932 | 9 | 949 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
834 | /force-app/main/default/classes/Einstein_PredictionService.cls | 933 | 3 | 933 | 74 | 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 |
834 | /force-app/main/default/classes/Einstein_PredictionService.cls | 933 | 3 | 933 | 74 | 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 |
835 | /force-app/main/default/classes/Einstein_PredictionService.cls | 933 | 3 | 933 | 74 | 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. |
835 | /force-app/main/default/classes/Einstein_PredictionService.cls | 933 | 3 | 933 | 74 | 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. |
836 | /force-app/main/default/classes/Einstein_PredictionService.cls | 936 | 3 | 936 | 51 | 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 |
836 | /force-app/main/default/classes/Einstein_PredictionService.cls | 936 | 3 | 936 | 51 | 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 |
837 | /force-app/main/default/classes/Einstein_PredictionService.cls | 936 | 3 | 936 | 51 | 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. |
837 | /force-app/main/default/classes/Einstein_PredictionService.cls | 936 | 3 | 936 | 51 | 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. |
838 | /force-app/main/default/classes/Einstein_PredictionService.cls | 939 | 4 | 939 | 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 |
838 | /force-app/main/default/classes/Einstein_PredictionService.cls | 939 | 4 | 939 | 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 |
839 | /force-app/main/default/classes/Einstein_PredictionService.cls | 939 | 4 | 939 | 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. |
839 | /force-app/main/default/classes/Einstein_PredictionService.cls | 939 | 4 | 939 | 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. |
840 | /force-app/main/default/classes/Einstein_PredictionService.cls | 941 | 3 | 941 | 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 |
840 | /force-app/main/default/classes/Einstein_PredictionService.cls | 941 | 3 | 941 | 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 |
841 | /force-app/main/default/classes/Einstein_PredictionService.cls | 941 | 3 | 941 | 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. |
841 | /force-app/main/default/classes/Einstein_PredictionService.cls | 941 | 3 | 941 | 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. |
842 | /force-app/main/default/classes/Einstein_PredictionService.cls | 944 | 4 | 944 | 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 |
842 | /force-app/main/default/classes/Einstein_PredictionService.cls | 944 | 4 | 944 | 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 |
843 | /force-app/main/default/classes/Einstein_PredictionService.cls | 944 | 4 | 944 | 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. |
843 | /force-app/main/default/classes/Einstein_PredictionService.cls | 944 | 4 | 944 | 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. |
844 | /force-app/main/default/classes/Einstein_PredictionService.cls | 969 | 9 | 971 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
844 | /force-app/main/default/classes/Einstein_PredictionService.cls | 969 | 9 | 971 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
845 | /force-app/main/default/classes/Einstein_PredictionService.cls | 969 | 9 | 971 | 3 | 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 |
845 | /force-app/main/default/classes/Einstein_PredictionService.cls | 969 | 9 | 971 | 3 | 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 |
846 | /force-app/main/default/classes/Einstein_PredictionService.cls | 973 | 9 | 975 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
846 | /force-app/main/default/classes/Einstein_PredictionService.cls | 973 | 9 | 975 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
847 | /force-app/main/default/classes/Einstein_PredictionService.cls | 973 | 9 | 975 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
847 | /force-app/main/default/classes/Einstein_PredictionService.cls | 973 | 9 | 975 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
848 | /force-app/main/default/classes/Einstein_PredictionService.cls | 977 | 9 | 979 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
848 | /force-app/main/default/classes/Einstein_PredictionService.cls | 977 | 9 | 979 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
849 | /force-app/main/default/classes/Einstein_PredictionService.cls | 977 | 9 | 979 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
849 | /force-app/main/default/classes/Einstein_PredictionService.cls | 977 | 9 | 979 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
850 | /force-app/main/default/classes/Einstein_PredictionService.cls | 981 | 9 | 983 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
850 | /force-app/main/default/classes/Einstein_PredictionService.cls | 981 | 9 | 983 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
851 | /force-app/main/default/classes/Einstein_PredictionService.cls | 981 | 9 | 983 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
851 | /force-app/main/default/classes/Einstein_PredictionService.cls | 981 | 9 | 983 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
852 | /force-app/main/default/classes/Einstein_PredictionService.cls | 985 | 9 | 987 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
852 | /force-app/main/default/classes/Einstein_PredictionService.cls | 985 | 9 | 987 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
853 | /force-app/main/default/classes/Einstein_PredictionService.cls | 985 | 9 | 987 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
853 | /force-app/main/default/classes/Einstein_PredictionService.cls | 985 | 9 | 987 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
854 | /force-app/main/default/classes/Einstein_PredictionService.cls | 989 | 9 | 1006 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
854 | /force-app/main/default/classes/Einstein_PredictionService.cls | 989 | 9 | 1006 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
855 | /force-app/main/default/classes/Einstein_PredictionService.cls | 989 | 9 | 1006 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
855 | /force-app/main/default/classes/Einstein_PredictionService.cls | 989 | 9 | 1006 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
856 | /force-app/main/default/classes/Einstein_PredictionService.cls | 990 | 3 | 990 | 74 | 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 |
856 | /force-app/main/default/classes/Einstein_PredictionService.cls | 990 | 3 | 990 | 74 | 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 |
857 | /force-app/main/default/classes/Einstein_PredictionService.cls | 990 | 3 | 990 | 74 | 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. |
857 | /force-app/main/default/classes/Einstein_PredictionService.cls | 990 | 3 | 990 | 74 | 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. |
858 | /force-app/main/default/classes/Einstein_PredictionService.cls | 993 | 3 | 993 | 51 | 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 |
858 | /force-app/main/default/classes/Einstein_PredictionService.cls | 993 | 3 | 993 | 51 | 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 |
859 | /force-app/main/default/classes/Einstein_PredictionService.cls | 993 | 3 | 993 | 51 | 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. |
859 | /force-app/main/default/classes/Einstein_PredictionService.cls | 993 | 3 | 993 | 51 | 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. |
860 | /force-app/main/default/classes/Einstein_PredictionService.cls | 996 | 4 | 996 | 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 |
860 | /force-app/main/default/classes/Einstein_PredictionService.cls | 996 | 4 | 996 | 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 |
861 | /force-app/main/default/classes/Einstein_PredictionService.cls | 996 | 4 | 996 | 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. |
861 | /force-app/main/default/classes/Einstein_PredictionService.cls | 996 | 4 | 996 | 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. |
862 | /force-app/main/default/classes/Einstein_PredictionService.cls | 998 | 3 | 998 | 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 |
862 | /force-app/main/default/classes/Einstein_PredictionService.cls | 998 | 3 | 998 | 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 |
863 | /force-app/main/default/classes/Einstein_PredictionService.cls | 998 | 3 | 998 | 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. |
863 | /force-app/main/default/classes/Einstein_PredictionService.cls | 998 | 3 | 998 | 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. |
864 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1001 | 4 | 1001 | 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 |
864 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1001 | 4 | 1001 | 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 |
865 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1001 | 4 | 1001 | 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. |
865 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1001 | 4 | 1001 | 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. |
866 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1027 | 9 | 1029 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
866 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1027 | 9 | 1029 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
867 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1027 | 9 | 1029 | 3 | 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 |
867 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1027 | 9 | 1029 | 3 | 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 |
868 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1031 | 9 | 1033 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
868 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1031 | 9 | 1033 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
869 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1031 | 9 | 1033 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
869 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1031 | 9 | 1033 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
870 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1035 | 9 | 1037 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
870 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1035 | 9 | 1037 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
871 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1035 | 9 | 1037 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
871 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1035 | 9 | 1037 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
872 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1039 | 9 | 1041 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
872 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1039 | 9 | 1041 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
873 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1039 | 9 | 1041 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
873 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1039 | 9 | 1041 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
874 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1043 | 9 | 1045 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
874 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1043 | 9 | 1045 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
875 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1043 | 9 | 1045 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
875 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1043 | 9 | 1045 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
876 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1047 | 9 | 1064 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
876 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1047 | 9 | 1064 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
877 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1047 | 9 | 1064 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
877 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1047 | 9 | 1064 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
878 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1048 | 3 | 1048 | 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 |
878 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1048 | 3 | 1048 | 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 |
879 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1048 | 3 | 1048 | 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. |
879 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1048 | 3 | 1048 | 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. |
880 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1051 | 3 | 1051 | 51 | 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 |
880 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1051 | 3 | 1051 | 51 | 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 |
881 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1051 | 3 | 1051 | 51 | 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. |
881 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1051 | 3 | 1051 | 51 | 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. |
882 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1054 | 4 | 1054 | 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 |
882 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1054 | 4 | 1054 | 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 |
883 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1054 | 4 | 1054 | 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. |
883 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1054 | 4 | 1054 | 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. |
884 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1056 | 3 | 1056 | 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 |
884 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1056 | 3 | 1056 | 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 |
885 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1056 | 3 | 1056 | 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. |
885 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1056 | 3 | 1056 | 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. |
886 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1059 | 4 | 1059 | 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 |
886 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1059 | 4 | 1059 | 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 |
887 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1059 | 4 | 1059 | 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. |
887 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1059 | 4 | 1059 | 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. |
888 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1079 | 9 | 1096 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
888 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1079 | 9 | 1096 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
889 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1079 | 9 | 1096 | 3 | 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 |
889 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1079 | 9 | 1096 | 3 | 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 |
890 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1079 | 9 | 1096 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
890 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1079 | 9 | 1096 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
891 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1080 | 3 | 1080 | 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 |
891 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1080 | 3 | 1080 | 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 |
892 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1080 | 3 | 1080 | 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. |
892 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1080 | 3 | 1080 | 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. |
893 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1083 | 3 | 1083 | 51 | 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 |
893 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1083 | 3 | 1083 | 51 | 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 |
894 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1083 | 3 | 1083 | 51 | 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. |
894 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1083 | 3 | 1083 | 51 | 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. |
895 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1086 | 4 | 1086 | 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 |
895 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1086 | 4 | 1086 | 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 |
896 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1086 | 4 | 1086 | 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. |
896 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1086 | 4 | 1086 | 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. |
897 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1088 | 3 | 1088 | 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 |
897 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1088 | 3 | 1088 | 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 |
898 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1088 | 3 | 1088 | 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. |
898 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1088 | 3 | 1088 | 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. |
899 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1091 | 4 | 1091 | 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 |
899 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1091 | 4 | 1091 | 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 |
900 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1091 | 4 | 1091 | 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. |
900 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1091 | 4 | 1091 | 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. |
901 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1111 | 9 | 1128 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
901 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1111 | 9 | 1128 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
902 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1111 | 9 | 1128 | 3 | 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 |
902 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1111 | 9 | 1128 | 3 | 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 |
903 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1111 | 9 | 1128 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
903 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1111 | 9 | 1128 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
904 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1112 | 3 | 1112 | 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 |
904 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1112 | 3 | 1112 | 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 |
905 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1112 | 3 | 1112 | 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. |
905 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1112 | 3 | 1112 | 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. |
906 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1115 | 3 | 1115 | 51 | 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 |
906 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1115 | 3 | 1115 | 51 | 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 |
907 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1115 | 3 | 1115 | 51 | 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. |
907 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1115 | 3 | 1115 | 51 | 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. |
908 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1118 | 4 | 1118 | 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 |
908 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1118 | 4 | 1118 | 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 |
909 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1118 | 4 | 1118 | 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. |
909 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1118 | 4 | 1118 | 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. |
910 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1120 | 3 | 1120 | 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 |
910 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1120 | 3 | 1120 | 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 |
911 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1120 | 3 | 1120 | 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. |
911 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1120 | 3 | 1120 | 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. |
912 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1123 | 4 | 1123 | 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 |
912 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1123 | 4 | 1123 | 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 |
913 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1123 | 4 | 1123 | 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. |
913 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1123 | 4 | 1123 | 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. |
914 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1143 | 9 | 1162 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
914 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1143 | 9 | 1162 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
915 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1143 | 9 | 1162 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
915 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1143 | 9 | 1162 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
916 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1144 | 3 | 1144 | 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 |
916 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1144 | 3 | 1144 | 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 |
917 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1144 | 3 | 1144 | 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. |
917 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1144 | 3 | 1144 | 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. |
918 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1147 | 3 | 1147 | 51 | 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 |
918 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1147 | 3 | 1147 | 51 | 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 |
919 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1147 | 3 | 1147 | 51 | 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. |
919 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1147 | 3 | 1147 | 51 | 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. |
920 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1150 | 4 | 1150 | 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 |
920 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1150 | 4 | 1150 | 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 |
921 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1150 | 4 | 1150 | 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. |
921 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1150 | 4 | 1150 | 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. |
922 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1152 | 3 | 1152 | 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 |
922 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1152 | 3 | 1152 | 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 |
923 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1152 | 3 | 1152 | 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. |
923 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1152 | 3 | 1152 | 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. |
924 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1155 | 4 | 1155 | 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 |
924 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1155 | 4 | 1155 | 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 |
925 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1155 | 4 | 1155 | 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. |
925 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1155 | 4 | 1155 | 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. |
926 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1159 | 3 | 1159 | 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 |
926 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1159 | 3 | 1159 | 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 |
927 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1159 | 3 | 1159 | 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. |
927 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1159 | 3 | 1159 | 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. |
928 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1169 | 9 | 1202 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
928 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1169 | 9 | 1202 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
929 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1170 | 3 | 1170 | 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 |
929 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1170 | 3 | 1170 | 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 |
930 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1170 | 3 | 1170 | 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. |
930 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1170 | 3 | 1170 | 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. |
931 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1172 | 3 | 1172 | 51 | 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 |
931 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1172 | 3 | 1172 | 51 | 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 |
932 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1172 | 3 | 1172 | 51 | 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. |
932 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1172 | 3 | 1172 | 51 | 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. |
933 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1175 | 4 | 1175 | 48 | 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 |
933 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1175 | 4 | 1175 | 48 | 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 |
934 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1175 | 4 | 1175 | 48 | 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. |
934 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1175 | 4 | 1175 | 48 | 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. |
935 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1177 | 3 | 1177 | 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 |
935 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1177 | 3 | 1177 | 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 |
936 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1177 | 3 | 1177 | 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. |
936 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1177 | 3 | 1177 | 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. |
937 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1178 | 3 | 1178 | 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 |
937 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1178 | 3 | 1178 | 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 |
938 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1178 | 3 | 1178 | 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. |
938 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1178 | 3 | 1178 | 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. |
939 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1183 | 5 | 1183 | 48 | 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 |
939 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1183 | 5 | 1183 | 48 | 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 |
940 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1183 | 5 | 1183 | 48 | 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. |
940 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1183 | 5 | 1183 | 48 | 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. |
941 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1208 | 9 | 1210 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
941 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1208 | 9 | 1210 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
942 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1216 | 9 | 1218 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
942 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1216 | 9 | 1218 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
943 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1224 | 10 | 1228 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
943 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1224 | 10 | 1228 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
944 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1224 | 10 | 1228 | 3 | 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 |
944 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1224 | 10 | 1228 | 3 | 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 |
945 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1227 | 3 | 1227 | 118 | 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 |
945 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1227 | 3 | 1227 | 118 | 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 |
946 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1235 | 9 | 1239 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
946 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1235 | 9 | 1239 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
947 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1246 | 9 | 1249 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
947 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1246 | 9 | 1249 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
948 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1251 | 10 | 1274 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'resolveLang()' has a cyclomatic complexity of 11. |
948 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1251 | 10 | 1274 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'resolveLang()' has a cyclomatic complexity of 11. |
949 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1251 | 10 | 1274 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'resolveLang' has a Standard Cyclomatic Complexity of 11. |
949 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1251 | 10 | 1274 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'resolveLang' has a Standard Cyclomatic Complexity of 11. |
950 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1341 | 9 | 1343 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
950 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1341 | 9 | 1343 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
951 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1345 | 16 | 1426 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
951 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1345 | 16 | 1426 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
952 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1345 | 16 | 1426 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getAccessToken()' has a cyclomatic complexity of 10. |
952 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1345 | 16 | 1426 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getAccessToken()' has a cyclomatic complexity of 10. |
953 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1383 | 11 | 1383 | 20 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'index' defined but not used |
953 | /force-app/main/default/classes/Einstein_PredictionService.cls | 1383 | 11 | 1383 | 20 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'index' defined but not used |
954 | /force-app/main/default/classes/Einstein_Probability.cls | 2 | 21 | 128 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
954 | /force-app/main/default/classes/Einstein_Probability.cls | 2 | 21 | 128 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
955 | /force-app/main/default/classes/Einstein_Probability.cls | 2 | 21 | 128 | 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 |
955 | /force-app/main/default/classes/Einstein_Probability.cls | 2 | 21 | 128 | 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 |
956 | /force-app/main/default/classes/Einstein_Probability.cls | 5 | 9 | 5 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
956 | /force-app/main/default/classes/Einstein_Probability.cls | 5 | 9 | 5 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
957 | /force-app/main/default/classes/Einstein_Probability.cls | 7 | 9 | 7 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
957 | /force-app/main/default/classes/Einstein_Probability.cls | 7 | 9 | 7 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
958 | /force-app/main/default/classes/Einstein_Probability.cls | 9 | 9 | 9 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
958 | /force-app/main/default/classes/Einstein_Probability.cls | 9 | 9 | 9 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
959 | /force-app/main/default/classes/Einstein_Probability.cls | 13 | 9 | 13 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
959 | /force-app/main/default/classes/Einstein_Probability.cls | 13 | 9 | 13 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
960 | /force-app/main/default/classes/Einstein_Probability.cls | 16 | 9 | 16 | 30 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
960 | /force-app/main/default/classes/Einstein_Probability.cls | 16 | 9 | 16 | 30 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
961 | /force-app/main/default/classes/Einstein_Probability.cls | 18 | 9 | 18 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
961 | /force-app/main/default/classes/Einstein_Probability.cls | 18 | 9 | 18 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
962 | /force-app/main/default/classes/Einstein_Probability.cls | 22 | 9 | 22 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
962 | /force-app/main/default/classes/Einstein_Probability.cls | 22 | 9 | 22 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
963 | /force-app/main/default/classes/Einstein_Probability.cls | 26 | 9 | 26 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
963 | /force-app/main/default/classes/Einstein_Probability.cls | 26 | 9 | 26 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
964 | /force-app/main/default/classes/Einstein_Probability.cls | 30 | 9 | 51 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
964 | /force-app/main/default/classes/Einstein_Probability.cls | 30 | 9 | 51 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
965 | /force-app/main/default/classes/Einstein_Probability.cls | 34 | 10 | 34 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
965 | /force-app/main/default/classes/Einstein_Probability.cls | 34 | 10 | 34 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
966 | /force-app/main/default/classes/Einstein_Probability.cls | 37 | 10 | 37 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
966 | /force-app/main/default/classes/Einstein_Probability.cls | 37 | 10 | 37 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
967 | /force-app/main/default/classes/Einstein_Probability.cls | 40 | 10 | 40 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
967 | /force-app/main/default/classes/Einstein_Probability.cls | 40 | 10 | 40 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
968 | /force-app/main/default/classes/Einstein_Probability.cls | 42 | 10 | 42 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
968 | /force-app/main/default/classes/Einstein_Probability.cls | 42 | 10 | 42 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
969 | /force-app/main/default/classes/Einstein_Probability.cls | 44 | 10 | 44 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
969 | /force-app/main/default/classes/Einstein_Probability.cls | 44 | 10 | 44 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
970 | /force-app/main/default/classes/Einstein_Probability.cls | 46 | 10 | 46 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
970 | /force-app/main/default/classes/Einstein_Probability.cls | 46 | 10 | 46 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
971 | /force-app/main/default/classes/Einstein_Probability.cls | 50 | 10 | 50 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
971 | /force-app/main/default/classes/Einstein_Probability.cls | 50 | 10 | 50 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
972 | /force-app/main/default/classes/Einstein_Probability.cls | 54 | 9 | 60 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
972 | /force-app/main/default/classes/Einstein_Probability.cls | 54 | 9 | 60 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
973 | /force-app/main/default/classes/Einstein_Probability.cls | 57 | 10 | 57 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
973 | /force-app/main/default/classes/Einstein_Probability.cls | 57 | 10 | 57 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
974 | /force-app/main/default/classes/Einstein_Probability.cls | 59 | 10 | 59 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
974 | /force-app/main/default/classes/Einstein_Probability.cls | 59 | 10 | 59 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
975 | /force-app/main/default/classes/Einstein_Probability.cls | 63 | 9 | 86 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
975 | /force-app/main/default/classes/Einstein_Probability.cls | 63 | 9 | 86 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
976 | /force-app/main/default/classes/Einstein_Probability.cls | 65 | 10 | 65 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
976 | /force-app/main/default/classes/Einstein_Probability.cls | 65 | 10 | 65 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
977 | /force-app/main/default/classes/Einstein_Probability.cls | 67 | 10 | 67 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
977 | /force-app/main/default/classes/Einstein_Probability.cls | 67 | 10 | 67 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
978 | /force-app/main/default/classes/Einstein_Probability.cls | 69 | 10 | 69 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
978 | /force-app/main/default/classes/Einstein_Probability.cls | 69 | 10 | 69 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
979 | /force-app/main/default/classes/Einstein_Probability.cls | 71 | 10 | 71 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
979 | /force-app/main/default/classes/Einstein_Probability.cls | 71 | 10 | 71 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
980 | /force-app/main/default/classes/Einstein_Probability.cls | 73 | 10 | 73 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
980 | /force-app/main/default/classes/Einstein_Probability.cls | 73 | 10 | 73 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
981 | /force-app/main/default/classes/Einstein_Probability.cls | 75 | 10 | 75 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
981 | /force-app/main/default/classes/Einstein_Probability.cls | 75 | 10 | 75 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
982 | /force-app/main/default/classes/Einstein_Probability.cls | 77 | 10 | 77 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
982 | /force-app/main/default/classes/Einstein_Probability.cls | 77 | 10 | 77 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
983 | /force-app/main/default/classes/Einstein_Probability.cls | 79 | 10 | 79 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
983 | /force-app/main/default/classes/Einstein_Probability.cls | 79 | 10 | 79 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
984 | /force-app/main/default/classes/Einstein_Probability.cls | 81 | 10 | 81 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
984 | /force-app/main/default/classes/Einstein_Probability.cls | 81 | 10 | 81 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
985 | /force-app/main/default/classes/Einstein_Probability.cls | 83 | 10 | 83 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
985 | /force-app/main/default/classes/Einstein_Probability.cls | 83 | 10 | 83 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
986 | /force-app/main/default/classes/Einstein_Probability.cls | 85 | 10 | 85 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
986 | /force-app/main/default/classes/Einstein_Probability.cls | 85 | 10 | 85 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
987 | /force-app/main/default/classes/Einstein_Probability.cls | 89 | 9 | 96 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
987 | /force-app/main/default/classes/Einstein_Probability.cls | 89 | 9 | 96 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
988 | /force-app/main/default/classes/Einstein_Probability.cls | 89 | 9 | 96 | 3 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'normalizedDataUnit' doesn't match '[A-Z][a-zA-Z0-9_]*' |
988 | /force-app/main/default/classes/Einstein_Probability.cls | 89 | 9 | 96 | 3 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'normalizedDataUnit' doesn't match '[A-Z][a-zA-Z0-9_]*' |
989 | /force-app/main/default/classes/Einstein_Probability.cls | 91 | 10 | 91 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
989 | /force-app/main/default/classes/Einstein_Probability.cls | 91 | 10 | 91 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
990 | /force-app/main/default/classes/Einstein_Probability.cls | 93 | 10 | 93 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
990 | /force-app/main/default/classes/Einstein_Probability.cls | 93 | 10 | 93 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
991 | /force-app/main/default/classes/Einstein_Probability.cls | 95 | 10 | 95 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
991 | /force-app/main/default/classes/Einstein_Probability.cls | 95 | 10 | 95 | 32 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
992 | /force-app/main/default/classes/Einstein_Probability.cls | 99 | 9 | 106 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
992 | /force-app/main/default/classes/Einstein_Probability.cls | 99 | 9 | 106 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
993 | /force-app/main/default/classes/Einstein_Probability.cls | 101 | 10 | 101 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
993 | /force-app/main/default/classes/Einstein_Probability.cls | 101 | 10 | 101 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
994 | /force-app/main/default/classes/Einstein_Probability.cls | 103 | 10 | 103 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
994 | /force-app/main/default/classes/Einstein_Probability.cls | 103 | 10 | 103 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
995 | /force-app/main/default/classes/Einstein_Probability.cls | 105 | 10 | 105 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
995 | /force-app/main/default/classes/Einstein_Probability.cls | 105 | 10 | 105 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
996 | /force-app/main/default/classes/Einstein_Probability.cls | 109 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
996 | /force-app/main/default/classes/Einstein_Probability.cls | 109 | 12 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
997 | /force-app/main/default/classes/Einstein_Probability.cls | 111 | 16 | 111 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
997 | /force-app/main/default/classes/Einstein_Probability.cls | 111 | 16 | 111 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
998 | /force-app/main/default/classes/Einstein_Probability.cls | 113 | 16 | 113 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
998 | /force-app/main/default/classes/Einstein_Probability.cls | 113 | 16 | 113 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
999 | /force-app/main/default/classes/Einstein_Probability.cls | 117 | 12 | 126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
999 | /force-app/main/default/classes/Einstein_Probability.cls | 117 | 12 | 126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1000 | /force-app/main/default/classes/Einstein_Probability.cls | 119 | 16 | 119 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1000 | /force-app/main/default/classes/Einstein_Probability.cls | 119 | 16 | 119 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1001 | /force-app/main/default/classes/Einstein_Probability.cls | 121 | 16 | 121 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1001 | /force-app/main/default/classes/Einstein_Probability.cls | 121 | 16 | 121 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1002 | /force-app/main/default/classes/Einstein_Probability.cls | 123 | 16 | 123 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1002 | /force-app/main/default/classes/Einstein_Probability.cls | 123 | 16 | 123 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1003 | /force-app/main/default/classes/Einstein_Probability.cls | 125 | 16 | 125 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1003 | /force-app/main/default/classes/Einstein_Probability.cls | 125 | 16 | 125 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1004 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 1 | 21 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1004 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 1 | 21 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1005 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 3 | 16 | 6 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1005 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 3 | 16 | 6 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1006 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 8 | 16 | 24 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1006 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 8 | 16 | 24 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1007 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 14 | 40 | 14 | 51 | 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 |
1007 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 14 | 40 | 14 | 51 | 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 |
1008 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 15 | 4 | 15 | 28 | 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 |
1008 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 15 | 4 | 15 | 28 | 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 |
1009 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 15 | 4 | 15 | 28 | 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. |
1009 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 15 | 4 | 15 | 28 | 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. |
1010 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 20 | 4 | 20 | 48 | 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 |
1010 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 20 | 4 | 20 | 48 | 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 |
1011 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 20 | 4 | 20 | 48 | 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. |
1011 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 20 | 4 | 20 | 48 | 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. |
1012 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 27 | 16 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1012 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 27 | 16 | 56 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1013 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 28 | 3 | 28 | 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 |
1013 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 28 | 3 | 28 | 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 |
1014 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 28 | 3 | 28 | 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. |
1014 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 28 | 3 | 28 | 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. |
1015 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 34 | 49 | 34 | 60 | 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 |
1015 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 34 | 49 | 34 | 60 | 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 |
1016 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 35 | 13 | 35 | 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 |
1016 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 35 | 13 | 35 | 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 |
1017 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 35 | 13 | 35 | 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. |
1017 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 35 | 13 | 35 | 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. |
1018 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 53 | 13 | 53 | 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 |
1018 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 53 | 13 | 53 | 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 |
1019 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 53 | 13 | 53 | 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. |
1019 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 53 | 13 | 53 | 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. |
1020 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 58 | 19 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1020 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 58 | 19 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1021 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 59 | 9 | 59 | 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 |
1021 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 59 | 9 | 59 | 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 |
1022 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 59 | 9 | 59 | 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. |
1022 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 59 | 9 | 59 | 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. |
1023 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 65 | 45 | 65 | 56 | 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 |
1023 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 65 | 45 | 65 | 56 | 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 |
1024 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 71 | 13 | 71 | 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 |
1024 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 71 | 13 | 71 | 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 |
1025 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 71 | 13 | 71 | 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. |
1025 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 71 | 13 | 71 | 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. |
1026 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 72 | 13 | 72 | 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 |
1026 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 72 | 13 | 72 | 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 |
1027 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 76 | 13 | 76 | 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 |
1027 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 76 | 13 | 76 | 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 |
1028 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 76 | 13 | 76 | 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. |
1028 | /force-app/main/default/classes/Einstein_RecordLanguageController.cls | 76 | 13 | 76 | 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. |
1029 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 1 | 21 | 183 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1029 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 1 | 21 | 183 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1030 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 3 | 15 | 12 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1030 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 3 | 15 | 12 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1031 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 4 | 2 | 4 | 89 | 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 |
1031 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 4 | 2 | 4 | 89 | 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 |
1032 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 4 | 2 | 4 | 89 | 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. |
1032 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 4 | 2 | 4 | 89 | 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. |
1033 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 10 | 2 | 10 | 22 | 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 |
1033 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 10 | 2 | 10 | 22 | 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 |
1034 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 10 | 2 | 10 | 22 | 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. |
1034 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 10 | 2 | 10 | 22 | 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. |
1035 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 14 | 15 | 53 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1035 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 14 | 15 | 53 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1036 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 14 | 15 | 53 | 2 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1036 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 14 | 15 | 53 | 2 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1037 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 15 | 2 | 15 | 81 | 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 |
1037 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 15 | 2 | 15 | 81 | 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 |
1038 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 15 | 2 | 15 | 81 | 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. |
1038 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 15 | 2 | 15 | 81 | 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. |
1039 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 21 | 2 | 21 | 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 |
1039 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 21 | 2 | 21 | 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 |
1040 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 21 | 2 | 21 | 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. |
1040 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 21 | 2 | 21 | 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. |
1041 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 33 | 26 | 33 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fieldNames' defined but not used |
1041 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 33 | 26 | 33 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fieldNames' defined but not used |
1042 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 36 | 11 | 36 | 54 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'isSalesforce' defined but not used |
1042 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 36 | 11 | 36 | 54 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'isSalesforce' defined but not used |
1043 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 39 | 4 | 39 | 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 |
1043 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 39 | 4 | 39 | 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 |
1044 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 39 | 4 | 39 | 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. |
1044 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 39 | 4 | 39 | 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. |
1045 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 47 | 3 | 47 | 15 | 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 |
1045 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 47 | 3 | 47 | 15 | 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 |
1046 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 55 | 15 | 84 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1046 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 55 | 15 | 84 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1047 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 56 | 2 | 56 | 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 |
1047 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 56 | 2 | 56 | 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 |
1048 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 56 | 2 | 56 | 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. |
1048 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 56 | 2 | 56 | 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. |
1049 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 83 | 25 | 83 | 117 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'feedElement' defined but not used |
1049 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 83 | 25 | 83 | 117 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'feedElement' defined but not used |
1050 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 86 | 15 | 93 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1050 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 86 | 15 | 93 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1051 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 95 | 15 | 127 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1051 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 95 | 15 | 127 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1052 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 96 | 2 | 96 | 51 | 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 |
1052 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 96 | 2 | 96 | 51 | 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 |
1053 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 96 | 2 | 96 | 51 | 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. |
1053 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 96 | 2 | 96 | 51 | 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. |
1054 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 97 | 2 | 97 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1054 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 97 | 2 | 97 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1055 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 97 | 2 | 97 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1055 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 97 | 2 | 97 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1056 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 116 | 15 | 116 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fieldNames' defined but not used |
1056 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 116 | 15 | 116 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fieldNames' defined but not used |
1057 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 124 | 2 | 124 | 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 |
1057 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 124 | 2 | 124 | 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 |
1058 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 124 | 2 | 124 | 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. |
1058 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 124 | 2 | 124 | 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. |
1059 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 126 | 2 | 126 | 18 | 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 |
1059 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 126 | 2 | 126 | 18 | 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 |
1060 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 129 | 15 | 170 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1060 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 129 | 15 | 170 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1061 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 130 | 2 | 130 | 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 |
1061 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 130 | 2 | 130 | 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 |
1062 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 130 | 2 | 130 | 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. |
1062 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 130 | 2 | 130 | 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. |
1063 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 131 | 9 | 131 | 40 | 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 'CD_TEMP_PREFIX' doesn't match '[a-z][a-zA-Z0-9]*' |
1063 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 131 | 9 | 131 | 40 | 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 'CD_TEMP_PREFIX' doesn't match '[a-z][a-zA-Z0-9]*' |
1064 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 132 | 10 | 132 | 20 | 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 'EXPIRY' doesn't match '[a-z][a-zA-Z0-9]*' |
1064 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 132 | 10 | 132 | 20 | 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 'EXPIRY' doesn't match '[a-z][a-zA-Z0-9]*' |
1065 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 133 | 25 | 133 | 55 | 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 'CD' doesn't match '[a-z][a-zA-Z0-9]*' |
1065 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 133 | 25 | 133 | 55 | 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 'CD' doesn't match '[a-z][a-zA-Z0-9]*' |
1066 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 134 | 20 | 134 | 22 | 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 'CV' doesn't match '[a-z][a-zA-Z0-9]*' |
1066 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 134 | 20 | 134 | 22 | 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 'CV' doesn't match '[a-z][a-zA-Z0-9]*' |
1067 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 160 | 25 | 160 | 28 | 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 'CD2' doesn't match '[a-z][a-zA-Z0-9]*' |
1067 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 160 | 25 | 160 | 28 | 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 'CD2' doesn't match '[a-z][a-zA-Z0-9]*' |
1068 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 172 | 15 | 182 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1068 | /force-app/main/default/classes/Einstein_RecordVisionController.cls | 172 | 15 | 182 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1069 | /force-app/main/default/classes/Einstein_StringIsEmptyException.cls | 1 | 21 | 3 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1069 | /force-app/main/default/classes/Einstein_StringIsEmptyException.cls | 1 | 21 | 3 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1070 | /force-app/main/default/classes/Einstein_StringIsEmptyException.cls | 2 | 12 | 2 | 143 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1070 | /force-app/main/default/classes/Einstein_StringIsEmptyException.cls | 2 | 12 | 2 | 143 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1071 | /force-app/main/default/classes/Einstein_StringTooLongException.cls | 1 | 21 | 5 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1071 | /force-app/main/default/classes/Einstein_StringTooLongException.cls | 1 | 21 | 5 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1072 | /force-app/main/default/classes/Einstein_StringTooLongException.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1072 | /force-app/main/default/classes/Einstein_StringTooLongException.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1073 | /force-app/main/default/classes/Einstein_TooManyValuesException.cls | 1 | 21 | 5 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1073 | /force-app/main/default/classes/Einstein_TooManyValuesException.cls | 1 | 21 | 5 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1074 | /force-app/main/default/classes/Einstein_TooManyValuesException.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1074 | /force-app/main/default/classes/Einstein_TooManyValuesException.cls | 2 | 12 | 4 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1075 | /force-app/main/default/classes/Einstein_TrainParams.cls | 1 | 21 | 12 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1075 | /force-app/main/default/classes/Einstein_TrainParams.cls | 1 | 21 | 12 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1076 | /force-app/main/default/classes/Einstein_TrainParams.cls | 4 | 12 | 4 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1076 | /force-app/main/default/classes/Einstein_TrainParams.cls | 4 | 12 | 4 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1077 | /force-app/main/default/classes/Einstein_TrainParams.cls | 6 | 9 | 6 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1077 | /force-app/main/default/classes/Einstein_TrainParams.cls | 6 | 9 | 6 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1078 | /force-app/main/default/classes/Einstein_TrainParams.cls | 8 | 12 | 8 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1078 | /force-app/main/default/classes/Einstein_TrainParams.cls | 8 | 12 | 8 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1079 | /force-app/main/default/classes/Einstein_TrainParams.cls | 10 | 12 | 10 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1079 | /force-app/main/default/classes/Einstein_TrainParams.cls | 10 | 12 | 10 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1080 | /force-app/main/default/classes/Einstein_TrainStats.cls | 1 | 21 | 39 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1080 | /force-app/main/default/classes/Einstein_TrainStats.cls | 1 | 21 | 39 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1081 | /force-app/main/default/classes/Einstein_TrainStats.cls | 4 | 9 | 4 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1081 | /force-app/main/default/classes/Einstein_TrainStats.cls | 4 | 9 | 4 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1082 | /force-app/main/default/classes/Einstein_TrainStats.cls | 6 | 12 | 6 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1082 | /force-app/main/default/classes/Einstein_TrainStats.cls | 6 | 12 | 6 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1083 | /force-app/main/default/classes/Einstein_TrainStats.cls | 8 | 12 | 8 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1083 | /force-app/main/default/classes/Einstein_TrainStats.cls | 8 | 12 | 8 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1084 | /force-app/main/default/classes/Einstein_TrainStats.cls | 10 | 12 | 10 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1084 | /force-app/main/default/classes/Einstein_TrainStats.cls | 10 | 12 | 10 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1085 | /force-app/main/default/classes/Einstein_TrainStats.cls | 12 | 12 | 12 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1085 | /force-app/main/default/classes/Einstein_TrainStats.cls | 12 | 12 | 12 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1086 | /force-app/main/default/classes/Einstein_TrainStats.cls | 14 | 12 | 14 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1086 | /force-app/main/default/classes/Einstein_TrainStats.cls | 14 | 12 | 14 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1087 | /force-app/main/default/classes/Einstein_TrainStats.cls | 16 | 12 | 16 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1087 | /force-app/main/default/classes/Einstein_TrainStats.cls | 16 | 12 | 16 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1088 | /force-app/main/default/classes/Einstein_TrainStats.cls | 18 | 12 | 18 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1088 | /force-app/main/default/classes/Einstein_TrainStats.cls | 18 | 12 | 18 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1089 | /force-app/main/default/classes/Einstein_TrainStats.cls | 20 | 12 | 20 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1089 | /force-app/main/default/classes/Einstein_TrainStats.cls | 20 | 12 | 20 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1090 | /force-app/main/default/classes/Einstein_TrainStats.cls | 22 | 12 | 22 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1090 | /force-app/main/default/classes/Einstein_TrainStats.cls | 22 | 12 | 22 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1091 | /force-app/main/default/classes/Einstein_TrainStats.cls | 24 | 12 | 24 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1091 | /force-app/main/default/classes/Einstein_TrainStats.cls | 24 | 12 | 24 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1092 | /force-app/main/default/classes/Einstein_TrainStats.cls | 26 | 12 | 26 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1092 | /force-app/main/default/classes/Einstein_TrainStats.cls | 26 | 12 | 26 | 45 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1093 | /force-app/main/default/classes/Einstein_TrainStats.cls | 28 | 9 | 28 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1093 | /force-app/main/default/classes/Einstein_TrainStats.cls | 28 | 9 | 28 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1094 | /force-app/main/default/classes/Einstein_TrainStats.cls | 31 | 9 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1094 | /force-app/main/default/classes/Einstein_TrainStats.cls | 31 | 9 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1095 | /force-app/main/default/classes/Einstein_TrainStats.cls | 33 | 13 | 33 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1095 | /force-app/main/default/classes/Einstein_TrainStats.cls | 33 | 13 | 33 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1096 | /force-app/main/default/classes/Einstein_TrainStats.cls | 35 | 13 | 35 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1096 | /force-app/main/default/classes/Einstein_TrainStats.cls | 35 | 13 | 35 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1097 | /force-app/main/default/classes/Einstein_TrainStats.cls | 37 | 13 | 37 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1097 | /force-app/main/default/classes/Einstein_TrainStats.cls | 37 | 13 | 37 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1098 | /force-app/main/default/classes/Test_Einstein.cls | 2 | 21 | 1437 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Test_Einstein' has a total cognitive complexity of 2026 (highest 87), current threshold is 50 |
1098 | /force-app/main/default/classes/Test_Einstein.cls | 2 | 21 | 1437 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Test_Einstein' has a total cognitive complexity of 2026 (highest 87), current threshold is 50 |
1099 | /force-app/main/default/classes/Test_Einstein.cls | 2 | 21 | 1437 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Test_Einstein' has a total cyclomatic complexity of 92 (highest 17). |
1099 | /force-app/main/default/classes/Test_Einstein.cls | 2 | 21 | 1437 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Test_Einstein' has a total cyclomatic complexity of 92 (highest 17). |
1100 | /force-app/main/default/classes/Test_Einstein.cls | 2 | 21 | 1437 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 610 |
1100 | /force-app/main/default/classes/Test_Einstein.cls | 2 | 21 | 1437 | 2 | pmd | NcssTypeCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount | The type has an NCSS line count of 610 |
1101 | /force-app/main/default/classes/Test_Einstein.cls | 2 | 21 | 1437 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Test_Einstein' has a Standard Cyclomatic Complexity of 2 (Highest = 17). |
1101 | /force-app/main/default/classes/Test_Einstein.cls | 2 | 21 | 1437 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Test_Einstein' has a Standard Cyclomatic Complexity of 2 (Highest = 17). |
1102 | /force-app/main/default/classes/Test_Einstein.cls | 4 | 20 | 15 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1102 | /force-app/main/default/classes/Test_Einstein.cls | 4 | 20 | 15 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1103 | /force-app/main/default/classes/Test_Einstein.cls | 4 | 20 | 15 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1103 | /force-app/main/default/classes/Test_Einstein.cls | 4 | 20 | 15 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1104 | /force-app/main/default/classes/Test_Einstein.cls | 4 | 2 | 4 | 19 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1104 | /force-app/main/default/classes/Test_Einstein.cls | 4 | 2 | 4 | 19 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1105 | /force-app/main/default/classes/Test_Einstein.cls | 4 | 20 | 15 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'getAccessToken_failsWithoutEmailSetting' doesn't match '[a-z][a-zA-Z0-9]*' |
1105 | /force-app/main/default/classes/Test_Einstein.cls | 4 | 20 | 15 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'getAccessToken_failsWithoutEmailSetting' doesn't match '[a-z][a-zA-Z0-9]*' |
1106 | /force-app/main/default/classes/Test_Einstein.cls | 17 | 20 | 32 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1106 | /force-app/main/default/classes/Test_Einstein.cls | 17 | 20 | 32 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1107 | /force-app/main/default/classes/Test_Einstein.cls | 28 | 3 | 28 | 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. |
1107 | /force-app/main/default/classes/Test_Einstein.cls | 28 | 3 | 28 | 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. |
1108 | /force-app/main/default/classes/Test_Einstein.cls | 29 | 3 | 29 | 105 | 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. |
1108 | /force-app/main/default/classes/Test_Einstein.cls | 29 | 3 | 29 | 105 | 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. |
1109 | /force-app/main/default/classes/Test_Einstein.cls | 33 | 20 | 48 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1109 | /force-app/main/default/classes/Test_Einstein.cls | 33 | 20 | 48 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1110 | /force-app/main/default/classes/Test_Einstein.cls | 44 | 3 | 44 | 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. |
1110 | /force-app/main/default/classes/Test_Einstein.cls | 44 | 3 | 44 | 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. |
1111 | /force-app/main/default/classes/Test_Einstein.cls | 45 | 3 | 45 | 111 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1111 | /force-app/main/default/classes/Test_Einstein.cls | 45 | 3 | 45 | 111 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1112 | /force-app/main/default/classes/Test_Einstein.cls | 49 | 20 | 64 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1112 | /force-app/main/default/classes/Test_Einstein.cls | 49 | 20 | 64 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1113 | /force-app/main/default/classes/Test_Einstein.cls | 60 | 3 | 60 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1113 | /force-app/main/default/classes/Test_Einstein.cls | 60 | 3 | 60 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1114 | /force-app/main/default/classes/Test_Einstein.cls | 61 | 3 | 61 | 70 | 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. |
1114 | /force-app/main/default/classes/Test_Einstein.cls | 61 | 3 | 61 | 70 | 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. |
1115 | /force-app/main/default/classes/Test_Einstein.cls | 83 | 20 | 93 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1115 | /force-app/main/default/classes/Test_Einstein.cls | 83 | 20 | 93 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1116 | /force-app/main/default/classes/Test_Einstein.cls | 83 | 20 | 93 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'getAccessToken_works' doesn't match '[a-z][a-zA-Z0-9]*' |
1116 | /force-app/main/default/classes/Test_Einstein.cls | 83 | 20 | 93 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'getAccessToken_works' doesn't match '[a-z][a-zA-Z0-9]*' |
1117 | /force-app/main/default/classes/Test_Einstein.cls | 91 | 3 | 91 | 33 | 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. |
1117 | /force-app/main/default/classes/Test_Einstein.cls | 91 | 3 | 91 | 33 | 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. |
1118 | /force-app/main/default/classes/Test_Einstein.cls | 95 | 20 | 118 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1118 | /force-app/main/default/classes/Test_Einstein.cls | 95 | 20 | 118 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1119 | /force-app/main/default/classes/Test_Einstein.cls | 103 | 3 | 103 | 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. |
1119 | /force-app/main/default/classes/Test_Einstein.cls | 103 | 3 | 103 | 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. |
1120 | /force-app/main/default/classes/Test_Einstein.cls | 104 | 3 | 104 | 86 | 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. |
1120 | /force-app/main/default/classes/Test_Einstein.cls | 104 | 3 | 104 | 86 | 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. |
1121 | /force-app/main/default/classes/Test_Einstein.cls | 107 | 3 | 107 | 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. |
1121 | /force-app/main/default/classes/Test_Einstein.cls | 107 | 3 | 107 | 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. |
1122 | /force-app/main/default/classes/Test_Einstein.cls | 108 | 3 | 108 | 86 | 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. |
1122 | /force-app/main/default/classes/Test_Einstein.cls | 108 | 3 | 108 | 86 | 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. |
1123 | /force-app/main/default/classes/Test_Einstein.cls | 109 | 3 | 109 | 62 | 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. |
1123 | /force-app/main/default/classes/Test_Einstein.cls | 109 | 3 | 109 | 62 | 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. |
1124 | /force-app/main/default/classes/Test_Einstein.cls | 110 | 3 | 110 | 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. |
1124 | /force-app/main/default/classes/Test_Einstein.cls | 110 | 3 | 110 | 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. |
1125 | /force-app/main/default/classes/Test_Einstein.cls | 111 | 3 | 111 | 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. |
1125 | /force-app/main/default/classes/Test_Einstein.cls | 111 | 3 | 111 | 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. |
1126 | /force-app/main/default/classes/Test_Einstein.cls | 112 | 3 | 112 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1126 | /force-app/main/default/classes/Test_Einstein.cls | 112 | 3 | 112 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1127 | /force-app/main/default/classes/Test_Einstein.cls | 113 | 3 | 113 | 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. |
1127 | /force-app/main/default/classes/Test_Einstein.cls | 113 | 3 | 113 | 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. |
1128 | /force-app/main/default/classes/Test_Einstein.cls | 114 | 3 | 114 | 47 | 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. |
1128 | /force-app/main/default/classes/Test_Einstein.cls | 114 | 3 | 114 | 47 | 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. |
1129 | /force-app/main/default/classes/Test_Einstein.cls | 115 | 3 | 115 | 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. |
1129 | /force-app/main/default/classes/Test_Einstein.cls | 115 | 3 | 115 | 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. |
1130 | /force-app/main/default/classes/Test_Einstein.cls | 121 | 20 | 136 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1130 | /force-app/main/default/classes/Test_Einstein.cls | 121 | 20 | 136 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1131 | /force-app/main/default/classes/Test_Einstein.cls | 132 | 3 | 132 | 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. |
1131 | /force-app/main/default/classes/Test_Einstein.cls | 132 | 3 | 132 | 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. |
1132 | /force-app/main/default/classes/Test_Einstein.cls | 133 | 3 | 133 | 86 | 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. |
1132 | /force-app/main/default/classes/Test_Einstein.cls | 133 | 3 | 133 | 86 | 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. |
1133 | /force-app/main/default/classes/Test_Einstein.cls | 134 | 3 | 134 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1133 | /force-app/main/default/classes/Test_Einstein.cls | 134 | 3 | 134 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1134 | /force-app/main/default/classes/Test_Einstein.cls | 138 | 20 | 162 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1134 | /force-app/main/default/classes/Test_Einstein.cls | 138 | 20 | 162 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1135 | /force-app/main/default/classes/Test_Einstein.cls | 147 | 3 | 147 | 42 | 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. |
1135 | /force-app/main/default/classes/Test_Einstein.cls | 147 | 3 | 147 | 42 | 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. |
1136 | /force-app/main/default/classes/Test_Einstein.cls | 151 | 5 | 151 | 60 | 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. |
1136 | /force-app/main/default/classes/Test_Einstein.cls | 151 | 5 | 151 | 60 | 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. |
1137 | /force-app/main/default/classes/Test_Einstein.cls | 156 | 3 | 156 | 42 | 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. |
1137 | /force-app/main/default/classes/Test_Einstein.cls | 156 | 3 | 156 | 42 | 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. |
1138 | /force-app/main/default/classes/Test_Einstein.cls | 164 | 20 | 178 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1138 | /force-app/main/default/classes/Test_Einstein.cls | 164 | 20 | 178 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1139 | /force-app/main/default/classes/Test_Einstein.cls | 174 | 3 | 174 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1139 | /force-app/main/default/classes/Test_Einstein.cls | 174 | 3 | 174 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1140 | /force-app/main/default/classes/Test_Einstein.cls | 181 | 20 | 195 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1140 | /force-app/main/default/classes/Test_Einstein.cls | 181 | 20 | 195 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1141 | /force-app/main/default/classes/Test_Einstein.cls | 191 | 3 | 191 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1141 | /force-app/main/default/classes/Test_Einstein.cls | 191 | 3 | 191 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1142 | /force-app/main/default/classes/Test_Einstein.cls | 198 | 20 | 216 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1142 | /force-app/main/default/classes/Test_Einstein.cls | 198 | 20 | 216 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1143 | /force-app/main/default/classes/Test_Einstein.cls | 208 | 3 | 208 | 41 | 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. |
1143 | /force-app/main/default/classes/Test_Einstein.cls | 208 | 3 | 208 | 41 | 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. |
1144 | /force-app/main/default/classes/Test_Einstein.cls | 209 | 3 | 209 | 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. |
1144 | /force-app/main/default/classes/Test_Einstein.cls | 209 | 3 | 209 | 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. |
1145 | /force-app/main/default/classes/Test_Einstein.cls | 210 | 3 | 210 | 91 | 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. |
1145 | /force-app/main/default/classes/Test_Einstein.cls | 210 | 3 | 210 | 91 | 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. |
1146 | /force-app/main/default/classes/Test_Einstein.cls | 211 | 3 | 211 | 86 | 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. |
1146 | /force-app/main/default/classes/Test_Einstein.cls | 211 | 3 | 211 | 86 | 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. |
1147 | /force-app/main/default/classes/Test_Einstein.cls | 212 | 3 | 212 | 46 | 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. |
1147 | /force-app/main/default/classes/Test_Einstein.cls | 212 | 3 | 212 | 46 | 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. |
1148 | /force-app/main/default/classes/Test_Einstein.cls | 218 | 20 | 242 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1148 | /force-app/main/default/classes/Test_Einstein.cls | 218 | 20 | 242 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1149 | /force-app/main/default/classes/Test_Einstein.cls | 228 | 3 | 228 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1149 | /force-app/main/default/classes/Test_Einstein.cls | 228 | 3 | 228 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1150 | /force-app/main/default/classes/Test_Einstein.cls | 229 | 3 | 229 | 85 | 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. |
1150 | /force-app/main/default/classes/Test_Einstein.cls | 229 | 3 | 229 | 85 | 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. |
1151 | /force-app/main/default/classes/Test_Einstein.cls | 230 | 3 | 230 | 85 | 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. |
1151 | /force-app/main/default/classes/Test_Einstein.cls | 230 | 3 | 230 | 85 | 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. |
1152 | /force-app/main/default/classes/Test_Einstein.cls | 236 | 4 | 236 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1152 | /force-app/main/default/classes/Test_Einstein.cls | 236 | 4 | 236 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1153 | /force-app/main/default/classes/Test_Einstein.cls | 244 | 20 | 259 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1153 | /force-app/main/default/classes/Test_Einstein.cls | 244 | 20 | 259 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1154 | /force-app/main/default/classes/Test_Einstein.cls | 253 | 3 | 253 | 42 | 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. |
1154 | /force-app/main/default/classes/Test_Einstein.cls | 253 | 3 | 253 | 42 | 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. |
1155 | /force-app/main/default/classes/Test_Einstein.cls | 261 | 20 | 351 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1155 | /force-app/main/default/classes/Test_Einstein.cls | 261 | 20 | 351 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1156 | /force-app/main/default/classes/Test_Einstein.cls | 261 | 20 | 351 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'trainDataset()' has a cognitive complexity of 87, current threshold is 15 |
1156 | /force-app/main/default/classes/Test_Einstein.cls | 261 | 20 | 351 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'trainDataset()' has a cognitive complexity of 87, current threshold is 15 |
1157 | /force-app/main/default/classes/Test_Einstein.cls | 261 | 20 | 351 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'trainDataset()' has an NCSS line count of 61 (limit: 40) |
1157 | /force-app/main/default/classes/Test_Einstein.cls | 261 | 20 | 351 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'trainDataset()' has an NCSS line count of 61 (limit: 40) |
1158 | /force-app/main/default/classes/Test_Einstein.cls | 270 | 3 | 270 | 83 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1158 | /force-app/main/default/classes/Test_Einstein.cls | 270 | 3 | 270 | 83 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1159 | /force-app/main/default/classes/Test_Einstein.cls | 271 | 3 | 271 | 83 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1159 | /force-app/main/default/classes/Test_Einstein.cls | 271 | 3 | 271 | 83 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1160 | /force-app/main/default/classes/Test_Einstein.cls | 272 | 3 | 272 | 43 | 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. |
1160 | /force-app/main/default/classes/Test_Einstein.cls | 272 | 3 | 272 | 43 | 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. |
1161 | /force-app/main/default/classes/Test_Einstein.cls | 273 | 3 | 273 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1161 | /force-app/main/default/classes/Test_Einstein.cls | 273 | 3 | 273 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1162 | /force-app/main/default/classes/Test_Einstein.cls | 274 | 3 | 274 | 62 | 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. |
1162 | /force-app/main/default/classes/Test_Einstein.cls | 274 | 3 | 274 | 62 | 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. |
1163 | /force-app/main/default/classes/Test_Einstein.cls | 275 | 3 | 275 | 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. |
1163 | /force-app/main/default/classes/Test_Einstein.cls | 275 | 3 | 275 | 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. |
1164 | /force-app/main/default/classes/Test_Einstein.cls | 276 | 3 | 276 | 41 | 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. |
1164 | /force-app/main/default/classes/Test_Einstein.cls | 276 | 3 | 276 | 41 | 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. |
1165 | /force-app/main/default/classes/Test_Einstein.cls | 277 | 3 | 277 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1165 | /force-app/main/default/classes/Test_Einstein.cls | 277 | 3 | 277 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1166 | /force-app/main/default/classes/Test_Einstein.cls | 278 | 3 | 278 | 39 | 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. |
1166 | /force-app/main/default/classes/Test_Einstein.cls | 278 | 3 | 278 | 39 | 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. |
1167 | /force-app/main/default/classes/Test_Einstein.cls | 279 | 3 | 279 | 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. |
1167 | /force-app/main/default/classes/Test_Einstein.cls | 279 | 3 | 279 | 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. |
1168 | /force-app/main/default/classes/Test_Einstein.cls | 280 | 3 | 280 | 67 | 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. |
1168 | /force-app/main/default/classes/Test_Einstein.cls | 280 | 3 | 280 | 67 | 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. |
1169 | /force-app/main/default/classes/Test_Einstein.cls | 281 | 3 | 281 | 47 | 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. |
1169 | /force-app/main/default/classes/Test_Einstein.cls | 281 | 3 | 281 | 47 | 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. |
1170 | /force-app/main/default/classes/Test_Einstein.cls | 282 | 3 | 282 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1170 | /force-app/main/default/classes/Test_Einstein.cls | 282 | 3 | 282 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1171 | /force-app/main/default/classes/Test_Einstein.cls | 283 | 3 | 283 | 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. |
1171 | /force-app/main/default/classes/Test_Einstein.cls | 283 | 3 | 283 | 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. |
1172 | /force-app/main/default/classes/Test_Einstein.cls | 285 | 3 | 285 | 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. |
1172 | /force-app/main/default/classes/Test_Einstein.cls | 285 | 3 | 285 | 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. |
1173 | /force-app/main/default/classes/Test_Einstein.cls | 286 | 3 | 286 | 60 | 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. |
1173 | /force-app/main/default/classes/Test_Einstein.cls | 286 | 3 | 286 | 60 | 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. |
1174 | /force-app/main/default/classes/Test_Einstein.cls | 287 | 3 | 287 | 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. |
1174 | /force-app/main/default/classes/Test_Einstein.cls | 287 | 3 | 287 | 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. |
1175 | /force-app/main/default/classes/Test_Einstein.cls | 288 | 3 | 288 | 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. |
1175 | /force-app/main/default/classes/Test_Einstein.cls | 288 | 3 | 288 | 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. |
1176 | /force-app/main/default/classes/Test_Einstein.cls | 289 | 3 | 289 | 59 | 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. |
1176 | /force-app/main/default/classes/Test_Einstein.cls | 289 | 3 | 289 | 59 | 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. |
1177 | /force-app/main/default/classes/Test_Einstein.cls | 290 | 3 | 290 | 70 | 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. |
1177 | /force-app/main/default/classes/Test_Einstein.cls | 290 | 3 | 290 | 70 | 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. |
1178 | /force-app/main/default/classes/Test_Einstein.cls | 291 | 3 | 291 | 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. |
1178 | /force-app/main/default/classes/Test_Einstein.cls | 291 | 3 | 291 | 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. |
1179 | /force-app/main/default/classes/Test_Einstein.cls | 292 | 3 | 292 | 66 | 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. |
1179 | /force-app/main/default/classes/Test_Einstein.cls | 292 | 3 | 292 | 66 | 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. |
1180 | /force-app/main/default/classes/Test_Einstein.cls | 293 | 3 | 293 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1180 | /force-app/main/default/classes/Test_Einstein.cls | 293 | 3 | 293 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1181 | /force-app/main/default/classes/Test_Einstein.cls | 294 | 3 | 294 | 60 | 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. |
1181 | /force-app/main/default/classes/Test_Einstein.cls | 294 | 3 | 294 | 60 | 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. |
1182 | /force-app/main/default/classes/Test_Einstein.cls | 300 | 4 | 300 | 48 | 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 |
1182 | /force-app/main/default/classes/Test_Einstein.cls | 300 | 4 | 300 | 48 | 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 |
1183 | /force-app/main/default/classes/Test_Einstein.cls | 300 | 4 | 300 | 48 | 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. |
1183 | /force-app/main/default/classes/Test_Einstein.cls | 300 | 4 | 300 | 48 | 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. |
1184 | /force-app/main/default/classes/Test_Einstein.cls | 301 | 4 | 301 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1184 | /force-app/main/default/classes/Test_Einstein.cls | 301 | 4 | 301 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1185 | /force-app/main/default/classes/Test_Einstein.cls | 308 | 4 | 308 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1185 | /force-app/main/default/classes/Test_Einstein.cls | 308 | 4 | 308 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1186 | /force-app/main/default/classes/Test_Einstein.cls | 316 | 4 | 316 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1186 | /force-app/main/default/classes/Test_Einstein.cls | 316 | 4 | 316 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1187 | /force-app/main/default/classes/Test_Einstein.cls | 323 | 4 | 323 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1187 | /force-app/main/default/classes/Test_Einstein.cls | 323 | 4 | 323 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1188 | /force-app/main/default/classes/Test_Einstein.cls | 330 | 4 | 330 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1188 | /force-app/main/default/classes/Test_Einstein.cls | 330 | 4 | 330 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1189 | /force-app/main/default/classes/Test_Einstein.cls | 337 | 4 | 337 | 65 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1189 | /force-app/main/default/classes/Test_Einstein.cls | 337 | 4 | 337 | 65 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1190 | /force-app/main/default/classes/Test_Einstein.cls | 344 | 4 | 344 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1190 | /force-app/main/default/classes/Test_Einstein.cls | 344 | 4 | 344 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1191 | /force-app/main/default/classes/Test_Einstein.cls | 353 | 20 | 381 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1191 | /force-app/main/default/classes/Test_Einstein.cls | 353 | 20 | 381 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1192 | /force-app/main/default/classes/Test_Einstein.cls | 364 | 3 | 364 | 43 | 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. |
1192 | /force-app/main/default/classes/Test_Einstein.cls | 364 | 3 | 364 | 43 | 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. |
1193 | /force-app/main/default/classes/Test_Einstein.cls | 365 | 3 | 365 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1193 | /force-app/main/default/classes/Test_Einstein.cls | 365 | 3 | 365 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1194 | /force-app/main/default/classes/Test_Einstein.cls | 366 | 3 | 366 | 62 | 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. |
1194 | /force-app/main/default/classes/Test_Einstein.cls | 366 | 3 | 366 | 62 | 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. |
1195 | /force-app/main/default/classes/Test_Einstein.cls | 367 | 3 | 367 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1195 | /force-app/main/default/classes/Test_Einstein.cls | 367 | 3 | 367 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1196 | /force-app/main/default/classes/Test_Einstein.cls | 368 | 3 | 368 | 41 | 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. |
1196 | /force-app/main/default/classes/Test_Einstein.cls | 368 | 3 | 368 | 41 | 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. |
1197 | /force-app/main/default/classes/Test_Einstein.cls | 369 | 3 | 369 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1197 | /force-app/main/default/classes/Test_Einstein.cls | 369 | 3 | 369 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1198 | /force-app/main/default/classes/Test_Einstein.cls | 370 | 3 | 370 | 39 | 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. |
1198 | /force-app/main/default/classes/Test_Einstein.cls | 370 | 3 | 370 | 39 | 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. |
1199 | /force-app/main/default/classes/Test_Einstein.cls | 371 | 3 | 371 | 67 | 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. |
1199 | /force-app/main/default/classes/Test_Einstein.cls | 371 | 3 | 371 | 67 | 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. |
1200 | /force-app/main/default/classes/Test_Einstein.cls | 372 | 3 | 372 | 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. |
1200 | /force-app/main/default/classes/Test_Einstein.cls | 372 | 3 | 372 | 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. |
1201 | /force-app/main/default/classes/Test_Einstein.cls | 373 | 3 | 373 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1201 | /force-app/main/default/classes/Test_Einstein.cls | 373 | 3 | 373 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1202 | /force-app/main/default/classes/Test_Einstein.cls | 379 | 3 | 379 | 62 | 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. |
1202 | /force-app/main/default/classes/Test_Einstein.cls | 379 | 3 | 379 | 62 | 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. |
1203 | /force-app/main/default/classes/Test_Einstein.cls | 383 | 20 | 396 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1203 | /force-app/main/default/classes/Test_Einstein.cls | 383 | 20 | 396 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1204 | /force-app/main/default/classes/Test_Einstein.cls | 392 | 3 | 392 | 47 | 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. |
1204 | /force-app/main/default/classes/Test_Einstein.cls | 392 | 3 | 392 | 47 | 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. |
1205 | /force-app/main/default/classes/Test_Einstein.cls | 398 | 20 | 411 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1205 | /force-app/main/default/classes/Test_Einstein.cls | 398 | 20 | 411 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1206 | /force-app/main/default/classes/Test_Einstein.cls | 407 | 3 | 407 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1206 | /force-app/main/default/classes/Test_Einstein.cls | 407 | 3 | 407 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1207 | /force-app/main/default/classes/Test_Einstein.cls | 413 | 20 | 425 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1207 | /force-app/main/default/classes/Test_Einstein.cls | 413 | 20 | 425 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1208 | /force-app/main/default/classes/Test_Einstein.cls | 422 | 3 | 422 | 40 | 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. |
1208 | /force-app/main/default/classes/Test_Einstein.cls | 422 | 3 | 422 | 40 | 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. |
1209 | /force-app/main/default/classes/Test_Einstein.cls | 427 | 20 | 440 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1209 | /force-app/main/default/classes/Test_Einstein.cls | 427 | 20 | 440 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1210 | /force-app/main/default/classes/Test_Einstein.cls | 436 | 3 | 436 | 40 | 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. |
1210 | /force-app/main/default/classes/Test_Einstein.cls | 436 | 3 | 436 | 40 | 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. |
1211 | /force-app/main/default/classes/Test_Einstein.cls | 438 | 3 | 438 | 152 | 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. |
1211 | /force-app/main/default/classes/Test_Einstein.cls | 438 | 3 | 438 | 152 | 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. |
1212 | /force-app/main/default/classes/Test_Einstein.cls | 442 | 20 | 483 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1212 | /force-app/main/default/classes/Test_Einstein.cls | 442 | 20 | 483 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1213 | /force-app/main/default/classes/Test_Einstein.cls | 451 | 3 | 451 | 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. |
1213 | /force-app/main/default/classes/Test_Einstein.cls | 451 | 3 | 451 | 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. |
1214 | /force-app/main/default/classes/Test_Einstein.cls | 452 | 3 | 452 | 66 | 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. |
1214 | /force-app/main/default/classes/Test_Einstein.cls | 452 | 3 | 452 | 66 | 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. |
1215 | /force-app/main/default/classes/Test_Einstein.cls | 453 | 3 | 453 | 85 | 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. |
1215 | /force-app/main/default/classes/Test_Einstein.cls | 453 | 3 | 453 | 85 | 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. |
1216 | /force-app/main/default/classes/Test_Einstein.cls | 460 | 3 | 460 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1216 | /force-app/main/default/classes/Test_Einstein.cls | 460 | 3 | 460 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1217 | /force-app/main/default/classes/Test_Einstein.cls | 461 | 3 | 461 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1217 | /force-app/main/default/classes/Test_Einstein.cls | 461 | 3 | 461 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1218 | /force-app/main/default/classes/Test_Einstein.cls | 462 | 3 | 462 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1218 | /force-app/main/default/classes/Test_Einstein.cls | 462 | 3 | 462 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1219 | /force-app/main/default/classes/Test_Einstein.cls | 463 | 3 | 463 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1219 | /force-app/main/default/classes/Test_Einstein.cls | 463 | 3 | 463 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1220 | /force-app/main/default/classes/Test_Einstein.cls | 485 | 20 | 506 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1220 | /force-app/main/default/classes/Test_Einstein.cls | 485 | 20 | 506 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1221 | /force-app/main/default/classes/Test_Einstein.cls | 494 | 3 | 494 | 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. |
1221 | /force-app/main/default/classes/Test_Einstein.cls | 494 | 3 | 494 | 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. |
1222 | /force-app/main/default/classes/Test_Einstein.cls | 495 | 3 | 495 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1222 | /force-app/main/default/classes/Test_Einstein.cls | 495 | 3 | 495 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1223 | /force-app/main/default/classes/Test_Einstein.cls | 500 | 3 | 500 | 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. |
1223 | /force-app/main/default/classes/Test_Einstein.cls | 500 | 3 | 500 | 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. |
1224 | /force-app/main/default/classes/Test_Einstein.cls | 501 | 3 | 501 | 76 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1224 | /force-app/main/default/classes/Test_Einstein.cls | 501 | 3 | 501 | 76 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1225 | /force-app/main/default/classes/Test_Einstein.cls | 509 | 20 | 527 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1225 | /force-app/main/default/classes/Test_Einstein.cls | 509 | 20 | 527 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1226 | /force-app/main/default/classes/Test_Einstein.cls | 517 | 3 | 517 | 43 | 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. |
1226 | /force-app/main/default/classes/Test_Einstein.cls | 517 | 3 | 517 | 43 | 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. |
1227 | /force-app/main/default/classes/Test_Einstein.cls | 518 | 3 | 518 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1227 | /force-app/main/default/classes/Test_Einstein.cls | 518 | 3 | 518 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1228 | /force-app/main/default/classes/Test_Einstein.cls | 523 | 3 | 523 | 42 | 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. |
1228 | /force-app/main/default/classes/Test_Einstein.cls | 523 | 3 | 523 | 42 | 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. |
1229 | /force-app/main/default/classes/Test_Einstein.cls | 524 | 3 | 524 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1229 | /force-app/main/default/classes/Test_Einstein.cls | 524 | 3 | 524 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1230 | /force-app/main/default/classes/Test_Einstein.cls | 529 | 20 | 591 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1230 | /force-app/main/default/classes/Test_Einstein.cls | 529 | 20 | 591 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1231 | /force-app/main/default/classes/Test_Einstein.cls | 529 | 20 | 591 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'retrainDataset()' has a cognitive complexity of 62, current threshold is 15 |
1231 | /force-app/main/default/classes/Test_Einstein.cls | 529 | 20 | 591 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'retrainDataset()' has a cognitive complexity of 62, current threshold is 15 |
1232 | /force-app/main/default/classes/Test_Einstein.cls | 540 | 3 | 540 | 43 | 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. |
1232 | /force-app/main/default/classes/Test_Einstein.cls | 540 | 3 | 540 | 43 | 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. |
1233 | /force-app/main/default/classes/Test_Einstein.cls | 544 | 3 | 544 | 43 | 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. |
1233 | /force-app/main/default/classes/Test_Einstein.cls | 544 | 3 | 544 | 43 | 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. |
1234 | /force-app/main/default/classes/Test_Einstein.cls | 551 | 3 | 551 | 43 | 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. |
1234 | /force-app/main/default/classes/Test_Einstein.cls | 551 | 3 | 551 | 43 | 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. |
1235 | /force-app/main/default/classes/Test_Einstein.cls | 554 | 3 | 554 | 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. |
1235 | /force-app/main/default/classes/Test_Einstein.cls | 554 | 3 | 554 | 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. |
1236 | /force-app/main/default/classes/Test_Einstein.cls | 555 | 3 | 555 | 47 | 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. |
1236 | /force-app/main/default/classes/Test_Einstein.cls | 555 | 3 | 555 | 47 | 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. |
1237 | /force-app/main/default/classes/Test_Einstein.cls | 556 | 3 | 556 | 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. |
1237 | /force-app/main/default/classes/Test_Einstein.cls | 556 | 3 | 556 | 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. |
1238 | /force-app/main/default/classes/Test_Einstein.cls | 563 | 4 | 563 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1238 | /force-app/main/default/classes/Test_Einstein.cls | 563 | 4 | 563 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1239 | /force-app/main/default/classes/Test_Einstein.cls | 570 | 4 | 570 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1239 | /force-app/main/default/classes/Test_Einstein.cls | 570 | 4 | 570 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1240 | /force-app/main/default/classes/Test_Einstein.cls | 577 | 4 | 577 | 65 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1240 | /force-app/main/default/classes/Test_Einstein.cls | 577 | 4 | 577 | 65 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1241 | /force-app/main/default/classes/Test_Einstein.cls | 584 | 4 | 584 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1241 | /force-app/main/default/classes/Test_Einstein.cls | 584 | 4 | 584 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1242 | /force-app/main/default/classes/Test_Einstein.cls | 593 | 20 | 626 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1242 | /force-app/main/default/classes/Test_Einstein.cls | 593 | 20 | 626 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1243 | /force-app/main/default/classes/Test_Einstein.cls | 602 | 18 | 602 | 101 | 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 'CV' doesn't match '[a-z][a-zA-Z0-9]*' |
1243 | /force-app/main/default/classes/Test_Einstein.cls | 602 | 18 | 602 | 101 | 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 'CV' doesn't match '[a-z][a-zA-Z0-9]*' |
1244 | /force-app/main/default/classes/Test_Einstein.cls | 603 | 23 | 603 | 97 | 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 'CD' doesn't match '[a-z][a-zA-Z0-9]*' |
1244 | /force-app/main/default/classes/Test_Einstein.cls | 603 | 23 | 603 | 97 | 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 'CD' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /force-app/main/default/classes/Test_Einstein.cls | 605 | 23 | 605 | 121 | 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 'CD2' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /force-app/main/default/classes/Test_Einstein.cls | 605 | 23 | 605 | 121 | 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 'CD2' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /force-app/main/default/classes/Test_Einstein.cls | 620 | 23 | 620 | 95 | 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 'CD3' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /force-app/main/default/classes/Test_Einstein.cls | 620 | 23 | 620 | 95 | 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 'CD3' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /force-app/main/default/classes/Test_Einstein.cls | 620 | 23 | 620 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CD3' defined but not used |
1247 | /force-app/main/default/classes/Test_Einstein.cls | 620 | 23 | 620 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CD3' defined but not used |
1248 | /force-app/main/default/classes/Test_Einstein.cls | 630 | 20 | 660 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1248 | /force-app/main/default/classes/Test_Einstein.cls | 630 | 20 | 660 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1249 | /force-app/main/default/classes/Test_Einstein.cls | 640 | 3 | 640 | 43 | 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. |
1249 | /force-app/main/default/classes/Test_Einstein.cls | 640 | 3 | 640 | 43 | 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. |
1250 | /force-app/main/default/classes/Test_Einstein.cls | 644 | 3 | 644 | 42 | 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. |
1250 | /force-app/main/default/classes/Test_Einstein.cls | 644 | 3 | 644 | 42 | 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. |
1251 | /force-app/main/default/classes/Test_Einstein.cls | 645 | 3 | 645 | 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. |
1251 | /force-app/main/default/classes/Test_Einstein.cls | 645 | 3 | 645 | 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. |
1252 | /force-app/main/default/classes/Test_Einstein.cls | 646 | 3 | 646 | 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. |
1252 | /force-app/main/default/classes/Test_Einstein.cls | 646 | 3 | 646 | 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. |
1253 | /force-app/main/default/classes/Test_Einstein.cls | 647 | 3 | 647 | 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. |
1253 | /force-app/main/default/classes/Test_Einstein.cls | 647 | 3 | 647 | 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. |
1254 | /force-app/main/default/classes/Test_Einstein.cls | 648 | 3 | 648 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1254 | /force-app/main/default/classes/Test_Einstein.cls | 648 | 3 | 648 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1255 | /force-app/main/default/classes/Test_Einstein.cls | 649 | 3 | 649 | 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. |
1255 | /force-app/main/default/classes/Test_Einstein.cls | 649 | 3 | 649 | 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. |
1256 | /force-app/main/default/classes/Test_Einstein.cls | 650 | 3 | 650 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1256 | /force-app/main/default/classes/Test_Einstein.cls | 650 | 3 | 650 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1257 | /force-app/main/default/classes/Test_Einstein.cls | 651 | 3 | 651 | 67 | 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. |
1257 | /force-app/main/default/classes/Test_Einstein.cls | 651 | 3 | 651 | 67 | 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. |
1258 | /force-app/main/default/classes/Test_Einstein.cls | 654 | 3 | 654 | 45 | 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. |
1258 | /force-app/main/default/classes/Test_Einstein.cls | 654 | 3 | 654 | 45 | 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. |
1259 | /force-app/main/default/classes/Test_Einstein.cls | 655 | 3 | 655 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1259 | /force-app/main/default/classes/Test_Einstein.cls | 655 | 3 | 655 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1260 | /force-app/main/default/classes/Test_Einstein.cls | 656 | 3 | 656 | 42 | 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. |
1260 | /force-app/main/default/classes/Test_Einstein.cls | 656 | 3 | 656 | 42 | 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. |
1261 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1261 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1262 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testOtherMethods()' has a cognitive complexity of 16, current threshold is 15 |
1262 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testOtherMethods()' has a cognitive complexity of 16, current threshold is 15 |
1263 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testOtherMethods()' has a cyclomatic complexity of 17. |
1263 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testOtherMethods()' has a cyclomatic complexity of 17. |
1264 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testOtherMethods()' has an NCSS line count of 77 (limit: 40) |
1264 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testOtherMethods()' has an NCSS line count of 77 (limit: 40) |
1265 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testOtherMethods' has a Standard Cyclomatic Complexity of 17. |
1265 | /force-app/main/default/classes/Test_Einstein.cls | 663 | 20 | 821 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testOtherMethods' has a Standard Cyclomatic Complexity of 17. |
1266 | /force-app/main/default/classes/Test_Einstein.cls | 665 | 3 | 665 | 95 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1266 | /force-app/main/default/classes/Test_Einstein.cls | 665 | 3 | 665 | 95 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1267 | /force-app/main/default/classes/Test_Einstein.cls | 674 | 4 | 674 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1267 | /force-app/main/default/classes/Test_Einstein.cls | 674 | 4 | 674 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1268 | /force-app/main/default/classes/Test_Einstein.cls | 681 | 4 | 681 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1268 | /force-app/main/default/classes/Test_Einstein.cls | 681 | 4 | 681 | 62 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1269 | /force-app/main/default/classes/Test_Einstein.cls | 688 | 4 | 688 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1269 | /force-app/main/default/classes/Test_Einstein.cls | 688 | 4 | 688 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1270 | /force-app/main/default/classes/Test_Einstein.cls | 697 | 4 | 697 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1270 | /force-app/main/default/classes/Test_Einstein.cls | 697 | 4 | 697 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1271 | /force-app/main/default/classes/Test_Einstein.cls | 704 | 4 | 704 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1271 | /force-app/main/default/classes/Test_Einstein.cls | 704 | 4 | 704 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1272 | /force-app/main/default/classes/Test_Einstein.cls | 711 | 3 | 711 | 74 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1272 | /force-app/main/default/classes/Test_Einstein.cls | 711 | 3 | 711 | 74 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1273 | /force-app/main/default/classes/Test_Einstein.cls | 717 | 4 | 717 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1273 | /force-app/main/default/classes/Test_Einstein.cls | 717 | 4 | 717 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1274 | /force-app/main/default/classes/Test_Einstein.cls | 723 | 3 | 723 | 67 | 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. |
1274 | /force-app/main/default/classes/Test_Einstein.cls | 723 | 3 | 723 | 67 | 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. |
1275 | /force-app/main/default/classes/Test_Einstein.cls | 726 | 3 | 726 | 61 | 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. |
1275 | /force-app/main/default/classes/Test_Einstein.cls | 726 | 3 | 726 | 61 | 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. |
1276 | /force-app/main/default/classes/Test_Einstein.cls | 729 | 3 | 729 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1276 | /force-app/main/default/classes/Test_Einstein.cls | 729 | 3 | 729 | 69 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1277 | /force-app/main/default/classes/Test_Einstein.cls | 732 | 3 | 732 | 95 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1277 | /force-app/main/default/classes/Test_Einstein.cls | 732 | 3 | 732 | 95 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1278 | /force-app/main/default/classes/Test_Einstein.cls | 737 | 3 | 737 | 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. |
1278 | /force-app/main/default/classes/Test_Einstein.cls | 737 | 3 | 737 | 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. |
1279 | /force-app/main/default/classes/Test_Einstein.cls | 743 | 4 | 743 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1279 | /force-app/main/default/classes/Test_Einstein.cls | 743 | 4 | 743 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1280 | /force-app/main/default/classes/Test_Einstein.cls | 747 | 3 | 747 | 59 | 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. |
1280 | /force-app/main/default/classes/Test_Einstein.cls | 747 | 3 | 747 | 59 | 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. |
1281 | /force-app/main/default/classes/Test_Einstein.cls | 753 | 4 | 753 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1281 | /force-app/main/default/classes/Test_Einstein.cls | 753 | 4 | 753 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1282 | /force-app/main/default/classes/Test_Einstein.cls | 761 | 4 | 761 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1282 | /force-app/main/default/classes/Test_Einstein.cls | 761 | 4 | 761 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1283 | /force-app/main/default/classes/Test_Einstein.cls | 765 | 3 | 765 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1283 | /force-app/main/default/classes/Test_Einstein.cls | 765 | 3 | 765 | 55 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1284 | /force-app/main/default/classes/Test_Einstein.cls | 771 | 4 | 771 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1284 | /force-app/main/default/classes/Test_Einstein.cls | 771 | 4 | 771 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1285 | /force-app/main/default/classes/Test_Einstein.cls | 775 | 3 | 775 | 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. |
1285 | /force-app/main/default/classes/Test_Einstein.cls | 775 | 3 | 775 | 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. |
1286 | /force-app/main/default/classes/Test_Einstein.cls | 781 | 4 | 781 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1286 | /force-app/main/default/classes/Test_Einstein.cls | 781 | 4 | 781 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1287 | /force-app/main/default/classes/Test_Einstein.cls | 788 | 4 | 788 | 65 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1287 | /force-app/main/default/classes/Test_Einstein.cls | 788 | 4 | 788 | 65 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1288 | /force-app/main/default/classes/Test_Einstein.cls | 797 | 4 | 797 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1288 | /force-app/main/default/classes/Test_Einstein.cls | 797 | 4 | 797 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1289 | /force-app/main/default/classes/Test_Einstein.cls | 804 | 4 | 804 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1289 | /force-app/main/default/classes/Test_Einstein.cls | 804 | 4 | 804 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1290 | /force-app/main/default/classes/Test_Einstein.cls | 811 | 4 | 811 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1290 | /force-app/main/default/classes/Test_Einstein.cls | 811 | 4 | 811 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1291 | /force-app/main/default/classes/Test_Einstein.cls | 818 | 4 | 818 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1291 | /force-app/main/default/classes/Test_Einstein.cls | 818 | 4 | 818 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1292 | /force-app/main/default/classes/Test_Einstein.cls | 823 | 20 | 849 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1292 | /force-app/main/default/classes/Test_Einstein.cls | 823 | 20 | 849 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1293 | /force-app/main/default/classes/Test_Einstein.cls | 836 | 10 | 836 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'issued' defined but not used |
1293 | /force-app/main/default/classes/Test_Einstein.cls | 836 | 10 | 836 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'issued' defined but not used |
1294 | /force-app/main/default/classes/Test_Einstein.cls | 838 | 3 | 838 | 36 | 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. |
1294 | /force-app/main/default/classes/Test_Einstein.cls | 838 | 3 | 838 | 36 | 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. |
1295 | /force-app/main/default/classes/Test_Einstein.cls | 839 | 3 | 839 | 36 | 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. |
1295 | /force-app/main/default/classes/Test_Einstein.cls | 839 | 3 | 839 | 36 | 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. |
1296 | /force-app/main/default/classes/Test_Einstein.cls | 840 | 3 | 840 | 36 | 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. |
1296 | /force-app/main/default/classes/Test_Einstein.cls | 840 | 3 | 840 | 36 | 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. |
1297 | /force-app/main/default/classes/Test_Einstein.cls | 841 | 3 | 841 | 36 | 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. |
1297 | /force-app/main/default/classes/Test_Einstein.cls | 841 | 3 | 841 | 36 | 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. |
1298 | /force-app/main/default/classes/Test_Einstein.cls | 842 | 3 | 842 | 36 | 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. |
1298 | /force-app/main/default/classes/Test_Einstein.cls | 842 | 3 | 842 | 36 | 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. |
1299 | /force-app/main/default/classes/Test_Einstein.cls | 843 | 3 | 843 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1299 | /force-app/main/default/classes/Test_Einstein.cls | 843 | 3 | 843 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1300 | /force-app/main/default/classes/Test_Einstein.cls | 844 | 3 | 844 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1300 | /force-app/main/default/classes/Test_Einstein.cls | 844 | 3 | 844 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1301 | /force-app/main/default/classes/Test_Einstein.cls | 845 | 3 | 845 | 43 | 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. |
1301 | /force-app/main/default/classes/Test_Einstein.cls | 845 | 3 | 845 | 43 | 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. |
1302 | /force-app/main/default/classes/Test_Einstein.cls | 846 | 3 | 846 | 39 | 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. |
1302 | /force-app/main/default/classes/Test_Einstein.cls | 846 | 3 | 846 | 39 | 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. |
1303 | /force-app/main/default/classes/Test_Einstein.cls | 851 | 20 | 860 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1303 | /force-app/main/default/classes/Test_Einstein.cls | 851 | 20 | 860 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1304 | /force-app/main/default/classes/Test_Einstein.cls | 851 | 20 | 860 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1304 | /force-app/main/default/classes/Test_Einstein.cls | 851 | 20 | 860 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1305 | /force-app/main/default/classes/Test_Einstein.cls | 862 | 20 | 866 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1305 | /force-app/main/default/classes/Test_Einstein.cls | 862 | 20 | 866 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1306 | /force-app/main/default/classes/Test_Einstein.cls | 868 | 20 | 875 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1306 | /force-app/main/default/classes/Test_Einstein.cls | 868 | 20 | 875 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1307 | /force-app/main/default/classes/Test_Einstein.cls | 877 | 20 | 923 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1307 | /force-app/main/default/classes/Test_Einstein.cls | 877 | 20 | 923 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1308 | /force-app/main/default/classes/Test_Einstein.cls | 877 | 20 | 923 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1308 | /force-app/main/default/classes/Test_Einstein.cls | 877 | 20 | 923 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1309 | /force-app/main/default/classes/Test_Einstein.cls | 918 | 6 | 918 | 56 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'myId' defined but not used |
1309 | /force-app/main/default/classes/Test_Einstein.cls | 918 | 6 | 918 | 56 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'myId' defined but not used |
1310 | /force-app/main/default/classes/Test_Einstein.cls | 925 | 20 | 1021 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1310 | /force-app/main/default/classes/Test_Einstein.cls | 925 | 20 | 1021 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1311 | /force-app/main/default/classes/Test_Einstein.cls | 925 | 20 | 1021 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testPGOtherMethodsWithBadHTTP()' has a cyclomatic complexity of 15. |
1311 | /force-app/main/default/classes/Test_Einstein.cls | 925 | 20 | 1021 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testPGOtherMethodsWithBadHTTP()' has a cyclomatic complexity of 15. |
1312 | /force-app/main/default/classes/Test_Einstein.cls | 925 | 20 | 1021 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testPGOtherMethodsWithBadHTTP()' has an NCSS line count of 61 (limit: 40) |
1312 | /force-app/main/default/classes/Test_Einstein.cls | 925 | 20 | 1021 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testPGOtherMethodsWithBadHTTP()' has an NCSS line count of 61 (limit: 40) |
1313 | /force-app/main/default/classes/Test_Einstein.cls | 925 | 20 | 1021 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testPGOtherMethodsWithBadHTTP' has a Standard Cyclomatic Complexity of 15. |
1313 | /force-app/main/default/classes/Test_Einstein.cls | 925 | 20 | 1021 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testPGOtherMethodsWithBadHTTP' has a Standard Cyclomatic Complexity of 15. |
1314 | /force-app/main/default/classes/Test_Einstein.cls | 935 | 4 | 935 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1314 | /force-app/main/default/classes/Test_Einstein.cls | 935 | 4 | 935 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1315 | /force-app/main/default/classes/Test_Einstein.cls | 941 | 4 | 941 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1315 | /force-app/main/default/classes/Test_Einstein.cls | 941 | 4 | 941 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1316 | /force-app/main/default/classes/Test_Einstein.cls | 947 | 4 | 947 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1316 | /force-app/main/default/classes/Test_Einstein.cls | 947 | 4 | 947 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1317 | /force-app/main/default/classes/Test_Einstein.cls | 953 | 4 | 953 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1317 | /force-app/main/default/classes/Test_Einstein.cls | 953 | 4 | 953 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1318 | /force-app/main/default/classes/Test_Einstein.cls | 959 | 4 | 959 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1318 | /force-app/main/default/classes/Test_Einstein.cls | 959 | 4 | 959 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1319 | /force-app/main/default/classes/Test_Einstein.cls | 965 | 4 | 965 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1319 | /force-app/main/default/classes/Test_Einstein.cls | 965 | 4 | 965 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1320 | /force-app/main/default/classes/Test_Einstein.cls | 971 | 4 | 971 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1320 | /force-app/main/default/classes/Test_Einstein.cls | 971 | 4 | 971 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1321 | /force-app/main/default/classes/Test_Einstein.cls | 977 | 4 | 977 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1321 | /force-app/main/default/classes/Test_Einstein.cls | 977 | 4 | 977 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1322 | /force-app/main/default/classes/Test_Einstein.cls | 987 | 4 | 987 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1322 | /force-app/main/default/classes/Test_Einstein.cls | 987 | 4 | 987 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1323 | /force-app/main/default/classes/Test_Einstein.cls | 993 | 4 | 993 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1323 | /force-app/main/default/classes/Test_Einstein.cls | 993 | 4 | 993 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1324 | /force-app/main/default/classes/Test_Einstein.cls | 999 | 4 | 999 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1324 | /force-app/main/default/classes/Test_Einstein.cls | 999 | 4 | 999 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1325 | /force-app/main/default/classes/Test_Einstein.cls | 1005 | 4 | 1005 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1325 | /force-app/main/default/classes/Test_Einstein.cls | 1005 | 4 | 1005 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1326 | /force-app/main/default/classes/Test_Einstein.cls | 1011 | 4 | 1011 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1326 | /force-app/main/default/classes/Test_Einstein.cls | 1011 | 4 | 1011 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1327 | /force-app/main/default/classes/Test_Einstein.cls | 1017 | 4 | 1017 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1327 | /force-app/main/default/classes/Test_Einstein.cls | 1017 | 4 | 1017 | 53 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1328 | /force-app/main/default/classes/Test_Einstein.cls | 1025 | 20 | 1062 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1328 | /force-app/main/default/classes/Test_Einstein.cls | 1025 | 20 | 1062 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1329 | /force-app/main/default/classes/Test_Einstein.cls | 1036 | 71 | 1036 | 150 | 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 'CRs' doesn't match '[a-z][a-zA-Z0-9]*' |
1329 | /force-app/main/default/classes/Test_Einstein.cls | 1036 | 71 | 1036 | 150 | 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 'CRs' doesn't match '[a-z][a-zA-Z0-9]*' |
1330 | /force-app/main/default/classes/Test_Einstein.cls | 1038 | 65 | 1038 | 137 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
1330 | /force-app/main/default/classes/Test_Einstein.cls | 1038 | 65 | 1038 | 137 | 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 'CR' doesn't match '[a-z][a-zA-Z0-9]*' |
1331 | /force-app/main/default/classes/Test_Einstein.cls | 1055 | 3 | 1055 | 34 | 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. |
1331 | /force-app/main/default/classes/Test_Einstein.cls | 1055 | 3 | 1055 | 34 | 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. |
1332 | /force-app/main/default/classes/Test_Einstein.cls | 1056 | 3 | 1056 | 44 | 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. |
1332 | /force-app/main/default/classes/Test_Einstein.cls | 1056 | 3 | 1056 | 44 | 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. |
1333 | /force-app/main/default/classes/Test_Einstein.cls | 1057 | 3 | 1057 | 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. |
1333 | /force-app/main/default/classes/Test_Einstein.cls | 1057 | 3 | 1057 | 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. |
1334 | /force-app/main/default/classes/Test_Einstein.cls | 1060 | 3 | 1060 | 66 | 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. |
1334 | /force-app/main/default/classes/Test_Einstein.cls | 1060 | 3 | 1060 | 66 | 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. |
1335 | /force-app/main/default/classes/Test_Einstein.cls | 1061 | 3 | 1061 | 75 | 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. |
1335 | /force-app/main/default/classes/Test_Einstein.cls | 1061 | 3 | 1061 | 75 | 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. |
1336 | /force-app/main/default/classes/Test_Einstein.cls | 1065 | 20 | 1147 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1336 | /force-app/main/default/classes/Test_Einstein.cls | 1065 | 20 | 1147 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1337 | /force-app/main/default/classes/Test_Einstein.cls | 1088 | 53 | 1088 | 114 | 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 'LRs' doesn't match '[a-z][a-zA-Z0-9]*' |
1337 | /force-app/main/default/classes/Test_Einstein.cls | 1088 | 53 | 1088 | 114 | 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 'LRs' doesn't match '[a-z][a-zA-Z0-9]*' |
1338 | /force-app/main/default/classes/Test_Einstein.cls | 1090 | 47 | 1090 | 101 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
1338 | /force-app/main/default/classes/Test_Einstein.cls | 1090 | 47 | 1090 | 101 | 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 'LR' doesn't match '[a-z][a-zA-Z0-9]*' |
1339 | /force-app/main/default/classes/Test_Einstein.cls | 1097 | 47 | 1097 | 102 | 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 'LR2' doesn't match '[a-z][a-zA-Z0-9]*' |
1339 | /force-app/main/default/classes/Test_Einstein.cls | 1097 | 47 | 1097 | 102 | 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 'LR2' doesn't match '[a-z][a-zA-Z0-9]*' |
1340 | /force-app/main/default/classes/Test_Einstein.cls | 1105 | 53 | 1105 | 115 | 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 'LRs2' doesn't match '[a-z][a-zA-Z0-9]*' |
1340 | /force-app/main/default/classes/Test_Einstein.cls | 1105 | 53 | 1105 | 115 | 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 'LRs2' doesn't match '[a-z][a-zA-Z0-9]*' |
1341 | /force-app/main/default/classes/Test_Einstein.cls | 1110 | 47 | 1110 | 102 | 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 'LR3' doesn't match '[a-z][a-zA-Z0-9]*' |
1341 | /force-app/main/default/classes/Test_Einstein.cls | 1110 | 47 | 1110 | 102 | 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 'LR3' doesn't match '[a-z][a-zA-Z0-9]*' |
1342 | /force-app/main/default/classes/Test_Einstein.cls | 1119 | 53 | 1119 | 115 | 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 'LRs3' doesn't match '[a-z][a-zA-Z0-9]*' |
1342 | /force-app/main/default/classes/Test_Einstein.cls | 1119 | 53 | 1119 | 115 | 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 'LRs3' doesn't match '[a-z][a-zA-Z0-9]*' |
1343 | /force-app/main/default/classes/Test_Einstein.cls | 1136 | 5 | 1136 | 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. |
1343 | /force-app/main/default/classes/Test_Einstein.cls | 1136 | 5 | 1136 | 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. |
1344 | /force-app/main/default/classes/Test_Einstein.cls | 1139 | 5 | 1139 | 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. |
1344 | /force-app/main/default/classes/Test_Einstein.cls | 1139 | 5 | 1139 | 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. |
1345 | /force-app/main/default/classes/Test_Einstein.cls | 1142 | 5 | 1142 | 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. |
1345 | /force-app/main/default/classes/Test_Einstein.cls | 1142 | 5 | 1142 | 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. |
1346 | /force-app/main/default/classes/Test_Einstein.cls | 1143 | 5 | 1143 | 225 | 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. |
1346 | /force-app/main/default/classes/Test_Einstein.cls | 1143 | 5 | 1143 | 225 | 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. |
1347 | /force-app/main/default/classes/Test_Einstein.cls | 1150 | 20 | 1166 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1347 | /force-app/main/default/classes/Test_Einstein.cls | 1150 | 20 | 1166 | 3 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1348 | /force-app/main/default/classes/Test_Einstein.cls | 1150 | 20 | 1166 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1348 | /force-app/main/default/classes/Test_Einstein.cls | 1150 | 20 | 1166 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1349 | /force-app/main/default/classes/Test_Einstein.cls | 1155 | 57 | 1155 | 121 | 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 'LF' doesn't match '[a-z][a-zA-Z0-9]*' |
1349 | /force-app/main/default/classes/Test_Einstein.cls | 1155 | 57 | 1155 | 121 | 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 'LF' doesn't match '[a-z][a-zA-Z0-9]*' |
1350 | /force-app/main/default/classes/Test_Einstein.cls | 1160 | 63 | 1160 | 134 | 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 'LFs' doesn't match '[a-z][a-zA-Z0-9]*' |
1350 | /force-app/main/default/classes/Test_Einstein.cls | 1160 | 63 | 1160 | 134 | 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 'LFs' doesn't match '[a-z][a-zA-Z0-9]*' |
1351 | /force-app/main/default/classes/Test_Einstein.cls | 1195 | 20 | 1219 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1351 | /force-app/main/default/classes/Test_Einstein.cls | 1195 | 20 | 1219 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1352 | /force-app/main/default/classes/Test_Einstein.cls | 1208 | 3 | 1208 | 62 | 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. |
1352 | /force-app/main/default/classes/Test_Einstein.cls | 1208 | 3 | 1208 | 62 | 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. |
1353 | /force-app/main/default/classes/Test_Einstein.cls | 1209 | 3 | 1209 | 70 | 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. |
1353 | /force-app/main/default/classes/Test_Einstein.cls | 1209 | 3 | 1209 | 70 | 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. |
1354 | /force-app/main/default/classes/Test_Einstein.cls | 1213 | 3 | 1213 | 42 | 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. |
1354 | /force-app/main/default/classes/Test_Einstein.cls | 1213 | 3 | 1213 | 42 | 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. |
1355 | /force-app/main/default/classes/Test_Einstein.cls | 1214 | 3 | 1214 | 59 | 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. |
1355 | /force-app/main/default/classes/Test_Einstein.cls | 1214 | 3 | 1214 | 59 | 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. |
1356 | /force-app/main/default/classes/Test_Einstein.cls | 1221 | 20 | 1267 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1356 | /force-app/main/default/classes/Test_Einstein.cls | 1221 | 20 | 1267 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1357 | /force-app/main/default/classes/Test_Einstein.cls | 1239 | 3 | 1239 | 61 | 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. |
1357 | /force-app/main/default/classes/Test_Einstein.cls | 1239 | 3 | 1239 | 61 | 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. |
1358 | /force-app/main/default/classes/Test_Einstein.cls | 1240 | 3 | 1240 | 71 | 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. |
1358 | /force-app/main/default/classes/Test_Einstein.cls | 1240 | 3 | 1240 | 71 | 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. |
1359 | /force-app/main/default/classes/Test_Einstein.cls | 1241 | 3 | 1241 | 70 | 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. |
1359 | /force-app/main/default/classes/Test_Einstein.cls | 1241 | 3 | 1241 | 70 | 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. |
1360 | /force-app/main/default/classes/Test_Einstein.cls | 1246 | 3 | 1246 | 61 | 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. |
1360 | /force-app/main/default/classes/Test_Einstein.cls | 1246 | 3 | 1246 | 61 | 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. |
1361 | /force-app/main/default/classes/Test_Einstein.cls | 1247 | 3 | 1247 | 71 | 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. |
1361 | /force-app/main/default/classes/Test_Einstein.cls | 1247 | 3 | 1247 | 71 | 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. |
1362 | /force-app/main/default/classes/Test_Einstein.cls | 1248 | 3 | 1248 | 70 | 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. |
1362 | /force-app/main/default/classes/Test_Einstein.cls | 1248 | 3 | 1248 | 70 | 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. |
1363 | /force-app/main/default/classes/Test_Einstein.cls | 1253 | 3 | 1253 | 59 | 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. |
1363 | /force-app/main/default/classes/Test_Einstein.cls | 1253 | 3 | 1253 | 59 | 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. |
1364 | /force-app/main/default/classes/Test_Einstein.cls | 1254 | 3 | 1254 | 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. |
1364 | /force-app/main/default/classes/Test_Einstein.cls | 1254 | 3 | 1254 | 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. |
1365 | /force-app/main/default/classes/Test_Einstein.cls | 1261 | 6 | 1261 | 115 | 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 'ContentDocumentId' doesn't match '[a-z][a-zA-Z0-9]*' |
1365 | /force-app/main/default/classes/Test_Einstein.cls | 1261 | 6 | 1261 | 115 | 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 'ContentDocumentId' doesn't match '[a-z][a-zA-Z0-9]*' |
1366 | /force-app/main/default/classes/Test_Einstein.cls | 1263 | 3 | 1263 | 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 |
1366 | /force-app/main/default/classes/Test_Einstein.cls | 1263 | 3 | 1263 | 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 |
1367 | /force-app/main/default/classes/Test_Einstein.cls | 1263 | 3 | 1263 | 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. |
1367 | /force-app/main/default/classes/Test_Einstein.cls | 1263 | 3 | 1263 | 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. |
1368 | /force-app/main/default/classes/Test_Einstein.cls | 1270 | 20 | 1315 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1368 | /force-app/main/default/classes/Test_Einstein.cls | 1270 | 20 | 1315 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1369 | /force-app/main/default/classes/Test_Einstein.cls | 1304 | 3 | 1304 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1369 | /force-app/main/default/classes/Test_Einstein.cls | 1304 | 3 | 1304 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1370 | /force-app/main/default/classes/Test_Einstein.cls | 1305 | 3 | 1305 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1370 | /force-app/main/default/classes/Test_Einstein.cls | 1305 | 3 | 1305 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1371 | /force-app/main/default/classes/Test_Einstein.cls | 1306 | 3 | 1306 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1371 | /force-app/main/default/classes/Test_Einstein.cls | 1306 | 3 | 1306 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1372 | /force-app/main/default/classes/Test_Einstein.cls | 1307 | 3 | 1307 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1372 | /force-app/main/default/classes/Test_Einstein.cls | 1307 | 3 | 1307 | 51 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1373 | /force-app/main/default/classes/Test_Einstein.cls | 1308 | 3 | 1308 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1373 | /force-app/main/default/classes/Test_Einstein.cls | 1308 | 3 | 1308 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1374 | /force-app/main/default/classes/Test_Einstein.cls | 1309 | 3 | 1309 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1374 | /force-app/main/default/classes/Test_Einstein.cls | 1309 | 3 | 1309 | 49 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1375 | /force-app/main/default/classes/Test_Einstein.cls | 1310 | 3 | 1310 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1375 | /force-app/main/default/classes/Test_Einstein.cls | 1310 | 3 | 1310 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1376 | /force-app/main/default/classes/Test_Einstein.cls | 1311 | 3 | 1311 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1376 | /force-app/main/default/classes/Test_Einstein.cls | 1311 | 3 | 1311 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1377 | /force-app/main/default/classes/Test_Einstein.cls | 1312 | 3 | 1312 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1377 | /force-app/main/default/classes/Test_Einstein.cls | 1312 | 3 | 1312 | 38 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1378 | /force-app/main/default/classes/Test_Einstein.cls | 1313 | 3 | 1313 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1378 | /force-app/main/default/classes/Test_Einstein.cls | 1313 | 3 | 1313 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1379 | /force-app/main/default/classes/Test_Einstein.cls | 1317 | 20 | 1348 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1379 | /force-app/main/default/classes/Test_Einstein.cls | 1317 | 20 | 1348 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1380 | /force-app/main/default/classes/Test_Einstein.cls | 1346 | 3 | 1346 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1380 | /force-app/main/default/classes/Test_Einstein.cls | 1346 | 3 | 1346 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1381 | /force-app/main/default/classes/Test_Einstein.cls | 1350 | 20 | 1381 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1381 | /force-app/main/default/classes/Test_Einstein.cls | 1350 | 20 | 1381 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1382 | /force-app/main/default/classes/Test_Einstein.cls | 1379 | 3 | 1379 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1382 | /force-app/main/default/classes/Test_Einstein.cls | 1379 | 3 | 1379 | 37 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
1383 | /force-app/main/default/classes/Test_Einstein.cls | 1383 | 20 | 1417 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1383 | /force-app/main/default/classes/Test_Einstein.cls | 1383 | 20 | 1417 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1384 | /force-app/main/default/classes/Test_Einstein.cls | 1396 | 11 | 1410 | 13 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'lastId' defined but not used |
1384 | /force-app/main/default/classes/Test_Einstein.cls | 1396 | 11 | 1410 | 13 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'lastId' defined but not used |
1385 | /force-app/main/default/classes/Test_Einstein.cls | 1413 | 4 | 1413 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1385 | /force-app/main/default/classes/Test_Einstein.cls | 1413 | 4 | 1413 | 70 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
1386 | /force-app/main/default/classes/Test_Einstein.cls | 1427 | 20 | 1435 | 2 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1386 | /force-app/main/default/classes/Test_Einstein.cls | 1427 | 20 | 1435 | 2 | pmd | ApexUnitTestClassShouldHaveAsserts | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts | Apex unit tests should System.assert() or assertEquals() or assertNotEquals() |
1387 | /force-app/main/default/classes/Test_Einstein.cls | 1427 | 20 | 1435 | 2 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1387 | /force-app/main/default/classes/Test_Einstein.cls | 1427 | 20 | 1435 | 2 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1388 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 2 | 21 | 477 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Test_Einstein_HttpMockResponses' has a total cyclomatic complexity of 71 (highest 38). |
1388 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 2 | 21 | 477 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Test_Einstein_HttpMockResponses' has a total cyclomatic complexity of 71 (highest 38). |
1389 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 2 | 21 | 477 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Test_Einstein_HttpMockResponses' has a Standard Cyclomatic Complexity of 2 (Highest = 38). |
1389 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 2 | 21 | 477 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Test_Einstein_HttpMockResponses' has a Standard Cyclomatic Complexity of 2 (Highest = 38). |
1390 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1390 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1391 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'respond(HTTPRequest)' has a cognitive complexity of 44, current threshold is 15 |
1391 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'respond(HTTPRequest)' has a cognitive complexity of 44, current threshold is 15 |
1392 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'respond(HTTPRequest)' has a cyclomatic complexity of 38. |
1392 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'respond(HTTPRequest)' has a cyclomatic complexity of 38. |
1393 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'respond()' has an NCSS line count of 156 (limit: 40) |
1393 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'respond()' has an NCSS line count of 156 (limit: 40) |
1394 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'respond' has a Standard Cyclomatic Complexity of 38. |
1394 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 6 | 12 | 92 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'respond' has a Standard Cyclomatic Complexity of 38. |
1395 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 8 | 16 | 8 | 56 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'apiEndpoint' defined but not used |
1395 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 8 | 16 | 8 | 56 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'apiEndpoint' defined but not used |
1396 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 23 | 17 | 27 | 18 | 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 |
1396 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 23 | 17 | 27 | 18 | 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 |
1397 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 220 | 9 | 220 | 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 |
1397 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 220 | 9 | 220 | 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 |
1398 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 220 | 9 | 220 | 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. |
1398 | /force-app/main/default/classes/Test_Einstein_HttpMockResponses.cls | 220 | 9 | 220 | 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. |
1399 | /force-app/main/default/classes/Test_Einstein_HttpMockResponsesBadHTTP.cls | 4 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1399 | /force-app/main/default/classes/Test_Einstein_HttpMockResponsesBadHTTP.cls | 4 | 12 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |