pmd7_2 took 17 seconds to run and found 1234 violations
pmd7_3 took 20 seconds to run and found 1234 violations
Among the 1234 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /src/classes/Milestone1_Calendar_Item.cls | 30 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1 | /src/classes/Milestone1_Calendar_Item.cls | 30 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /src/classes/Milestone1_Calendar_Item.cls | 30 | 21 | 56 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
2 | /src/classes/Milestone1_Calendar_Item.cls | 30 | 21 | 56 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
3 | /src/classes/Milestone1_Calendar_Item.cls | 32 | 12 | 32 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /src/classes/Milestone1_Calendar_Item.cls | 32 | 12 | 32 | 33 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /src/classes/Milestone1_Calendar_Item.cls | 33 | 12 | 33 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
4 | /src/classes/Milestone1_Calendar_Item.cls | 33 | 12 | 33 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /src/classes/Milestone1_Calendar_Item.cls | 34 | 12 | 34 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /src/classes/Milestone1_Calendar_Item.cls | 34 | 12 | 34 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /src/classes/Milestone1_Calendar_Item.cls | 35 | 12 | 35 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /src/classes/Milestone1_Calendar_Item.cls | 35 | 12 | 35 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /src/classes/Milestone1_Calendar_Item.cls | 37 | 32 | 37 | 61 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'PROJECT_TYPE' should be before method declarations in its class |
7 | /src/classes/Milestone1_Calendar_Item.cls | 37 | 32 | 37 | 61 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'PROJECT_TYPE' should be before method declarations in its class |
8 | /src/classes/Milestone1_Calendar_Item.cls | 38 | 32 | 38 | 65 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MILESTONE_TYPE' should be before method declarations in its class |
8 | /src/classes/Milestone1_Calendar_Item.cls | 38 | 32 | 38 | 65 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MILESTONE_TYPE' should be before method declarations in its class |
9 | /src/classes/Milestone1_Calendar_Item.cls | 39 | 32 | 39 | 55 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'TASK_TYPE' should be before method declarations in its class |
9 | /src/classes/Milestone1_Calendar_Item.cls | 39 | 32 | 39 | 55 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'TASK_TYPE' should be before method declarations in its class |
10 | /src/classes/Milestone1_Calendar_Item.cls | 41 | 12 | 47 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /src/classes/Milestone1_Calendar_Item.cls | 41 | 12 | 47 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /src/classes/Milestone1_Calendar_Item.cls | 41 | 12 | 47 | 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. |
11 | /src/classes/Milestone1_Calendar_Item.cls | 41 | 12 | 47 | 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. |
12 | /src/classes/Milestone1_Calendar_Item.cls | 49 | 23 | 55 | 6 | 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. |
12 | /src/classes/Milestone1_Calendar_Item.cls | 49 | 23 | 55 | 6 | 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. |
13 | /src/classes/Milestone1_Charts_GanttController.cls | 29 | 21 | 275 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
13 | /src/classes/Milestone1_Charts_GanttController.cls | 29 | 21 | 275 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
14 | /src/classes/Milestone1_Charts_GanttController.cls | 29 | 21 | 275 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
14 | /src/classes/Milestone1_Charts_GanttController.cls | 29 | 21 | 275 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
15 | /src/classes/Milestone1_Charts_GanttController.cls | 31 | 12 | 36 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
15 | /src/classes/Milestone1_Charts_GanttController.cls | 31 | 12 | 36 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /src/classes/Milestone1_Charts_GanttController.cls | 37 | 12 | 37 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
16 | /src/classes/Milestone1_Charts_GanttController.cls | 37 | 12 | 37 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /src/classes/Milestone1_Charts_GanttController.cls | 38 | 12 | 38 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
17 | /src/classes/Milestone1_Charts_GanttController.cls | 38 | 12 | 38 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /src/classes/Milestone1_Charts_GanttController.cls | 39 | 12 | 39 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
18 | /src/classes/Milestone1_Charts_GanttController.cls | 39 | 12 | 39 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
19 | /src/classes/Milestone1_Charts_GanttController.cls | 40 | 12 | 40 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
19 | /src/classes/Milestone1_Charts_GanttController.cls | 40 | 12 | 40 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /src/classes/Milestone1_Charts_GanttController.cls | 41 | 12 | 41 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
20 | /src/classes/Milestone1_Charts_GanttController.cls | 41 | 12 | 41 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
21 | /src/classes/Milestone1_Charts_GanttController.cls | 42 | 10 | 42 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
21 | /src/classes/Milestone1_Charts_GanttController.cls | 42 | 10 | 42 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
22 | /src/classes/Milestone1_Charts_GanttController.cls | 44 | 20 | 44 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'nameFieldName' should be before method declarations in its class |
22 | /src/classes/Milestone1_Charts_GanttController.cls | 44 | 20 | 44 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'nameFieldName' should be before method declarations in its class |
23 | /src/classes/Milestone1_Charts_GanttController.cls | 45 | 20 | 45 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'completedFieldName' should be before method declarations in its class |
23 | /src/classes/Milestone1_Charts_GanttController.cls | 45 | 20 | 45 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'completedFieldName' should be before method declarations in its class |
24 | /src/classes/Milestone1_Charts_GanttController.cls | 46 | 20 | 46 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'filterFieldName' should be before method declarations in its class |
24 | /src/classes/Milestone1_Charts_GanttController.cls | 46 | 20 | 46 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'filterFieldName' should be before method declarations in its class |
25 | /src/classes/Milestone1_Charts_GanttController.cls | 49 | 27 | 49 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'sobjectList' should be before method declarations in its class |
25 | /src/classes/Milestone1_Charts_GanttController.cls | 49 | 27 | 49 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'sobjectList' should be before method declarations in its class |
26 | /src/classes/Milestone1_Charts_GanttController.cls | 50 | 33 | 50 | 64 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'REGEXP_QUOTES' should be before method declarations in its class |
26 | /src/classes/Milestone1_Charts_GanttController.cls | 50 | 33 | 50 | 64 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'REGEXP_QUOTES' should be before method declarations in its class |
27 | /src/classes/Milestone1_Charts_GanttController.cls | 52 | 32 | 52 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'COLOR_COMPLETE' should be before method declarations in its class |
27 | /src/classes/Milestone1_Charts_GanttController.cls | 52 | 32 | 52 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'COLOR_COMPLETE' should be before method declarations in its class |
28 | /src/classes/Milestone1_Charts_GanttController.cls | 53 | 32 | 53 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'COLOR_LATE' should be before method declarations in its class |
28 | /src/classes/Milestone1_Charts_GanttController.cls | 53 | 32 | 53 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'COLOR_LATE' should be before method declarations in its class |
29 | /src/classes/Milestone1_Charts_GanttController.cls | 54 | 32 | 54 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'COLOR_FUTURE' should be before method declarations in its class |
29 | /src/classes/Milestone1_Charts_GanttController.cls | 54 | 32 | 54 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'COLOR_FUTURE' should be before method declarations in its class |
30 | /src/classes/Milestone1_Charts_GanttController.cls | 55 | 32 | 55 | 57 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'COLOR_CURRENT' should be before method declarations in its class |
30 | /src/classes/Milestone1_Charts_GanttController.cls | 55 | 32 | 55 | 57 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'COLOR_CURRENT' should be before method declarations in its class |
31 | /src/classes/Milestone1_Charts_GanttController.cls | 57 | 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 |
31 | /src/classes/Milestone1_Charts_GanttController.cls | 57 | 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 |
32 | /src/classes/Milestone1_Charts_GanttController.cls | 73 | 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 |
32 | /src/classes/Milestone1_Charts_GanttController.cls | 73 | 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 |
33 | /src/classes/Milestone1_Charts_GanttController.cls | 124 | 35 | 124 | 40 | 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 |
33 | /src/classes/Milestone1_Charts_GanttController.cls | 124 | 35 | 124 | 40 | 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 |
34 | /src/classes/Milestone1_Charts_GanttController.cls | 130 | 13 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
34 | /src/classes/Milestone1_Charts_GanttController.cls | 130 | 13 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
35 | /src/classes/Milestone1_Charts_GanttController.cls | 130 | 13 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
35 | /src/classes/Milestone1_Charts_GanttController.cls | 130 | 13 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
36 | /src/classes/Milestone1_Charts_GanttController.cls | 133 | 6 | 133 | 38 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
36 | /src/classes/Milestone1_Charts_GanttController.cls | 133 | 6 | 133 | 38 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
37 | /src/classes/Milestone1_Charts_GanttController.cls | 134 | 6 | 134 | 28 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
37 | /src/classes/Milestone1_Charts_GanttController.cls | 134 | 6 | 134 | 28 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
38 | /src/classes/Milestone1_Charts_GanttController.cls | 135 | 6 | 135 | 20 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
38 | /src/classes/Milestone1_Charts_GanttController.cls | 135 | 6 | 135 | 20 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
39 | /src/classes/Milestone1_Charts_GanttController.cls | 185 | 23 | 242 | 6 | 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. |
39 | /src/classes/Milestone1_Charts_GanttController.cls | 185 | 23 | 242 | 6 | 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. |
40 | /src/classes/Milestone1_Charts_GanttController.cls | 185 | 23 | 242 | 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 'TestProjectJson' doesn't match '[a-z][a-zA-Z0-9]*' |
40 | /src/classes/Milestone1_Charts_GanttController.cls | 185 | 23 | 242 | 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 'TestProjectJson' doesn't match '[a-z][a-zA-Z0-9]*' |
41 | /src/classes/Milestone1_Charts_GanttController.cls | 185 | 23 | 242 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'TestProjectJson()' has an NCSS line count of 43 (limit: 40) |
41 | /src/classes/Milestone1_Charts_GanttController.cls | 185 | 23 | 242 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'TestProjectJson()' has an NCSS line count of 43 (limit: 40) |
42 | /src/classes/Milestone1_Charts_GanttController.cls | 244 | 23 | 274 | 6 | 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. |
42 | /src/classes/Milestone1_Charts_GanttController.cls | 244 | 23 | 274 | 6 | 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. |
43 | /src/classes/Milestone1_Charts_GanttController.cls | 244 | 23 | 274 | 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 'TestMilestoneJson' doesn't match '[a-z][a-zA-Z0-9]*' |
43 | /src/classes/Milestone1_Charts_GanttController.cls | 244 | 23 | 274 | 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 'TestMilestoneJson' doesn't match '[a-z][a-zA-Z0-9]*' |
44 | /src/classes/Milestone1_Charts_GanttController.cls | 271 | 9 | 271 | 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 |
44 | /src/classes/Milestone1_Charts_GanttController.cls | 271 | 9 | 271 | 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 |
45 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 29 | 21 | 59 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
45 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 29 | 21 | 59 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
46 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 29 | 21 | 59 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
46 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 29 | 21 | 59 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
47 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 31 | 9 | 31 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
47 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 31 | 9 | 31 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 32 | 9 | 32 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 32 | 9 | 32 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 34 | 31 | 34 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'stdCont' should be before method declarations in its class |
49 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 34 | 31 | 34 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'stdCont' should be before method declarations in its class |
50 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 36 | 9 | 39 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
50 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 36 | 9 | 39 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
51 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 41 | 20 | 56 | 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. |
51 | /src/classes/Milestone1_Charts_Gantt_Helper.cls | 41 | 20 | 56 | 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. |
52 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 29 | 21 | 180 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
52 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 29 | 21 | 180 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
53 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 29 | 21 | 180 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Clone_Milestone_Controller' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
53 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 29 | 21 | 180 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Clone_Milestone_Controller' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
54 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 31 | 12 | 31 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
54 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 31 | 12 | 31 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
55 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 32 | 12 | 32 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
55 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 32 | 12 | 32 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
56 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 36 | 12 | 36 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
56 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 36 | 12 | 36 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
57 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 37 | 12 | 37 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
57 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 37 | 12 | 37 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 39 | 12 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 39 | 12 | 113 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 39 | 12 | 113 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 21 |
59 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 39 | 12 | 113 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 21 |
60 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 112 | 13 | 112 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
60 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 112 | 13 | 112 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
61 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 112 | 13 | 112 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
61 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 112 | 13 | 112 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
62 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 115 | 12 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 115 | 12 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 115 | 12 | 178 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createClone()' has a cyclomatic complexity of 10. |
63 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 115 | 12 | 178 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createClone()' has a cyclomatic complexity of 10. |
64 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 115 | 12 | 178 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createClone()' has an NCSS line count of 44 (limit: 40) |
64 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 115 | 12 | 178 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createClone()' has an NCSS line count of 44 (limit: 40) |
65 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 115 | 12 | 178 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createClone' has a Standard Cyclomatic Complexity of 10. |
65 | /src/classes/Milestone1_Clone_Milestone_Controller.cls | 115 | 12 | 178 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createClone' has a Standard Cyclomatic Complexity of 10. |
66 | /src/classes/Milestone1_Clone_Project_Controller.cls | 29 | 21 | 210 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /src/classes/Milestone1_Clone_Project_Controller.cls | 29 | 21 | 210 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
67 | /src/classes/Milestone1_Clone_Project_Controller.cls | 29 | 21 | 210 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Clone_Project_Controller' has a Standard Cyclomatic Complexity of 2 (Highest = 14). |
67 | /src/classes/Milestone1_Clone_Project_Controller.cls | 29 | 21 | 210 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Clone_Project_Controller' has a Standard Cyclomatic Complexity of 2 (Highest = 14). |
68 | /src/classes/Milestone1_Clone_Project_Controller.cls | 31 | 12 | 31 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
68 | /src/classes/Milestone1_Clone_Project_Controller.cls | 31 | 12 | 31 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /src/classes/Milestone1_Clone_Project_Controller.cls | 32 | 12 | 32 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
69 | /src/classes/Milestone1_Clone_Project_Controller.cls | 32 | 12 | 32 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /src/classes/Milestone1_Clone_Project_Controller.cls | 36 | 12 | 36 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
70 | /src/classes/Milestone1_Clone_Project_Controller.cls | 36 | 12 | 36 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /src/classes/Milestone1_Clone_Project_Controller.cls | 37 | 12 | 37 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
71 | /src/classes/Milestone1_Clone_Project_Controller.cls | 37 | 12 | 37 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
72 | /src/classes/Milestone1_Clone_Project_Controller.cls | 39 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
72 | /src/classes/Milestone1_Clone_Project_Controller.cls | 39 | 12 | 109 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
73 | /src/classes/Milestone1_Clone_Project_Controller.cls | 108 | 13 | 108 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
73 | /src/classes/Milestone1_Clone_Project_Controller.cls | 108 | 13 | 108 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
74 | /src/classes/Milestone1_Clone_Project_Controller.cls | 108 | 13 | 108 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
74 | /src/classes/Milestone1_Clone_Project_Controller.cls | 108 | 13 | 108 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
75 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
75 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
76 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'createClone()' has a cognitive complexity of 21, current threshold is 15 |
76 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'createClone()' has a cognitive complexity of 21, current threshold is 15 |
77 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createClone()' has a cyclomatic complexity of 14. |
77 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'createClone()' has a cyclomatic complexity of 14. |
78 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createClone()' has an NCSS line count of 66 (limit: 40) |
78 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'createClone()' has an NCSS line count of 66 (limit: 40) |
79 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createClone' has a Standard Cyclomatic Complexity of 14. |
79 | /src/classes/Milestone1_Clone_Project_Controller.cls | 111 | 12 | 208 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'createClone' has a Standard Cyclomatic Complexity of 14. |
80 | /src/classes/Milestone1_Clone_Utility.cls | 29 | 21 | 81 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /src/classes/Milestone1_Clone_Utility.cls | 29 | 21 | 81 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /src/classes/Milestone1_Clone_Utility.cls | 29 | 21 | 81 | 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 |
81 | /src/classes/Milestone1_Clone_Utility.cls | 29 | 21 | 81 | 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 |
82 | /src/classes/Milestone1_Clone_Utility.cls | 31 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /src/classes/Milestone1_Clone_Utility.cls | 31 | 19 | 37 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
83 | /src/classes/Milestone1_Clone_Utility.cls | 39 | 19 | 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 |
83 | /src/classes/Milestone1_Clone_Utility.cls | 39 | 19 | 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 |
84 | /src/classes/Milestone1_Clone_Utility.cls | 51 | 19 | 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 |
84 | /src/classes/Milestone1_Clone_Utility.cls | 51 | 19 | 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 |
85 | /src/classes/Milestone1_Clone_Utility.cls | 65 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
85 | /src/classes/Milestone1_Clone_Utility.cls | 65 | 19 | 80 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /src/classes/Milestone1_Constants.cls | 29 | 21 | 55 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
86 | /src/classes/Milestone1_Constants.cls | 29 | 21 | 55 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
87 | /src/classes/Milestone1_Constants.cls | 29 | 21 | 55 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
87 | /src/classes/Milestone1_Constants.cls | 29 | 21 | 55 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
88 | /src/classes/Milestone1_Constants.cls | 31 | 26 | 31 | 43 | 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 'TEST3' doesn't match '[a-z][a-zA-Z0-9]*' |
88 | /src/classes/Milestone1_Constants.cls | 31 | 26 | 31 | 43 | 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 'TEST3' doesn't match '[a-z][a-zA-Z0-9]*' |
89 | /src/classes/Milestone1_Constants.cls | 32 | 26 | 32 | 45 | 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 'XML_VERSION' doesn't match '[a-z][a-zA-Z0-9]*' |
89 | /src/classes/Milestone1_Constants.cls | 32 | 26 | 32 | 45 | 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 'XML_VERSION' doesn't match '[a-z][a-zA-Z0-9]*' |
90 | /src/classes/Milestone1_Constants.cls | 33 | 26 | 33 | 56 | 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 'XML_EXPORT_VERSION_VAL' doesn't match '[a-z][a-zA-Z0-9]*' |
90 | /src/classes/Milestone1_Constants.cls | 33 | 26 | 33 | 56 | 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 'XML_EXPORT_VERSION_VAL' doesn't match '[a-z][a-zA-Z0-9]*' |
91 | /src/classes/Milestone1_Constants.cls | 34 | 26 | 34 | 62 | 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 'XML_EXPORT_VERSION' doesn't match '[a-z][a-zA-Z0-9]*' |
91 | /src/classes/Milestone1_Constants.cls | 34 | 26 | 34 | 62 | 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 'XML_EXPORT_VERSION' doesn't match '[a-z][a-zA-Z0-9]*' |
92 | /src/classes/Milestone1_Constants.cls | 35 | 26 | 35 | 47 | 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 'XML_EXPORT' doesn't match '[a-z][a-zA-Z0-9]*' |
92 | /src/classes/Milestone1_Constants.cls | 35 | 26 | 35 | 47 | 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 'XML_EXPORT' doesn't match '[a-z][a-zA-Z0-9]*' |
93 | /src/classes/Milestone1_Constants.cls | 36 | 26 | 36 | 43 | 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 'XML_META' doesn't match '[a-z][a-zA-Z0-9]*' |
93 | /src/classes/Milestone1_Constants.cls | 36 | 26 | 36 | 43 | 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 'XML_META' doesn't match '[a-z][a-zA-Z0-9]*' |
94 | /src/classes/Milestone1_Constants.cls | 37 | 26 | 37 | 39 | 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 'XML_ID' doesn't match '[a-z][a-zA-Z0-9]*' |
94 | /src/classes/Milestone1_Constants.cls | 37 | 26 | 37 | 39 | 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 'XML_ID' doesn't match '[a-z][a-zA-Z0-9]*' |
95 | /src/classes/Milestone1_Constants.cls | 38 | 26 | 38 | 43 | 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 'XML_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
95 | /src/classes/Milestone1_Constants.cls | 38 | 26 | 38 | 43 | 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 'XML_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
96 | /src/classes/Milestone1_Constants.cls | 39 | 26 | 39 | 62 | 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 'XML_EXPORT_PACKAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
96 | /src/classes/Milestone1_Constants.cls | 39 | 26 | 39 | 62 | 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 'XML_EXPORT_PACKAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
97 | /src/classes/Milestone1_Constants.cls | 40 | 26 | 40 | 78 | 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 'XML_EXPORT_PACKAGE_VAL' doesn't match '[a-z][a-zA-Z0-9]*' |
97 | /src/classes/Milestone1_Constants.cls | 40 | 26 | 40 | 78 | 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 'XML_EXPORT_PACKAGE_VAL' doesn't match '[a-z][a-zA-Z0-9]*' |
98 | /src/classes/Milestone1_Constants.cls | 41 | 26 | 41 | 60 | 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 'XML_EXPORT_AUTHOR' doesn't match '[a-z][a-zA-Z0-9]*' |
98 | /src/classes/Milestone1_Constants.cls | 41 | 26 | 41 | 60 | 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 'XML_EXPORT_AUTHOR' doesn't match '[a-z][a-zA-Z0-9]*' |
99 | /src/classes/Milestone1_Constants.cls | 42 | 26 | 42 | 71 | 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 'XML_EXPORT_AUTHOR_EMAIL' doesn't match '[a-z][a-zA-Z0-9]*' |
99 | /src/classes/Milestone1_Constants.cls | 42 | 26 | 42 | 71 | 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 'XML_EXPORT_AUTHOR_EMAIL' doesn't match '[a-z][a-zA-Z0-9]*' |
100 | /src/classes/Milestone1_Constants.cls | 43 | 26 | 43 | 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 'XML_EXPORT_ORG' doesn't match '[a-z][a-zA-Z0-9]*' |
100 | /src/classes/Milestone1_Constants.cls | 43 | 26 | 43 | 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 'XML_EXPORT_ORG' doesn't match '[a-z][a-zA-Z0-9]*' |
101 | /src/classes/Milestone1_Constants.cls | 44 | 26 | 44 | 62 | 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 'XML_EXPORT_DATE' doesn't match '[a-z][a-zA-Z0-9]*' |
101 | /src/classes/Milestone1_Constants.cls | 44 | 26 | 44 | 62 | 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 'XML_EXPORT_DATE' doesn't match '[a-z][a-zA-Z0-9]*' |
102 | /src/classes/Milestone1_Constants.cls | 45 | 26 | 45 | 68 | 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 'OBJ_NAME_PROJECT' doesn't match '[a-z][a-zA-Z0-9]*' |
102 | /src/classes/Milestone1_Constants.cls | 45 | 26 | 45 | 68 | 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 'OBJ_NAME_PROJECT' doesn't match '[a-z][a-zA-Z0-9]*' |
103 | /src/classes/Milestone1_Constants.cls | 46 | 26 | 46 | 72 | 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 'OBJ_NAME_MILESTONE' doesn't match '[a-z][a-zA-Z0-9]*' |
103 | /src/classes/Milestone1_Constants.cls | 46 | 26 | 46 | 72 | 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 'OBJ_NAME_MILESTONE' doesn't match '[a-z][a-zA-Z0-9]*' |
104 | /src/classes/Milestone1_Constants.cls | 47 | 26 | 47 | 79 | 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 'OBJ_NAME_SUB_MILESTONE' doesn't match '[a-z][a-zA-Z0-9]*' |
104 | /src/classes/Milestone1_Constants.cls | 47 | 26 | 47 | 79 | 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 'OBJ_NAME_SUB_MILESTONE' doesn't match '[a-z][a-zA-Z0-9]*' |
105 | /src/classes/Milestone1_Constants.cls | 48 | 26 | 48 | 60 | 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 'OBJ_NAME_LOG' doesn't match '[a-z][a-zA-Z0-9]*' |
105 | /src/classes/Milestone1_Constants.cls | 48 | 26 | 48 | 60 | 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 'OBJ_NAME_LOG' doesn't match '[a-z][a-zA-Z0-9]*' |
106 | /src/classes/Milestone1_Constants.cls | 49 | 26 | 49 | 62 | 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 'OBJ_NAME_TASK' doesn't match '[a-z][a-zA-Z0-9]*' |
106 | /src/classes/Milestone1_Constants.cls | 49 | 26 | 49 | 62 | 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 'OBJ_NAME_TASK' doesn't match '[a-z][a-zA-Z0-9]*' |
107 | /src/classes/Milestone1_Constants.cls | 50 | 26 | 50 | 68 | 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 'OJB_NAME_EXPENSE' doesn't match '[a-z][a-zA-Z0-9]*' |
107 | /src/classes/Milestone1_Constants.cls | 50 | 26 | 50 | 68 | 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 'OJB_NAME_EXPENSE' doesn't match '[a-z][a-zA-Z0-9]*' |
108 | /src/classes/Milestone1_Constants.cls | 51 | 26 | 51 | 62 | 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 'OBJ_NAME_TIME' doesn't match '[a-z][a-zA-Z0-9]*' |
108 | /src/classes/Milestone1_Constants.cls | 51 | 26 | 51 | 62 | 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 'OBJ_NAME_TIME' doesn't match '[a-z][a-zA-Z0-9]*' |
109 | /src/classes/Milestone1_Constants.cls | 54 | 32 | 54 | 108 | 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 'XML_OBJECT_PROCESS_ORDER' doesn't match '[a-z][a-zA-Z0-9]*' |
109 | /src/classes/Milestone1_Constants.cls | 54 | 32 | 54 | 108 | 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 'XML_OBJECT_PROCESS_ORDER' doesn't match '[a-z][a-zA-Z0-9]*' |
110 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
110 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
111 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 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 |
111 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 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 |
112 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_Email_Handler' has a total cognitive complexity of 69 (highest 24), current threshold is 50 |
112 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_Email_Handler' has a total cognitive complexity of 69 (highest 24), current threshold is 50 |
113 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_Email_Handler' has a total cyclomatic complexity of 48 (highest 12). |
113 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_Email_Handler' has a total cyclomatic complexity of 48 (highest 12). |
114 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Email_Handler' has a Standard Cyclomatic Complexity of 4 (Highest = 11). |
114 | /src/classes/Milestone1_Email_Handler.cls | 29 | 21 | 337 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Email_Handler' has a Standard Cyclomatic Complexity of 4 (Highest = 11). |
115 | /src/classes/Milestone1_Email_Handler.cls | 42 | 26 | 42 | 87 | 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 'ERROR_USERS_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
115 | /src/classes/Milestone1_Email_Handler.cls | 42 | 26 | 42 | 87 | 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 'ERROR_USERS_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
116 | /src/classes/Milestone1_Email_Handler.cls | 43 | 26 | 43 | 99 | 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 'ERROR_SUBJECT_MISSING_ALIAS' doesn't match '[a-z][a-zA-Z0-9]*' |
116 | /src/classes/Milestone1_Email_Handler.cls | 43 | 26 | 43 | 99 | 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 'ERROR_SUBJECT_MISSING_ALIAS' doesn't match '[a-z][a-zA-Z0-9]*' |
117 | /src/classes/Milestone1_Email_Handler.cls | 44 | 26 | 44 | 87 | 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 'ERROR_ALIAS_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
117 | /src/classes/Milestone1_Email_Handler.cls | 44 | 26 | 44 | 87 | 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 'ERROR_ALIAS_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
118 | /src/classes/Milestone1_Email_Handler.cls | 45 | 26 | 45 | 95 | 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 'ERROR_FROM_USER_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
118 | /src/classes/Milestone1_Email_Handler.cls | 45 | 26 | 45 | 95 | 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 'ERROR_FROM_USER_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
119 | /src/classes/Milestone1_Email_Handler.cls | 46 | 26 | 46 | 91 | 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 'ERROR_TO_USER_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
119 | /src/classes/Milestone1_Email_Handler.cls | 46 | 26 | 46 | 91 | 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 'ERROR_TO_USER_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
120 | /src/classes/Milestone1_Email_Handler.cls | 47 | 26 | 47 | 85 | 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 'ERROR_TASK_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
120 | /src/classes/Milestone1_Email_Handler.cls | 47 | 26 | 47 | 85 | 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 'ERROR_TASK_NOT_FOUND' doesn't match '[a-z][a-zA-Z0-9]*' |
121 | /src/classes/Milestone1_Email_Handler.cls | 48 | 26 | 48 | 98 | 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 'ERROR_SUBJECT_MISSING_TASK' doesn't match '[a-z][a-zA-Z0-9]*' |
121 | /src/classes/Milestone1_Email_Handler.cls | 48 | 26 | 48 | 98 | 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 'ERROR_SUBJECT_MISSING_TASK' doesn't match '[a-z][a-zA-Z0-9]*' |
122 | /src/classes/Milestone1_Email_Handler.cls | 49 | 26 | 49 | 88 | 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 'ERROR_SUBJECT_MISSING' doesn't match '[a-z][a-zA-Z0-9]*' |
122 | /src/classes/Milestone1_Email_Handler.cls | 49 | 26 | 49 | 88 | 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 'ERROR_SUBJECT_MISSING' doesn't match '[a-z][a-zA-Z0-9]*' |
123 | /src/classes/Milestone1_Email_Handler.cls | 51 | 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 |
123 | /src/classes/Milestone1_Email_Handler.cls | 51 | 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 |
124 | /src/classes/Milestone1_Email_Handler.cls | 65 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
124 | /src/classes/Milestone1_Email_Handler.cls | 65 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
125 | /src/classes/Milestone1_Email_Handler.cls | 67 | 9 | 67 | 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 |
125 | /src/classes/Milestone1_Email_Handler.cls | 67 | 9 | 67 | 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 |
126 | /src/classes/Milestone1_Email_Handler.cls | 67 | 9 | 67 | 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. |
126 | /src/classes/Milestone1_Email_Handler.cls | 67 | 9 | 67 | 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. |
127 | /src/classes/Milestone1_Email_Handler.cls | 68 | 9 | 68 | 86 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
127 | /src/classes/Milestone1_Email_Handler.cls | 68 | 9 | 68 | 86 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
128 | /src/classes/Milestone1_Email_Handler.cls | 68 | 9 | 68 | 86 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
128 | /src/classes/Milestone1_Email_Handler.cls | 68 | 9 | 68 | 86 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
129 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 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 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 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 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processNewEmail(Messaging.InboundEmail)' has a cognitive complexity of 24, current threshold is 15 |
130 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'processNewEmail(Messaging.InboundEmail)' has a cognitive complexity of 24, current threshold is 15 |
131 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'processNewEmail(Messaging.InboundEmail)' has a cyclomatic complexity of 12. |
131 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'processNewEmail(Messaging.InboundEmail)' has a cyclomatic complexity of 12. |
132 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'processNewEmail()' has an NCSS line count of 48 (limit: 40) |
132 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'processNewEmail()' has an NCSS line count of 48 (limit: 40) |
133 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processNewEmail' has a Standard Cyclomatic Complexity of 11. |
133 | /src/classes/Milestone1_Email_Handler.cls | 99 | 19 | 172 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'processNewEmail' has a Standard Cyclomatic Complexity of 11. |
134 | /src/classes/Milestone1_Email_Handler.cls | 101 | 9 | 101 | 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 |
134 | /src/classes/Milestone1_Email_Handler.cls | 101 | 9 | 101 | 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 |
135 | /src/classes/Milestone1_Email_Handler.cls | 101 | 9 | 101 | 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. |
135 | /src/classes/Milestone1_Email_Handler.cls | 101 | 9 | 101 | 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. |
136 | /src/classes/Milestone1_Email_Handler.cls | 104 | 9 | 104 | 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 |
136 | /src/classes/Milestone1_Email_Handler.cls | 104 | 9 | 104 | 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 |
137 | /src/classes/Milestone1_Email_Handler.cls | 104 | 9 | 104 | 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. |
137 | /src/classes/Milestone1_Email_Handler.cls | 104 | 9 | 104 | 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. |
138 | /src/classes/Milestone1_Email_Handler.cls | 105 | 9 | 105 | 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 |
138 | /src/classes/Milestone1_Email_Handler.cls | 105 | 9 | 105 | 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 |
139 | /src/classes/Milestone1_Email_Handler.cls | 105 | 9 | 105 | 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. |
139 | /src/classes/Milestone1_Email_Handler.cls | 105 | 9 | 105 | 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. |
140 | /src/classes/Milestone1_Email_Handler.cls | 118 | 13 | 118 | 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 |
140 | /src/classes/Milestone1_Email_Handler.cls | 118 | 13 | 118 | 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 |
141 | /src/classes/Milestone1_Email_Handler.cls | 118 | 13 | 118 | 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. |
141 | /src/classes/Milestone1_Email_Handler.cls | 118 | 13 | 118 | 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. |
142 | /src/classes/Milestone1_Email_Handler.cls | 147 | 17 | 147 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
142 | /src/classes/Milestone1_Email_Handler.cls | 147 | 17 | 147 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
143 | /src/classes/Milestone1_Email_Handler.cls | 147 | 17 | 147 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
143 | /src/classes/Milestone1_Email_Handler.cls | 147 | 17 | 147 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
144 | /src/classes/Milestone1_Email_Handler.cls | 174 | 19 | 200 | 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 | /src/classes/Milestone1_Email_Handler.cls | 174 | 19 | 200 | 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 | /src/classes/Milestone1_Email_Handler.cls | 174 | 19 | 200 | 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. |
145 | /src/classes/Milestone1_Email_Handler.cls | 174 | 19 | 200 | 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. |
146 | /src/classes/Milestone1_Email_Handler.cls | 198 | 9 | 198 | 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 |
146 | /src/classes/Milestone1_Email_Handler.cls | 198 | 9 | 198 | 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 |
147 | /src/classes/Milestone1_Email_Handler.cls | 198 | 9 | 198 | 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. |
147 | /src/classes/Milestone1_Email_Handler.cls | 198 | 9 | 198 | 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. |
148 | /src/classes/Milestone1_Email_Handler.cls | 202 | 19 | 216 | 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 | /src/classes/Milestone1_Email_Handler.cls | 202 | 19 | 216 | 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 | /src/classes/Milestone1_Email_Handler.cls | 214 | 9 | 214 | 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 |
149 | /src/classes/Milestone1_Email_Handler.cls | 214 | 9 | 214 | 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 |
150 | /src/classes/Milestone1_Email_Handler.cls | 214 | 9 | 214 | 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. |
150 | /src/classes/Milestone1_Email_Handler.cls | 214 | 9 | 214 | 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. |
151 | /src/classes/Milestone1_Email_Handler.cls | 218 | 19 | 233 | 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 | /src/classes/Milestone1_Email_Handler.cls | 218 | 19 | 233 | 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 | /src/classes/Milestone1_Email_Handler.cls | 231 | 9 | 231 | 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 |
152 | /src/classes/Milestone1_Email_Handler.cls | 231 | 9 | 231 | 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 |
153 | /src/classes/Milestone1_Email_Handler.cls | 231 | 9 | 231 | 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. |
153 | /src/classes/Milestone1_Email_Handler.cls | 231 | 9 | 231 | 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. |
154 | /src/classes/Milestone1_Email_Handler.cls | 235 | 19 | 255 | 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 | /src/classes/Milestone1_Email_Handler.cls | 235 | 19 | 255 | 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 | /src/classes/Milestone1_Email_Handler.cls | 247 | 13 | 247 | 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 |
155 | /src/classes/Milestone1_Email_Handler.cls | 247 | 13 | 247 | 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 |
156 | /src/classes/Milestone1_Email_Handler.cls | 247 | 13 | 247 | 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. |
156 | /src/classes/Milestone1_Email_Handler.cls | 247 | 13 | 247 | 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. |
157 | /src/classes/Milestone1_Email_Handler.cls | 253 | 9 | 253 | 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 |
157 | /src/classes/Milestone1_Email_Handler.cls | 253 | 9 | 253 | 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 |
158 | /src/classes/Milestone1_Email_Handler.cls | 253 | 9 | 253 | 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. |
158 | /src/classes/Milestone1_Email_Handler.cls | 253 | 9 | 253 | 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. |
159 | /src/classes/Milestone1_Email_Handler.cls | 260 | 19 | 275 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
159 | /src/classes/Milestone1_Email_Handler.cls | 260 | 19 | 275 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
160 | /src/classes/Milestone1_Email_Handler.cls | 260 | 19 | 275 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
160 | /src/classes/Milestone1_Email_Handler.cls | 260 | 19 | 275 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
161 | /src/classes/Milestone1_Email_Handler.cls | 260 | 19 | 275 | 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 |
161 | /src/classes/Milestone1_Email_Handler.cls | 260 | 19 | 275 | 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 |
162 | /src/classes/Milestone1_Email_Handler.cls | 278 | 19 | 314 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /src/classes/Milestone1_Email_Handler.cls | 278 | 19 | 314 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /src/classes/Milestone1_Email_Handler.cls | 278 | 19 | 314 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'insertAttachments(Milestone1_Task__c, Messaging.InboundEmail)' has a cognitive complexity of 17, current threshold is 15 |
163 | /src/classes/Milestone1_Email_Handler.cls | 278 | 19 | 314 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'insertAttachments(Milestone1_Task__c, Messaging.InboundEmail)' has a cognitive complexity of 17, current threshold is 15 |
164 | /src/classes/Milestone1_Email_Handler.cls | 278 | 19 | 314 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'insertAttachments(Milestone1_Task__c, Messaging.InboundEmail)' has a cyclomatic complexity of 11. |
164 | /src/classes/Milestone1_Email_Handler.cls | 278 | 19 | 314 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'insertAttachments(Milestone1_Task__c, Messaging.InboundEmail)' has a cyclomatic complexity of 11. |
165 | /src/classes/Milestone1_Email_Handler.cls | 280 | 9 | 280 | 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 |
165 | /src/classes/Milestone1_Email_Handler.cls | 280 | 9 | 280 | 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 |
166 | /src/classes/Milestone1_Email_Handler.cls | 280 | 9 | 280 | 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. |
166 | /src/classes/Milestone1_Email_Handler.cls | 280 | 9 | 280 | 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. |
167 | /src/classes/Milestone1_Email_Handler.cls | 286 | 13 | 286 | 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 |
167 | /src/classes/Milestone1_Email_Handler.cls | 286 | 13 | 286 | 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 |
168 | /src/classes/Milestone1_Email_Handler.cls | 286 | 13 | 286 | 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. |
168 | /src/classes/Milestone1_Email_Handler.cls | 286 | 13 | 286 | 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. |
169 | /src/classes/Milestone1_Email_Handler.cls | 298 | 13 | 298 | 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 |
169 | /src/classes/Milestone1_Email_Handler.cls | 298 | 13 | 298 | 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 |
170 | /src/classes/Milestone1_Email_Handler.cls | 298 | 13 | 298 | 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. |
170 | /src/classes/Milestone1_Email_Handler.cls | 298 | 13 | 298 | 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. |
171 | /src/classes/Milestone1_Email_Handler.cls | 308 | 9 | 308 | 86 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
171 | /src/classes/Milestone1_Email_Handler.cls | 308 | 9 | 308 | 86 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
172 | /src/classes/Milestone1_Email_Handler.cls | 308 | 9 | 308 | 86 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
172 | /src/classes/Milestone1_Email_Handler.cls | 308 | 9 | 308 | 86 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
173 | /src/classes/Milestone1_Email_Handler.cls | 319 | 20 | 336 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
173 | /src/classes/Milestone1_Email_Handler.cls | 319 | 20 | 336 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
174 | /src/classes/Milestone1_Email_Handler.cls | 319 | 20 | 336 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
174 | /src/classes/Milestone1_Email_Handler.cls | 319 | 20 | 336 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
175 | /src/classes/Milestone1_Email_Handler.cls | 319 | 20 | 336 | 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 |
175 | /src/classes/Milestone1_Email_Handler.cls | 319 | 20 | 336 | 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 |
176 | /src/classes/Milestone1_Email_Handler_Tst.cls | 32 | 23 | 61 | 6 | 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. |
176 | /src/classes/Milestone1_Email_Handler_Tst.cls | 32 | 23 | 61 | 6 | 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. |
177 | /src/classes/Milestone1_Email_Handler_Tst.cls | 57 | 9 | 57 | 44 | 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. |
177 | /src/classes/Milestone1_Email_Handler_Tst.cls | 57 | 9 | 57 | 44 | 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. |
178 | /src/classes/Milestone1_Email_Handler_Tst.cls | 58 | 9 | 58 | 42 | 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. |
178 | /src/classes/Milestone1_Email_Handler_Tst.cls | 58 | 9 | 58 | 42 | 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. |
179 | /src/classes/Milestone1_Email_Handler_Tst.cls | 59 | 9 | 59 | 48 | 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. |
179 | /src/classes/Milestone1_Email_Handler_Tst.cls | 59 | 9 | 59 | 48 | 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. |
180 | /src/classes/Milestone1_Email_Handler_Tst.cls | 60 | 9 | 60 | 77 | 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. |
180 | /src/classes/Milestone1_Email_Handler_Tst.cls | 60 | 9 | 60 | 77 | 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. |
181 | /src/classes/Milestone1_Email_Handler_Tst.cls | 65 | 23 | 111 | 6 | 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. |
181 | /src/classes/Milestone1_Email_Handler_Tst.cls | 65 | 23 | 111 | 6 | 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. |
182 | /src/classes/Milestone1_Email_Handler_Tst.cls | 101 | 9 | 101 | 44 | 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. |
182 | /src/classes/Milestone1_Email_Handler_Tst.cls | 101 | 9 | 101 | 44 | 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. |
183 | /src/classes/Milestone1_Email_Handler_Tst.cls | 102 | 9 | 102 | 42 | 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. |
183 | /src/classes/Milestone1_Email_Handler_Tst.cls | 102 | 9 | 102 | 42 | 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. |
184 | /src/classes/Milestone1_Email_Handler_Tst.cls | 103 | 9 | 103 | 48 | 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. |
184 | /src/classes/Milestone1_Email_Handler_Tst.cls | 103 | 9 | 103 | 48 | 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. |
185 | /src/classes/Milestone1_Email_Handler_Tst.cls | 104 | 9 | 104 | 77 | 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. |
185 | /src/classes/Milestone1_Email_Handler_Tst.cls | 104 | 9 | 104 | 77 | 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. |
186 | /src/classes/Milestone1_Email_Handler_Tst.cls | 107 | 9 | 107 | 47 | 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. |
186 | /src/classes/Milestone1_Email_Handler_Tst.cls | 107 | 9 | 107 | 47 | 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. |
187 | /src/classes/Milestone1_Email_Handler_Tst.cls | 108 | 9 | 108 | 67 | 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. |
187 | /src/classes/Milestone1_Email_Handler_Tst.cls | 108 | 9 | 108 | 67 | 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. |
188 | /src/classes/Milestone1_Email_Handler_Tst.cls | 109 | 9 | 109 | 67 | 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. |
188 | /src/classes/Milestone1_Email_Handler_Tst.cls | 109 | 9 | 109 | 67 | 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. |
189 | /src/classes/Milestone1_Email_Handler_Tst.cls | 114 | 23 | 138 | 6 | 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. |
189 | /src/classes/Milestone1_Email_Handler_Tst.cls | 114 | 23 | 138 | 6 | 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. |
190 | /src/classes/Milestone1_Email_Handler_Tst.cls | 136 | 9 | 136 | 48 | 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. |
190 | /src/classes/Milestone1_Email_Handler_Tst.cls | 136 | 9 | 136 | 48 | 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. |
191 | /src/classes/Milestone1_Email_Handler_Tst.cls | 137 | 9 | 137 | 43 | 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. |
191 | /src/classes/Milestone1_Email_Handler_Tst.cls | 137 | 9 | 137 | 43 | 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. |
192 | /src/classes/Milestone1_Email_Handler_Tst.cls | 140 | 23 | 167 | 6 | 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. |
192 | /src/classes/Milestone1_Email_Handler_Tst.cls | 140 | 23 | 167 | 6 | 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. |
193 | /src/classes/Milestone1_Email_Handler_Tst.cls | 164 | 9 | 164 | 48 | 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. |
193 | /src/classes/Milestone1_Email_Handler_Tst.cls | 164 | 9 | 164 | 48 | 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. |
194 | /src/classes/Milestone1_Email_Handler_Tst.cls | 165 | 9 | 165 | 43 | 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. |
194 | /src/classes/Milestone1_Email_Handler_Tst.cls | 165 | 9 | 165 | 43 | 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. |
195 | /src/classes/Milestone1_Email_Handler_Tst.cls | 166 | 9 | 166 | 92 | 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. |
195 | /src/classes/Milestone1_Email_Handler_Tst.cls | 166 | 9 | 166 | 92 | 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. |
196 | /src/classes/Milestone1_Email_Handler_Tst.cls | 169 | 23 | 197 | 6 | 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. |
196 | /src/classes/Milestone1_Email_Handler_Tst.cls | 169 | 23 | 197 | 6 | 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. |
197 | /src/classes/Milestone1_Email_Handler_Tst.cls | 194 | 9 | 194 | 48 | 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. |
197 | /src/classes/Milestone1_Email_Handler_Tst.cls | 194 | 9 | 194 | 48 | 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. |
198 | /src/classes/Milestone1_Email_Handler_Tst.cls | 195 | 9 | 195 | 43 | 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. |
198 | /src/classes/Milestone1_Email_Handler_Tst.cls | 195 | 9 | 195 | 43 | 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. |
199 | /src/classes/Milestone1_Email_Handler_Tst.cls | 196 | 9 | 196 | 92 | 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. |
199 | /src/classes/Milestone1_Email_Handler_Tst.cls | 196 | 9 | 196 | 92 | 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. |
200 | /src/classes/Milestone1_Email_Handler_Tst.cls | 199 | 23 | 233 | 6 | 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. |
200 | /src/classes/Milestone1_Email_Handler_Tst.cls | 199 | 23 | 233 | 6 | 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. |
201 | /src/classes/Milestone1_Email_Handler_Tst.cls | 229 | 9 | 229 | 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. |
201 | /src/classes/Milestone1_Email_Handler_Tst.cls | 229 | 9 | 229 | 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. |
202 | /src/classes/Milestone1_Email_Handler_Tst.cls | 230 | 9 | 230 | 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. |
202 | /src/classes/Milestone1_Email_Handler_Tst.cls | 230 | 9 | 230 | 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. |
203 | /src/classes/Milestone1_Email_Handler_Tst.cls | 231 | 9 | 231 | 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. |
203 | /src/classes/Milestone1_Email_Handler_Tst.cls | 231 | 9 | 231 | 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. |
204 | /src/classes/Milestone1_Email_Handler_Tst.cls | 232 | 9 | 232 | 42 | 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. |
204 | /src/classes/Milestone1_Email_Handler_Tst.cls | 232 | 9 | 232 | 42 | 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. |
205 | /src/classes/Milestone1_Email_Handler_Tst.cls | 235 | 23 | 268 | 6 | 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. |
205 | /src/classes/Milestone1_Email_Handler_Tst.cls | 235 | 23 | 268 | 6 | 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. |
206 | /src/classes/Milestone1_Email_Handler_Tst.cls | 265 | 9 | 265 | 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. |
206 | /src/classes/Milestone1_Email_Handler_Tst.cls | 265 | 9 | 265 | 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. |
207 | /src/classes/Milestone1_Email_Handler_Tst.cls | 266 | 9 | 266 | 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. |
207 | /src/classes/Milestone1_Email_Handler_Tst.cls | 266 | 9 | 266 | 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. |
208 | /src/classes/Milestone1_Email_Handler_Tst.cls | 267 | 9 | 267 | 42 | 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. |
208 | /src/classes/Milestone1_Email_Handler_Tst.cls | 267 | 9 | 267 | 42 | 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. |
209 | /src/classes/Milestone1_Email_Handler_Tst.cls | 270 | 23 | 311 | 6 | 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. |
209 | /src/classes/Milestone1_Email_Handler_Tst.cls | 270 | 23 | 311 | 6 | 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. |
210 | /src/classes/Milestone1_Email_Handler_Tst.cls | 306 | 9 | 306 | 44 | 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. |
210 | /src/classes/Milestone1_Email_Handler_Tst.cls | 306 | 9 | 306 | 44 | 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. |
211 | /src/classes/Milestone1_Email_Handler_Tst.cls | 307 | 9 | 307 | 42 | 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. |
211 | /src/classes/Milestone1_Email_Handler_Tst.cls | 307 | 9 | 307 | 42 | 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. |
212 | /src/classes/Milestone1_Email_Handler_Tst.cls | 308 | 9 | 308 | 45 | 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. |
212 | /src/classes/Milestone1_Email_Handler_Tst.cls | 308 | 9 | 308 | 45 | 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. |
213 | /src/classes/Milestone1_Email_Handler_Tst.cls | 309 | 9 | 309 | 77 | 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. |
213 | /src/classes/Milestone1_Email_Handler_Tst.cls | 309 | 9 | 309 | 77 | 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. |
214 | /src/classes/Milestone1_Email_Handler_Tst.cls | 310 | 9 | 310 | 77 | 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. |
214 | /src/classes/Milestone1_Email_Handler_Tst.cls | 310 | 9 | 310 | 77 | 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. |
215 | /src/classes/Milestone1_Email_Handler_Tst.cls | 313 | 23 | 344 | 6 | 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. |
215 | /src/classes/Milestone1_Email_Handler_Tst.cls | 313 | 23 | 344 | 6 | 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. |
216 | /src/classes/Milestone1_Email_Handler_Tst.cls | 337 | 38 | 337 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testResult' defined but not used |
216 | /src/classes/Milestone1_Email_Handler_Tst.cls | 337 | 38 | 337 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testResult' defined but not used |
217 | /src/classes/Milestone1_Email_Handler_Tst.cls | 342 | 9 | 342 | 44 | 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. |
217 | /src/classes/Milestone1_Email_Handler_Tst.cls | 342 | 9 | 342 | 44 | 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. |
218 | /src/classes/Milestone1_Email_Handler_Tst.cls | 343 | 9 | 343 | 45 | 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. |
218 | /src/classes/Milestone1_Email_Handler_Tst.cls | 343 | 9 | 343 | 45 | 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. |
219 | /src/classes/Milestone1_Email_Handler_Tst.cls | 346 | 23 | 374 | 6 | 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. |
219 | /src/classes/Milestone1_Email_Handler_Tst.cls | 346 | 23 | 374 | 6 | 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. |
220 | /src/classes/Milestone1_Email_Handler_Tst.cls | 372 | 9 | 372 | 43 | 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. |
220 | /src/classes/Milestone1_Email_Handler_Tst.cls | 372 | 9 | 372 | 43 | 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. |
221 | /src/classes/Milestone1_Email_Handler_Tst.cls | 373 | 9 | 373 | 101 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
221 | /src/classes/Milestone1_Email_Handler_Tst.cls | 373 | 9 | 373 | 101 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
222 | /src/classes/Milestone1_Email_Utility.cls | 29 | 21 | 68 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
222 | /src/classes/Milestone1_Email_Utility.cls | 29 | 21 | 68 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
223 | /src/classes/Milestone1_Email_Utility.cls | 35 | 19 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
223 | /src/classes/Milestone1_Email_Utility.cls | 35 | 19 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
224 | /src/classes/Milestone1_Email_Utility.cls | 37 | 9 | 37 | 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 |
224 | /src/classes/Milestone1_Email_Utility.cls | 37 | 9 | 37 | 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 |
225 | /src/classes/Milestone1_Email_Utility.cls | 37 | 9 | 37 | 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. |
225 | /src/classes/Milestone1_Email_Utility.cls | 37 | 9 | 37 | 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. |
226 | /src/classes/Milestone1_Email_Utility.cls | 65 | 9 | 65 | 33 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
226 | /src/classes/Milestone1_Email_Utility.cls | 65 | 9 | 65 | 33 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
227 | /src/classes/Milestone1_Email_Utility.cls | 65 | 9 | 65 | 33 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
227 | /src/classes/Milestone1_Email_Utility.cls | 65 | 9 | 65 | 33 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
228 | /src/classes/Milestone1_Email_Utility_Tst.cls | 32 | 23 | 47 | 6 | 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. |
228 | /src/classes/Milestone1_Email_Utility_Tst.cls | 32 | 23 | 47 | 6 | 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. |
229 | /src/classes/Milestone1_Email_Utility_Tst.cls | 45 | 9 | 45 | 101 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
229 | /src/classes/Milestone1_Email_Utility_Tst.cls | 45 | 9 | 45 | 101 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
230 | /src/classes/Milestone1_Email_Utility_Tst.cls | 46 | 9 | 46 | 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. |
230 | /src/classes/Milestone1_Email_Utility_Tst.cls | 46 | 9 | 46 | 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. |
231 | /src/classes/Milestone1_Exception.cls | 29 | 21 | 31 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
231 | /src/classes/Milestone1_Exception.cls | 29 | 21 | 31 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /src/classes/Milestone1_Expense_Trigger_Tst.cls | 32 | 23 | 54 | 6 | 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. |
232 | /src/classes/Milestone1_Expense_Trigger_Tst.cls | 32 | 23 | 54 | 6 | 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. |
233 | /src/classes/Milestone1_Expense_Trigger_Tst.cls | 52 | 9 | 52 | 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. |
233 | /src/classes/Milestone1_Expense_Trigger_Tst.cls | 52 | 9 | 52 | 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. |
234 | /src/classes/Milestone1_Expense_Trigger_Utility.cls | 29 | 21 | 57 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
234 | /src/classes/Milestone1_Expense_Trigger_Utility.cls | 29 | 21 | 57 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
235 | /src/classes/Milestone1_Expense_Trigger_Utility.cls | 29 | 21 | 57 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
235 | /src/classes/Milestone1_Expense_Trigger_Utility.cls | 29 | 21 | 57 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
236 | /src/classes/Milestone1_Expense_Trigger_Utility.cls | 31 | 19 | 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 |
236 | /src/classes/Milestone1_Expense_Trigger_Utility.cls | 31 | 19 | 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 |
237 | /src/classes/Milestone1_Expense_Trigger_Utility.cls | 46 | 23 | 55 | 6 | 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. |
237 | /src/classes/Milestone1_Expense_Trigger_Utility.cls | 46 | 23 | 55 | 6 | 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. |
238 | /src/classes/Milestone1_Export_Project_Controller.cls | 29 | 21 | 120 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
238 | /src/classes/Milestone1_Export_Project_Controller.cls | 29 | 21 | 120 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
239 | /src/classes/Milestone1_Export_Project_Controller.cls | 29 | 21 | 120 | 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 |
239 | /src/classes/Milestone1_Export_Project_Controller.cls | 29 | 21 | 120 | 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 |
240 | /src/classes/Milestone1_Export_Project_Controller.cls | 31 | 26 | 33 | 43 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'ERROR_STRING_FILE_TOO_LONG' doesn't match '[a-z][a-zA-Z0-9]*' |
240 | /src/classes/Milestone1_Export_Project_Controller.cls | 31 | 26 | 33 | 43 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'ERROR_STRING_FILE_TOO_LONG' doesn't match '[a-z][a-zA-Z0-9]*' |
241 | /src/classes/Milestone1_Export_Project_Controller.cls | 35 | 12 | 35 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
241 | /src/classes/Milestone1_Export_Project_Controller.cls | 35 | 12 | 35 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /src/classes/Milestone1_Export_Project_Controller.cls | 36 | 12 | 36 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /src/classes/Milestone1_Export_Project_Controller.cls | 36 | 12 | 36 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
243 | /src/classes/Milestone1_Export_Project_Controller.cls | 37 | 12 | 37 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
243 | /src/classes/Milestone1_Export_Project_Controller.cls | 37 | 12 | 37 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
244 | /src/classes/Milestone1_Export_Project_Controller.cls | 38 | 12 | 38 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
244 | /src/classes/Milestone1_Export_Project_Controller.cls | 38 | 12 | 38 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
245 | /src/classes/Milestone1_Export_Project_Controller.cls | 40 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
245 | /src/classes/Milestone1_Export_Project_Controller.cls | 40 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
246 | /src/classes/Milestone1_Export_Project_Controller.cls | 56 | 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 |
246 | /src/classes/Milestone1_Export_Project_Controller.cls | 56 | 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 |
247 | /src/classes/Milestone1_Export_Project_Controller.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 @description |
247 | /src/classes/Milestone1_Export_Project_Controller.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 @description |
248 | /src/classes/Milestone1_Export_Project_Controller.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 @return |
248 | /src/classes/Milestone1_Export_Project_Controller.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 @return |
249 | /src/classes/Milestone1_Export_Project_Controller.cls | 84 | 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 |
249 | /src/classes/Milestone1_Export_Project_Controller.cls | 84 | 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 |
250 | /src/classes/Milestone1_Export_Project_Controller.cls | 89 | 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 |
250 | /src/classes/Milestone1_Export_Project_Controller.cls | 89 | 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 |
251 | /src/classes/Milestone1_Export_Project_Controller.cls | 94 | 12 | 119 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
251 | /src/classes/Milestone1_Export_Project_Controller.cls | 94 | 12 | 119 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
252 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 32 | 23 | 66 | 6 | 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. |
252 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 32 | 23 | 66 | 6 | 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. |
253 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 33 | 39 | 33 | 92 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'm1exportutility' defined but not used |
253 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 33 | 39 | 33 | 92 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'm1exportutility' defined but not used |
254 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 60 | 9 | 60 | 46 | 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. |
254 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 60 | 9 | 60 | 46 | 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. |
255 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 61 | 9 | 61 | 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. |
255 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 61 | 9 | 61 | 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. |
256 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 63 | 9 | 63 | 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. |
256 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 63 | 9 | 63 | 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. |
257 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 65 | 9 | 65 | 39 | 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. |
257 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 65 | 9 | 65 | 39 | 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. |
258 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 68 | 23 | 109 | 6 | 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. |
258 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 68 | 23 | 109 | 6 | 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. |
259 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 70 | 14 | 70 | 84 | 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 'old_max_file_size' doesn't match '[a-z][a-zA-Z0-9]*' |
259 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 70 | 14 | 70 | 84 | 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 'old_max_file_size' doesn't match '[a-z][a-zA-Z0-9]*' |
260 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 101 | 4 | 101 | 39 | 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. |
260 | /src/classes/Milestone1_Export_Project_Controller_Tst.cls | 101 | 4 | 101 | 39 | 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. |
261 | /src/classes/Milestone1_General_Utility.cls | 29 | 21 | 77 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
261 | /src/classes/Milestone1_General_Utility.cls | 29 | 21 | 77 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
262 | /src/classes/Milestone1_General_Utility.cls | 29 | 21 | 77 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
262 | /src/classes/Milestone1_General_Utility.cls | 29 | 21 | 77 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
263 | /src/classes/Milestone1_General_Utility.cls | 31 | 19 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
263 | /src/classes/Milestone1_General_Utility.cls | 31 | 19 | 46 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
264 | /src/classes/Milestone1_General_Utility.cls | 54 | 19 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
264 | /src/classes/Milestone1_General_Utility.cls | 54 | 19 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
265 | /src/classes/Milestone1_General_Utility.cls | 64 | 19 | 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 |
265 | /src/classes/Milestone1_General_Utility.cls | 64 | 19 | 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 |
266 | /src/classes/Milestone1_General_Utility.cls | 70 | 20 | 75 | 6 | 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. |
266 | /src/classes/Milestone1_General_Utility.cls | 70 | 20 | 75 | 6 | 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. |
267 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
267 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
268 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_GettingStartedController' has a total cognitive complexity of 88 (highest 83), current threshold is 50 |
268 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_GettingStartedController' has a total cognitive complexity of 88 (highest 83), current threshold is 50 |
269 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_GettingStartedController' has a total cyclomatic complexity of 44 (highest 37). |
269 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_GettingStartedController' has a total cyclomatic complexity of 44 (highest 37). |
270 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_GettingStartedController' has a Standard Cyclomatic Complexity of 3 (Highest = 25). |
270 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_GettingStartedController' has a Standard Cyclomatic Complexity of 3 (Highest = 25). |
271 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
271 | /src/classes/Milestone1_GettingStartedController.cls | 56 | 21 | 366 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
272 | /src/classes/Milestone1_GettingStartedController.cls | 58 | 12 | 58 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
272 | /src/classes/Milestone1_GettingStartedController.cls | 58 | 12 | 58 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
273 | /src/classes/Milestone1_GettingStartedController.cls | 59 | 12 | 59 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
273 | /src/classes/Milestone1_GettingStartedController.cls | 59 | 12 | 59 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
274 | /src/classes/Milestone1_GettingStartedController.cls | 61 | 12 | 61 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
274 | /src/classes/Milestone1_GettingStartedController.cls | 61 | 12 | 61 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
275 | /src/classes/Milestone1_GettingStartedController.cls | 63 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
275 | /src/classes/Milestone1_GettingStartedController.cls | 63 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
276 | /src/classes/Milestone1_GettingStartedController.cls | 68 | 12 | 96 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
276 | /src/classes/Milestone1_GettingStartedController.cls | 68 | 12 | 96 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
277 | /src/classes/Milestone1_GettingStartedController.cls | 80 | 17 | 80 | 65 | 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. |
277 | /src/classes/Milestone1_GettingStartedController.cls | 80 | 17 | 80 | 65 | 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. |
278 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
278 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
279 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'handleGettingStartedProjectInitialization()' has a cognitive complexity of 83, current threshold is 15 |
279 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'handleGettingStartedProjectInitialization()' has a cognitive complexity of 83, current threshold is 15 |
280 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'handleGettingStartedProjectInitialization()' has a cyclomatic complexity of 37. |
280 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'handleGettingStartedProjectInitialization()' has a cyclomatic complexity of 37. |
281 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'handleGettingStartedProjectInitialization()' has an NCSS line count of 119 (limit: 40) |
281 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'handleGettingStartedProjectInitialization()' has an NCSS line count of 119 (limit: 40) |
282 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleGettingStartedProjectInitialization' has a Standard Cyclomatic Complexity of 25. |
282 | /src/classes/Milestone1_GettingStartedController.cls | 98 | 12 | 259 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleGettingStartedProjectInitialization' has a Standard Cyclomatic Complexity of 25. |
283 | /src/classes/Milestone1_GettingStartedController.cls | 127 | 40 | 129 | 124 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
283 | /src/classes/Milestone1_GettingStartedController.cls | 127 | 40 | 129 | 124 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
284 | /src/classes/Milestone1_GettingStartedController.cls | 160 | 22 | 160 | 54 | 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 'max_Deadline_Date' doesn't match '[a-z][a-zA-Z0-9]*' |
284 | /src/classes/Milestone1_GettingStartedController.cls | 160 | 22 | 160 | 54 | 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 'max_Deadline_Date' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /src/classes/Milestone1_GettingStartedController.cls | 172 | 26 | 172 | 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 'max_Due_Date' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /src/classes/Milestone1_GettingStartedController.cls | 172 | 26 | 172 | 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 'max_Due_Date' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /src/classes/Milestone1_GettingStartedController.cls | 196 | 29 | 198 | 30 | 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 |
286 | /src/classes/Milestone1_GettingStartedController.cls | 196 | 29 | 198 | 30 | 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 |
287 | /src/classes/Milestone1_GettingStartedController.cls | 216 | 25 | 218 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
287 | /src/classes/Milestone1_GettingStartedController.cls | 216 | 25 | 218 | 26 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
288 | /src/classes/Milestone1_GettingStartedController.cls | 262 | 12 | 326 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
288 | /src/classes/Milestone1_GettingStartedController.cls | 262 | 12 | 326 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
289 | /src/classes/Milestone1_GettingStartedController.cls | 328 | 23 | 349 | 6 | 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. |
289 | /src/classes/Milestone1_GettingStartedController.cls | 328 | 23 | 349 | 6 | 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. |
290 | /src/classes/Milestone1_GettingStartedController.cls | 352 | 23 | 365 | 6 | 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. |
290 | /src/classes/Milestone1_GettingStartedController.cls | 352 | 23 | 365 | 6 | 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. |
291 | /src/classes/Milestone1_Import_Exception.cls | 29 | 21 | 36 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
291 | /src/classes/Milestone1_Import_Exception.cls | 29 | 21 | 36 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
292 | /src/classes/Milestone1_Import_Project_Controller.cls | 29 | 21 | 124 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
292 | /src/classes/Milestone1_Import_Project_Controller.cls | 29 | 21 | 124 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
293 | /src/classes/Milestone1_Import_Project_Controller.cls | 29 | 21 | 124 | 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 |
293 | /src/classes/Milestone1_Import_Project_Controller.cls | 29 | 21 | 124 | 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 |
294 | /src/classes/Milestone1_Import_Project_Controller.cls | 30 | 12 | 30 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
294 | /src/classes/Milestone1_Import_Project_Controller.cls | 30 | 12 | 30 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
295 | /src/classes/Milestone1_Import_Project_Controller.cls | 31 | 12 | 31 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
295 | /src/classes/Milestone1_Import_Project_Controller.cls | 31 | 12 | 31 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
296 | /src/classes/Milestone1_Import_Project_Controller.cls | 32 | 12 | 32 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
296 | /src/classes/Milestone1_Import_Project_Controller.cls | 32 | 12 | 32 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
297 | /src/classes/Milestone1_Import_Project_Controller.cls | 33 | 12 | 33 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
297 | /src/classes/Milestone1_Import_Project_Controller.cls | 33 | 12 | 33 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
298 | /src/classes/Milestone1_Import_Project_Controller.cls | 34 | 12 | 34 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
298 | /src/classes/Milestone1_Import_Project_Controller.cls | 34 | 12 | 34 | 34 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
299 | /src/classes/Milestone1_Import_Project_Controller.cls | 35 | 12 | 35 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
299 | /src/classes/Milestone1_Import_Project_Controller.cls | 35 | 12 | 35 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
300 | /src/classes/Milestone1_Import_Project_Controller.cls | 36 | 12 | 36 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
300 | /src/classes/Milestone1_Import_Project_Controller.cls | 36 | 12 | 36 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
301 | /src/classes/Milestone1_Import_Project_Controller.cls | 37 | 12 | 37 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
301 | /src/classes/Milestone1_Import_Project_Controller.cls | 37 | 12 | 37 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
302 | /src/classes/Milestone1_Import_Project_Controller.cls | 38 | 12 | 38 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
302 | /src/classes/Milestone1_Import_Project_Controller.cls | 38 | 12 | 38 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
303 | /src/classes/Milestone1_Import_Project_Controller.cls | 39 | 27 | 39 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MAX_FILE_SIZE' should be before method declarations in its class |
303 | /src/classes/Milestone1_Import_Project_Controller.cls | 39 | 27 | 39 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MAX_FILE_SIZE' should be before method declarations in its class |
304 | /src/classes/Milestone1_Import_Project_Controller.cls | 39 | 27 | 39 | 49 | 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_FILE_SIZE' doesn't match '[a-z][a-zA-Z0-9]*' |
304 | /src/classes/Milestone1_Import_Project_Controller.cls | 39 | 27 | 39 | 49 | 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_FILE_SIZE' doesn't match '[a-z][a-zA-Z0-9]*' |
305 | /src/classes/Milestone1_Import_Project_Controller.cls | 41 | 27 | 41 | 94 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'CONTENT_ERROR' should be before method declarations in its class |
305 | /src/classes/Milestone1_Import_Project_Controller.cls | 41 | 27 | 41 | 94 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'CONTENT_ERROR' should be before method declarations in its class |
306 | /src/classes/Milestone1_Import_Project_Controller.cls | 41 | 27 | 41 | 94 | 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 'CONTENT_ERROR' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /src/classes/Milestone1_Import_Project_Controller.cls | 41 | 27 | 41 | 94 | 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 'CONTENT_ERROR' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /src/classes/Milestone1_Import_Project_Controller.cls | 43 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
307 | /src/classes/Milestone1_Import_Project_Controller.cls | 43 | 12 | 62 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
308 | /src/classes/Milestone1_Import_Project_Controller.cls | 64 | 12 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
308 | /src/classes/Milestone1_Import_Project_Controller.cls | 64 | 12 | 101 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
309 | /src/classes/Milestone1_Import_Project_Controller.cls | 64 | 12 | 101 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'importTemplateXML()' has a cyclomatic complexity of 12. |
309 | /src/classes/Milestone1_Import_Project_Controller.cls | 64 | 12 | 101 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'importTemplateXML()' has a cyclomatic complexity of 12. |
310 | /src/classes/Milestone1_Import_Project_Controller.cls | 74 | 17 | 74 | 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 |
310 | /src/classes/Milestone1_Import_Project_Controller.cls | 74 | 17 | 74 | 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 |
311 | /src/classes/Milestone1_Import_Project_Controller.cls | 74 | 17 | 74 | 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. |
311 | /src/classes/Milestone1_Import_Project_Controller.cls | 74 | 17 | 74 | 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. |
312 | /src/classes/Milestone1_Import_Project_Controller.cls | 104 | 12 | 122 | 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 | /src/classes/Milestone1_Import_Project_Controller.cls | 104 | 12 | 122 | 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 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 32 | 23 | 52 | 6 | 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. |
313 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 32 | 23 | 52 | 6 | 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. |
314 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 39 | 24 | 39 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'docs' defined but not used |
314 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 39 | 24 | 39 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'docs' defined but not used |
315 | /src/classes/Milestone1_Import_Project_Controller_Tst.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. |
315 | /src/classes/Milestone1_Import_Project_Controller_Tst.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. |
316 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 49 | 9 | 49 | 78 | 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. |
316 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 49 | 9 | 49 | 78 | 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. |
317 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 50 | 9 | 50 | 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. |
317 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 50 | 9 | 50 | 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. |
318 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 54 | 23 | 73 | 6 | 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. |
318 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 54 | 23 | 73 | 6 | 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. |
319 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 69 | 13 | 69 | 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. |
319 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 69 | 13 | 69 | 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. |
320 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 71 | 13 | 71 | 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. |
320 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 71 | 13 | 71 | 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. |
321 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 75 | 23 | 94 | 6 | 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. |
321 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 75 | 23 | 94 | 6 | 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. |
322 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 84 | 24 | 84 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'docs' defined but not used |
322 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 84 | 24 | 84 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'docs' defined but not used |
323 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 93 | 9 | 93 | 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. |
323 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 93 | 9 | 93 | 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. |
324 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 96 | 23 | 114 | 6 | 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. |
324 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 96 | 23 | 114 | 6 | 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. |
325 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 110 | 9 | 110 | 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. |
325 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 110 | 9 | 110 | 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. |
326 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 111 | 9 | 111 | 78 | 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. |
326 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 111 | 9 | 111 | 78 | 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. |
327 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 112 | 9 | 112 | 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. |
327 | /src/classes/Milestone1_Import_Project_Controller_Tst.cls | 112 | 9 | 112 | 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. |
328 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 32 | 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 @description |
328 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 32 | 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 @description |
329 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 32 | 21 | 96 | 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 |
329 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 32 | 21 | 96 | 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 |
330 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 32 | 21 | 96 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
330 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 32 | 21 | 96 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
331 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 36 | 9 | 38 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
331 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 36 | 9 | 38 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
332 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 40 | 9 | 48 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
332 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 40 | 9 | 48 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
333 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 40 | 37 | 40 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
333 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 40 | 37 | 40 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
334 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 50 | 9 | 61 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
334 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 50 | 9 | 61 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
335 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 50 | 22 | 50 | 50 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
335 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 50 | 22 | 50 | 50 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 63 | 9 | 63 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
336 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 63 | 9 | 63 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
337 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 63 | 2 | 63 | 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. |
337 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 63 | 2 | 63 | 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. |
338 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 63 | 21 | 63 | 49 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 63 | 21 | 63 | 49 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 66 | 27 | 95 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
339 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 66 | 27 | 95 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
340 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 66 | 27 | 95 | 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. |
340 | /src/classes/Milestone1_Milestone_Batch_Delete.cls | 66 | 27 | 95 | 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. |
341 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 32 | 21 | 97 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
341 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 32 | 21 | 97 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
342 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 32 | 21 | 97 | 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 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 32 | 21 | 97 | 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 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 32 | 21 | 97 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
343 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 32 | 21 | 97 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
344 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 36 | 9 | 38 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
344 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 36 | 9 | 38 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
345 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 40 | 9 | 42 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
345 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 40 | 9 | 42 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
346 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 40 | 37 | 40 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
346 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 40 | 37 | 40 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
347 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 44 | 9 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
347 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 44 | 9 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
348 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 44 | 22 | 44 | 50 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
348 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 44 | 22 | 44 | 50 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
349 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 48 | 9 | 48 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
349 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 48 | 9 | 48 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
350 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 48 | 2 | 48 | 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. |
350 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 48 | 2 | 48 | 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. |
351 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 48 | 21 | 48 | 49 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
351 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 48 | 21 | 48 | 49 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
352 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 51 | 27 | 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 |
352 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 51 | 27 | 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 |
353 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 51 | 27 | 96 | 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. |
353 | /src/classes/Milestone1_Milestone_Batch_Update.cls | 51 | 27 | 96 | 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. |
354 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
354 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
355 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_Milestone_Trigger_Utility' has a total cognitive complexity of 242 (highest 85), current threshold is 50 |
355 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_Milestone_Trigger_Utility' has a total cognitive complexity of 242 (highest 85), current threshold is 50 |
356 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_Milestone_Trigger_Utility' has a total cyclomatic complexity of 125 (highest 29). |
356 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_Milestone_Trigger_Utility' has a total cyclomatic complexity of 125 (highest 29). |
357 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Milestone_Trigger_Utility' has a Standard Cyclomatic Complexity of 6 (Highest = 26). |
357 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Milestone_Trigger_Utility' has a Standard Cyclomatic Complexity of 6 (Highest = 26). |
358 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
358 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 29 | 21 | 622 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
359 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 36 | 19 | 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 |
359 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 36 | 19 | 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 |
360 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 59 | 33 | 59 | 82 | 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. |
360 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 59 | 33 | 59 | 82 | 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. |
361 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 63 | 12 | 63 | 33 | 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 |
361 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 63 | 12 | 63 | 33 | 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 |
362 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 71 | 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 |
362 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 71 | 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 |
363 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 91 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
363 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 91 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
364 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 91 | 19 | 123 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkSuccessorDependencies(Map |
364 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 91 | 19 | 123 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkSuccessorDependencies(Map |
365 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 91 | 19 | 123 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkSuccessorDependencies(Map |
365 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 91 | 19 | 123 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkSuccessorDependencies(Map |
366 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 110 | 6 | 114 | 7 | 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 |
366 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 110 | 6 | 114 | 7 | 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 |
367 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 125 | 19 | 155 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
367 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 125 | 19 | 155 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
368 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 125 | 19 | 155 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkChildDependencies(Map |
368 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 125 | 19 | 155 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkChildDependencies(Map |
369 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 125 | 19 | 155 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkChildDependencies(Map |
369 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 125 | 19 | 155 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkChildDependencies(Map |
370 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 145 | 21 | 149 | 7 | 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 |
370 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 145 | 21 | 149 | 7 | 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 |
371 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 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 |
371 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 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 |
372 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 197 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkTaskDependencies(Map |
372 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 197 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkTaskDependencies(Map |
373 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 197 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkTaskDependencies(Map |
373 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 197 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkTaskDependencies(Map |
374 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 197 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkTaskDependencies()' has an NCSS line count of 42 (limit: 40) |
374 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 197 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'checkTaskDependencies()' has an NCSS line count of 42 (limit: 40) |
375 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 197 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkTaskDependencies' has a Standard Cyclomatic Complexity of 11. |
375 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 157 | 19 | 197 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'checkTaskDependencies' has a Standard Cyclomatic Complexity of 11. |
376 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 159 | 38 | 159 | 170 | 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 |
376 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 159 | 38 | 159 | 170 | 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 |
377 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 173 | 22 | 176 | 23 | 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 |
377 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 173 | 22 | 176 | 23 | 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 |
378 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 177 | 22 | 180 | 23 | 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 |
378 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 177 | 22 | 180 | 23 | 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 |
379 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 183 | 21 | 187 | 7 | 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 |
379 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 183 | 21 | 187 | 7 | 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 |
380 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
380 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
381 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'handleMilestoneBeforeTrigger(List |
381 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'handleMilestoneBeforeTrigger(List |
382 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'handleMilestoneBeforeTrigger(List |
382 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'handleMilestoneBeforeTrigger(List |
383 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'handleMilestoneBeforeTrigger()' has an NCSS line count of 96 (limit: 40) |
383 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'handleMilestoneBeforeTrigger()' has an NCSS line count of 96 (limit: 40) |
384 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleMilestoneBeforeTrigger' has a Standard Cyclomatic Complexity of 26. |
384 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 199 | 16 | 369 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleMilestoneBeforeTrigger' has a Standard Cyclomatic Complexity of 26. |
385 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 232 | 18 | 239 | 19 | 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 |
385 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 232 | 18 | 239 | 19 | 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 |
386 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 270 | 14 | 270 | 126 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
386 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 270 | 14 | 270 | 126 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
387 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 270 | 14 | 270 | 126 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
387 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 270 | 14 | 270 | 126 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
388 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 271 | 14 | 271 | 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 |
388 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 271 | 14 | 271 | 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 |
389 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 271 | 14 | 271 | 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. |
389 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 271 | 14 | 271 | 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. |
390 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 333 | 22 | 344 | 23 | 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 |
390 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 333 | 22 | 344 | 23 | 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 |
391 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 388 | 19 | 390 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
391 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 388 | 19 | 390 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
392 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 401 | 17 | 409 | 18 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
392 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 401 | 17 | 409 | 18 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
393 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 401 | 68 | 404 | 18 | 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. |
393 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 401 | 68 | 404 | 18 | 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. |
394 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 408 | 21 | 408 | 143 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
394 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 408 | 21 | 408 | 143 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
395 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 408 | 21 | 408 | 143 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
395 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 408 | 21 | 408 | 143 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
396 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 456 | 17 | 460 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
396 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 456 | 17 | 460 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
397 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 477 | 17 | 481 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
397 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 477 | 17 | 481 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
398 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 492 | 16 | 499 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
398 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 492 | 16 | 499 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
399 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 492 | 16 | 499 | 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 |
399 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 492 | 16 | 499 | 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 |
400 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 505 | 17 | 518 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
400 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 505 | 17 | 518 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
401 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 505 | 17 | 518 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
401 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 505 | 17 | 518 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
402 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 505 | 17 | 518 | 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 |
402 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 505 | 17 | 518 | 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 |
403 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
403 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
404 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
404 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
405 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 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 |
405 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 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 |
406 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkAccessRightReferences(List |
406 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkAccessRightReferences(List |
407 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkAccessRightReferences(List |
407 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkAccessRightReferences(List |
408 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 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. |
408 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 524 | 17 | 559 | 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. |
409 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 546 | 7 | 549 | 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 |
409 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 546 | 7 | 549 | 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 |
410 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 551 | 6 | 554 | 7 | 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 |
410 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 551 | 6 | 554 | 7 | 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 |
411 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
411 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
412 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 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. |
412 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 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. |
413 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testMilestoneBatchUpdate()' has a cognitive complexity of 16, current threshold is 15 |
413 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testMilestoneBatchUpdate()' has a cognitive complexity of 16, current threshold is 15 |
414 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testMilestoneBatchUpdate()' has a cyclomatic complexity of 10. |
414 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testMilestoneBatchUpdate()' has a cyclomatic complexity of 10. |
415 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testMilestoneBatchUpdate' has a Standard Cyclomatic Complexity of 10. |
415 | /src/classes/Milestone1_Milestone_Trigger_Utility.cls | 564 | 27 | 621 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testMilestoneBatchUpdate' has a Standard Cyclomatic Complexity of 10. |
416 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 29 | 21 | 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 |
416 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 29 | 21 | 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 |
417 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 33 | 12 | 33 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
417 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 33 | 12 | 33 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
418 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 34 | 12 | 34 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
418 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 34 | 12 | 34 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
419 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 36 | 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 |
419 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 36 | 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 |
420 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 54 | 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 |
420 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 54 | 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 |
421 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 55 | 9 | 55 | 96 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
421 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 55 | 9 | 55 | 96 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
422 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 55 | 9 | 55 | 96 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
422 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 55 | 9 | 55 | 96 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
423 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 56 | 9 | 56 | 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 |
423 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 56 | 9 | 56 | 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 |
424 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 56 | 9 | 56 | 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. |
424 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 56 | 9 | 56 | 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. |
425 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 68 | 10 | 68 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
425 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 68 | 10 | 68 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
426 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 68 | 10 | 68 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
426 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 68 | 10 | 68 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
427 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 71 | 10 | 71 | 85 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
427 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 71 | 10 | 71 | 85 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
428 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 71 | 10 | 71 | 85 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
428 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 71 | 10 | 71 | 85 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
429 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 76 | 9 | 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 |
429 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 76 | 9 | 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 |
430 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 76 | 9 | 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. |
430 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 76 | 9 | 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. |
431 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 79 | 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 |
431 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 79 | 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 |
432 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 90 | 9 | 90 | 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 |
432 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 90 | 9 | 90 | 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 |
433 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 90 | 9 | 90 | 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. |
433 | /src/classes/Milestone1_Milestone_Values_Helper.cls | 90 | 9 | 90 | 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. |
434 | /src/classes/Milestone1_Month.cls | 29 | 21 | 233 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
434 | /src/classes/Milestone1_Month.cls | 29 | 21 | 233 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
435 | /src/classes/Milestone1_Month.cls | 29 | 21 | 233 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
435 | /src/classes/Milestone1_Month.cls | 29 | 21 | 233 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
436 | /src/classes/Milestone1_Month.cls | 35 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
436 | /src/classes/Milestone1_Month.cls | 35 | 12 | 41 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
437 | /src/classes/Milestone1_Month.cls | 43 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
437 | /src/classes/Milestone1_Month.cls | 43 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
438 | /src/classes/Milestone1_Month.cls | 47 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
438 | /src/classes/Milestone1_Month.cls | 47 | 12 | 50 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
439 | /src/classes/Milestone1_Month.cls | 52 | 12 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
439 | /src/classes/Milestone1_Month.cls | 52 | 12 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
440 | /src/classes/Milestone1_Month.cls | 63 | 12 | 63 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
440 | /src/classes/Milestone1_Month.cls | 63 | 12 | 63 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
441 | /src/classes/Milestone1_Month.cls | 65 | 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 |
441 | /src/classes/Milestone1_Month.cls | 65 | 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 |
442 | /src/classes/Milestone1_Month.cls | 79 | 12 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
442 | /src/classes/Milestone1_Month.cls | 79 | 12 | 85 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
443 | /src/classes/Milestone1_Month.cls | 87 | 12 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
443 | /src/classes/Milestone1_Month.cls | 87 | 12 | 100 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
444 | /src/classes/Milestone1_Month.cls | 102 | 12 | 105 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
444 | /src/classes/Milestone1_Month.cls | 102 | 12 | 105 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
445 | /src/classes/Milestone1_Month.cls | 107 | 12 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
445 | /src/classes/Milestone1_Month.cls | 107 | 12 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
446 | /src/classes/Milestone1_Month.cls | 129 | 25 | 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 |
446 | /src/classes/Milestone1_Month.cls | 129 | 25 | 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 |
447 | /src/classes/Milestone1_Month.cls | 135 | 13 | 135 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
447 | /src/classes/Milestone1_Month.cls | 135 | 13 | 135 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
448 | /src/classes/Milestone1_Month.cls | 137 | 13 | 139 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
448 | /src/classes/Milestone1_Month.cls | 137 | 13 | 139 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
449 | /src/classes/Milestone1_Month.cls | 140 | 13 | 153 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
449 | /src/classes/Milestone1_Month.cls | 140 | 13 | 153 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
450 | /src/classes/Milestone1_Month.cls | 154 | 13 | 154 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
450 | /src/classes/Milestone1_Month.cls | 154 | 13 | 154 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
451 | /src/classes/Milestone1_Month.cls | 155 | 13 | 155 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
451 | /src/classes/Milestone1_Month.cls | 155 | 13 | 155 | 64 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
452 | /src/classes/Milestone1_Month.cls | 159 | 25 | 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 |
452 | /src/classes/Milestone1_Month.cls | 159 | 25 | 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 |
453 | /src/classes/Milestone1_Month.cls | 163 | 16 | 163 | 46 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
453 | /src/classes/Milestone1_Month.cls | 163 | 16 | 163 | 46 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
454 | /src/classes/Milestone1_Month.cls | 167 | 16 | 167 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
454 | /src/classes/Milestone1_Month.cls | 167 | 16 | 167 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
455 | /src/classes/Milestone1_Month.cls | 168 | 16 | 168 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
455 | /src/classes/Milestone1_Month.cls | 168 | 16 | 168 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
456 | /src/classes/Milestone1_Month.cls | 169 | 16 | 173 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
456 | /src/classes/Milestone1_Month.cls | 169 | 16 | 173 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
457 | /src/classes/Milestone1_Month.cls | 171 | 17 | 171 | 42 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
457 | /src/classes/Milestone1_Month.cls | 171 | 17 | 171 | 42 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
458 | /src/classes/Milestone1_Month.cls | 171 | 17 | 171 | 42 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
458 | /src/classes/Milestone1_Month.cls | 171 | 17 | 171 | 42 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
459 | /src/classes/Milestone1_Month.cls | 174 | 16 | 174 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
459 | /src/classes/Milestone1_Month.cls | 174 | 16 | 174 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
460 | /src/classes/Milestone1_Month.cls | 175 | 16 | 175 | 87 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
460 | /src/classes/Milestone1_Month.cls | 175 | 16 | 175 | 87 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
461 | /src/classes/Milestone1_Month.cls | 176 | 16 | 176 | 71 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
461 | /src/classes/Milestone1_Month.cls | 176 | 16 | 176 | 71 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
462 | /src/classes/Milestone1_Month.cls | 177 | 16 | 177 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
462 | /src/classes/Milestone1_Month.cls | 177 | 16 | 177 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
463 | /src/classes/Milestone1_Month.cls | 178 | 16 | 178 | 89 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
463 | /src/classes/Milestone1_Month.cls | 178 | 16 | 178 | 89 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
464 | /src/classes/Milestone1_Month.cls | 179 | 16 | 179 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
464 | /src/classes/Milestone1_Month.cls | 179 | 16 | 179 | 63 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
465 | /src/classes/Milestone1_Month.cls | 181 | 16 | 190 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
465 | /src/classes/Milestone1_Month.cls | 181 | 16 | 190 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
466 | /src/classes/Milestone1_Month.cls | 187 | 61 | 187 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
466 | /src/classes/Milestone1_Month.cls | 187 | 61 | 187 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
467 | /src/classes/Milestone1_Month.cls | 187 | 61 | 187 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
467 | /src/classes/Milestone1_Month.cls | 187 | 61 | 187 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
468 | /src/classes/Milestone1_Month.cls | 189 | 44 | 189 | 69 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
468 | /src/classes/Milestone1_Month.cls | 189 | 44 | 189 | 69 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
469 | /src/classes/Milestone1_Month.cls | 189 | 44 | 189 | 69 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
469 | /src/classes/Milestone1_Month.cls | 189 | 44 | 189 | 69 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
470 | /src/classes/Milestone1_Month.cls | 194 | 23 | 232 | 6 | 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. |
470 | /src/classes/Milestone1_Month.cls | 194 | 23 | 232 | 6 | 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. |
471 | /src/classes/Milestone1_Month.cls | 220 | 17 | 220 | 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 |
471 | /src/classes/Milestone1_Month.cls | 220 | 17 | 220 | 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 |
472 | /src/classes/Milestone1_Month.cls | 220 | 17 | 220 | 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. |
472 | /src/classes/Milestone1_Month.cls | 220 | 17 | 220 | 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. |
473 | /src/classes/Milestone1_Month.cls | 221 | 17 | 221 | 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 |
473 | /src/classes/Milestone1_Month.cls | 221 | 17 | 221 | 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 |
474 | /src/classes/Milestone1_Month.cls | 221 | 17 | 221 | 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. |
474 | /src/classes/Milestone1_Month.cls | 221 | 17 | 221 | 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. |
475 | /src/classes/Milestone1_Month.cls | 222 | 17 | 222 | 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 |
475 | /src/classes/Milestone1_Month.cls | 222 | 17 | 222 | 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 |
476 | /src/classes/Milestone1_Month.cls | 222 | 17 | 222 | 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. |
476 | /src/classes/Milestone1_Month.cls | 222 | 17 | 222 | 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. |
477 | /src/classes/Milestone1_Month.cls | 223 | 17 | 223 | 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 |
477 | /src/classes/Milestone1_Month.cls | 223 | 17 | 223 | 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 |
478 | /src/classes/Milestone1_Month.cls | 223 | 17 | 223 | 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. |
478 | /src/classes/Milestone1_Month.cls | 223 | 17 | 223 | 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. |
479 | /src/classes/Milestone1_Month.cls | 226 | 9 | 226 | 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 |
479 | /src/classes/Milestone1_Month.cls | 226 | 9 | 226 | 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 |
480 | /src/classes/Milestone1_Month.cls | 226 | 9 | 226 | 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. |
480 | /src/classes/Milestone1_Month.cls | 226 | 9 | 226 | 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. |
481 | /src/classes/Milestone1_Month.cls | 227 | 9 | 227 | 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 |
481 | /src/classes/Milestone1_Month.cls | 227 | 9 | 227 | 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 |
482 | /src/classes/Milestone1_Month.cls | 227 | 9 | 227 | 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. |
482 | /src/classes/Milestone1_Month.cls | 227 | 9 | 227 | 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. |
483 | /src/classes/Milestone1_Month.cls | 228 | 9 | 228 | 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 |
483 | /src/classes/Milestone1_Month.cls | 228 | 9 | 228 | 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 |
484 | /src/classes/Milestone1_Month.cls | 228 | 9 | 228 | 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. |
484 | /src/classes/Milestone1_Month.cls | 228 | 9 | 228 | 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. |
485 | /src/classes/Milestone1_Month.cls | 229 | 9 | 229 | 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 |
485 | /src/classes/Milestone1_Month.cls | 229 | 9 | 229 | 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 |
486 | /src/classes/Milestone1_Month.cls | 229 | 9 | 229 | 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. |
486 | /src/classes/Milestone1_Month.cls | 229 | 9 | 229 | 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. |
487 | /src/classes/Milestone1_Move_Exception.cls | 29 | 21 | 43 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
487 | /src/classes/Milestone1_Move_Exception.cls | 29 | 21 | 43 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
488 | /src/classes/Milestone1_Move_Exception.cls | 29 | 21 | 43 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
488 | /src/classes/Milestone1_Move_Exception.cls | 29 | 21 | 43 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
489 | /src/classes/Milestone1_Move_Exception.cls | 37 | 23 | 41 | 6 | 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. |
489 | /src/classes/Milestone1_Move_Exception.cls | 37 | 23 | 41 | 6 | 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. |
490 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 29 | 21 | 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 |
490 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 29 | 21 | 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 |
491 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 29 | 21 | 194 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Move_Milestone_Extension' has a Standard Cyclomatic Complexity of 2 (Highest = 12). |
491 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 29 | 21 | 194 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Move_Milestone_Extension' has a Standard Cyclomatic Complexity of 2 (Highest = 12). |
492 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 31 | 12 | 31 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
492 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 31 | 12 | 31 | 58 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
493 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 38 | 12 | 38 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
493 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 38 | 12 | 38 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
494 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 39 | 12 | 39 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
494 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 39 | 12 | 39 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
495 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 40 | 12 | 40 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
495 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 40 | 12 | 40 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
496 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 41 | 12 | 41 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
496 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 41 | 12 | 41 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
497 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 42 | 12 | 42 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
497 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 42 | 12 | 42 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
498 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 43 | 12 | 43 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
498 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 43 | 12 | 43 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
499 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 44 | 45 | 44 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'stc' should be before method declarations in its class |
499 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 44 | 45 | 44 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'stc' should be before method declarations in its class |
500 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 46 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
500 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 46 | 12 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
501 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 49 | 9 | 49 | 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 |
501 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 49 | 9 | 49 | 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 |
502 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 49 | 9 | 49 | 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. |
502 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 49 | 9 | 49 | 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. |
503 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 57 | 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 |
503 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 57 | 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 |
504 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 79 | 21 | 85 | 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 |
504 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 79 | 21 | 85 | 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 |
505 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 89 | 30 | 95 | 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 |
505 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 89 | 30 | 95 | 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 |
506 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 99 | 14 | 99 | 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 |
506 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 99 | 14 | 99 | 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 |
507 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 99 | 14 | 99 | 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. |
507 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 99 | 14 | 99 | 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. |
508 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 114 | 13 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
508 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 114 | 13 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
509 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 114 | 13 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
509 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 114 | 13 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
510 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 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 |
510 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 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 |
511 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 192 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'moveMilestones()' has a cognitive complexity of 33, current threshold is 15 |
511 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 192 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'moveMilestones()' has a cognitive complexity of 33, current threshold is 15 |
512 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 192 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'moveMilestones()' has a cyclomatic complexity of 17. |
512 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 192 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'moveMilestones()' has a cyclomatic complexity of 17. |
513 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 192 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'moveMilestones()' has an NCSS line count of 58 (limit: 40) |
513 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 192 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'moveMilestones()' has an NCSS line count of 58 (limit: 40) |
514 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 192 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'moveMilestones' has a Standard Cyclomatic Complexity of 12. |
514 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 120 | 12 | 192 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'moveMilestones' has a Standard Cyclomatic Complexity of 12. |
515 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 124 | 46 | 124 | 115 | 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 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 124 | 46 | 124 | 115 | 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 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 128 | 69 | 129 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
516 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 128 | 69 | 129 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
517 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 136 | 75 | 137 | 73 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
517 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 136 | 75 | 137 | 73 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
518 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 145 | 21 | 145 | 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 |
518 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 145 | 21 | 145 | 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 |
519 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 145 | 21 | 145 | 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. |
519 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 145 | 21 | 145 | 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. |
520 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 159 | 29 | 163 | 30 | 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 |
520 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 159 | 29 | 163 | 30 | 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 |
521 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 169 | 17 | 169 | 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 |
521 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 169 | 17 | 169 | 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 |
522 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 169 | 17 | 169 | 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. |
522 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 169 | 17 | 169 | 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. |
523 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 171 | 17 | 171 | 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 |
523 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 171 | 17 | 171 | 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 |
524 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 171 | 17 | 171 | 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. |
524 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 171 | 17 | 171 | 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. |
525 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 181 | 17 | 181 | 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 |
525 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 181 | 17 | 181 | 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 |
526 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 181 | 17 | 181 | 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. |
526 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 181 | 17 | 181 | 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. |
527 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 187 | 13 | 187 | 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 |
527 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 187 | 13 | 187 | 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 |
528 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 187 | 13 | 187 | 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. |
528 | /src/classes/Milestone1_Move_Milestone_Extension.cls | 187 | 13 | 187 | 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. |
529 | /src/classes/Milestone1_Move_Task_Extension.cls | 29 | 21 | 235 | 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 | /src/classes/Milestone1_Move_Task_Extension.cls | 29 | 21 | 235 | 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 | /src/classes/Milestone1_Move_Task_Extension.cls | 29 | 21 | 235 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Move_Task_Extension' has a Standard Cyclomatic Complexity of 2 (Highest = 15). |
530 | /src/classes/Milestone1_Move_Task_Extension.cls | 29 | 21 | 235 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Move_Task_Extension' has a Standard Cyclomatic Complexity of 2 (Highest = 15). |
531 | /src/classes/Milestone1_Move_Task_Extension.cls | 31 | 12 | 31 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
531 | /src/classes/Milestone1_Move_Task_Extension.cls | 31 | 12 | 31 | 53 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
532 | /src/classes/Milestone1_Move_Task_Extension.cls | 36 | 12 | 36 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
532 | /src/classes/Milestone1_Move_Task_Extension.cls | 36 | 12 | 36 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
533 | /src/classes/Milestone1_Move_Task_Extension.cls | 37 | 12 | 37 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
533 | /src/classes/Milestone1_Move_Task_Extension.cls | 37 | 12 | 37 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
534 | /src/classes/Milestone1_Move_Task_Extension.cls | 38 | 12 | 38 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
534 | /src/classes/Milestone1_Move_Task_Extension.cls | 38 | 12 | 38 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
535 | /src/classes/Milestone1_Move_Task_Extension.cls | 40 | 12 | 40 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
535 | /src/classes/Milestone1_Move_Task_Extension.cls | 40 | 12 | 40 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
536 | /src/classes/Milestone1_Move_Task_Extension.cls | 41 | 12 | 41 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
536 | /src/classes/Milestone1_Move_Task_Extension.cls | 41 | 12 | 41 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
537 | /src/classes/Milestone1_Move_Task_Extension.cls | 42 | 12 | 42 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
537 | /src/classes/Milestone1_Move_Task_Extension.cls | 42 | 12 | 42 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
538 | /src/classes/Milestone1_Move_Task_Extension.cls | 44 | 20 | 44 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'taskId' should be before method declarations in its class |
538 | /src/classes/Milestone1_Move_Task_Extension.cls | 44 | 20 | 44 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'taskId' should be before method declarations in its class |
539 | /src/classes/Milestone1_Move_Task_Extension.cls | 45 | 45 | 45 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'stc' should be before method declarations in its class |
539 | /src/classes/Milestone1_Move_Task_Extension.cls | 45 | 45 | 45 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'stc' should be before method declarations in its class |
540 | /src/classes/Milestone1_Move_Task_Extension.cls | 47 | 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 |
540 | /src/classes/Milestone1_Move_Task_Extension.cls | 47 | 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 |
541 | /src/classes/Milestone1_Move_Task_Extension.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 |
541 | /src/classes/Milestone1_Move_Task_Extension.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 |
542 | /src/classes/Milestone1_Move_Task_Extension.cls | 62 | 13 | 128 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'processSelection(List |
542 | /src/classes/Milestone1_Move_Task_Extension.cls | 62 | 13 | 128 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'processSelection(List |
543 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
543 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
544 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
544 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
545 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
545 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
546 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
546 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
547 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
547 | /src/classes/Milestone1_Move_Task_Extension.cls | 76 | 20 | 100 | 17 | 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 |
548 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
548 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
549 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'moveTasks()' has a cognitive complexity of 26, current threshold is 15 |
549 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'moveTasks()' has a cognitive complexity of 26, current threshold is 15 |
550 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'moveTasks()' has a cyclomatic complexity of 21. |
550 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'moveTasks()' has a cyclomatic complexity of 21. |
551 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'moveTasks()' has an NCSS line count of 69 (limit: 40) |
551 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'moveTasks()' has an NCSS line count of 69 (limit: 40) |
552 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'moveTasks' has a Standard Cyclomatic Complexity of 15. |
552 | /src/classes/Milestone1_Move_Task_Extension.cls | 131 | 12 | 233 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'moveTasks' has a Standard Cyclomatic Complexity of 15. |
553 | /src/classes/Milestone1_Move_Task_Extension.cls | 208 | 37 | 208 | 81 | 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. |
553 | /src/classes/Milestone1_Move_Task_Extension.cls | 208 | 37 | 208 | 81 | 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. |
554 | /src/classes/Milestone1_Move_Task_Extension.cls | 212 | 13 | 212 | 25 | 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 |
554 | /src/classes/Milestone1_Move_Task_Extension.cls | 212 | 13 | 212 | 25 | 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 |
555 | /src/classes/Milestone1_Move_Task_Extension.cls | 227 | 13 | 227 | 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 |
555 | /src/classes/Milestone1_Move_Task_Extension.cls | 227 | 13 | 227 | 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 |
556 | /src/classes/Milestone1_Move_Task_Extension.cls | 227 | 13 | 227 | 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. |
556 | /src/classes/Milestone1_Move_Task_Extension.cls | 227 | 13 | 227 | 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. |
557 | /src/classes/Milestone1_One_Line_Controller.cls | 29 | 21 | 98 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
557 | /src/classes/Milestone1_One_Line_Controller.cls | 29 | 21 | 98 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
558 | /src/classes/Milestone1_One_Line_Controller.cls | 31 | 12 | 31 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
558 | /src/classes/Milestone1_One_Line_Controller.cls | 31 | 12 | 31 | 35 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
559 | /src/classes/Milestone1_One_Line_Controller.cls | 32 | 12 | 32 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
559 | /src/classes/Milestone1_One_Line_Controller.cls | 32 | 12 | 32 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
560 | /src/classes/Milestone1_One_Line_Controller.cls | 33 | 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 |
560 | /src/classes/Milestone1_One_Line_Controller.cls | 33 | 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 |
561 | /src/classes/Milestone1_One_Line_Controller.cls | 38 | 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 |
561 | /src/classes/Milestone1_One_Line_Controller.cls | 38 | 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 |
562 | /src/classes/Milestone1_One_Line_Controller.cls | 55 | 21 | 58 | 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 |
562 | /src/classes/Milestone1_One_Line_Controller.cls | 55 | 21 | 58 | 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 |
563 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 32 | 23 | 50 | 6 | 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. |
563 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 32 | 23 | 50 | 6 | 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. |
564 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 34 | 39 | 34 | 92 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'm1exportutility' defined but not used |
564 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 34 | 39 | 34 | 92 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'm1exportutility' defined but not used |
565 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 47 | 9 | 47 | 47 | 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. |
565 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 47 | 9 | 47 | 47 | 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. |
566 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 48 | 9 | 48 | 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. |
566 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 48 | 9 | 48 | 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. |
567 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 49 | 9 | 49 | 75 | 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. |
567 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 49 | 9 | 49 | 75 | 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. |
568 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 52 | 23 | 71 | 6 | 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. |
568 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 52 | 23 | 71 | 6 | 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. |
569 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 54 | 39 | 54 | 92 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'm1exportutility' defined but not used |
569 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 54 | 39 | 54 | 92 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'm1exportutility' defined but not used |
570 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 67 | 9 | 67 | 47 | 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. |
570 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 67 | 9 | 67 | 47 | 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. |
571 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 68 | 9 | 68 | 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. |
571 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 68 | 9 | 68 | 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. |
572 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 69 | 9 | 69 | 122 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
572 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 69 | 9 | 69 | 122 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
573 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 70 | 9 | 70 | 198 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
573 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 70 | 9 | 70 | 198 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
574 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 73 | 23 | 83 | 6 | 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. |
574 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 73 | 23 | 83 | 6 | 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. |
575 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 79 | 9 | 79 | 47 | 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. |
575 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 79 | 9 | 79 | 47 | 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. |
576 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 81 | 9 | 81 | 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. |
576 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 81 | 9 | 81 | 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. |
577 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 82 | 9 | 82 | 142 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
577 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 82 | 9 | 82 | 142 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
578 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 85 | 23 | 95 | 6 | 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. |
578 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 85 | 23 | 95 | 6 | 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. |
579 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 91 | 9 | 91 | 47 | 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. |
579 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 91 | 9 | 91 | 47 | 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. |
580 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 93 | 9 | 93 | 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. |
580 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 93 | 9 | 93 | 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. |
581 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 94 | 9 | 94 | 97 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
581 | /src/classes/Milestone1_One_Liner_Controller_Tst.cls | 94 | 9 | 94 | 97 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
582 | /src/classes/Milestone1_Project_Batch_Update.cls | 32 | 21 | 86 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
582 | /src/classes/Milestone1_Project_Batch_Update.cls | 32 | 21 | 86 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
583 | /src/classes/Milestone1_Project_Batch_Update.cls | 32 | 21 | 86 | 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 |
583 | /src/classes/Milestone1_Project_Batch_Update.cls | 32 | 21 | 86 | 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 |
584 | /src/classes/Milestone1_Project_Batch_Update.cls | 32 | 21 | 86 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
584 | /src/classes/Milestone1_Project_Batch_Update.cls | 32 | 21 | 86 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
585 | /src/classes/Milestone1_Project_Batch_Update.cls | 35 | 9 | 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 |
585 | /src/classes/Milestone1_Project_Batch_Update.cls | 35 | 9 | 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 |
586 | /src/classes/Milestone1_Project_Batch_Update.cls | 39 | 9 | 41 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
586 | /src/classes/Milestone1_Project_Batch_Update.cls | 39 | 9 | 41 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
587 | /src/classes/Milestone1_Project_Batch_Update.cls | 39 | 37 | 39 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
587 | /src/classes/Milestone1_Project_Batch_Update.cls | 39 | 37 | 39 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
588 | /src/classes/Milestone1_Project_Batch_Update.cls | 43 | 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 |
588 | /src/classes/Milestone1_Project_Batch_Update.cls | 43 | 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 |
589 | /src/classes/Milestone1_Project_Batch_Update.cls | 43 | 22 | 43 | 50 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
589 | /src/classes/Milestone1_Project_Batch_Update.cls | 43 | 22 | 43 | 50 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
590 | /src/classes/Milestone1_Project_Batch_Update.cls | 47 | 9 | 47 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
590 | /src/classes/Milestone1_Project_Batch_Update.cls | 47 | 9 | 47 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
591 | /src/classes/Milestone1_Project_Batch_Update.cls | 47 | 2 | 47 | 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. |
591 | /src/classes/Milestone1_Project_Batch_Update.cls | 47 | 2 | 47 | 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. |
592 | /src/classes/Milestone1_Project_Batch_Update.cls | 47 | 21 | 47 | 49 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
592 | /src/classes/Milestone1_Project_Batch_Update.cls | 47 | 21 | 47 | 49 | 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 'BC' doesn't match '[a-z][a-zA-Z0-9]*' |
593 | /src/classes/Milestone1_Project_Batch_Update.cls | 50 | 27 | 84 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
593 | /src/classes/Milestone1_Project_Batch_Update.cls | 50 | 27 | 84 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
594 | /src/classes/Milestone1_Project_Batch_Update.cls | 50 | 27 | 84 | 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. |
594 | /src/classes/Milestone1_Project_Batch_Update.cls | 50 | 27 | 84 | 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. |
595 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 29 | 21 | 240 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
595 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 29 | 21 | 240 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
596 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 29 | 21 | 240 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Project_Trigger_Utility' has a Standard Cyclomatic Complexity of 7 (Highest = 13). |
596 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 29 | 21 | 240 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Project_Trigger_Utility' has a Standard Cyclomatic Complexity of 7 (Highest = 13). |
597 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 29 | 21 | 240 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
597 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 29 | 21 | 240 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
598 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
598 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
599 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'handleProjectUpdateTrigger(List |
599 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'handleProjectUpdateTrigger(List |
600 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'handleProjectUpdateTrigger(List |
600 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'handleProjectUpdateTrigger(List |
601 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'handleProjectUpdateTrigger()' has an NCSS line count of 47 (limit: 40) |
601 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'handleProjectUpdateTrigger()' has an NCSS line count of 47 (limit: 40) |
602 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleProjectUpdateTrigger' has a Standard Cyclomatic Complexity of 13. |
602 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 35 | 19 | 143 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleProjectUpdateTrigger' has a Standard Cyclomatic Complexity of 13. |
603 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 45 | 13 | 45 | 96 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
603 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 45 | 13 | 45 | 96 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
604 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 45 | 13 | 45 | 96 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
604 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 45 | 13 | 45 | 96 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
605 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 67 | 9 | 67 | 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 |
605 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 67 | 9 | 67 | 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 |
606 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 67 | 9 | 67 | 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. |
606 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 67 | 9 | 67 | 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. |
607 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 95 | 9 | 95 | 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 |
607 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 95 | 9 | 95 | 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 |
608 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 95 | 9 | 95 | 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. |
608 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 95 | 9 | 95 | 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. |
609 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 99 | 13 | 99 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
609 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 99 | 13 | 99 | 73 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
610 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 99 | 13 | 99 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
610 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 99 | 13 | 99 | 73 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
611 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 100 | 13 | 100 | 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 |
611 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 100 | 13 | 100 | 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 |
612 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 100 | 13 | 100 | 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. |
612 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 100 | 13 | 100 | 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. |
613 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 101 | 13 | 101 | 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 |
613 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 101 | 13 | 101 | 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 |
614 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 101 | 13 | 101 | 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. |
614 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 101 | 13 | 101 | 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. |
615 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 108 | 21 | 108 | 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 |
615 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 108 | 21 | 108 | 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 |
616 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 108 | 21 | 108 | 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. |
616 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 108 | 21 | 108 | 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. |
617 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 109 | 21 | 115 | 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 |
617 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 109 | 21 | 115 | 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 |
618 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 110 | 25 | 110 | 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 |
618 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 110 | 25 | 110 | 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 |
619 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 110 | 25 | 110 | 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. |
619 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 110 | 25 | 110 | 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. |
620 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 112 | 28 | 115 | 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 |
620 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 112 | 28 | 115 | 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 |
621 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 113 | 25 | 113 | 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 |
621 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 113 | 25 | 113 | 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 |
622 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 113 | 25 | 113 | 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. |
622 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 113 | 25 | 113 | 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. |
623 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 116 | 21 | 125 | 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 |
623 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 116 | 21 | 125 | 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 |
624 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 117 | 25 | 117 | 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 |
624 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 117 | 25 | 117 | 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 |
625 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 117 | 25 | 117 | 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. |
625 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 117 | 25 | 117 | 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. |
626 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 119 | 29 | 119 | 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 |
626 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 119 | 29 | 119 | 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 |
627 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 119 | 29 | 119 | 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. |
627 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 119 | 29 | 119 | 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. |
628 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 122 | 29 | 122 | 86 | pmd | AvoidDebugStatements | 3 | Performance | 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 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 122 | 29 | 122 | 86 | pmd | AvoidDebugStatements | 3 | Performance | 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 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 122 | 29 | 122 | 86 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://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 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 122 | 29 | 122 | 86 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://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 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 140 | 13 | 140 | 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 |
630 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 140 | 13 | 140 | 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 |
631 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 140 | 13 | 140 | 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. |
631 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 140 | 13 | 140 | 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. |
632 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 147 | 19 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
632 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 147 | 19 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
633 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 150 | 13 | 150 | 103 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
633 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 150 | 13 | 150 | 103 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
634 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 150 | 13 | 150 | 103 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
634 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 150 | 13 | 150 | 103 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
635 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 171 | 45 | 171 | 94 | 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. |
635 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 171 | 45 | 171 | 94 | 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. |
636 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 175 | 12 | 175 | 30 | 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 |
636 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 175 | 12 | 175 | 30 | 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 |
637 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 186 | 19 | 203 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
637 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 186 | 19 | 203 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
638 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 208 | 27 | 239 | 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 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 208 | 27 | 239 | 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 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 208 | 27 | 239 | 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. |
639 | /src/classes/Milestone1_Project_Trigger_Utility.cls | 208 | 27 | 239 | 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. |
640 | /src/classes/Milestone1_Schema_Helper.cls | 1 | 21 | 29 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
640 | /src/classes/Milestone1_Schema_Helper.cls | 1 | 21 | 29 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
641 | /src/classes/Milestone1_Schema_Helper.cls | 9 | 16 | 19 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
641 | /src/classes/Milestone1_Schema_Helper.cls | 9 | 16 | 19 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
642 | /src/classes/Milestone1_Schema_Helper.cls | 9 | 16 | 19 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
642 | /src/classes/Milestone1_Schema_Helper.cls | 9 | 16 | 19 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
643 | /src/classes/Milestone1_Schema_Helper.cls | 26 | 16 | 28 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
643 | /src/classes/Milestone1_Schema_Helper.cls | 26 | 16 | 28 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
644 | /src/classes/Milestone1_Schema_Helper.cls | 26 | 16 | 28 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
644 | /src/classes/Milestone1_Schema_Helper.cls | 26 | 16 | 28 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
645 | /src/classes/Milestone1_Schema_Helper_Tst.cls | 3 | 20 | 13 | 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. |
645 | /src/classes/Milestone1_Schema_Helper_Tst.cls | 3 | 20 | 13 | 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. |
646 | /src/classes/Milestone1_Schema_Helper_Tst.cls | 15 | 20 | 17 | 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. |
646 | /src/classes/Milestone1_Schema_Helper_Tst.cls | 15 | 20 | 17 | 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. |
647 | /src/classes/Milestone1_Security_Utility.cls | 9 | 21 | 86 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
647 | /src/classes/Milestone1_Security_Utility.cls | 9 | 21 | 86 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
648 | /src/classes/Milestone1_Security_Utility.cls | 11 | 19 | 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 |
648 | /src/classes/Milestone1_Security_Utility.cls | 11 | 19 | 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 |
649 | /src/classes/Milestone1_Security_Utility.cls | 13 | 13 | 13 | 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 |
649 | /src/classes/Milestone1_Security_Utility.cls | 13 | 13 | 13 | 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 |
650 | /src/classes/Milestone1_Security_Utility.cls | 13 | 13 | 13 | 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. |
650 | /src/classes/Milestone1_Security_Utility.cls | 13 | 13 | 13 | 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. |
651 | /src/classes/Milestone1_Security_Utility.cls | 18 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
651 | /src/classes/Milestone1_Security_Utility.cls | 18 | 19 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
652 | /src/classes/Milestone1_Security_Utility.cls | 20 | 13 | 20 | 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 |
652 | /src/classes/Milestone1_Security_Utility.cls | 20 | 13 | 20 | 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 |
653 | /src/classes/Milestone1_Security_Utility.cls | 20 | 13 | 20 | 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. |
653 | /src/classes/Milestone1_Security_Utility.cls | 20 | 13 | 20 | 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. |
654 | /src/classes/Milestone1_Security_Utility.cls | 25 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
654 | /src/classes/Milestone1_Security_Utility.cls | 25 | 19 | 33 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
655 | /src/classes/Milestone1_Security_Utility.cls | 30 | 13 | 30 | 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 |
655 | /src/classes/Milestone1_Security_Utility.cls | 30 | 13 | 30 | 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 |
656 | /src/classes/Milestone1_Security_Utility.cls | 30 | 13 | 30 | 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. |
656 | /src/classes/Milestone1_Security_Utility.cls | 30 | 13 | 30 | 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. |
657 | /src/classes/Milestone1_Security_Utility.cls | 35 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
657 | /src/classes/Milestone1_Security_Utility.cls | 35 | 19 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
658 | /src/classes/Milestone1_Security_Utility.cls | 42 | 19 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
658 | /src/classes/Milestone1_Security_Utility.cls | 42 | 19 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
659 | /src/classes/Milestone1_Security_Utility.cls | 59 | 19 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
659 | /src/classes/Milestone1_Security_Utility.cls | 59 | 19 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
660 | /src/classes/Milestone1_Security_Utility.cls | 60 | 21 | 60 | 87 | 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 |
660 | /src/classes/Milestone1_Security_Utility.cls | 60 | 21 | 60 | 87 | 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 |
661 | /src/classes/Milestone1_Security_Utility.cls | 68 | 19 | 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 |
661 | /src/classes/Milestone1_Security_Utility.cls | 68 | 19 | 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 |
662 | /src/classes/Milestone1_Security_Utility.cls | 69 | 21 | 69 | 76 | 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 |
662 | /src/classes/Milestone1_Security_Utility.cls | 69 | 21 | 69 | 76 | 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 |
663 | /src/classes/Milestone1_Security_Utility.cls | 77 | 19 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
663 | /src/classes/Milestone1_Security_Utility.cls | 77 | 19 | 84 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
664 | /src/classes/Milestone1_Security_Utility.cls | 78 | 21 | 78 | 88 | 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 |
664 | /src/classes/Milestone1_Security_Utility.cls | 78 | 21 | 78 | 88 | 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 |
665 | /src/classes/Milestone1_Security_Utility_Test.cls | 10 | 8 | 117 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
665 | /src/classes/Milestone1_Security_Utility_Test.cls | 10 | 8 | 117 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
666 | /src/classes/Milestone1_Security_Utility_Test.cls | 18 | 3 | 18 | 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. |
666 | /src/classes/Milestone1_Security_Utility_Test.cls | 18 | 3 | 18 | 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. |
667 | /src/classes/Milestone1_Security_Utility_Test.cls | 27 | 3 | 27 | 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. |
667 | /src/classes/Milestone1_Security_Utility_Test.cls | 27 | 3 | 27 | 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. |
668 | /src/classes/Milestone1_Security_Utility_Test.cls | 36 | 3 | 36 | 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. |
668 | /src/classes/Milestone1_Security_Utility_Test.cls | 36 | 3 | 36 | 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. |
669 | /src/classes/Milestone1_Security_Utility_Test.cls | 49 | 24 | 49 | 57 | 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. |
669 | /src/classes/Milestone1_Security_Utility_Test.cls | 49 | 24 | 49 | 57 | 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. |
670 | /src/classes/Milestone1_Security_Utility_Test.cls | 53 | 13 | 53 | 44 | 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. |
670 | /src/classes/Milestone1_Security_Utility_Test.cls | 53 | 13 | 53 | 44 | 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. |
671 | /src/classes/Milestone1_Security_Utility_Test.cls | 62 | 13 | 62 | 44 | 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. |
671 | /src/classes/Milestone1_Security_Utility_Test.cls | 62 | 13 | 62 | 44 | 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. |
672 | /src/classes/Milestone1_Security_Utility_Test.cls | 76 | 24 | 76 | 57 | 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. |
672 | /src/classes/Milestone1_Security_Utility_Test.cls | 76 | 24 | 76 | 57 | 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. |
673 | /src/classes/Milestone1_Security_Utility_Test.cls | 80 | 13 | 80 | 45 | 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. |
673 | /src/classes/Milestone1_Security_Utility_Test.cls | 80 | 13 | 80 | 45 | 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. |
674 | /src/classes/Milestone1_Security_Utility_Test.cls | 89 | 13 | 89 | 45 | 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. |
674 | /src/classes/Milestone1_Security_Utility_Test.cls | 89 | 13 | 89 | 45 | 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. |
675 | /src/classes/Milestone1_Security_Utility_Test.cls | 99 | 17 | 99 | 47 | 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. |
675 | /src/classes/Milestone1_Security_Utility_Test.cls | 99 | 17 | 99 | 47 | 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. |
676 | /src/classes/Milestone1_Security_Utility_Test.cls | 101 | 10 | 101 | 34 | 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. |
676 | /src/classes/Milestone1_Security_Utility_Test.cls | 101 | 10 | 101 | 34 | 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. |
677 | /src/classes/Milestone1_Security_Utility_Test.cls | 111 | 17 | 111 | 47 | 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. |
677 | /src/classes/Milestone1_Security_Utility_Test.cls | 111 | 17 | 111 | 47 | 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. |
678 | /src/classes/Milestone1_Security_Utility_Test.cls | 113 | 10 | 113 | 35 | 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. |
678 | /src/classes/Milestone1_Security_Utility_Test.cls | 113 | 10 | 113 | 35 | 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. |
679 | /src/classes/Milestone1_Summary2.cls | 29 | 21 | 382 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
679 | /src/classes/Milestone1_Summary2.cls | 29 | 21 | 382 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
680 | /src/classes/Milestone1_Summary2.cls | 29 | 21 | 382 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class Milestone1_Summary2 has 27 public methods, attributes, and properties (limit: 20) |
680 | /src/classes/Milestone1_Summary2.cls | 29 | 21 | 382 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class Milestone1_Summary2 has 27 public methods, attributes, and properties (limit: 20) |
681 | /src/classes/Milestone1_Summary2.cls | 29 | 21 | 382 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
681 | /src/classes/Milestone1_Summary2.cls | 29 | 21 | 382 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
682 | /src/classes/Milestone1_Summary2.cls | 31 | 12 | 31 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
682 | /src/classes/Milestone1_Summary2.cls | 31 | 12 | 31 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
683 | /src/classes/Milestone1_Summary2.cls | 33 | 12 | 33 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
683 | /src/classes/Milestone1_Summary2.cls | 33 | 12 | 33 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
684 | /src/classes/Milestone1_Summary2.cls | 34 | 12 | 34 | 74 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
684 | /src/classes/Milestone1_Summary2.cls | 34 | 12 | 34 | 74 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
685 | /src/classes/Milestone1_Summary2.cls | 35 | 12 | 35 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
685 | /src/classes/Milestone1_Summary2.cls | 35 | 12 | 35 | 78 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
686 | /src/classes/Milestone1_Summary2.cls | 36 | 12 | 36 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
686 | /src/classes/Milestone1_Summary2.cls | 36 | 12 | 36 | 68 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
687 | /src/classes/Milestone1_Summary2.cls | 37 | 12 | 37 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
687 | /src/classes/Milestone1_Summary2.cls | 37 | 12 | 37 | 66 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
688 | /src/classes/Milestone1_Summary2.cls | 38 | 12 | 38 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
688 | /src/classes/Milestone1_Summary2.cls | 38 | 12 | 38 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
689 | /src/classes/Milestone1_Summary2.cls | 39 | 12 | 39 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
689 | /src/classes/Milestone1_Summary2.cls | 39 | 12 | 39 | 54 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
690 | /src/classes/Milestone1_Summary2.cls | 41 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
690 | /src/classes/Milestone1_Summary2.cls | 41 | 12 | 45 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
691 | /src/classes/Milestone1_Summary2.cls | 47 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
691 | /src/classes/Milestone1_Summary2.cls | 47 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
692 | /src/classes/Milestone1_Summary2.cls | 53 | 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 |
692 | /src/classes/Milestone1_Summary2.cls | 53 | 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 |
693 | /src/classes/Milestone1_Summary2.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 |
693 | /src/classes/Milestone1_Summary2.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 |
694 | /src/classes/Milestone1_Summary2.cls | 65 | 12 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
694 | /src/classes/Milestone1_Summary2.cls | 65 | 12 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
695 | /src/classes/Milestone1_Summary2.cls | 71 | 12 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
695 | /src/classes/Milestone1_Summary2.cls | 71 | 12 | 76 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
696 | /src/classes/Milestone1_Summary2.cls | 78 | 12 | 110 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
696 | /src/classes/Milestone1_Summary2.cls | 78 | 12 | 110 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
697 | /src/classes/Milestone1_Summary2.cls | 89 | 48 | 89 | 106 | 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 'F' doesn't match '[a-z][a-zA-Z0-9]*' |
697 | /src/classes/Milestone1_Summary2.cls | 89 | 48 | 89 | 106 | 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 'F' doesn't match '[a-z][a-zA-Z0-9]*' |
698 | /src/classes/Milestone1_Summary2.cls | 114 | 35 | 114 | 82 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'settings' should be before method declarations in its class |
698 | /src/classes/Milestone1_Summary2.cls | 114 | 35 | 114 | 82 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'settings' should be before method declarations in its class |
699 | /src/classes/Milestone1_Summary2.cls | 116 | 12 | 130 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
699 | /src/classes/Milestone1_Summary2.cls | 116 | 12 | 130 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
700 | /src/classes/Milestone1_Summary2.cls | 121 | 58 | 121 | 141 | 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 |
700 | /src/classes/Milestone1_Summary2.cls | 121 | 58 | 121 | 141 | 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 |
701 | /src/classes/Milestone1_Summary2.cls | 122 | 62 | 122 | 148 | 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 |
701 | /src/classes/Milestone1_Summary2.cls | 122 | 62 | 122 | 148 | 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 |
702 | /src/classes/Milestone1_Summary2.cls | 123 | 52 | 123 | 134 | 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 |
702 | /src/classes/Milestone1_Summary2.cls | 123 | 52 | 123 | 134 | 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 |
703 | /src/classes/Milestone1_Summary2.cls | 133 | 12 | 160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
703 | /src/classes/Milestone1_Summary2.cls | 133 | 12 | 160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
704 | /src/classes/Milestone1_Summary2.cls | 173 | 12 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
704 | /src/classes/Milestone1_Summary2.cls | 173 | 12 | 179 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
705 | /src/classes/Milestone1_Summary2.cls | 182 | 11 | 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 |
705 | /src/classes/Milestone1_Summary2.cls | 182 | 11 | 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 |
706 | /src/classes/Milestone1_Summary2.cls | 202 | 12 | 209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
706 | /src/classes/Milestone1_Summary2.cls | 202 | 12 | 209 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
707 | /src/classes/Milestone1_Summary2.cls | 212 | 12 | 219 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
707 | /src/classes/Milestone1_Summary2.cls | 212 | 12 | 219 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
708 | /src/classes/Milestone1_Summary2.cls | 222 | 12 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
708 | /src/classes/Milestone1_Summary2.cls | 222 | 12 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
709 | /src/classes/Milestone1_Summary2.cls | 231 | 12 | 245 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
709 | /src/classes/Milestone1_Summary2.cls | 231 | 12 | 245 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
710 | /src/classes/Milestone1_Summary2.cls | 248 | 12 | 251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
710 | /src/classes/Milestone1_Summary2.cls | 248 | 12 | 251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
711 | /src/classes/Milestone1_Summary2.cls | 254 | 12 | 257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
711 | /src/classes/Milestone1_Summary2.cls | 254 | 12 | 257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
712 | /src/classes/Milestone1_Summary2.cls | 261 | 12 | 264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
712 | /src/classes/Milestone1_Summary2.cls | 261 | 12 | 264 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
713 | /src/classes/Milestone1_Summary2.cls | 314 | 16 | 314 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
713 | /src/classes/Milestone1_Summary2.cls | 314 | 16 | 314 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
714 | /src/classes/Milestone1_Summary2.cls | 315 | 16 | 315 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
714 | /src/classes/Milestone1_Summary2.cls | 315 | 16 | 315 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
715 | /src/classes/Milestone1_Summary2.cls | 318 | 23 | 380 | 6 | 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. |
715 | /src/classes/Milestone1_Summary2.cls | 318 | 23 | 380 | 6 | 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. |
716 | /src/classes/Milestone1_Summary2.cls | 334 | 17 | 334 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'i' defined but not used |
716 | /src/classes/Milestone1_Summary2.cls | 334 | 17 | 334 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'i' defined but not used |
717 | /src/classes/Milestone1_TaskTableController.cls | 9 | 21 | 130 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
717 | /src/classes/Milestone1_TaskTableController.cls | 9 | 21 | 130 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
718 | /src/classes/Milestone1_TaskTableController.cls | 12 | 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 comment |
718 | /src/classes/Milestone1_TaskTableController.cls | 12 | 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 comment |
719 | /src/classes/Milestone1_TaskTableController.cls | 15 | 27 | 15 | 71 | 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. |
719 | /src/classes/Milestone1_TaskTableController.cls | 15 | 27 | 15 | 71 | 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. |
720 | /src/classes/Milestone1_TaskTableController.cls | 17 | 27 | 17 | 76 | 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. |
720 | /src/classes/Milestone1_TaskTableController.cls | 17 | 27 | 17 | 76 | 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. |
721 | /src/classes/Milestone1_TaskTableController.cls | 19 | 27 | 19 | 74 | 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. |
721 | /src/classes/Milestone1_TaskTableController.cls | 19 | 27 | 19 | 74 | 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. |
722 | /src/classes/Milestone1_TaskTableController.cls | 33 | 18 | 44 | 26 | 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 |
722 | /src/classes/Milestone1_TaskTableController.cls | 33 | 18 | 44 | 26 | 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 |
723 | /src/classes/Milestone1_TaskTableController.cls | 53 | 19 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
723 | /src/classes/Milestone1_TaskTableController.cls | 53 | 19 | 89 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
724 | /src/classes/Milestone1_TaskTableController.cls | 57 | 27 | 57 | 71 | 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. |
724 | /src/classes/Milestone1_TaskTableController.cls | 57 | 27 | 57 | 71 | 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. |
725 | /src/classes/Milestone1_TaskTableController.cls | 59 | 27 | 59 | 76 | 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. |
725 | /src/classes/Milestone1_TaskTableController.cls | 59 | 27 | 59 | 76 | 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. |
726 | /src/classes/Milestone1_TaskTableController.cls | 61 | 27 | 61 | 74 | 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. |
726 | /src/classes/Milestone1_TaskTableController.cls | 61 | 27 | 61 | 74 | 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. |
727 | /src/classes/Milestone1_TaskTableController.cls | 76 | 18 | 85 | 26 | 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 |
727 | /src/classes/Milestone1_TaskTableController.cls | 76 | 18 | 85 | 26 | 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 |
728 | /src/classes/Milestone1_TaskTableController.cls | 92 | 19 | 128 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
728 | /src/classes/Milestone1_TaskTableController.cls | 92 | 19 | 128 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
729 | /src/classes/Milestone1_TaskTableController.cls | 96 | 27 | 96 | 71 | 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. |
729 | /src/classes/Milestone1_TaskTableController.cls | 96 | 27 | 96 | 71 | 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. |
730 | /src/classes/Milestone1_TaskTableController.cls | 98 | 27 | 98 | 76 | 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. |
730 | /src/classes/Milestone1_TaskTableController.cls | 98 | 27 | 98 | 76 | 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. |
731 | /src/classes/Milestone1_TaskTableController.cls | 100 | 27 | 100 | 74 | 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. |
731 | /src/classes/Milestone1_TaskTableController.cls | 100 | 27 | 100 | 74 | 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. |
732 | /src/classes/Milestone1_TaskTableController.cls | 114 | 18 | 124 | 26 | 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 |
732 | /src/classes/Milestone1_TaskTableController.cls | 114 | 18 | 124 | 26 | 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 |
733 | /src/classes/Milestone1_TaskTableController_Test.cls | 10 | 9 | 61 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
733 | /src/classes/Milestone1_TaskTableController_Test.cls | 10 | 9 | 61 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
734 | /src/classes/Milestone1_TaskTableController_Test.cls | 46 | 9 | 46 | 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 |
734 | /src/classes/Milestone1_TaskTableController_Test.cls | 46 | 9 | 46 | 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 |
735 | /src/classes/Milestone1_TaskTableController_Test.cls | 46 | 9 | 46 | 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. |
735 | /src/classes/Milestone1_TaskTableController_Test.cls | 46 | 9 | 46 | 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. |
736 | /src/classes/Milestone1_TaskTableController_Test.cls | 47 | 9 | 47 | 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. |
736 | /src/classes/Milestone1_TaskTableController_Test.cls | 47 | 9 | 47 | 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. |
737 | /src/classes/Milestone1_TaskTableController_Test.cls | 50 | 9 | 50 | 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 |
737 | /src/classes/Milestone1_TaskTableController_Test.cls | 50 | 9 | 50 | 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 |
738 | /src/classes/Milestone1_TaskTableController_Test.cls | 50 | 9 | 50 | 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. |
738 | /src/classes/Milestone1_TaskTableController_Test.cls | 50 | 9 | 50 | 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. |
739 | /src/classes/Milestone1_TaskTableController_Test.cls | 51 | 9 | 51 | 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. |
739 | /src/classes/Milestone1_TaskTableController_Test.cls | 51 | 9 | 51 | 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. |
740 | /src/classes/Milestone1_TaskTableController_Test.cls | 54 | 9 | 54 | 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 |
740 | /src/classes/Milestone1_TaskTableController_Test.cls | 54 | 9 | 54 | 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 |
741 | /src/classes/Milestone1_TaskTableController_Test.cls | 54 | 9 | 54 | 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. |
741 | /src/classes/Milestone1_TaskTableController_Test.cls | 54 | 9 | 54 | 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. |
742 | /src/classes/Milestone1_TaskTableController_Test.cls | 55 | 9 | 55 | 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. |
742 | /src/classes/Milestone1_TaskTableController_Test.cls | 55 | 9 | 55 | 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. |
743 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 40 | 23 | 77 | 6 | 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. |
743 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 40 | 23 | 77 | 6 | 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. |
744 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 43 | 13 | 43 | 20 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
744 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 43 | 13 | 43 | 20 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
745 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 43 | 13 | 43 | 20 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
745 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 43 | 13 | 43 | 20 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
746 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 74 | 10 | 74 | 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. |
746 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 74 | 10 | 74 | 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. |
747 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 79 | 23 | 114 | 6 | 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. |
747 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 79 | 23 | 114 | 6 | 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. |
748 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 82 | 13 | 82 | 20 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
748 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 82 | 13 | 82 | 20 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
749 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 82 | 13 | 82 | 20 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
749 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 82 | 13 | 82 | 20 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
750 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 87 | 14 | 87 | 62 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'userObj' defined but not used |
750 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 87 | 14 | 87 | 62 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'userObj' defined but not used |
751 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 111 | 9 | 111 | 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. |
751 | /src/classes/Milestone1_Task_Chatter_Tst.cls | 111 | 9 | 111 | 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. |
752 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 8 | 316 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
752 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 8 | 316 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
753 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 1 | 29 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
753 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 1 | 29 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
754 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 8 | 316 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_Task_Trigger_Utility' has a total cognitive complexity of 93 (highest 30), current threshold is 50 |
754 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 8 | 316 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_Task_Trigger_Utility' has a total cognitive complexity of 93 (highest 30), current threshold is 50 |
755 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 8 | 316 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_Task_Trigger_Utility' has a total cyclomatic complexity of 59 (highest 20). |
755 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 8 | 316 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_Task_Trigger_Utility' has a total cyclomatic complexity of 59 (highest 20). |
756 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 8 | 316 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Task_Trigger_Utility' has a Standard Cyclomatic Complexity of 7 (Highest = 13). |
756 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 29 | 8 | 316 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Task_Trigger_Utility' has a Standard Cyclomatic Complexity of 7 (Highest = 13). |
757 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 31 | 42 | 31 | 137 | 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 'entitySubscriptionType' doesn't match '[A-Z][A-Z0-9_]*' |
757 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 31 | 42 | 31 | 137 | 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 'entitySubscriptionType' doesn't match '[A-Z][A-Z0-9_]*' |
758 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
758 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
759 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'handleTaskAfterTrigger(List |
759 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'handleTaskAfterTrigger(List |
760 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'handleTaskAfterTrigger(List |
760 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'handleTaskAfterTrigger(List |
761 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'handleTaskAfterTrigger()' has an NCSS line count of 48 (limit: 40) |
761 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'handleTaskAfterTrigger()' has an NCSS line count of 48 (limit: 40) |
762 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleTaskAfterTrigger' has a Standard Cyclomatic Complexity of 13. |
762 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 34 | 19 | 120 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleTaskAfterTrigger' has a Standard Cyclomatic Complexity of 13. |
763 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 45 | 11 | 45 | 43 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
763 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 45 | 11 | 45 | 43 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
764 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 75 | 21 | 81 | 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 |
764 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 75 | 21 | 81 | 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 |
765 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 92 | 17 | 92 | 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 |
765 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 92 | 17 | 92 | 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 |
766 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 92 | 17 | 92 | 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. |
766 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 92 | 17 | 92 | 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. |
767 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 104 | 12 | 113 | 10 | 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. |
767 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 104 | 12 | 113 | 10 | 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. |
768 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 104 | 9 | 117 | 10 | pmd | EmptyTryOrFinallyBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptytryorfinallyblock | Avoid empty try or finally blocks |
768 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 104 | 9 | 117 | 10 | pmd | EmptyTryOrFinallyBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptytryorfinallyblock | Avoid empty try or finally blocks |
769 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 127 | 19 | 154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
769 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 127 | 19 | 154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
770 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 127 | 19 | 154 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkSuccessorDependencies(Map |
770 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 127 | 19 | 154 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'checkSuccessorDependencies(Map |
771 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 127 | 19 | 154 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkSuccessorDependencies(Map |
771 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 127 | 19 | 154 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'checkSuccessorDependencies(Map |
772 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 129 | 43 | 129 | 204 | 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 |
772 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 129 | 43 | 129 | 204 | 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 |
773 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 156 | 19 | 171 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
773 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 156 | 19 | 171 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
774 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 173 | 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 |
774 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 173 | 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 |
775 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 190 | 19 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
775 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 190 | 19 | 229 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
776 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 190 | 19 | 229 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'handleTaskBeforeTrigger(List |
776 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 190 | 19 | 229 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'handleTaskBeforeTrigger(List |
777 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 190 | 19 | 229 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'handleTaskBeforeTrigger(List |
777 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 190 | 19 | 229 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'handleTaskBeforeTrigger(List |
778 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 190 | 19 | 229 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleTaskBeforeTrigger' has a Standard Cyclomatic Complexity of 10. |
778 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 190 | 19 | 229 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'handleTaskBeforeTrigger' has a Standard Cyclomatic Complexity of 10. |
779 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 231 | 19 | 249 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
779 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 231 | 19 | 249 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
780 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 257 | 16 | 280 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
780 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 257 | 16 | 280 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
781 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 292 | 19 | 314 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
781 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 292 | 19 | 314 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
782 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 292 | 19 | 314 | 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 |
782 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 292 | 19 | 314 | 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 |
783 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 295 | 20 | 295 | 51 | 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 'obj_share' doesn't match '[a-z][a-zA-Z0-9]*' |
783 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 295 | 20 | 295 | 51 | 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 'obj_share' doesn't match '[a-z][a-zA-Z0-9]*' |
784 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 309 | 35 | 309 | 43 | 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 |
784 | /src/classes/Milestone1_Task_Trigger_Utility.cls | 309 | 35 | 309 | 43 | 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 |
785 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 34 | 9 | 71 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
785 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 34 | 9 | 71 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
786 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 39 | 23 | 70 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
786 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 39 | 23 | 70 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
787 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 39 | 23 | 70 | 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. |
787 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 39 | 23 | 70 | 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. |
788 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 57 | 5 | 57 | 18 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
788 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 57 | 5 | 57 | 18 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
789 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 61 | 6 | 61 | 25 | 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. |
789 | /src/classes/Milestone1_Task_Trigger_Utility_Test.cls | 61 | 6 | 61 | 25 | 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. |
790 | /src/classes/Milestone1_Test_Clone.cls | 32 | 23 | 108 | 6 | 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. |
790 | /src/classes/Milestone1_Test_Clone.cls | 32 | 23 | 108 | 6 | 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. |
791 | /src/classes/Milestone1_Test_Clone.cls | 33 | 23 | 33 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
791 | /src/classes/Milestone1_Test_Clone.cls | 33 | 23 | 33 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
792 | /src/classes/Milestone1_Test_Clone.cls | 34 | 23 | 34 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
792 | /src/classes/Milestone1_Test_Clone.cls | 34 | 23 | 34 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
793 | /src/classes/Milestone1_Test_Clone.cls | 88 | 9 | 88 | 47 | 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. |
793 | /src/classes/Milestone1_Test_Clone.cls | 88 | 9 | 88 | 47 | 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. |
794 | /src/classes/Milestone1_Test_Clone.cls | 110 | 23 | 158 | 6 | 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() |
794 | /src/classes/Milestone1_Test_Clone.cls | 110 | 23 | 158 | 6 | 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() |
795 | /src/classes/Milestone1_Test_Clone.cls | 110 | 23 | 158 | 6 | 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. |
795 | /src/classes/Milestone1_Test_Clone.cls | 110 | 23 | 158 | 6 | 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. |
796 | /src/classes/Milestone1_Test_Clone.cls | 111 | 23 | 111 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /src/classes/Milestone1_Test_Clone.cls | 111 | 23 | 111 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
797 | /src/classes/Milestone1_Test_Clone.cls | 160 | 24 | 229 | 6 | 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. |
797 | /src/classes/Milestone1_Test_Clone.cls | 160 | 24 | 229 | 6 | 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. |
798 | /src/classes/Milestone1_Test_Clone.cls | 161 | 23 | 161 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
798 | /src/classes/Milestone1_Test_Clone.cls | 161 | 23 | 161 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /src/classes/Milestone1_Test_Clone.cls | 162 | 23 | 162 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /src/classes/Milestone1_Test_Clone.cls | 162 | 23 | 162 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
800 | /src/classes/Milestone1_Test_Clone.cls | 205 | 9 | 205 | 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. |
800 | /src/classes/Milestone1_Test_Clone.cls | 205 | 9 | 205 | 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. |
801 | /src/classes/Milestone1_Test_Clone.cls | 206 | 9 | 206 | 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. |
801 | /src/classes/Milestone1_Test_Clone.cls | 206 | 9 | 206 | 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. |
802 | /src/classes/Milestone1_Test_Clone.cls | 215 | 9 | 215 | 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. |
802 | /src/classes/Milestone1_Test_Clone.cls | 215 | 9 | 215 | 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. |
803 | /src/classes/Milestone1_Test_Clone.cls | 232 | 23 | 276 | 6 | 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. |
803 | /src/classes/Milestone1_Test_Clone.cls | 232 | 23 | 276 | 6 | 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. |
804 | /src/classes/Milestone1_Test_Clone.cls | 233 | 23 | 233 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
804 | /src/classes/Milestone1_Test_Clone.cls | 233 | 23 | 233 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
805 | /src/classes/Milestone1_Test_Clone.cls | 262 | 9 | 262 | 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. |
805 | /src/classes/Milestone1_Test_Clone.cls | 262 | 9 | 262 | 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. |
806 | /src/classes/Milestone1_Test_Clone.cls | 263 | 9 | 263 | 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. |
806 | /src/classes/Milestone1_Test_Clone.cls | 263 | 9 | 263 | 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. |
807 | /src/classes/Milestone1_Test_Clone.cls | 280 | 23 | 312 | 6 | 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. |
807 | /src/classes/Milestone1_Test_Clone.cls | 280 | 23 | 312 | 6 | 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. |
808 | /src/classes/Milestone1_Test_Clone.cls | 308 | 17 | 308 | 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. |
808 | /src/classes/Milestone1_Test_Clone.cls | 308 | 17 | 308 | 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. |
809 | /src/classes/Milestone1_Test_Clone.cls | 309 | 17 | 309 | 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. |
809 | /src/classes/Milestone1_Test_Clone.cls | 309 | 17 | 309 | 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. |
810 | /src/classes/Milestone1_Test_Clone.cls | 310 | 17 | 310 | 58 | 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. |
810 | /src/classes/Milestone1_Test_Clone.cls | 310 | 17 | 310 | 58 | 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. |
811 | /src/classes/Milestone1_Test_Clone.cls | 314 | 23 | 339 | 6 | 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. |
811 | /src/classes/Milestone1_Test_Clone.cls | 314 | 23 | 339 | 6 | 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. |
812 | /src/classes/Milestone1_Test_Clone.cls | 337 | 17 | 337 | 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. |
812 | /src/classes/Milestone1_Test_Clone.cls | 337 | 17 | 337 | 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. |
813 | /src/classes/Milestone1_Test_Clone.cls | 341 | 22 | 384 | 5 | 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. |
813 | /src/classes/Milestone1_Test_Clone.cls | 341 | 22 | 384 | 5 | 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. |
814 | /src/classes/Milestone1_Test_Clone.cls | 380 | 13 | 380 | 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. |
814 | /src/classes/Milestone1_Test_Clone.cls | 380 | 13 | 380 | 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. |
815 | /src/classes/Milestone1_Test_Clone.cls | 381 | 13 | 381 | 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. |
815 | /src/classes/Milestone1_Test_Clone.cls | 381 | 13 | 381 | 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. |
816 | /src/classes/Milestone1_Test_Clone.cls | 382 | 13 | 382 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
816 | /src/classes/Milestone1_Test_Clone.cls | 382 | 13 | 382 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
817 | /src/classes/Milestone1_Test_Clone.cls | 387 | 23 | 433 | 6 | 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. |
817 | /src/classes/Milestone1_Test_Clone.cls | 387 | 23 | 433 | 6 | 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. |
818 | /src/classes/Milestone1_Test_Clone.cls | 428 | 13 | 428 | 51 | 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. |
818 | /src/classes/Milestone1_Test_Clone.cls | 428 | 13 | 428 | 51 | 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. |
819 | /src/classes/Milestone1_Test_Clone.cls | 429 | 13 | 429 | 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. |
819 | /src/classes/Milestone1_Test_Clone.cls | 429 | 13 | 429 | 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. |
820 | /src/classes/Milestone1_Test_Clone.cls | 430 | 13 | 430 | 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. |
820 | /src/classes/Milestone1_Test_Clone.cls | 430 | 13 | 430 | 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. |
821 | /src/classes/Milestone1_Test_Clone.cls | 431 | 13 | 431 | 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. |
821 | /src/classes/Milestone1_Test_Clone.cls | 431 | 13 | 431 | 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. |
822 | /src/classes/Milestone1_Test_Clone.cls | 437 | 19 | 449 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
822 | /src/classes/Milestone1_Test_Clone.cls | 437 | 19 | 449 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
823 | /src/classes/Milestone1_Test_Clone.cls | 437 | 19 | 449 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
823 | /src/classes/Milestone1_Test_Clone.cls | 437 | 19 | 449 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
824 | /src/classes/Milestone1_Test_Clone.cls | 437 | 19 | 449 | 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 |
824 | /src/classes/Milestone1_Test_Clone.cls | 437 | 19 | 449 | 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 |
825 | /src/classes/Milestone1_Test_Clone.cls | 441 | 34 | 441 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
825 | /src/classes/Milestone1_Test_Clone.cls | 441 | 34 | 441 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
826 | /src/classes/Milestone1_Test_Clone.cls | 455 | 19 | 469 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
826 | /src/classes/Milestone1_Test_Clone.cls | 455 | 19 | 469 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
827 | /src/classes/Milestone1_Test_Clone.cls | 471 | 19 | 489 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
827 | /src/classes/Milestone1_Test_Clone.cls | 471 | 19 | 489 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
828 | /src/classes/Milestone1_Test_Field_Values.cls | 30 | 9 | 506 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_Test_Field_Values' has a total cognitive complexity of 120 (highest 120), current threshold is 50 |
828 | /src/classes/Milestone1_Test_Field_Values.cls | 30 | 9 | 506 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_Test_Field_Values' has a total cognitive complexity of 120 (highest 120), current threshold is 50 |
829 | /src/classes/Milestone1_Test_Field_Values.cls | 30 | 9 | 506 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_Test_Field_Values' has a total cyclomatic complexity of 61 (highest 61). |
829 | /src/classes/Milestone1_Test_Field_Values.cls | 30 | 9 | 506 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_Test_Field_Values' has a total cyclomatic complexity of 61 (highest 61). |
830 | /src/classes/Milestone1_Test_Field_Values.cls | 30 | 9 | 506 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Test_Field_Values' has a Standard Cyclomatic Complexity of 57 (Highest = 56). |
830 | /src/classes/Milestone1_Test_Field_Values.cls | 30 | 9 | 506 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_Test_Field_Values' has a Standard Cyclomatic Complexity of 57 (Highest = 56). |
831 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | 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. |
831 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | 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. |
832 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testFieldValues()' has a cognitive complexity of 120, current threshold is 15 |
832 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'testFieldValues()' has a cognitive complexity of 120, current threshold is 15 |
833 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testFieldValues()' has a cyclomatic complexity of 61. |
833 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'testFieldValues()' has a cyclomatic complexity of 61. |
834 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testFieldValues()' has an NCSS line count of 195 (limit: 40) |
834 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testFieldValues()' has an NCSS line count of 195 (limit: 40) |
835 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testFieldValues' has a Standard Cyclomatic Complexity of 56. |
835 | /src/classes/Milestone1_Test_Field_Values.cls | 32 | 23 | 505 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'testFieldValues' has a Standard Cyclomatic Complexity of 56. |
836 | /src/classes/Milestone1_Test_Field_Values.cls | 33 | 23 | 33 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /src/classes/Milestone1_Test_Field_Values.cls | 33 | 23 | 33 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /src/classes/Milestone1_Test_Field_Values.cls | 34 | 23 | 34 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /src/classes/Milestone1_Test_Field_Values.cls | 34 | 23 | 34 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
838 | /src/classes/Milestone1_Test_Field_Values.cls | 35 | 23 | 35 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TIMES' doesn't match '[a-z][a-zA-Z0-9]*' |
838 | /src/classes/Milestone1_Test_Field_Values.cls | 35 | 23 | 35 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TIMES' doesn't match '[a-z][a-zA-Z0-9]*' |
839 | /src/classes/Milestone1_Test_Field_Values.cls | 36 | 23 | 36 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_EXPENSES' doesn't match '[a-z][a-zA-Z0-9]*' |
839 | /src/classes/Milestone1_Test_Field_Values.cls | 36 | 23 | 36 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_EXPENSES' doesn't match '[a-z][a-zA-Z0-9]*' |
840 | /src/classes/Milestone1_Test_Field_Values.cls | 72 | 13 | 72 | 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. |
840 | /src/classes/Milestone1_Test_Field_Values.cls | 72 | 13 | 72 | 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. |
841 | /src/classes/Milestone1_Test_Field_Values.cls | 234 | 13 | 234 | 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. |
841 | /src/classes/Milestone1_Test_Field_Values.cls | 234 | 13 | 234 | 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. |
842 | /src/classes/Milestone1_Test_Field_Values.cls | 241 | 13 | 241 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
842 | /src/classes/Milestone1_Test_Field_Values.cls | 241 | 13 | 241 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
843 | /src/classes/Milestone1_Test_Field_Values.cls | 244 | 13 | 244 | 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. |
843 | /src/classes/Milestone1_Test_Field_Values.cls | 244 | 13 | 244 | 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. |
844 | /src/classes/Milestone1_Test_Field_Values.cls | 245 | 13 | 245 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
844 | /src/classes/Milestone1_Test_Field_Values.cls | 245 | 13 | 245 | 117 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
845 | /src/classes/Milestone1_Test_Field_Values.cls | 254 | 13 | 254 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
845 | /src/classes/Milestone1_Test_Field_Values.cls | 254 | 13 | 254 | 63 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
846 | /src/classes/Milestone1_Test_Field_Values.cls | 255 | 13 | 255 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
846 | /src/classes/Milestone1_Test_Field_Values.cls | 255 | 13 | 255 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
847 | /src/classes/Milestone1_Test_Field_Values.cls | 264 | 17 | 264 | 82 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
847 | /src/classes/Milestone1_Test_Field_Values.cls | 264 | 17 | 264 | 82 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
848 | /src/classes/Milestone1_Test_Field_Values.cls | 271 | 17 | 271 | 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. |
848 | /src/classes/Milestone1_Test_Field_Values.cls | 271 | 17 | 271 | 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. |
849 | /src/classes/Milestone1_Test_Field_Values.cls | 278 | 17 | 278 | 84 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
849 | /src/classes/Milestone1_Test_Field_Values.cls | 278 | 17 | 278 | 84 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
850 | /src/classes/Milestone1_Test_Field_Values.cls | 285 | 17 | 285 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
850 | /src/classes/Milestone1_Test_Field_Values.cls | 285 | 17 | 285 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
851 | /src/classes/Milestone1_Test_Field_Values.cls | 294 | 17 | 294 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
851 | /src/classes/Milestone1_Test_Field_Values.cls | 294 | 17 | 294 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
852 | /src/classes/Milestone1_Test_Field_Values.cls | 303 | 17 | 303 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
852 | /src/classes/Milestone1_Test_Field_Values.cls | 303 | 17 | 303 | 78 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
853 | /src/classes/Milestone1_Test_Field_Values.cls | 313 | 17 | 313 | 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. |
853 | /src/classes/Milestone1_Test_Field_Values.cls | 313 | 17 | 313 | 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. |
854 | /src/classes/Milestone1_Test_Field_Values.cls | 320 | 17 | 320 | 94 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
854 | /src/classes/Milestone1_Test_Field_Values.cls | 320 | 17 | 320 | 94 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
855 | /src/classes/Milestone1_Test_Field_Values.cls | 327 | 17 | 327 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
855 | /src/classes/Milestone1_Test_Field_Values.cls | 327 | 17 | 327 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
856 | /src/classes/Milestone1_Test_Field_Values.cls | 334 | 17 | 334 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
856 | /src/classes/Milestone1_Test_Field_Values.cls | 334 | 17 | 334 | 96 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
857 | /src/classes/Milestone1_Test_Field_Values.cls | 341 | 17 | 341 | 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. |
857 | /src/classes/Milestone1_Test_Field_Values.cls | 341 | 17 | 341 | 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. |
858 | /src/classes/Milestone1_Test_Field_Values.cls | 348 | 17 | 348 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
858 | /src/classes/Milestone1_Test_Field_Values.cls | 348 | 17 | 348 | 93 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
859 | /src/classes/Milestone1_Test_Field_Values.cls | 355 | 17 | 355 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
859 | /src/classes/Milestone1_Test_Field_Values.cls | 355 | 17 | 355 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
860 | /src/classes/Milestone1_Test_Field_Values.cls | 362 | 17 | 362 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
860 | /src/classes/Milestone1_Test_Field_Values.cls | 362 | 17 | 362 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
861 | /src/classes/Milestone1_Test_Field_Values.cls | 366 | 13 | 366 | 130 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
861 | /src/classes/Milestone1_Test_Field_Values.cls | 366 | 13 | 366 | 130 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
862 | /src/classes/Milestone1_Test_Field_Values.cls | 369 | 13 | 369 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
862 | /src/classes/Milestone1_Test_Field_Values.cls | 369 | 13 | 369 | 139 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
863 | /src/classes/Milestone1_Test_Field_Values.cls | 372 | 13 | 372 | 115 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
863 | /src/classes/Milestone1_Test_Field_Values.cls | 372 | 13 | 372 | 115 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
864 | /src/classes/Milestone1_Test_Field_Values.cls | 375 | 13 | 375 | 136 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
864 | /src/classes/Milestone1_Test_Field_Values.cls | 375 | 13 | 375 | 136 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
865 | /src/classes/Milestone1_Test_Field_Values.cls | 378 | 13 | 378 | 145 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
865 | /src/classes/Milestone1_Test_Field_Values.cls | 378 | 13 | 378 | 145 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
866 | /src/classes/Milestone1_Test_Field_Values.cls | 381 | 13 | 381 | 121 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
866 | /src/classes/Milestone1_Test_Field_Values.cls | 381 | 13 | 381 | 121 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
867 | /src/classes/Milestone1_Test_Field_Values.cls | 384 | 13 | 384 | 119 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
867 | /src/classes/Milestone1_Test_Field_Values.cls | 384 | 13 | 384 | 119 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
868 | /src/classes/Milestone1_Test_Field_Values.cls | 387 | 13 | 387 | 125 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
868 | /src/classes/Milestone1_Test_Field_Values.cls | 387 | 13 | 387 | 125 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
869 | /src/classes/Milestone1_Test_Field_Values.cls | 390 | 13 | 390 | 120 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
869 | /src/classes/Milestone1_Test_Field_Values.cls | 390 | 13 | 390 | 120 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
870 | /src/classes/Milestone1_Test_Field_Values.cls | 393 | 13 | 393 | 120 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
870 | /src/classes/Milestone1_Test_Field_Values.cls | 393 | 13 | 393 | 120 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
871 | /src/classes/Milestone1_Test_Field_Values.cls | 404 | 9 | 404 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
871 | /src/classes/Milestone1_Test_Field_Values.cls | 404 | 9 | 404 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
872 | /src/classes/Milestone1_Test_Field_Values.cls | 413 | 9 | 413 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
872 | /src/classes/Milestone1_Test_Field_Values.cls | 413 | 9 | 413 | 73 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
873 | /src/classes/Milestone1_Test_Field_Values.cls | 422 | 9 | 422 | 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. |
873 | /src/classes/Milestone1_Test_Field_Values.cls | 422 | 9 | 422 | 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. |
874 | /src/classes/Milestone1_Test_Field_Values.cls | 431 | 9 | 431 | 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. |
874 | /src/classes/Milestone1_Test_Field_Values.cls | 431 | 9 | 431 | 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. |
875 | /src/classes/Milestone1_Test_Field_Values.cls | 440 | 9 | 440 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
875 | /src/classes/Milestone1_Test_Field_Values.cls | 440 | 9 | 440 | 87 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
876 | /src/classes/Milestone1_Test_Field_Values.cls | 449 | 9 | 449 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
876 | /src/classes/Milestone1_Test_Field_Values.cls | 449 | 9 | 449 | 89 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
877 | /src/classes/Milestone1_Test_Field_Values.cls | 462 | 9 | 462 | 84 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
877 | /src/classes/Milestone1_Test_Field_Values.cls | 462 | 9 | 462 | 84 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
878 | /src/classes/Milestone1_Test_Field_Values.cls | 463 | 9 | 463 | 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. |
878 | /src/classes/Milestone1_Test_Field_Values.cls | 463 | 9 | 463 | 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. |
879 | /src/classes/Milestone1_Test_Field_Values.cls | 466 | 9 | 466 | 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. |
879 | /src/classes/Milestone1_Test_Field_Values.cls | 466 | 9 | 466 | 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. |
880 | /src/classes/Milestone1_Test_Field_Values.cls | 469 | 9 | 469 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
880 | /src/classes/Milestone1_Test_Field_Values.cls | 469 | 9 | 469 | 81 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
881 | /src/classes/Milestone1_Test_Field_Values.cls | 472 | 3 | 472 | 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. |
881 | /src/classes/Milestone1_Test_Field_Values.cls | 472 | 3 | 472 | 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. |
882 | /src/classes/Milestone1_Test_Field_Values.cls | 485 | 21 | 489 | 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 |
882 | /src/classes/Milestone1_Test_Field_Values.cls | 485 | 21 | 489 | 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 |
883 | /src/classes/Milestone1_Test_Field_Values.cls | 487 | 28 | 489 | 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 |
883 | /src/classes/Milestone1_Test_Field_Values.cls | 487 | 28 | 489 | 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 |
884 | /src/classes/Milestone1_Test_Field_Values.cls | 493 | 9 | 493 | 88 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
884 | /src/classes/Milestone1_Test_Field_Values.cls | 493 | 9 | 493 | 88 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
885 | /src/classes/Milestone1_Test_Field_Values.cls | 494 | 9 | 494 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
885 | /src/classes/Milestone1_Test_Field_Values.cls | 494 | 9 | 494 | 90 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
886 | /src/classes/Milestone1_Test_Field_Values.cls | 500 | 9 | 500 | 97 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
886 | /src/classes/Milestone1_Test_Field_Values.cls | 500 | 9 | 500 | 97 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
887 | /src/classes/Milestone1_Test_Field_Values.cls | 501 | 9 | 501 | 107 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
887 | /src/classes/Milestone1_Test_Field_Values.cls | 501 | 9 | 501 | 107 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertEquals' should have 3 parameters. |
888 | /src/classes/Milestone1_Test_Import_Export.cls | 32 | 23 | 124 | 6 | 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() |
888 | /src/classes/Milestone1_Test_Import_Export.cls | 32 | 23 | 124 | 6 | 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() |
889 | /src/classes/Milestone1_Test_Import_Export.cls | 32 | 23 | 124 | 6 | 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. |
889 | /src/classes/Milestone1_Test_Import_Export.cls | 32 | 23 | 124 | 6 | 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. |
890 | /src/classes/Milestone1_Test_Import_Export.cls | 33 | 24 | 33 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
890 | /src/classes/Milestone1_Test_Import_Export.cls | 33 | 24 | 33 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
891 | /src/classes/Milestone1_Test_Import_Export.cls | 34 | 23 | 34 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
891 | /src/classes/Milestone1_Test_Import_Export.cls | 34 | 23 | 34 | 42 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
892 | /src/classes/Milestone1_Test_Import_Export.cls | 35 | 23 | 35 | 57 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_SUCCESSOR_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
892 | /src/classes/Milestone1_Test_Import_Export.cls | 35 | 23 | 35 | 57 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_SUCCESSOR_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
893 | /src/classes/Milestone1_Test_Import_Export.cls | 36 | 23 | 36 | 52 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_SUCCESSOR_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
893 | /src/classes/Milestone1_Test_Import_Export.cls | 36 | 23 | 36 | 52 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_SUCCESSOR_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
894 | /src/classes/Milestone1_Test_Import_Export.cls | 129 | 20 | 146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
894 | /src/classes/Milestone1_Test_Import_Export.cls | 129 | 20 | 146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
895 | /src/classes/Milestone1_Test_Import_Export.cls | 129 | 20 | 146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
895 | /src/classes/Milestone1_Test_Import_Export.cls | 129 | 20 | 146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
896 | /src/classes/Milestone1_Test_Import_Export.cls | 129 | 20 | 146 | 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 |
896 | /src/classes/Milestone1_Test_Import_Export.cls | 129 | 20 | 146 | 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 |
897 | /src/classes/Milestone1_Test_Import_Export.cls | 133 | 9 | 133 | 39 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
897 | /src/classes/Milestone1_Test_Import_Export.cls | 133 | 9 | 133 | 39 | pmd | OneDeclarationPerLine | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline | Use one statement for each line, it enhances code readability. |
898 | /src/classes/Milestone1_Test_Import_Export.cls | 153 | 20 | 160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
898 | /src/classes/Milestone1_Test_Import_Export.cls | 153 | 20 | 160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
899 | /src/classes/Milestone1_Test_Import_Export.cls | 153 | 20 | 160 | 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 |
899 | /src/classes/Milestone1_Test_Import_Export.cls | 153 | 20 | 160 | 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 |
900 | /src/classes/Milestone1_Test_Import_Export.cls | 165 | 20 | 174 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
900 | /src/classes/Milestone1_Test_Import_Export.cls | 165 | 20 | 174 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
901 | /src/classes/Milestone1_Test_Import_Export.cls | 165 | 20 | 174 | 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 |
901 | /src/classes/Milestone1_Test_Import_Export.cls | 165 | 20 | 174 | 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 |
902 | /src/classes/Milestone1_Test_Import_Export.cls | 179 | 20 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
902 | /src/classes/Milestone1_Test_Import_Export.cls | 179 | 20 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
903 | /src/classes/Milestone1_Test_Import_Export.cls | 179 | 20 | 189 | 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 |
903 | /src/classes/Milestone1_Test_Import_Export.cls | 179 | 20 | 189 | 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 |
904 | /src/classes/Milestone1_Test_Import_Export.cls | 194 | 20 | 202 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
904 | /src/classes/Milestone1_Test_Import_Export.cls | 194 | 20 | 202 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
905 | /src/classes/Milestone1_Test_Import_Export.cls | 194 | 20 | 202 | 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 |
905 | /src/classes/Milestone1_Test_Import_Export.cls | 194 | 20 | 202 | 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 |
906 | /src/classes/Milestone1_Test_Import_Export.cls | 207 | 20 | 216 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
906 | /src/classes/Milestone1_Test_Import_Export.cls | 207 | 20 | 216 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
907 | /src/classes/Milestone1_Test_Import_Export.cls | 207 | 20 | 216 | 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 |
907 | /src/classes/Milestone1_Test_Import_Export.cls | 207 | 20 | 216 | 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 |
908 | /src/classes/Milestone1_Test_Import_Export.cls | 221 | 20 | 226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
908 | /src/classes/Milestone1_Test_Import_Export.cls | 221 | 20 | 226 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
909 | /src/classes/Milestone1_Test_Import_Export.cls | 221 | 20 | 226 | 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 |
909 | /src/classes/Milestone1_Test_Import_Export.cls | 221 | 20 | 226 | 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 |
910 | /src/classes/Milestone1_Test_Import_Export.cls | 232 | 20 | 239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
910 | /src/classes/Milestone1_Test_Import_Export.cls | 232 | 20 | 239 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
911 | /src/classes/Milestone1_Test_Import_Export.cls | 232 | 20 | 239 | 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 |
911 | /src/classes/Milestone1_Test_Import_Export.cls | 232 | 20 | 239 | 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 |
912 | /src/classes/Milestone1_Test_Import_Export.cls | 245 | 20 | 252 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
912 | /src/classes/Milestone1_Test_Import_Export.cls | 245 | 20 | 252 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
913 | /src/classes/Milestone1_Test_Import_Export.cls | 245 | 20 | 252 | 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 |
913 | /src/classes/Milestone1_Test_Import_Export.cls | 245 | 20 | 252 | 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 |
914 | /src/classes/Milestone1_Test_Import_Export.cls | 257 | 20 | 260 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
914 | /src/classes/Milestone1_Test_Import_Export.cls | 257 | 20 | 260 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
915 | /src/classes/Milestone1_Test_Import_Export.cls | 257 | 20 | 260 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
915 | /src/classes/Milestone1_Test_Import_Export.cls | 257 | 20 | 260 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
916 | /src/classes/Milestone1_Test_Import_Export.cls | 257 | 20 | 260 | 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 |
916 | /src/classes/Milestone1_Test_Import_Export.cls | 257 | 20 | 260 | 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 |
917 | /src/classes/Milestone1_Test_Import_Export.cls | 265 | 20 | 270 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
917 | /src/classes/Milestone1_Test_Import_Export.cls | 265 | 20 | 270 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
918 | /src/classes/Milestone1_Test_Import_Export.cls | 265 | 20 | 270 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
918 | /src/classes/Milestone1_Test_Import_Export.cls | 265 | 20 | 270 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
919 | /src/classes/Milestone1_Test_Import_Export.cls | 265 | 20 | 270 | 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 |
919 | /src/classes/Milestone1_Test_Import_Export.cls | 265 | 20 | 270 | 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 |
920 | /src/classes/Milestone1_Test_Move.cls | 32 | 23 | 93 | 6 | 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. |
920 | /src/classes/Milestone1_Test_Move.cls | 32 | 23 | 93 | 6 | 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. |
921 | /src/classes/Milestone1_Test_Move.cls | 33 | 23 | 33 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
921 | /src/classes/Milestone1_Test_Move.cls | 33 | 23 | 33 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
922 | /src/classes/Milestone1_Test_Move.cls | 33 | 23 | 33 | 47 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NUMBER_OF_MILESTONES' defined but not used |
922 | /src/classes/Milestone1_Test_Move.cls | 33 | 23 | 33 | 47 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NUMBER_OF_MILESTONES' defined but not used |
923 | /src/classes/Milestone1_Test_Move.cls | 34 | 23 | 34 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
923 | /src/classes/Milestone1_Test_Move.cls | 34 | 23 | 34 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
924 | /src/classes/Milestone1_Test_Move.cls | 34 | 23 | 34 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NUMBER_OF_TASKS' defined but not used |
924 | /src/classes/Milestone1_Test_Move.cls | 34 | 23 | 34 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NUMBER_OF_TASKS' defined but not used |
925 | /src/classes/Milestone1_Test_Move.cls | 35 | 23 | 35 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TIMES' doesn't match '[a-z][a-zA-Z0-9]*' |
925 | /src/classes/Milestone1_Test_Move.cls | 35 | 23 | 35 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TIMES' doesn't match '[a-z][a-zA-Z0-9]*' |
926 | /src/classes/Milestone1_Test_Move.cls | 35 | 23 | 35 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NUMBER_OF_TIMES' defined but not used |
926 | /src/classes/Milestone1_Test_Move.cls | 35 | 23 | 35 | 43 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NUMBER_OF_TIMES' defined but not used |
927 | /src/classes/Milestone1_Test_Move.cls | 36 | 23 | 36 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_EXPENSES' doesn't match '[a-z][a-zA-Z0-9]*' |
927 | /src/classes/Milestone1_Test_Move.cls | 36 | 23 | 36 | 46 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_EXPENSES' doesn't match '[a-z][a-zA-Z0-9]*' |
928 | /src/classes/Milestone1_Test_Move.cls | 36 | 23 | 36 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NUMBER_OF_EXPENSES' defined but not used |
928 | /src/classes/Milestone1_Test_Move.cls | 36 | 23 | 36 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NUMBER_OF_EXPENSES' defined but not used |
929 | /src/classes/Milestone1_Test_Move.cls | 82 | 9 | 82 | 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. |
929 | /src/classes/Milestone1_Test_Move.cls | 82 | 9 | 82 | 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. |
930 | /src/classes/Milestone1_Test_Move.cls | 91 | 13 | 91 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
930 | /src/classes/Milestone1_Test_Move.cls | 91 | 13 | 91 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
931 | /src/classes/Milestone1_Test_Move.cls | 95 | 23 | 133 | 6 | 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. |
931 | /src/classes/Milestone1_Test_Move.cls | 95 | 23 | 133 | 6 | 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. |
932 | /src/classes/Milestone1_Test_Move.cls | 122 | 9 | 122 | 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. |
932 | /src/classes/Milestone1_Test_Move.cls | 122 | 9 | 122 | 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. |
933 | /src/classes/Milestone1_Test_Move.cls | 131 | 13 | 131 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
933 | /src/classes/Milestone1_Test_Move.cls | 131 | 13 | 131 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
934 | /src/classes/Milestone1_Test_Move.cls | 137 | 23 | 167 | 6 | 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. |
934 | /src/classes/Milestone1_Test_Move.cls | 137 | 23 | 167 | 6 | 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. |
935 | /src/classes/Milestone1_Test_Move.cls | 171 | 23 | 201 | 6 | 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. |
935 | /src/classes/Milestone1_Test_Move.cls | 171 | 23 | 201 | 6 | 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. |
936 | /src/classes/Milestone1_Test_Move.cls | 205 | 23 | 233 | 6 | 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. |
936 | /src/classes/Milestone1_Test_Move.cls | 205 | 23 | 233 | 6 | 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. |
937 | /src/classes/Milestone1_Test_Move.cls | 237 | 23 | 272 | 6 | 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. |
937 | /src/classes/Milestone1_Test_Move.cls | 237 | 23 | 272 | 6 | 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. |
938 | /src/classes/Milestone1_Test_Move.cls | 274 | 23 | 340 | 6 | 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. |
938 | /src/classes/Milestone1_Test_Move.cls | 274 | 23 | 340 | 6 | 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. |
939 | /src/classes/Milestone1_Test_Move.cls | 309 | 9 | 309 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
939 | /src/classes/Milestone1_Test_Move.cls | 309 | 9 | 309 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
940 | /src/classes/Milestone1_Test_Move.cls | 334 | 9 | 334 | 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. |
940 | /src/classes/Milestone1_Test_Move.cls | 334 | 9 | 334 | 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. |
941 | /src/classes/Milestone1_Test_Move.cls | 338 | 9 | 338 | 42 | 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. |
941 | /src/classes/Milestone1_Test_Move.cls | 338 | 9 | 338 | 42 | 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. |
942 | /src/classes/Milestone1_Test_Move.cls | 342 | 23 | 397 | 6 | 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. |
942 | /src/classes/Milestone1_Test_Move.cls | 342 | 23 | 397 | 6 | 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. |
943 | /src/classes/Milestone1_Test_Move.cls | 359 | 34 | 359 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
943 | /src/classes/Milestone1_Test_Move.cls | 359 | 34 | 359 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
944 | /src/classes/Milestone1_Test_Move.cls | 370 | 9 | 370 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
944 | /src/classes/Milestone1_Test_Move.cls | 370 | 9 | 370 | 40 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assert' should have 2 parameters. |
945 | /src/classes/Milestone1_Test_Move.cls | 391 | 9 | 391 | 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. |
945 | /src/classes/Milestone1_Test_Move.cls | 391 | 9 | 391 | 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. |
946 | /src/classes/Milestone1_Test_Move.cls | 400 | 23 | 431 | 6 | 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. |
946 | /src/classes/Milestone1_Test_Move.cls | 400 | 23 | 431 | 6 | 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. |
947 | /src/classes/Milestone1_Test_Move.cls | 417 | 34 | 417 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
947 | /src/classes/Milestone1_Test_Move.cls | 417 | 34 | 417 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
948 | /src/classes/Milestone1_Test_Move.cls | 434 | 23 | 471 | 6 | 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. |
948 | /src/classes/Milestone1_Test_Move.cls | 434 | 23 | 471 | 6 | 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. |
949 | /src/classes/Milestone1_Test_Move.cls | 475 | 23 | 542 | 6 | 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. |
949 | /src/classes/Milestone1_Test_Move.cls | 475 | 23 | 542 | 6 | 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. |
950 | /src/classes/Milestone1_Test_Move.cls | 476 | 17 | 476 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'srcMilestoneSet' defined but not used |
950 | /src/classes/Milestone1_Test_Move.cls | 476 | 17 | 476 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'srcMilestoneSet' defined but not used |
951 | /src/classes/Milestone1_Test_Move.cls | 477 | 17 | 477 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dstMilestoneSet' defined but not used |
951 | /src/classes/Milestone1_Test_Move.cls | 477 | 17 | 477 | 48 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dstMilestoneSet' defined but not used |
952 | /src/classes/Milestone1_Test_Move.cls | 504 | 28 | 504 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentTask' defined but not used |
952 | /src/classes/Milestone1_Test_Move.cls | 504 | 28 | 504 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'currentTask' defined but not used |
953 | /src/classes/Milestone1_Test_Move.cls | 515 | 21 | 515 | 36 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
953 | /src/classes/Milestone1_Test_Move.cls | 515 | 21 | 515 | 36 | pmd | OperationWithLimitsInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#operationwithlimitsinloop | Avoid operations in loops that may hit governor limits |
954 | /src/classes/Milestone1_Test_Move.cls | 538 | 9 | 538 | 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. |
954 | /src/classes/Milestone1_Test_Move.cls | 538 | 9 | 538 | 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. |
955 | /src/classes/Milestone1_Test_Move.cls | 541 | 9 | 541 | 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. |
955 | /src/classes/Milestone1_Test_Move.cls | 541 | 9 | 541 | 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. |
956 | /src/classes/Milestone1_Test_Move.cls | 544 | 23 | 620 | 6 | 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. |
956 | /src/classes/Milestone1_Test_Move.cls | 544 | 23 | 620 | 6 | 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. |
957 | /src/classes/Milestone1_Test_Move.cls | 592 | 32 | 606 | 78 | 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 'tasks_moved' doesn't match '[a-z][a-zA-Z0-9]*' |
957 | /src/classes/Milestone1_Test_Move.cls | 592 | 32 | 606 | 78 | 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 'tasks_moved' doesn't match '[a-z][a-zA-Z0-9]*' |
958 | /src/classes/Milestone1_Test_Task_Dependency.cls | 7 | 23 | 86 | 6 | 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. |
958 | /src/classes/Milestone1_Test_Task_Dependency.cls | 7 | 23 | 86 | 6 | 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. |
959 | /src/classes/Milestone1_Test_Task_Dependency.cls | 8 | 23 | 8 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
959 | /src/classes/Milestone1_Test_Task_Dependency.cls | 8 | 23 | 8 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_MILESTONES' doesn't match '[a-z][a-zA-Z0-9]*' |
960 | /src/classes/Milestone1_Test_Task_Dependency.cls | 9 | 23 | 9 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
960 | /src/classes/Milestone1_Test_Task_Dependency.cls | 9 | 23 | 9 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
961 | /src/classes/Milestone1_Test_Task_Dependency.cls | 10 | 23 | 10 | 51 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_DAYS_SHIFTED' doesn't match '[a-z][a-zA-Z0-9]*' |
961 | /src/classes/Milestone1_Test_Task_Dependency.cls | 10 | 23 | 10 | 51 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The final local variable name 'NUMBER_OF_DAYS_SHIFTED' doesn't match '[a-z][a-zA-Z0-9]*' |
962 | /src/classes/Milestone1_Test_Task_Dependency.cls | 44 | 23 | 44 | 114 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
962 | /src/classes/Milestone1_Test_Task_Dependency.cls | 44 | 23 | 44 | 114 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
963 | /src/classes/Milestone1_Test_Task_Dependency.cls | 44 | 23 | 44 | 114 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
963 | /src/classes/Milestone1_Test_Task_Dependency.cls | 44 | 23 | 44 | 114 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
964 | /src/classes/Milestone1_Test_Task_Dependency.cls | 88 | 19 | 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 |
964 | /src/classes/Milestone1_Test_Task_Dependency.cls | 88 | 19 | 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 |
965 | /src/classes/Milestone1_Test_Utility.cls | 29 | 21 | 342 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
965 | /src/classes/Milestone1_Test_Utility.cls | 29 | 21 | 342 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
966 | /src/classes/Milestone1_Test_Utility.cls | 29 | 21 | 342 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class Milestone1_Test_Utility has 23 public methods, attributes, and properties (limit: 20) |
966 | /src/classes/Milestone1_Test_Utility.cls | 29 | 21 | 342 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class Milestone1_Test_Utility has 23 public methods, attributes, and properties (limit: 20) |
967 | /src/classes/Milestone1_Test_Utility.cls | 32 | 19 | 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 |
967 | /src/classes/Milestone1_Test_Utility.cls | 32 | 19 | 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 |
968 | /src/classes/Milestone1_Test_Utility.cls | 38 | 19 | 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 |
968 | /src/classes/Milestone1_Test_Utility.cls | 38 | 19 | 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 |
969 | /src/classes/Milestone1_Test_Utility.cls | 45 | 19 | 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 |
969 | /src/classes/Milestone1_Test_Utility.cls | 45 | 19 | 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 |
970 | /src/classes/Milestone1_Test_Utility.cls | 57 | 19 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
970 | /src/classes/Milestone1_Test_Utility.cls | 57 | 19 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
971 | /src/classes/Milestone1_Test_Utility.cls | 79 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
971 | /src/classes/Milestone1_Test_Utility.cls | 79 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
972 | /src/classes/Milestone1_Test_Utility.cls | 79 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
972 | /src/classes/Milestone1_Test_Utility.cls | 79 | 19 | 97 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
973 | /src/classes/Milestone1_Test_Utility.cls | 79 | 19 | 97 | 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 |
973 | /src/classes/Milestone1_Test_Utility.cls | 79 | 19 | 97 | 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 |
974 | /src/classes/Milestone1_Test_Utility.cls | 99 | 19 | 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 |
974 | /src/classes/Milestone1_Test_Utility.cls | 99 | 19 | 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 |
975 | /src/classes/Milestone1_Test_Utility.cls | 99 | 19 | 121 | 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. |
975 | /src/classes/Milestone1_Test_Utility.cls | 99 | 19 | 121 | 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. |
976 | /src/classes/Milestone1_Test_Utility.cls | 123 | 19 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
976 | /src/classes/Milestone1_Test_Utility.cls | 123 | 19 | 133 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
977 | /src/classes/Milestone1_Test_Utility.cls | 123 | 19 | 133 | 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. |
977 | /src/classes/Milestone1_Test_Utility.cls | 123 | 19 | 133 | 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. |
978 | /src/classes/Milestone1_Test_Utility.cls | 123 | 64 | 123 | 84 | 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 'PredecessorTaskId' doesn't match '[a-z][a-zA-Z0-9]*' |
978 | /src/classes/Milestone1_Test_Utility.cls | 123 | 64 | 123 | 84 | 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 'PredecessorTaskId' doesn't match '[a-z][a-zA-Z0-9]*' |
979 | /src/classes/Milestone1_Test_Utility.cls | 136 | 19 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
979 | /src/classes/Milestone1_Test_Utility.cls | 136 | 19 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
980 | /src/classes/Milestone1_Test_Utility.cls | 140 | 19 | 142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
980 | /src/classes/Milestone1_Test_Utility.cls | 140 | 19 | 142 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
981 | /src/classes/Milestone1_Test_Utility.cls | 144 | 19 | 146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
981 | /src/classes/Milestone1_Test_Utility.cls | 144 | 19 | 146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
982 | /src/classes/Milestone1_Test_Utility.cls | 148 | 19 | 150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
982 | /src/classes/Milestone1_Test_Utility.cls | 148 | 19 | 150 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
983 | /src/classes/Milestone1_Test_Utility.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 |
983 | /src/classes/Milestone1_Test_Utility.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 |
984 | /src/classes/Milestone1_Test_Utility.cls | 159 | 19 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
984 | /src/classes/Milestone1_Test_Utility.cls | 159 | 19 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
985 | /src/classes/Milestone1_Test_Utility.cls | 166 | 19 | 171 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
985 | /src/classes/Milestone1_Test_Utility.cls | 166 | 19 | 171 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
986 | /src/classes/Milestone1_Test_Utility.cls | 173 | 19 | 175 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
986 | /src/classes/Milestone1_Test_Utility.cls | 173 | 19 | 175 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
987 | /src/classes/Milestone1_Test_Utility.cls | 177 | 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 |
987 | /src/classes/Milestone1_Test_Utility.cls | 177 | 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 |
988 | /src/classes/Milestone1_Test_Utility.cls | 185 | 13 | 185 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
988 | /src/classes/Milestone1_Test_Utility.cls | 185 | 13 | 185 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
989 | /src/classes/Milestone1_Test_Utility.cls | 190 | 13 | 190 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
989 | /src/classes/Milestone1_Test_Utility.cls | 190 | 13 | 190 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
990 | /src/classes/Milestone1_Test_Utility.cls | 191 | 13 | 191 | 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 |
990 | /src/classes/Milestone1_Test_Utility.cls | 191 | 13 | 191 | 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 |
991 | /src/classes/Milestone1_Test_Utility.cls | 191 | 13 | 191 | 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. |
991 | /src/classes/Milestone1_Test_Utility.cls | 191 | 13 | 191 | 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. |
992 | /src/classes/Milestone1_Test_Utility.cls | 203 | 19 | 211 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
992 | /src/classes/Milestone1_Test_Utility.cls | 203 | 19 | 211 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
993 | /src/classes/Milestone1_Test_Utility.cls | 216 | 19 | 237 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
993 | /src/classes/Milestone1_Test_Utility.cls | 216 | 19 | 237 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
994 | /src/classes/Milestone1_Test_Utility.cls | 216 | 19 | 237 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
994 | /src/classes/Milestone1_Test_Utility.cls | 216 | 19 | 237 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
995 | /src/classes/Milestone1_Test_Utility.cls | 216 | 19 | 237 | 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 |
995 | /src/classes/Milestone1_Test_Utility.cls | 216 | 19 | 237 | 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 |
996 | /src/classes/Milestone1_Test_Utility.cls | 221 | 39 | 221 | 87 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestones' defined but not used |
996 | /src/classes/Milestone1_Test_Utility.cls | 221 | 39 | 221 | 87 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestones' defined but not used |
997 | /src/classes/Milestone1_Test_Utility.cls | 242 | 19 | 258 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
997 | /src/classes/Milestone1_Test_Utility.cls | 242 | 19 | 258 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
998 | /src/classes/Milestone1_Test_Utility.cls | 242 | 19 | 258 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
998 | /src/classes/Milestone1_Test_Utility.cls | 242 | 19 | 258 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
999 | /src/classes/Milestone1_Test_Utility.cls | 242 | 19 | 258 | 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 |
999 | /src/classes/Milestone1_Test_Utility.cls | 242 | 19 | 258 | 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 |
1000 | /src/classes/Milestone1_Test_Utility.cls | 245 | 39 | 245 | 87 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestones' defined but not used |
1000 | /src/classes/Milestone1_Test_Utility.cls | 245 | 39 | 245 | 87 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestones' defined but not used |
1001 | /src/classes/Milestone1_Test_Utility.cls | 263 | 19 | 280 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1001 | /src/classes/Milestone1_Test_Utility.cls | 263 | 19 | 280 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1002 | /src/classes/Milestone1_Test_Utility.cls | 263 | 19 | 280 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1002 | /src/classes/Milestone1_Test_Utility.cls | 263 | 19 | 280 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1003 | /src/classes/Milestone1_Test_Utility.cls | 263 | 19 | 280 | 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 |
1003 | /src/classes/Milestone1_Test_Utility.cls | 263 | 19 | 280 | 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 |
1004 | /src/classes/Milestone1_Test_Utility.cls | 266 | 39 | 266 | 87 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestones' defined but not used |
1004 | /src/classes/Milestone1_Test_Utility.cls | 266 | 39 | 266 | 87 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestones' defined but not used |
1005 | /src/classes/Milestone1_Test_Utility.cls | 286 | 19 | 298 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1005 | /src/classes/Milestone1_Test_Utility.cls | 286 | 19 | 298 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1006 | /src/classes/Milestone1_Test_Utility.cls | 286 | 19 | 298 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1006 | /src/classes/Milestone1_Test_Utility.cls | 286 | 19 | 298 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1007 | /src/classes/Milestone1_Test_Utility.cls | 286 | 19 | 298 | 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 |
1007 | /src/classes/Milestone1_Test_Utility.cls | 286 | 19 | 298 | 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 |
1008 | /src/classes/Milestone1_Test_Utility.cls | 290 | 34 | 290 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
1008 | /src/classes/Milestone1_Test_Utility.cls | 290 | 34 | 290 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
1009 | /src/classes/Milestone1_Test_Utility.cls | 300 | 19 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1009 | /src/classes/Milestone1_Test_Utility.cls | 300 | 19 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1010 | /src/classes/Milestone1_Test_Utility.cls | 303 | 34 | 303 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
1010 | /src/classes/Milestone1_Test_Utility.cls | 303 | 34 | 303 | 72 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'tasks' defined but not used |
1011 | /src/classes/Milestone1_Test_Utility.cls | 315 | 16 | 341 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1011 | /src/classes/Milestone1_Test_Utility.cls | 315 | 16 | 341 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1012 | /src/classes/Milestone1_Test_Utility.cls | 320 | 26 | 320 | 94 | 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 |
1012 | /src/classes/Milestone1_Test_Utility.cls | 320 | 26 | 320 | 94 | 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 |
1013 | /src/classes/Milestone1_Test_Utility.cls | 325 | 16 | 325 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'namePrefix' defined but not used |
1013 | /src/classes/Milestone1_Test_Utility.cls | 325 | 16 | 325 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'namePrefix' defined but not used |
1014 | /src/classes/Milestone1_Test_Utility.cls | 338 | 10 | 338 | 26 | 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 |
1014 | /src/classes/Milestone1_Test_Utility.cls | 338 | 10 | 338 | 26 | 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 |
1015 | /src/classes/Milestone1_Time_Trigger_Tst.cls | 32 | 23 | 54 | 6 | 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. |
1015 | /src/classes/Milestone1_Time_Trigger_Tst.cls | 32 | 23 | 54 | 6 | 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. |
1016 | /src/classes/Milestone1_Time_Trigger_Tst.cls | 52 | 9 | 52 | 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. |
1016 | /src/classes/Milestone1_Time_Trigger_Tst.cls | 52 | 9 | 52 | 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. |
1017 | /src/classes/Milestone1_Time_Trigger_Utility.cls | 29 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1017 | /src/classes/Milestone1_Time_Trigger_Utility.cls | 29 | 21 | 56 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1018 | /src/classes/Milestone1_Time_Trigger_Utility.cls | 29 | 21 | 56 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1018 | /src/classes/Milestone1_Time_Trigger_Utility.cls | 29 | 21 | 56 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1019 | /src/classes/Milestone1_Time_Trigger_Utility.cls | 31 | 19 | 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 |
1019 | /src/classes/Milestone1_Time_Trigger_Utility.cls | 31 | 19 | 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 |
1020 | /src/classes/Milestone1_Time_Trigger_Utility.cls | 46 | 23 | 55 | 6 | 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. |
1020 | /src/classes/Milestone1_Time_Trigger_Utility.cls | 46 | 23 | 55 | 6 | 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. |
1021 | /src/classes/Milestone1_XML_Export_Utility.cls | 29 | 21 | 210 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1021 | /src/classes/Milestone1_XML_Export_Utility.cls | 29 | 21 | 210 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1022 | /src/classes/Milestone1_XML_Export_Utility.cls | 29 | 21 | 210 | 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 |
1022 | /src/classes/Milestone1_XML_Export_Utility.cls | 29 | 21 | 210 | 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 |
1023 | /src/classes/Milestone1_XML_Export_Utility.cls | 41 | 12 | 47 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1023 | /src/classes/Milestone1_XML_Export_Utility.cls | 41 | 12 | 47 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1024 | /src/classes/Milestone1_XML_Export_Utility.cls | 49 | 12 | 93 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1024 | /src/classes/Milestone1_XML_Export_Utility.cls | 49 | 12 | 93 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1025 | /src/classes/Milestone1_XML_Export_Utility.cls | 95 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1025 | /src/classes/Milestone1_XML_Export_Utility.cls | 95 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1026 | /src/classes/Milestone1_XML_Export_Utility.cls | 95 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1026 | /src/classes/Milestone1_XML_Export_Utility.cls | 95 | 12 | 119 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1027 | /src/classes/Milestone1_XML_Export_Utility.cls | 95 | 12 | 119 | 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 |
1027 | /src/classes/Milestone1_XML_Export_Utility.cls | 95 | 12 | 119 | 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 |
1028 | /src/classes/Milestone1_XML_Export_Utility.cls | 117 | 9 | 117 | 144 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1028 | /src/classes/Milestone1_XML_Export_Utility.cls | 117 | 9 | 117 | 144 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1029 | /src/classes/Milestone1_XML_Export_Utility.cls | 117 | 9 | 117 | 144 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1029 | /src/classes/Milestone1_XML_Export_Utility.cls | 117 | 9 | 117 | 144 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1030 | /src/classes/Milestone1_XML_Export_Utility.cls | 121 | 12 | 135 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1030 | /src/classes/Milestone1_XML_Export_Utility.cls | 121 | 12 | 135 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1031 | /src/classes/Milestone1_XML_Export_Utility.cls | 137 | 12 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1031 | /src/classes/Milestone1_XML_Export_Utility.cls | 137 | 12 | 178 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1032 | /src/classes/Milestone1_XML_Export_Utility.cls | 181 | 12 | 199 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1032 | /src/classes/Milestone1_XML_Export_Utility.cls | 181 | 12 | 199 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1033 | /src/classes/Milestone1_XML_Export_Utility.cls | 181 | 12 | 199 | 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 |
1033 | /src/classes/Milestone1_XML_Export_Utility.cls | 181 | 12 | 199 | 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 |
1034 | /src/classes/Milestone1_XML_Export_Utility.cls | 201 | 12 | 207 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1034 | /src/classes/Milestone1_XML_Export_Utility.cls | 201 | 12 | 207 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1035 | /src/classes/Milestone1_XML_Export_Utility.cls | 201 | 12 | 207 | 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 |
1035 | /src/classes/Milestone1_XML_Export_Utility.cls | 201 | 12 | 207 | 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 |
1036 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 32 | 27 | 94 | 6 | 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. |
1036 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 32 | 27 | 94 | 6 | 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. |
1037 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 79 | 9 | 79 | 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. |
1037 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 79 | 9 | 79 | 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. |
1038 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 85 | 9 | 85 | 42 | 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. |
1038 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 85 | 9 | 85 | 42 | 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. |
1039 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 86 | 9 | 86 | 44 | 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. |
1039 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 86 | 9 | 86 | 44 | 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. |
1040 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 87 | 9 | 87 | 47 | 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. |
1040 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 87 | 9 | 87 | 47 | 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. |
1041 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 88 | 9 | 88 | 55 | 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. |
1041 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 88 | 9 | 88 | 55 | 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. |
1042 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 89 | 9 | 89 | 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. |
1042 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 89 | 9 | 89 | 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. |
1043 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 90 | 9 | 90 | 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. |
1043 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 90 | 9 | 90 | 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. |
1044 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 91 | 9 | 91 | 60 | 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. |
1044 | /src/classes/Milestone1_XML_Export_Utility_Test.cls | 91 | 9 | 91 | 60 | 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. |
1045 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1045 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1046 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 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 |
1046 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 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 |
1047 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_XML_Import_Utility' has a total cognitive complexity of 308 (highest 77), current threshold is 50 |
1047 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_XML_Import_Utility' has a total cognitive complexity of 308 (highest 77), current threshold is 50 |
1048 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_XML_Import_Utility' has a total cyclomatic complexity of 185 (highest 45). |
1048 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_XML_Import_Utility' has a total cyclomatic complexity of 185 (highest 45). |
1049 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 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 563 |
1049 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 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 563 |
1050 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_XML_Import_Utility' has a Standard Cyclomatic Complexity of 9 (Highest = 21). |
1050 | /src/classes/Milestone1_XML_Import_Utility.cls | 29 | 21 | 765 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'Milestone1_XML_Import_Utility' has a Standard Cyclomatic Complexity of 9 (Highest = 21). |
1051 | /src/classes/Milestone1_XML_Import_Utility.cls | 31 | 24 | 37 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1051 | /src/classes/Milestone1_XML_Import_Utility.cls | 31 | 24 | 37 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1052 | /src/classes/Milestone1_XML_Import_Utility.cls | 32 | 13 | 32 | 26 | 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 'ExportVersion' doesn't match '[a-z][a-zA-Z0-9]*' |
1052 | /src/classes/Milestone1_XML_Import_Utility.cls | 32 | 13 | 32 | 26 | 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 'ExportVersion' doesn't match '[a-z][a-zA-Z0-9]*' |
1053 | /src/classes/Milestone1_XML_Import_Utility.cls | 33 | 13 | 33 | 25 | 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 'ExportAuthor' doesn't match '[a-z][a-zA-Z0-9]*' |
1053 | /src/classes/Milestone1_XML_Import_Utility.cls | 33 | 13 | 33 | 25 | 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 'ExportAuthor' doesn't match '[a-z][a-zA-Z0-9]*' |
1054 | /src/classes/Milestone1_XML_Import_Utility.cls | 34 | 13 | 34 | 26 | 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 'ExportPackage' doesn't match '[a-z][a-zA-Z0-9]*' |
1054 | /src/classes/Milestone1_XML_Import_Utility.cls | 34 | 13 | 34 | 26 | 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 'ExportPackage' doesn't match '[a-z][a-zA-Z0-9]*' |
1055 | /src/classes/Milestone1_XML_Import_Utility.cls | 35 | 13 | 35 | 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 'ExportOrganization' doesn't match '[a-z][a-zA-Z0-9]*' |
1055 | /src/classes/Milestone1_XML_Import_Utility.cls | 35 | 13 | 35 | 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 'ExportOrganization' doesn't match '[a-z][a-zA-Z0-9]*' |
1056 | /src/classes/Milestone1_XML_Import_Utility.cls | 36 | 15 | 36 | 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 'ExportCreateDate' doesn't match '[a-z][a-zA-Z0-9]*' |
1056 | /src/classes/Milestone1_XML_Import_Utility.cls | 36 | 15 | 36 | 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 'ExportCreateDate' doesn't match '[a-z][a-zA-Z0-9]*' |
1057 | /src/classes/Milestone1_XML_Import_Utility.cls | 39 | 27 | 39 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'project' should be before method declarations in its class |
1057 | /src/classes/Milestone1_XML_Import_Utility.cls | 39 | 27 | 39 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'project' should be before method declarations in its class |
1058 | /src/classes/Milestone1_XML_Import_Utility.cls | 40 | 35 | 40 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'milestones' should be before method declarations in its class |
1058 | /src/classes/Milestone1_XML_Import_Utility.cls | 40 | 35 | 40 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'milestones' should be before method declarations in its class |
1059 | /src/classes/Milestone1_XML_Import_Utility.cls | 41 | 35 | 41 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'subMilestones' should be before method declarations in its class |
1059 | /src/classes/Milestone1_XML_Import_Utility.cls | 41 | 35 | 41 | 48 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'subMilestones' should be before method declarations in its class |
1060 | /src/classes/Milestone1_XML_Import_Utility.cls | 48 | 35 | 48 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'successorsList' should be before method declarations in its class |
1060 | /src/classes/Milestone1_XML_Import_Utility.cls | 48 | 35 | 48 | 49 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'successorsList' should be before method declarations in its class |
1061 | /src/classes/Milestone1_XML_Import_Utility.cls | 49 | 30 | 49 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'tasks' should be before method declarations in its class |
1061 | /src/classes/Milestone1_XML_Import_Utility.cls | 49 | 30 | 49 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'tasks' should be before method declarations in its class |
1062 | /src/classes/Milestone1_XML_Import_Utility.cls | 50 | 30 | 50 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'subTasks' should be before method declarations in its class |
1062 | /src/classes/Milestone1_XML_Import_Utility.cls | 50 | 30 | 50 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'subTasks' should be before method declarations in its class |
1063 | /src/classes/Milestone1_XML_Import_Utility.cls | 51 | 30 | 51 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'times' should be before method declarations in its class |
1063 | /src/classes/Milestone1_XML_Import_Utility.cls | 51 | 30 | 51 | 35 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'times' should be before method declarations in its class |
1064 | /src/classes/Milestone1_XML_Import_Utility.cls | 52 | 18 | 52 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'metadata' should be before method declarations in its class |
1064 | /src/classes/Milestone1_XML_Import_Utility.cls | 52 | 18 | 52 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'metadata' should be before method declarations in its class |
1065 | /src/classes/Milestone1_XML_Import_Utility.cls | 54 | 12 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1065 | /src/classes/Milestone1_XML_Import_Utility.cls | 54 | 12 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1066 | /src/classes/Milestone1_XML_Import_Utility.cls | 71 | 12 | 156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1066 | /src/classes/Milestone1_XML_Import_Utility.cls | 71 | 12 | 156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1067 | /src/classes/Milestone1_XML_Import_Utility.cls | 71 | 12 | 156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1067 | /src/classes/Milestone1_XML_Import_Utility.cls | 71 | 12 | 156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1068 | /src/classes/Milestone1_XML_Import_Utility.cls | 71 | 12 | 156 | 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 |
1068 | /src/classes/Milestone1_XML_Import_Utility.cls | 71 | 12 | 156 | 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 |
1069 | /src/classes/Milestone1_XML_Import_Utility.cls | 80 | 17 | 80 | 64 | 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. |
1069 | /src/classes/Milestone1_XML_Import_Utility.cls | 80 | 17 | 80 | 64 | 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. |
1070 | /src/classes/Milestone1_XML_Import_Utility.cls | 91 | 17 | 91 | 66 | 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. |
1070 | /src/classes/Milestone1_XML_Import_Utility.cls | 91 | 17 | 91 | 66 | 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. |
1071 | /src/classes/Milestone1_XML_Import_Utility.cls | 106 | 17 | 106 | 61 | 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. |
1071 | /src/classes/Milestone1_XML_Import_Utility.cls | 106 | 17 | 106 | 61 | 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. |
1072 | /src/classes/Milestone1_XML_Import_Utility.cls | 120 | 17 | 120 | 61 | 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. |
1072 | /src/classes/Milestone1_XML_Import_Utility.cls | 120 | 17 | 120 | 61 | 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. |
1073 | /src/classes/Milestone1_XML_Import_Utility.cls | 158 | 13 | 286 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'insertSalesforceObjects()' has a cognitive complexity of 28, current threshold is 15 |
1073 | /src/classes/Milestone1_XML_Import_Utility.cls | 158 | 13 | 286 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'insertSalesforceObjects()' has a cognitive complexity of 28, current threshold is 15 |
1074 | /src/classes/Milestone1_XML_Import_Utility.cls | 158 | 13 | 286 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'insertSalesforceObjects()' has a cyclomatic complexity of 24. |
1074 | /src/classes/Milestone1_XML_Import_Utility.cls | 158 | 13 | 286 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'insertSalesforceObjects()' has a cyclomatic complexity of 24. |
1075 | /src/classes/Milestone1_XML_Import_Utility.cls | 158 | 13 | 286 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'insertSalesforceObjects()' has an NCSS line count of 66 (limit: 40) |
1075 | /src/classes/Milestone1_XML_Import_Utility.cls | 158 | 13 | 286 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'insertSalesforceObjects()' has an NCSS line count of 66 (limit: 40) |
1076 | /src/classes/Milestone1_XML_Import_Utility.cls | 158 | 13 | 286 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'insertSalesforceObjects' has a Standard Cyclomatic Complexity of 17. |
1076 | /src/classes/Milestone1_XML_Import_Utility.cls | 158 | 13 | 286 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'insertSalesforceObjects' has a Standard Cyclomatic Complexity of 17. |
1077 | /src/classes/Milestone1_XML_Import_Utility.cls | 171 | 36 | 171 | 107 | 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 |
1077 | /src/classes/Milestone1_XML_Import_Utility.cls | 171 | 36 | 171 | 107 | 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 |
1078 | /src/classes/Milestone1_XML_Import_Utility.cls | 218 | 9 | 227 | 7 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1078 | /src/classes/Milestone1_XML_Import_Utility.cls | 218 | 9 | 227 | 7 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1079 | /src/classes/Milestone1_XML_Import_Utility.cls | 270 | 9 | 270 | 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 |
1079 | /src/classes/Milestone1_XML_Import_Utility.cls | 270 | 9 | 270 | 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 |
1080 | /src/classes/Milestone1_XML_Import_Utility.cls | 270 | 9 | 270 | 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. |
1080 | /src/classes/Milestone1_XML_Import_Utility.cls | 270 | 9 | 270 | 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. |
1081 | /src/classes/Milestone1_XML_Import_Utility.cls | 300 | 12 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1081 | /src/classes/Milestone1_XML_Import_Utility.cls | 300 | 12 | 313 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1082 | /src/classes/Milestone1_XML_Import_Utility.cls | 315 | 12 | 325 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1082 | /src/classes/Milestone1_XML_Import_Utility.cls | 315 | 12 | 325 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1083 | /src/classes/Milestone1_XML_Import_Utility.cls | 335 | 9 | 345 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1083 | /src/classes/Milestone1_XML_Import_Utility.cls | 335 | 9 | 345 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1084 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1084 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1085 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseProject(Xmlstreamreader)' has a cognitive complexity of 77, current threshold is 15 |
1085 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseProject(Xmlstreamreader)' has a cognitive complexity of 77, current threshold is 15 |
1086 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseProject(Xmlstreamreader)' has a cyclomatic complexity of 45. |
1086 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseProject(Xmlstreamreader)' has a cyclomatic complexity of 45. |
1087 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseProject()' has an NCSS line count of 118 (limit: 40) |
1087 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseProject()' has an NCSS line count of 118 (limit: 40) |
1088 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseProject' has a Standard Cyclomatic Complexity of 21. |
1088 | /src/classes/Milestone1_XML_Import_Utility.cls | 347 | 12 | 446 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseProject' has a Standard Cyclomatic Complexity of 21. |
1089 | /src/classes/Milestone1_XML_Import_Utility.cls | 360 | 21 | 362 | 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 |
1089 | /src/classes/Milestone1_XML_Import_Utility.cls | 360 | 21 | 362 | 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 |
1090 | /src/classes/Milestone1_XML_Import_Utility.cls | 383 | 21 | 385 | 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 |
1090 | /src/classes/Milestone1_XML_Import_Utility.cls | 383 | 21 | 385 | 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 |
1091 | /src/classes/Milestone1_XML_Import_Utility.cls | 397 | 21 | 399 | 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 |
1091 | /src/classes/Milestone1_XML_Import_Utility.cls | 397 | 21 | 399 | 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 |
1092 | /src/classes/Milestone1_XML_Import_Utility.cls | 429 | 21 | 431 | 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 |
1092 | /src/classes/Milestone1_XML_Import_Utility.cls | 429 | 21 | 431 | 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 |
1093 | /src/classes/Milestone1_XML_Import_Utility.cls | 432 | 21 | 434 | 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 |
1093 | /src/classes/Milestone1_XML_Import_Utility.cls | 432 | 21 | 434 | 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 |
1094 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 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 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 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 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseMilestone(Xmlstreamreader, Milestone1_Milestone__c)' has a cognitive complexity of 60, current threshold is 15 |
1095 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseMilestone(Xmlstreamreader, Milestone1_Milestone__c)' has a cognitive complexity of 60, current threshold is 15 |
1096 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseMilestone(Xmlstreamreader, Milestone1_Milestone__c)' has a cyclomatic complexity of 34. |
1096 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseMilestone(Xmlstreamreader, Milestone1_Milestone__c)' has a cyclomatic complexity of 34. |
1097 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseMilestone()' has an NCSS line count of 114 (limit: 40) |
1097 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseMilestone()' has an NCSS line count of 114 (limit: 40) |
1098 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseMilestone' has a Standard Cyclomatic Complexity of 19. |
1098 | /src/classes/Milestone1_XML_Import_Utility.cls | 448 | 12 | 570 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseMilestone' has a Standard Cyclomatic Complexity of 19. |
1099 | /src/classes/Milestone1_XML_Import_Utility.cls | 459 | 9 | 461 | 10 | 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. |
1099 | /src/classes/Milestone1_XML_Import_Utility.cls | 459 | 9 | 461 | 10 | 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. |
1100 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1100 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1101 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 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 |
1101 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 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 |
1102 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseTask(XMLStreamreader, Milestone1_Milestone__c)' has a cognitive complexity of 54, current threshold is 15 |
1102 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseTask(XMLStreamreader, Milestone1_Milestone__c)' has a cognitive complexity of 54, current threshold is 15 |
1103 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseTask(XMLStreamreader, Milestone1_Milestone__c)' has a cyclomatic complexity of 34. |
1103 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseTask(XMLStreamreader, Milestone1_Milestone__c)' has a cyclomatic complexity of 34. |
1104 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseTask()' has an NCSS line count of 116 (limit: 40) |
1104 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseTask()' has an NCSS line count of 116 (limit: 40) |
1105 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseTask' has a Standard Cyclomatic Complexity of 19. |
1105 | /src/classes/Milestone1_XML_Import_Utility.cls | 572 | 12 | 681 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'parseTask' has a Standard Cyclomatic Complexity of 19. |
1106 | /src/classes/Milestone1_XML_Import_Utility.cls | 597 | 21 | 597 | 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 |
1106 | /src/classes/Milestone1_XML_Import_Utility.cls | 597 | 21 | 597 | 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 |
1107 | /src/classes/Milestone1_XML_Import_Utility.cls | 597 | 21 | 597 | 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. |
1107 | /src/classes/Milestone1_XML_Import_Utility.cls | 597 | 21 | 597 | 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. |
1108 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1108 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1109 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 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 |
1109 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 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 |
1110 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseTime(XMLStreamreader, Milestone1_Task__c)' has a cognitive complexity of 17, current threshold is 15 |
1110 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseTime(XMLStreamreader, Milestone1_Task__c)' has a cognitive complexity of 17, current threshold is 15 |
1111 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseTime(XMLStreamreader, Milestone1_Task__c)' has a cyclomatic complexity of 12. |
1111 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseTime(XMLStreamreader, Milestone1_Task__c)' has a cyclomatic complexity of 12. |
1112 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseTime()' has an NCSS line count of 40 (limit: 40) |
1112 | /src/classes/Milestone1_XML_Import_Utility.cls | 683 | 12 | 719 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseTime()' has an NCSS line count of 40 (limit: 40) |
1113 | /src/classes/Milestone1_XML_Import_Utility.cls | 721 | 12 | 759 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1113 | /src/classes/Milestone1_XML_Import_Utility.cls | 721 | 12 | 759 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1114 | /src/classes/Milestone1_XML_Import_Utility.cls | 721 | 12 | 759 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseMeta(Xmlstreamreader)' has a cognitive complexity of 22, current threshold is 15 |
1114 | /src/classes/Milestone1_XML_Import_Utility.cls | 721 | 12 | 759 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'parseMeta(Xmlstreamreader)' has a cognitive complexity of 22, current threshold is 15 |
1115 | /src/classes/Milestone1_XML_Import_Utility.cls | 721 | 12 | 759 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseMeta(Xmlstreamreader)' has a cyclomatic complexity of 16. |
1115 | /src/classes/Milestone1_XML_Import_Utility.cls | 721 | 12 | 759 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'parseMeta(Xmlstreamreader)' has a cyclomatic complexity of 16. |
1116 | /src/classes/Milestone1_XML_Import_Utility.cls | 721 | 12 | 759 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseMeta()' has an NCSS line count of 49 (limit: 40) |
1116 | /src/classes/Milestone1_XML_Import_Utility.cls | 721 | 12 | 759 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'parseMeta()' has an NCSS line count of 49 (limit: 40) |
1117 | /src/classes/Milestone1_XML_Import_Utility.cls | 761 | 12 | 763 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1117 | /src/classes/Milestone1_XML_Import_Utility.cls | 761 | 12 | 763 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1118 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 81 | 23 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1118 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 81 | 23 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1119 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 81 | 23 | 115 | 6 | 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. |
1119 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 81 | 23 | 115 | 6 | 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. |
1120 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 101 | 9 | 101 | 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 |
1120 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 101 | 9 | 101 | 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 |
1121 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 101 | 9 | 101 | 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. |
1121 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 101 | 9 | 101 | 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. |
1122 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 112 | 9 | 112 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1122 | /src/classes/Milestone1_XML_Import_Utility_Test.cls | 112 | 9 | 112 | 48 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'System.assertNotEquals' should have 3 parameters. |
1123 | /src/classes/Milestone1_repeatCon.cls | 29 | 21 | 731 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1123 | /src/classes/Milestone1_repeatCon.cls | 29 | 21 | 731 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1124 | /src/classes/Milestone1_repeatCon.cls | 29 | 21 | 731 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_repeatCon' has a total cognitive complexity of 73 (highest 9), current threshold is 50 |
1124 | /src/classes/Milestone1_repeatCon.cls | 29 | 21 | 731 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'Milestone1_repeatCon' has a total cognitive complexity of 73 (highest 9), current threshold is 50 |
1125 | /src/classes/Milestone1_repeatCon.cls | 29 | 21 | 731 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_repeatCon' has a total cyclomatic complexity of 63 (highest 7). |
1125 | /src/classes/Milestone1_repeatCon.cls | 29 | 21 | 731 | 4 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'Milestone1_repeatCon' has a total cyclomatic complexity of 63 (highest 7). |
1126 | /src/classes/Milestone1_repeatCon.cls | 29 | 21 | 731 | 4 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1126 | /src/classes/Milestone1_repeatCon.cls | 29 | 21 | 731 | 4 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1127 | /src/classes/Milestone1_repeatCon.cls | 31 | 9 | 31 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1127 | /src/classes/Milestone1_repeatCon.cls | 31 | 9 | 31 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1128 | /src/classes/Milestone1_repeatCon.cls | 32 | 9 | 32 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1128 | /src/classes/Milestone1_repeatCon.cls | 32 | 9 | 32 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1129 | /src/classes/Milestone1_repeatCon.cls | 33 | 23 | 33 | 67 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'ALL_ITEMS' should be before method declarations in its class |
1129 | /src/classes/Milestone1_repeatCon.cls | 33 | 23 | 33 | 67 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'ALL_ITEMS' should be before method declarations in its class |
1130 | /src/classes/Milestone1_repeatCon.cls | 33 | 23 | 33 | 67 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'ALL_ITEMS' doesn't match '[a-z][a-zA-Z0-9]*' |
1130 | /src/classes/Milestone1_repeatCon.cls | 33 | 23 | 33 | 67 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'ALL_ITEMS' doesn't match '[a-z][a-zA-Z0-9]*' |
1131 | /src/classes/Milestone1_repeatCon.cls | 34 | 23 | 34 | 69 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MY_TASKS' should be before method declarations in its class |
1131 | /src/classes/Milestone1_repeatCon.cls | 34 | 23 | 34 | 69 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MY_TASKS' should be before method declarations in its class |
1132 | /src/classes/Milestone1_repeatCon.cls | 34 | 23 | 34 | 69 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'MY_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
1132 | /src/classes/Milestone1_repeatCon.cls | 34 | 23 | 34 | 69 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'MY_TASKS' doesn't match '[a-z][a-zA-Z0-9]*' |
1133 | /src/classes/Milestone1_repeatCon.cls | 35 | 23 | 35 | 84 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MY_MILESTONES_ONLY' should be before method declarations in its class |
1133 | /src/classes/Milestone1_repeatCon.cls | 35 | 23 | 35 | 84 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MY_MILESTONES_ONLY' should be before method declarations in its class |
1134 | /src/classes/Milestone1_repeatCon.cls | 35 | 23 | 35 | 84 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'MY_MILESTONES_ONLY' doesn't match '[a-z][a-zA-Z0-9]*' |
1134 | /src/classes/Milestone1_repeatCon.cls | 35 | 23 | 35 | 84 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'MY_MILESTONES_ONLY' doesn't match '[a-z][a-zA-Z0-9]*' |
1135 | /src/classes/Milestone1_repeatCon.cls | 36 | 23 | 36 | 99 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MY_PROJECTS_AND_ITEMS' should be before method declarations in its class |
1135 | /src/classes/Milestone1_repeatCon.cls | 36 | 23 | 36 | 99 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MY_PROJECTS_AND_ITEMS' should be before method declarations in its class |
1136 | /src/classes/Milestone1_repeatCon.cls | 36 | 23 | 36 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'MY_PROJECTS_AND_ITEMS' doesn't match '[a-z][a-zA-Z0-9]*' |
1136 | /src/classes/Milestone1_repeatCon.cls | 36 | 23 | 36 | 99 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'MY_PROJECTS_AND_ITEMS' doesn't match '[a-z][a-zA-Z0-9]*' |
1137 | /src/classes/Milestone1_repeatCon.cls | 37 | 15 | 37 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'currentDay' should be before method declarations in its class |
1137 | /src/classes/Milestone1_repeatCon.cls | 37 | 15 | 37 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'currentDay' should be before method declarations in its class |
1138 | /src/classes/Milestone1_repeatCon.cls | 44 | 10 | 44 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1138 | /src/classes/Milestone1_repeatCon.cls | 44 | 10 | 44 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1139 | /src/classes/Milestone1_repeatCon.cls | 46 | 9 | 46 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1139 | /src/classes/Milestone1_repeatCon.cls | 46 | 9 | 46 | 56 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1140 | /src/classes/Milestone1_repeatCon.cls | 47 | 9 | 47 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1140 | /src/classes/Milestone1_repeatCon.cls | 47 | 9 | 47 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1141 | /src/classes/Milestone1_repeatCon.cls | 49 | 9 | 57 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1141 | /src/classes/Milestone1_repeatCon.cls | 49 | 9 | 57 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1142 | /src/classes/Milestone1_repeatCon.cls | 75 | 9 | 75 | 31 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1142 | /src/classes/Milestone1_repeatCon.cls | 75 | 9 | 75 | 31 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1143 | /src/classes/Milestone1_repeatCon.cls | 99 | 10 | 101 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1143 | /src/classes/Milestone1_repeatCon.cls | 99 | 10 | 101 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1144 | /src/classes/Milestone1_repeatCon.cls | 103 | 10 | 105 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1144 | /src/classes/Milestone1_repeatCon.cls | 103 | 10 | 105 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1145 | /src/classes/Milestone1_repeatCon.cls | 107 | 10 | 113 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1145 | /src/classes/Milestone1_repeatCon.cls | 107 | 10 | 113 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1146 | /src/classes/Milestone1_repeatCon.cls | 115 | 10 | 119 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1146 | /src/classes/Milestone1_repeatCon.cls | 115 | 10 | 119 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1147 | /src/classes/Milestone1_repeatCon.cls | 121 | 10 | 158 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1147 | /src/classes/Milestone1_repeatCon.cls | 121 | 10 | 158 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1148 | /src/classes/Milestone1_repeatCon.cls | 121 | 10 | 158 | 4 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 24 |
1148 | /src/classes/Milestone1_repeatCon.cls | 121 | 10 | 158 | 4 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 24 |
1149 | /src/classes/Milestone1_repeatCon.cls | 124 | 12 | 124 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'mo' defined but not used |
1149 | /src/classes/Milestone1_repeatCon.cls | 124 | 12 | 124 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'mo' defined but not used |
1150 | /src/classes/Milestone1_repeatCon.cls | 127 | 11 | 127 | 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 'm_param' doesn't match '[a-z][a-zA-Z0-9]*' |
1150 | /src/classes/Milestone1_repeatCon.cls | 127 | 11 | 127 | 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 'm_param' doesn't match '[a-z][a-zA-Z0-9]*' |
1151 | /src/classes/Milestone1_repeatCon.cls | 128 | 11 | 128 | 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 'y_param' doesn't match '[a-z][a-zA-Z0-9]*' |
1151 | /src/classes/Milestone1_repeatCon.cls | 128 | 11 | 128 | 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 'y_param' doesn't match '[a-z][a-zA-Z0-9]*' |
1152 | /src/classes/Milestone1_repeatCon.cls | 160 | 10 | 163 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1152 | /src/classes/Milestone1_repeatCon.cls | 160 | 10 | 163 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1153 | /src/classes/Milestone1_repeatCon.cls | 160 | 10 | 163 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1153 | /src/classes/Milestone1_repeatCon.cls | 160 | 10 | 163 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1154 | /src/classes/Milestone1_repeatCon.cls | 165 | 10 | 165 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1154 | /src/classes/Milestone1_repeatCon.cls | 165 | 10 | 165 | 55 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1155 | /src/classes/Milestone1_repeatCon.cls | 168 | 10 | 194 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1155 | /src/classes/Milestone1_repeatCon.cls | 168 | 10 | 194 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1156 | /src/classes/Milestone1_repeatCon.cls | 196 | 11 | 203 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1156 | /src/classes/Milestone1_repeatCon.cls | 196 | 11 | 203 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1157 | /src/classes/Milestone1_repeatCon.cls | 196 | 11 | 203 | 4 | 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 |
1157 | /src/classes/Milestone1_repeatCon.cls | 196 | 11 | 203 | 4 | 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 |
1158 | /src/classes/Milestone1_repeatCon.cls | 251 | 10 | 294 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1158 | /src/classes/Milestone1_repeatCon.cls | 251 | 10 | 294 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1159 | /src/classes/Milestone1_repeatCon.cls | 251 | 10 | 294 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1159 | /src/classes/Milestone1_repeatCon.cls | 251 | 10 | 294 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1160 | /src/classes/Milestone1_repeatCon.cls | 251 | 10 | 294 | 4 | 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 |
1160 | /src/classes/Milestone1_repeatCon.cls | 251 | 10 | 294 | 4 | 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 |
1161 | /src/classes/Milestone1_repeatCon.cls | 297 | 11 | 322 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1161 | /src/classes/Milestone1_repeatCon.cls | 297 | 11 | 322 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1162 | /src/classes/Milestone1_repeatCon.cls | 297 | 11 | 322 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1162 | /src/classes/Milestone1_repeatCon.cls | 297 | 11 | 322 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1163 | /src/classes/Milestone1_repeatCon.cls | 297 | 11 | 322 | 4 | 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 |
1163 | /src/classes/Milestone1_repeatCon.cls | 297 | 11 | 322 | 4 | 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 |
1164 | /src/classes/Milestone1_repeatCon.cls | 324 | 11 | 347 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1164 | /src/classes/Milestone1_repeatCon.cls | 324 | 11 | 347 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1165 | /src/classes/Milestone1_repeatCon.cls | 324 | 11 | 347 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1165 | /src/classes/Milestone1_repeatCon.cls | 324 | 11 | 347 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1166 | /src/classes/Milestone1_repeatCon.cls | 324 | 11 | 347 | 4 | 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 |
1166 | /src/classes/Milestone1_repeatCon.cls | 324 | 11 | 347 | 4 | 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 |
1167 | /src/classes/Milestone1_repeatCon.cls | 350 | 11 | 354 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1167 | /src/classes/Milestone1_repeatCon.cls | 350 | 11 | 354 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1168 | /src/classes/Milestone1_repeatCon.cls | 350 | 11 | 354 | 4 | 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 |
1168 | /src/classes/Milestone1_repeatCon.cls | 350 | 11 | 354 | 4 | 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 |
1169 | /src/classes/Milestone1_repeatCon.cls | 356 | 28 | 356 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'month' should be before method declarations in its class |
1169 | /src/classes/Milestone1_repeatCon.cls | 356 | 28 | 356 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'month' should be before method declarations in its class |
1170 | /src/classes/Milestone1_repeatCon.cls | 359 | 21 | 386 | 4 | 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. |
1170 | /src/classes/Milestone1_repeatCon.cls | 359 | 21 | 386 | 4 | 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. |
1171 | /src/classes/Milestone1_repeatCon.cls | 380 | 37 | 380 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1171 | /src/classes/Milestone1_repeatCon.cls | 380 | 37 | 380 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1172 | /src/classes/Milestone1_repeatCon.cls | 388 | 21 | 432 | 4 | 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. |
1172 | /src/classes/Milestone1_repeatCon.cls | 388 | 21 | 432 | 4 | 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. |
1173 | /src/classes/Milestone1_repeatCon.cls | 418 | 37 | 418 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1173 | /src/classes/Milestone1_repeatCon.cls | 418 | 37 | 418 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1174 | /src/classes/Milestone1_repeatCon.cls | 430 | 13 | 430 | 54 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1174 | /src/classes/Milestone1_repeatCon.cls | 430 | 13 | 430 | 54 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1175 | /src/classes/Milestone1_repeatCon.cls | 430 | 13 | 430 | 54 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1175 | /src/classes/Milestone1_repeatCon.cls | 430 | 13 | 430 | 54 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1176 | /src/classes/Milestone1_repeatCon.cls | 434 | 21 | 470 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1176 | /src/classes/Milestone1_repeatCon.cls | 434 | 21 | 470 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1177 | /src/classes/Milestone1_repeatCon.cls | 434 | 21 | 470 | 4 | 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. |
1177 | /src/classes/Milestone1_repeatCon.cls | 434 | 21 | 470 | 4 | 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. |
1178 | /src/classes/Milestone1_repeatCon.cls | 464 | 37 | 464 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1178 | /src/classes/Milestone1_repeatCon.cls | 464 | 37 | 464 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1179 | /src/classes/Milestone1_repeatCon.cls | 466 | 40 | 466 | 80 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'projMap' defined but not used |
1179 | /src/classes/Milestone1_repeatCon.cls | 466 | 40 | 466 | 80 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'projMap' defined but not used |
1180 | /src/classes/Milestone1_repeatCon.cls | 472 | 21 | 508 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1180 | /src/classes/Milestone1_repeatCon.cls | 472 | 21 | 508 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1181 | /src/classes/Milestone1_repeatCon.cls | 472 | 21 | 508 | 4 | 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. |
1181 | /src/classes/Milestone1_repeatCon.cls | 472 | 21 | 508 | 4 | 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. |
1182 | /src/classes/Milestone1_repeatCon.cls | 502 | 37 | 502 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1182 | /src/classes/Milestone1_repeatCon.cls | 502 | 37 | 502 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1183 | /src/classes/Milestone1_repeatCon.cls | 516 | 23 | 546 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1183 | /src/classes/Milestone1_repeatCon.cls | 516 | 23 | 546 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1184 | /src/classes/Milestone1_repeatCon.cls | 516 | 23 | 546 | 6 | 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. |
1184 | /src/classes/Milestone1_repeatCon.cls | 516 | 23 | 546 | 6 | 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. |
1185 | /src/classes/Milestone1_repeatCon.cls | 541 | 37 | 541 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1185 | /src/classes/Milestone1_repeatCon.cls | 541 | 37 | 541 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1186 | /src/classes/Milestone1_repeatCon.cls | 543 | 39 | 543 | 79 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'projMap' defined but not used |
1186 | /src/classes/Milestone1_repeatCon.cls | 543 | 39 | 543 | 79 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'projMap' defined but not used |
1187 | /src/classes/Milestone1_repeatCon.cls | 544 | 41 | 544 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestonesMap' defined but not used |
1187 | /src/classes/Milestone1_repeatCon.cls | 544 | 41 | 544 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestonesMap' defined but not used |
1188 | /src/classes/Milestone1_repeatCon.cls | 548 | 21 | 601 | 6 | 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. |
1188 | /src/classes/Milestone1_repeatCon.cls | 548 | 21 | 601 | 6 | 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. |
1189 | /src/classes/Milestone1_repeatCon.cls | 553 | 9 | 553 | 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 |
1189 | /src/classes/Milestone1_repeatCon.cls | 553 | 9 | 553 | 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 |
1190 | /src/classes/Milestone1_repeatCon.cls | 553 | 9 | 553 | 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. |
1190 | /src/classes/Milestone1_repeatCon.cls | 553 | 9 | 553 | 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. |
1191 | /src/classes/Milestone1_repeatCon.cls | 590 | 37 | 590 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1191 | /src/classes/Milestone1_repeatCon.cls | 590 | 37 | 590 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1192 | /src/classes/Milestone1_repeatCon.cls | 604 | 19 | 644 | 4 | 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. |
1192 | /src/classes/Milestone1_repeatCon.cls | 604 | 19 | 644 | 4 | 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. |
1193 | /src/classes/Milestone1_repeatCon.cls | 609 | 9 | 609 | 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 |
1193 | /src/classes/Milestone1_repeatCon.cls | 609 | 9 | 609 | 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 |
1194 | /src/classes/Milestone1_repeatCon.cls | 609 | 9 | 609 | 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. |
1194 | /src/classes/Milestone1_repeatCon.cls | 609 | 9 | 609 | 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. |
1195 | /src/classes/Milestone1_repeatCon.cls | 635 | 37 | 635 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1195 | /src/classes/Milestone1_repeatCon.cls | 635 | 37 | 635 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1196 | /src/classes/Milestone1_repeatCon.cls | 646 | 21 | 685 | 4 | 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. |
1196 | /src/classes/Milestone1_repeatCon.cls | 646 | 21 | 685 | 4 | 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. |
1197 | /src/classes/Milestone1_repeatCon.cls | 651 | 9 | 651 | 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 |
1197 | /src/classes/Milestone1_repeatCon.cls | 651 | 9 | 651 | 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 |
1198 | /src/classes/Milestone1_repeatCon.cls | 651 | 9 | 651 | 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. |
1198 | /src/classes/Milestone1_repeatCon.cls | 651 | 9 | 651 | 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. |
1199 | /src/classes/Milestone1_repeatCon.cls | 677 | 37 | 677 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1199 | /src/classes/Milestone1_repeatCon.cls | 677 | 37 | 677 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1200 | /src/classes/Milestone1_repeatCon.cls | 679 | 39 | 679 | 79 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'projMap' defined but not used |
1200 | /src/classes/Milestone1_repeatCon.cls | 679 | 39 | 679 | 79 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'projMap' defined but not used |
1201 | /src/classes/Milestone1_repeatCon.cls | 687 | 21 | 727 | 4 | 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. |
1201 | /src/classes/Milestone1_repeatCon.cls | 687 | 21 | 727 | 4 | 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. |
1202 | /src/classes/Milestone1_repeatCon.cls | 692 | 9 | 692 | 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 |
1202 | /src/classes/Milestone1_repeatCon.cls | 692 | 9 | 692 | 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 |
1203 | /src/classes/Milestone1_repeatCon.cls | 692 | 9 | 692 | 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. |
1203 | /src/classes/Milestone1_repeatCon.cls | 692 | 9 | 692 | 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. |
1204 | /src/classes/Milestone1_repeatCon.cls | 719 | 37 | 719 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1204 | /src/classes/Milestone1_repeatCon.cls | 719 | 37 | 719 | 70 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'weeksList' defined but not used |
1205 | /src/classes/Milestone1_repeatCon.cls | 721 | 39 | 721 | 79 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'projMap' defined but not used |
1205 | /src/classes/Milestone1_repeatCon.cls | 721 | 39 | 721 | 79 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'projMap' defined but not used |
1206 | /src/classes/Milestone1_repeatCon.cls | 722 | 41 | 722 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestonesMap' defined but not used |
1206 | /src/classes/Milestone1_repeatCon.cls | 722 | 41 | 722 | 95 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'milestonesMap' defined but not used |
1207 | /src/components/Milestone1_Charts_GanttComponent.component | 26 | 33 | 26 | 52 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1207 | /src/components/Milestone1_Charts_GanttComponent.component | 26 | 33 | 26 | 52 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1208 | /src/components/Milestone1_Charts_GanttComponent.component | 27 | 14 | 27 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1208 | /src/components/Milestone1_Charts_GanttComponent.component | 27 | 14 | 27 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1209 | /src/components/Milestone1_Charts_GanttComponent.component | 29 | 10 | 29 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1209 | /src/components/Milestone1_Charts_GanttComponent.component | 29 | 10 | 29 | 19 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1210 | /src/components/Milestone1_Charts_GanttComponent.component | 35 | 55 | 35 | 68 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1210 | /src/components/Milestone1_Charts_GanttComponent.component | 35 | 55 | 35 | 68 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1211 | /src/components/Milestone1_Charts_GanttComponent.component | 36 | 34 | 36 | 48 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1211 | /src/components/Milestone1_Charts_GanttComponent.component | 36 | 34 | 36 | 48 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1212 | /src/components/Milestone1_Charts_GanttComponent.component | 37 | 34 | 37 | 55 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1212 | /src/components/Milestone1_Charts_GanttComponent.component | 37 | 34 | 37 | 55 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1213 | /src/components/Milestone1_Charts_GanttComponent.component | 38 | 34 | 38 | 53 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1213 | /src/components/Milestone1_Charts_GanttComponent.component | 38 | 34 | 38 | 53 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1214 | /src/components/Milestone1_Charts_GanttComponent.component | 40 | 56 | 40 | 74 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1214 | /src/components/Milestone1_Charts_GanttComponent.component | 40 | 56 | 40 | 74 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1215 | /src/components/Milestone1_Charts_GanttComponent.component | 49 | 29 | 49 | 40 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1215 | /src/components/Milestone1_Charts_GanttComponent.component | 49 | 29 | 49 | 40 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1216 | /src/components/Milestone1_Charts_GanttComponent.component | 50 | 14 | 50 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1216 | /src/components/Milestone1_Charts_GanttComponent.component | 50 | 14 | 50 | 23 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1217 | /src/components/Milestone1_Charts_GanttComponent.component | 50 | 36 | 50 | 45 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1217 | /src/components/Milestone1_Charts_GanttComponent.component | 50 | 36 | 50 | 45 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1218 | /src/components/Milestone1_Charts_GanttComponent.component | 51 | 32 | 51 | 41 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1218 | /src/components/Milestone1_Charts_GanttComponent.component | 51 | 32 | 51 | 41 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1219 | /src/pages/Milestone1_Summary2.page | 28 | 53 | 28 | 66 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
1219 | /src/pages/Milestone1_Summary2.page | 28 | 53 | 28 | 66 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
1220 | /src/pages/Milestone1_Summary2.page | 84 | 40 | 84 | 54 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1220 | /src/pages/Milestone1_Summary2.page | 84 | 40 | 84 | 54 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1221 | /src/pages/Milestone1_Summary2.page | 224 | 57 | 224 | 99 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1221 | /src/pages/Milestone1_Summary2.page | 224 | 57 | 224 | 99 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1222 | /src/pages/Milestone1_Summary2.page | 226 | 57 | 226 | 103 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1222 | /src/pages/Milestone1_Summary2.page | 226 | 57 | 226 | 103 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1223 | /src/pages/Milestone1_Summary2.page | 237 | 57 | 237 | 99 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1223 | /src/pages/Milestone1_Summary2.page | 237 | 57 | 237 | 99 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1224 | /src/pages/Milestone1_Summary2.page | 238 | 57 | 238 | 99 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1224 | /src/pages/Milestone1_Summary2.page | 238 | 57 | 238 | 99 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1225 | /src/pages/Milestone1_Summary2.page | 239 | 57 | 239 | 102 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1225 | /src/pages/Milestone1_Summary2.page | 239 | 57 | 239 | 102 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1226 | /src/pages/Milestone1_Summary2.page | 252 | 57 | 252 | 96 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1226 | /src/pages/Milestone1_Summary2.page | 252 | 57 | 252 | 96 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1227 | /src/pages/Milestone1_Summary2.page | 253 | 57 | 253 | 112 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1227 | /src/pages/Milestone1_Summary2.page | 253 | 57 | 253 | 112 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1228 | /src/pages/Milestone1_Summary2.page | 254 | 57 | 254 | 98 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1228 | /src/pages/Milestone1_Summary2.page | 254 | 57 | 254 | 98 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1229 | /src/pages/Milestone1_Summary2.page | 255 | 57 | 255 | 98 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1229 | /src/pages/Milestone1_Summary2.page | 255 | 57 | 255 | 98 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
1230 | /src/triggers/Milestone1_Expense_Trigger.trigger | 1 | 1 | 7 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1230 | /src/triggers/Milestone1_Expense_Trigger.trigger | 1 | 1 | 7 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1231 | /src/triggers/Milestone1_Milestone_Trigger.trigger | 1 | 1 | 35 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1231 | /src/triggers/Milestone1_Milestone_Trigger.trigger | 1 | 1 | 35 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1232 | /src/triggers/Milestone1_Project_Trigger.trigger | 1 | 1 | 16 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1232 | /src/triggers/Milestone1_Project_Trigger.trigger | 1 | 1 | 16 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1233 | /src/triggers/Milestone1_Task_Trigger.trigger | 1 | 1 | 15 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1233 | /src/triggers/Milestone1_Task_Trigger.trigger | 1 | 1 | 15 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1234 | /src/triggers/Milestone1_Time_Trigger.trigger | 1 | 1 | 8 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
1234 | /src/triggers/Milestone1_Time_Trigger.trigger | 1 | 1 | 8 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |