pmd7_2 took 12 seconds to run and found 73 violations
pmd7_3 took 15 seconds to run and found 73 violations
Among the 73 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /force-app/main/default/classes/ganttChart.cls | 1 | 21 | 196 | 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/ganttChart.cls | 1 | 21 | 196 | 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/ganttChart.cls | 1 | 21 | 196 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ganttChart' doesn't match '[A-Z][a-zA-Z0-9_]*' |
2 | /force-app/main/default/classes/ganttChart.cls | 1 | 21 | 196 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'ganttChart' doesn't match '[A-Z][a-zA-Z0-9_]*' |
3 | /force-app/main/default/classes/ganttChart.cls | 1 | 21 | 196 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ganttChart' has a Standard Cyclomatic Complexity of 5 (Highest = 12). |
3 | /force-app/main/default/classes/ganttChart.cls | 1 | 21 | 196 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ganttChart' has a Standard Cyclomatic Complexity of 5 (Highest = 12). |
4 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'getChartData(String, String, String, Integer, List |
5 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'getChartData(String, String, String, Integer, List |
6 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'getChartData(String, String, String, Integer, List |
6 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'getChartData(String, String, String, Integer, List |
7 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 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. |
7 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 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. |
8 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getChartData()' has an NCSS line count of 71 (limit: 40) |
8 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getChartData()' has an NCSS line count of 71 (limit: 40) |
9 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getChartData' has a Standard Cyclomatic Complexity of 12. |
9 | /force-app/main/default/classes/ganttChart.cls | 3 | 19 | 131 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getChartData' has a Standard Cyclomatic Complexity of 12. |
10 | /force-app/main/default/classes/ganttChart.cls | 33 | 21 | 33 | 44 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'slots' defined but not used |
10 | /force-app/main/default/classes/ganttChart.cls | 33 | 21 | 33 | 44 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'slots' defined but not used |
11 | /force-app/main/default/classes/ganttChart.cls | 38 | 17 | 38 | 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 |
11 | /force-app/main/default/classes/ganttChart.cls | 38 | 17 | 38 | 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 |
12 | /force-app/main/default/classes/ganttChart.cls | 38 | 17 | 38 | 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. |
12 | /force-app/main/default/classes/ganttChart.cls | 38 | 17 | 38 | 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. |
13 | /force-app/main/default/classes/ganttChart.cls | 39 | 17 | 39 | 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 |
13 | /force-app/main/default/classes/ganttChart.cls | 39 | 17 | 39 | 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 |
14 | /force-app/main/default/classes/ganttChart.cls | 39 | 17 | 39 | 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. |
14 | /force-app/main/default/classes/ganttChart.cls | 39 | 17 | 39 | 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. |
15 | /force-app/main/default/classes/ganttChart.cls | 40 | 17 | 40 | 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 |
15 | /force-app/main/default/classes/ganttChart.cls | 40 | 17 | 40 | 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 |
16 | /force-app/main/default/classes/ganttChart.cls | 40 | 17 | 40 | 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. |
16 | /force-app/main/default/classes/ganttChart.cls | 40 | 17 | 40 | 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. |
17 | /force-app/main/default/classes/ganttChart.cls | 41 | 17 | 41 | 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 |
17 | /force-app/main/default/classes/ganttChart.cls | 41 | 17 | 41 | 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 |
18 | /force-app/main/default/classes/ganttChart.cls | 41 | 17 | 41 | 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. |
18 | /force-app/main/default/classes/ganttChart.cls | 41 | 17 | 41 | 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. |
19 | /force-app/main/default/classes/ganttChart.cls | 66 | 44 | 68 | 66 | 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 |
19 | /force-app/main/default/classes/ganttChart.cls | 66 | 44 | 68 | 66 | 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 |
20 | /force-app/main/default/classes/ganttChart.cls | 134 | 19 | 149 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /force-app/main/default/classes/ganttChart.cls | 134 | 19 | 149 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
21 | /force-app/main/default/classes/ganttChart.cls | 137 | 30 | 140 | 45 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
21 | /force-app/main/default/classes/ganttChart.cls | 137 | 30 | 140 | 45 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
22 | /force-app/main/default/classes/ganttChart.cls | 152 | 19 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
22 | /force-app/main/default/classes/ganttChart.cls | 152 | 19 | 157 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
23 | /force-app/main/default/classes/ganttChart.cls | 153 | 16 | 156 | 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 |
23 | /force-app/main/default/classes/ganttChart.cls | 153 | 16 | 156 | 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 |
24 | /force-app/main/default/classes/ganttChart.cls | 160 | 19 | 190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /force-app/main/default/classes/ganttChart.cls | 160 | 19 | 190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /force-app/main/default/classes/ganttChart.cls | 160 | 19 | 190 | 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. |
25 | /force-app/main/default/classes/ganttChart.cls | 160 | 19 | 190 | 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. |
26 | /force-app/main/default/classes/ganttChart.cls | 189 | 9 | 189 | 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 |
26 | /force-app/main/default/classes/ganttChart.cls | 189 | 9 | 189 | 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 |
27 | /force-app/main/default/classes/ganttChart.cls | 189 | 9 | 189 | 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 |
27 | /force-app/main/default/classes/ganttChart.cls | 189 | 9 | 189 | 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 |
28 | /force-app/main/default/classes/ganttChart.cls | 193 | 19 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
28 | /force-app/main/default/classes/ganttChart.cls | 193 | 19 | 195 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
29 | /force-app/main/default/classes/ganttChart.cls | 194 | 9 | 194 | 53 | 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 |
29 | /force-app/main/default/classes/ganttChart.cls | 194 | 9 | 194 | 53 | 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 |
30 | /force-app/main/default/classes/tst_ganttChart.cls | 2 | 21 | 239 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'tst_ganttChart' doesn't match '[A-Z][a-zA-Z0-9_]*' |
30 | /force-app/main/default/classes/tst_ganttChart.cls | 2 | 21 | 239 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The test class name 'tst_ganttChart' doesn't match '[A-Z][a-zA-Z0-9_]*' |
31 | /force-app/main/default/classes/tst_ganttChart.cls | 4 | 12 | 52 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_getChartData' doesn't match '[a-z][a-zA-Z0-9]*' |
31 | /force-app/main/default/classes/tst_ganttChart.cls | 4 | 12 | 52 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_getChartData' doesn't match '[a-z][a-zA-Z0-9]*' |
32 | /force-app/main/default/classes/tst_ganttChart.cls | 36 | 9 | 36 | 57 | 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. |
32 | /force-app/main/default/classes/tst_ganttChart.cls | 36 | 9 | 36 | 57 | 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. |
33 | /force-app/main/default/classes/tst_ganttChart.cls | 38 | 9 | 38 | 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. |
33 | /force-app/main/default/classes/tst_ganttChart.cls | 38 | 9 | 38 | 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. |
34 | /force-app/main/default/classes/tst_ganttChart.cls | 40 | 9 | 40 | 64 | 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. |
34 | /force-app/main/default/classes/tst_ganttChart.cls | 40 | 9 | 40 | 64 | 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. |
35 | /force-app/main/default/classes/tst_ganttChart.cls | 42 | 9 | 42 | 58 | 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. |
35 | /force-app/main/default/classes/tst_ganttChart.cls | 42 | 9 | 42 | 58 | 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. |
36 | /force-app/main/default/classes/tst_ganttChart.cls | 44 | 9 | 44 | 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. |
36 | /force-app/main/default/classes/tst_ganttChart.cls | 44 | 9 | 44 | 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. |
37 | /force-app/main/default/classes/tst_ganttChart.cls | 46 | 9 | 46 | 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. |
37 | /force-app/main/default/classes/tst_ganttChart.cls | 46 | 9 | 46 | 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. |
38 | /force-app/main/default/classes/tst_ganttChart.cls | 48 | 9 | 48 | 54 | 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. |
38 | /force-app/main/default/classes/tst_ganttChart.cls | 48 | 9 | 48 | 54 | 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. |
39 | /force-app/main/default/classes/tst_ganttChart.cls | 50 | 9 | 50 | 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. |
39 | /force-app/main/default/classes/tst_ganttChart.cls | 50 | 9 | 50 | 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. |
40 | /force-app/main/default/classes/tst_ganttChart.cls | 51 | 9 | 51 | 57 | 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. |
40 | /force-app/main/default/classes/tst_ganttChart.cls | 51 | 9 | 51 | 57 | 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. |
41 | /force-app/main/default/classes/tst_ganttChart.cls | 55 | 12 | 105 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_getChartData_withFilters' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /force-app/main/default/classes/tst_ganttChart.cls | 55 | 12 | 105 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_getChartData_withFilters' doesn't match '[a-z][a-zA-Z0-9]*' |
42 | /force-app/main/default/classes/tst_ganttChart.cls | 89 | 9 | 89 | 57 | 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. |
42 | /force-app/main/default/classes/tst_ganttChart.cls | 89 | 9 | 89 | 57 | 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. |
43 | /force-app/main/default/classes/tst_ganttChart.cls | 91 | 9 | 91 | 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. |
43 | /force-app/main/default/classes/tst_ganttChart.cls | 91 | 9 | 91 | 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. |
44 | /force-app/main/default/classes/tst_ganttChart.cls | 93 | 9 | 93 | 64 | 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. |
44 | /force-app/main/default/classes/tst_ganttChart.cls | 93 | 9 | 93 | 64 | 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. |
45 | /force-app/main/default/classes/tst_ganttChart.cls | 95 | 9 | 95 | 58 | 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. |
45 | /force-app/main/default/classes/tst_ganttChart.cls | 95 | 9 | 95 | 58 | 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. |
46 | /force-app/main/default/classes/tst_ganttChart.cls | 97 | 9 | 97 | 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. |
46 | /force-app/main/default/classes/tst_ganttChart.cls | 97 | 9 | 97 | 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. |
47 | /force-app/main/default/classes/tst_ganttChart.cls | 99 | 9 | 99 | 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. |
47 | /force-app/main/default/classes/tst_ganttChart.cls | 99 | 9 | 99 | 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. |
48 | /force-app/main/default/classes/tst_ganttChart.cls | 101 | 9 | 101 | 54 | 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. |
48 | /force-app/main/default/classes/tst_ganttChart.cls | 101 | 9 | 101 | 54 | 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. |
49 | /force-app/main/default/classes/tst_ganttChart.cls | 103 | 9 | 103 | 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. |
49 | /force-app/main/default/classes/tst_ganttChart.cls | 103 | 9 | 103 | 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. |
50 | /force-app/main/default/classes/tst_ganttChart.cls | 104 | 9 | 104 | 57 | 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. |
50 | /force-app/main/default/classes/tst_ganttChart.cls | 104 | 9 | 104 | 57 | 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. |
51 | /force-app/main/default/classes/tst_ganttChart.cls | 108 | 12 | 121 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_getResources' doesn't match '[a-z][a-zA-Z0-9]*' |
51 | /force-app/main/default/classes/tst_ganttChart.cls | 108 | 12 | 121 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_getResources' doesn't match '[a-z][a-zA-Z0-9]*' |
52 | /force-app/main/default/classes/tst_ganttChart.cls | 118 | 9 | 118 | 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. |
52 | /force-app/main/default/classes/tst_ganttChart.cls | 118 | 9 | 118 | 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. |
53 | /force-app/main/default/classes/tst_ganttChart.cls | 119 | 9 | 119 | 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. |
53 | /force-app/main/default/classes/tst_ganttChart.cls | 119 | 9 | 119 | 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. |
54 | /force-app/main/default/classes/tst_ganttChart.cls | 120 | 9 | 120 | 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. |
54 | /force-app/main/default/classes/tst_ganttChart.cls | 120 | 9 | 120 | 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. |
55 | /force-app/main/default/classes/tst_ganttChart.cls | 124 | 12 | 136 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_getProjects' doesn't match '[a-z][a-zA-Z0-9]*' |
55 | /force-app/main/default/classes/tst_ganttChart.cls | 124 | 12 | 136 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_getProjects' doesn't match '[a-z][a-zA-Z0-9]*' |
56 | /force-app/main/default/classes/tst_ganttChart.cls | 134 | 9 | 134 | 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. |
56 | /force-app/main/default/classes/tst_ganttChart.cls | 134 | 9 | 134 | 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. |
57 | /force-app/main/default/classes/tst_ganttChart.cls | 135 | 9 | 135 | 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. |
57 | /force-app/main/default/classes/tst_ganttChart.cls | 135 | 9 | 135 | 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. |
58 | /force-app/main/default/classes/tst_ganttChart.cls | 139 | 12 | 167 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_saveAllocation' doesn't match '[a-z][a-zA-Z0-9]*' |
58 | /force-app/main/default/classes/tst_ganttChart.cls | 139 | 12 | 167 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_saveAllocation' doesn't match '[a-z][a-zA-Z0-9]*' |
59 | /force-app/main/default/classes/tst_ganttChart.cls | 140 | 14 | 140 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'd' defined but not used |
59 | /force-app/main/default/classes/tst_ganttChart.cls | 140 | 14 | 140 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'd' defined but not used |
60 | /force-app/main/default/classes/tst_ganttChart.cls | 162 | 9 | 162 | 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. |
60 | /force-app/main/default/classes/tst_ganttChart.cls | 162 | 9 | 162 | 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. |
61 | /force-app/main/default/classes/tst_ganttChart.cls | 163 | 9 | 163 | 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. |
61 | /force-app/main/default/classes/tst_ganttChart.cls | 163 | 9 | 163 | 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. |
62 | /force-app/main/default/classes/tst_ganttChart.cls | 164 | 9 | 164 | 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. |
62 | /force-app/main/default/classes/tst_ganttChart.cls | 164 | 9 | 164 | 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. |
63 | /force-app/main/default/classes/tst_ganttChart.cls | 165 | 9 | 165 | 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. |
63 | /force-app/main/default/classes/tst_ganttChart.cls | 165 | 9 | 165 | 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. |
64 | /force-app/main/default/classes/tst_ganttChart.cls | 166 | 9 | 166 | 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. |
64 | /force-app/main/default/classes/tst_ganttChart.cls | 166 | 9 | 166 | 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. |
65 | /force-app/main/default/classes/tst_ganttChart.cls | 170 | 12 | 208 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_saveAllocation_update' doesn't match '[a-z][a-zA-Z0-9]*' |
65 | /force-app/main/default/classes/tst_ganttChart.cls | 170 | 12 | 208 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_saveAllocation_update' doesn't match '[a-z][a-zA-Z0-9]*' |
66 | /force-app/main/default/classes/tst_ganttChart.cls | 202 | 9 | 202 | 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. |
66 | /force-app/main/default/classes/tst_ganttChart.cls | 202 | 9 | 202 | 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. |
67 | /force-app/main/default/classes/tst_ganttChart.cls | 203 | 9 | 203 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
67 | /force-app/main/default/classes/tst_ganttChart.cls | 203 | 9 | 203 | 57 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
68 | /force-app/main/default/classes/tst_ganttChart.cls | 204 | 9 | 204 | 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. |
68 | /force-app/main/default/classes/tst_ganttChart.cls | 204 | 9 | 204 | 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. |
69 | /force-app/main/default/classes/tst_ganttChart.cls | 205 | 9 | 205 | 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. |
69 | /force-app/main/default/classes/tst_ganttChart.cls | 205 | 9 | 205 | 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. |
70 | /force-app/main/default/classes/tst_ganttChart.cls | 206 | 9 | 206 | 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. |
70 | /force-app/main/default/classes/tst_ganttChart.cls | 206 | 9 | 206 | 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. |
71 | /force-app/main/default/classes/tst_ganttChart.cls | 207 | 9 | 207 | 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. |
71 | /force-app/main/default/classes/tst_ganttChart.cls | 207 | 9 | 207 | 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. |
72 | /force-app/main/default/classes/tst_ganttChart.cls | 211 | 12 | 238 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_deleteAllocation' doesn't match '[a-z][a-zA-Z0-9]*' |
72 | /force-app/main/default/classes/tst_ganttChart.cls | 211 | 12 | 238 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ganttChart_deleteAllocation' doesn't match '[a-z][a-zA-Z0-9]*' |
73 | /force-app/main/default/classes/tst_ganttChart.cls | 237 | 9 | 237 | 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. |
73 | /force-app/main/default/classes/tst_ganttChart.cls | 237 | 9 | 237 | 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. |