pmd7_2 took 16 seconds to run and found 1566 violations
pmd7_3 took 18 seconds to run and found 1564 violations
Among the 1566 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /src/classes/UnfollowButtonController.cls | 1 | 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 |
1 | /src/classes/UnfollowButtonController.cls | 1 | 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 |
2 | /src/classes/UnfollowButtonController.cls | 3 | 12 | 3 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2 | /src/classes/UnfollowButtonController.cls | 3 | 12 | 3 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
3 | /src/classes/UnfollowButtonController.cls | 4 | 12 | 4 | 54 | 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/UnfollowButtonController.cls | 4 | 12 | 4 | 54 | 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/UnfollowButtonController.cls | 6 | 26 | 6 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowSchedule' should be before method declarations in its class |
4 | /src/classes/UnfollowButtonController.cls | 6 | 26 | 6 | 59 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowSchedule' should be before method declarations in its class |
5 | /src/classes/UnfollowButtonController.cls | 7 | 26 | 7 | 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 'unfollowDelaySchedule' should be before method declarations in its class |
5 | /src/classes/UnfollowButtonController.cls | 7 | 26 | 7 | 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 'unfollowDelaySchedule' should be before method declarations in its class |
6 | /src/classes/UnfollowButtonController.cls | 8 | 26 | 8 | 66 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowTryAgainSchedule' should be before method declarations in its class |
6 | /src/classes/UnfollowButtonController.cls | 8 | 26 | 8 | 66 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'unfollowTryAgainSchedule' should be before method declarations in its class |
7 | /src/classes/UnfollowButtonController.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
7 | /src/classes/UnfollowButtonController.cls | 11 | 12 | 13 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
8 | /src/classes/UnfollowButtonController.cls | 15 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
8 | /src/classes/UnfollowButtonController.cls | 15 | 12 | 26 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
9 | /src/classes/UnfollowButtonController.cls | 17 | 34 | 17 | 205 | 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 |
9 | /src/classes/UnfollowButtonController.cls | 17 | 34 | 17 | 205 | 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 |
10 | /src/classes/UnfollowButtonController.cls | 23 | 10 | 25 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
10 | /src/classes/UnfollowButtonController.cls | 23 | 10 | 25 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
11 | /src/classes/UnfollowButtonController.cls | 28 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /src/classes/UnfollowButtonController.cls | 28 | 12 | 39 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
12 | /src/classes/UnfollowButtonController.cls | 30 | 35 | 30 | 207 | 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 |
12 | /src/classes/UnfollowButtonController.cls | 30 | 35 | 30 | 207 | 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 |
13 | /src/classes/UnfollowButtonController.cls | 36 | 10 | 38 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
13 | /src/classes/UnfollowButtonController.cls | 36 | 10 | 38 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
14 | /src/classes/UnfollowButtonController.cls | 42 | 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 |
14 | /src/classes/UnfollowButtonController.cls | 42 | 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 |
15 | /src/classes/UnfollowButtonController.cls | 43 | 30 | 43 | 217 | 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 |
15 | /src/classes/UnfollowButtonController.cls | 43 | 30 | 43 | 217 | 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 |
16 | /src/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | 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/UnfollowController.cls | 1 | 21 | 309 | 2 | 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/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'UnfollowController' has a total cognitive complexity of 70 (highest 23), current threshold is 50 |
17 | /src/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'UnfollowController' has a total cognitive complexity of 70 (highest 23), current threshold is 50 |
18 | /src/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowController' has a total cyclomatic complexity of 68 (highest 26). |
18 | /src/classes/UnfollowController.cls | 1 | 21 | 309 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowController' has a total cyclomatic complexity of 68 (highest 26). |
19 | /src/classes/UnfollowController.cls | 3 | 12 | 3 | 49 | 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/UnfollowController.cls | 3 | 12 | 3 | 49 | 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/UnfollowController.cls | 4 | 12 | 4 | 49 | 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/UnfollowController.cls | 4 | 12 | 4 | 49 | 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/UnfollowController.cls | 5 | 12 | 5 | 53 | 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/UnfollowController.cls | 5 | 12 | 5 | 53 | 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/UnfollowController.cls | 6 | 12 | 6 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
22 | /src/classes/UnfollowController.cls | 6 | 12 | 6 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
23 | /src/classes/UnfollowController.cls | 8 | 29 | 8 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'u' should be before method declarations in its class |
23 | /src/classes/UnfollowController.cls | 8 | 29 | 8 | 30 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'u' should be before method declarations in its class |
24 | /src/classes/UnfollowController.cls | 10 | 42 | 10 | 53 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'uController' should be before method declarations in its class |
24 | /src/classes/UnfollowController.cls | 10 | 42 | 10 | 53 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'uController' should be before method declarations in its class |
25 | /src/classes/UnfollowController.cls | 12 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /src/classes/UnfollowController.cls | 12 | 12 | 18 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
26 | /src/classes/UnfollowController.cls | 20 | 12 | 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 |
26 | /src/classes/UnfollowController.cls | 20 | 12 | 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 |
27 | /src/classes/UnfollowController.cls | 25 | 13 | 25 | 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 |
27 | /src/classes/UnfollowController.cls | 25 | 13 | 25 | 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 |
28 | /src/classes/UnfollowController.cls | 25 | 13 | 25 | 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 |
28 | /src/classes/UnfollowController.cls | 25 | 13 | 25 | 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 |
29 | /src/classes/UnfollowController.cls | 39 | 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 |
29 | /src/classes/UnfollowController.cls | 39 | 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 |
30 | /src/classes/UnfollowController.cls | 39 | 12 | 41 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The instance method name 'ShowAllObjectsTrue' doesn't match '[a-z][a-zA-Z0-9]*' |
30 | /src/classes/UnfollowController.cls | 39 | 12 | 41 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The instance method name 'ShowAllObjectsTrue' doesn't match '[a-z][a-zA-Z0-9]*' |
31 | /src/classes/UnfollowController.cls | 43 | 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 |
31 | /src/classes/UnfollowController.cls | 43 | 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 |
32 | /src/classes/UnfollowController.cls | 52 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
32 | /src/classes/UnfollowController.cls | 52 | 12 | 82 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
33 | /src/classes/UnfollowController.cls | 52 | 12 | 82 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getObjectNames()' has a cognitive complexity of 15, current threshold is 15 |
33 | /src/classes/UnfollowController.cls | 52 | 12 | 82 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getObjectNames()' has a cognitive complexity of 15, current threshold is 15 |
34 | /src/classes/UnfollowController.cls | 73 | 21 | 75 | 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 |
34 | /src/classes/UnfollowController.cls | 73 | 21 | 75 | 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 |
35 | /src/classes/UnfollowController.cls | 84 | 12 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
35 | /src/classes/UnfollowController.cls | 84 | 12 | 117 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
36 | /src/classes/UnfollowController.cls | 84 | 12 | 117 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getFieldNames()' has a cyclomatic complexity of 13. |
36 | /src/classes/UnfollowController.cls | 84 | 12 | 117 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getFieldNames()' has a cyclomatic complexity of 13. |
37 | /src/classes/UnfollowController.cls | 119 | 12 | 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 |
37 | /src/classes/UnfollowController.cls | 119 | 12 | 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 |
38 | /src/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getOperator()' has a cognitive complexity of 23, current threshold is 15 |
38 | /src/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getOperator()' has a cognitive complexity of 23, current threshold is 15 |
39 | /src/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getOperator()' has a cyclomatic complexity of 26. |
39 | /src/classes/UnfollowController.cls | 119 | 12 | 164 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getOperator()' has a cyclomatic complexity of 26. |
40 | /src/classes/UnfollowController.cls | 135 | 14 | 135 | 35 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
40 | /src/classes/UnfollowController.cls | 135 | 14 | 135 | 35 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
41 | /src/classes/UnfollowController.cls | 139 | 17 | 160 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
41 | /src/classes/UnfollowController.cls | 139 | 17 | 160 | 17 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
42 | /src/classes/UnfollowController.cls | 157 | 22 | 160 | 17 | 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 |
42 | /src/classes/UnfollowController.cls | 157 | 22 | 160 | 17 | 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 |
43 | /src/classes/UnfollowController.cls | 166 | 12 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
43 | /src/classes/UnfollowController.cls | 166 | 12 | 189 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
44 | /src/classes/UnfollowController.cls | 184 | 14 | 186 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
44 | /src/classes/UnfollowController.cls | 184 | 14 | 186 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
45 | /src/classes/UnfollowController.cls | 191 | 12 | 218 | 6 | 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/UnfollowController.cls | 191 | 12 | 218 | 6 | 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/UnfollowController.cls | 213 | 14 | 215 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
46 | /src/classes/UnfollowController.cls | 213 | 14 | 215 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
47 | /src/classes/UnfollowController.cls | 220 | 12 | 256 | 6 | 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/UnfollowController.cls | 220 | 12 | 256 | 6 | 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/UnfollowController.cls | 259 | 12 | 306 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
48 | /src/classes/UnfollowController.cls | 259 | 12 | 306 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
49 | /src/classes/UnfollowController.cls | 259 | 12 | 306 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'listNeverShowObjects()' has an NCSS line count of 42 (limit: 40) |
49 | /src/classes/UnfollowController.cls | 259 | 12 | 306 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'listNeverShowObjects()' has an NCSS line count of 42 (limit: 40) |
50 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 1 | 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 |
50 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 1 | 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 |
51 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 1 | 21 | 56 | 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 |
51 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 1 | 21 | 56 | 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 |
52 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 6 | 11 | 8 | 5 | 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/UnfollowProcessUnfollowQueueBatch.cls | 6 | 11 | 8 | 5 | 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/UnfollowProcessUnfollowQueueBatch.cls | 6 | 39 | 6 | 67 | 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]*' |
53 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 6 | 39 | 6 | 67 | 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]*' |
54 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 10 | 11 | 33 | 5 | 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/UnfollowProcessUnfollowQueueBatch.cls | 10 | 11 | 33 | 5 | 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/UnfollowProcessUnfollowQueueBatch.cls | 10 | 24 | 10 | 52 | 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]*' |
55 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 10 | 24 | 10 | 52 | 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]*' |
56 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 30 | 11 | 32 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
56 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 30 | 11 | 32 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
57 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 35 | 11 | 54 | 5 | 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/UnfollowProcessUnfollowQueueBatch.cls | 35 | 11 | 54 | 5 | 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/UnfollowProcessUnfollowQueueBatch.cls | 35 | 23 | 35 | 51 | 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]*' |
58 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 35 | 23 | 35 | 51 | 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]*' |
59 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 36 | 21 | 36 | 154 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'a' defined but not used |
59 | /src/classes/UnfollowProcessUnfollowQueueBatch.cls | 36 | 21 | 36 | 154 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'a' defined but not used |
60 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 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 |
61 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 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 |
62 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a total cognitive complexity of 77 (highest 64), current threshold is 50 |
62 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a total cognitive complexity of 77 (highest 64), current threshold is 50 |
63 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a total cyclomatic complexity of 109 (highest 97). |
63 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a total cyclomatic complexity of 109 (highest 97). |
64 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a Standard Cyclomatic Complexity of 11 (Highest = 30). |
64 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 1 | 21 | 175 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'UnfollowQueueDelayRecordsBatch' has a Standard Cyclomatic Complexity of 11 (Highest = 30). |
65 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 15 | 11 | 19 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
65 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 15 | 11 | 19 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
66 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 15 | 39 | 15 | 67 | 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]*' |
66 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 15 | 39 | 15 | 67 | 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]*' |
67 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 16 | 9 | 16 | 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 |
67 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 16 | 9 | 16 | 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 |
68 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 16 | 9 | 16 | 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. |
68 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 16 | 9 | 16 | 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. |
69 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 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 |
69 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 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 |
70 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'execute(Database.BatchableContext, List |
70 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'execute(Database.BatchableContext, List |
71 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 24 | 21 | 52 | 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]*' |
71 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 24 | 21 | 52 | 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]*' |
72 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'execute' has a Standard Cyclomatic Complexity of 10. |
72 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 21 | 11 | 84 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'execute' has a Standard Cyclomatic Complexity of 10. |
73 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 24 | 26 | 24 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'queuedRecord' defined but not used |
73 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 24 | 26 | 24 | 61 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'queuedRecord' defined but not used |
74 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 81 | 11 | 83 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
74 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 81 | 11 | 83 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
75 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 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/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 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/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCriteria(String, String, String, String)' has a cognitive complexity of 64, current threshold is 15 |
76 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'evaluateCriteria(String, String, String, String)' has a cognitive complexity of 64, current threshold is 15 |
77 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCriteria(String, String, String, String)' has a cyclomatic complexity of 97. |
77 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'evaluateCriteria(String, String, String, String)' has a cyclomatic complexity of 97. |
78 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 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. |
78 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 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. |
79 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCriteria()' has an NCSS line count of 84 (limit: 40) |
79 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'evaluateCriteria()' has an NCSS line count of 84 (limit: 40) |
80 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCriteria' has a Standard Cyclomatic Complexity of 30. |
80 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 86 | 19 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'evaluateCriteria' has a Standard Cyclomatic Complexity of 30. |
81 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 153 | 11 | 173 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
81 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 153 | 11 | 173 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
82 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 153 | 23 | 153 | 51 | 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]*' |
82 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 153 | 23 | 153 | 51 | 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]*' |
83 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 155 | 21 | 155 | 154 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'a' defined but not used |
83 | /src/classes/UnfollowQueueDelayRecordsBatch.cls | 155 | 21 | 155 | 154 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'a' defined but not used |
84 | /src/classes/UnfollowRecords.cls | 1 | 29 | 15 | 2 | 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/UnfollowRecords.cls | 1 | 29 | 15 | 2 | 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/UnfollowRecords.cls | 1 | 29 | 15 | 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 |
85 | /src/classes/UnfollowRecords.cls | 1 | 29 | 15 | 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 |
86 | /src/classes/UnfollowRecords.cls | 3 | 19 | 13 | 6 | 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/UnfollowRecords.cls | 3 | 19 | 13 | 6 | 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/UnfollowRecords.cls | 3 | 19 | 13 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'UnfollowRecordsButtonAction' doesn't match '[a-z][a-zA-Z0-9]*' |
87 | /src/classes/UnfollowRecords.cls | 3 | 19 | 13 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'UnfollowRecordsButtonAction' doesn't match '[a-z][a-zA-Z0-9]*' |
88 | /src/classes/UnfollowRecords.cls | 4 | 52 | 4 | 117 | 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 |
88 | /src/classes/UnfollowRecords.cls | 4 | 52 | 4 | 117 | 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 |
89 | /src/classes/UnfollowRecords.cls | 7 | 13 | 7 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
89 | /src/classes/UnfollowRecords.cls | 7 | 13 | 7 | 38 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
90 | /src/classes/UnfollowRecordsBatch.cls | 1 | 22 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
90 | /src/classes/UnfollowRecordsBatch.cls | 1 | 22 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
91 | /src/classes/UnfollowRecordsBatch.cls | 1 | 22 | 80 | 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 |
91 | /src/classes/UnfollowRecordsBatch.cls | 1 | 22 | 80 | 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 |
92 | /src/classes/UnfollowRecordsBatch.cls | 14 | 11 | 16 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
92 | /src/classes/UnfollowRecordsBatch.cls | 14 | 11 | 16 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
93 | /src/classes/UnfollowRecordsBatch.cls | 14 | 39 | 14 | 67 | 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]*' |
93 | /src/classes/UnfollowRecordsBatch.cls | 14 | 39 | 14 | 67 | 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]*' |
94 | /src/classes/UnfollowRecordsBatch.cls | 18 | 11 | 57 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
94 | /src/classes/UnfollowRecordsBatch.cls | 18 | 11 | 57 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
95 | /src/classes/UnfollowRecordsBatch.cls | 18 | 24 | 18 | 52 | 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]*' |
95 | /src/classes/UnfollowRecordsBatch.cls | 18 | 24 | 18 | 52 | 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]*' |
96 | /src/classes/UnfollowRecordsBatch.cls | 37 | 10 | 39 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
96 | /src/classes/UnfollowRecordsBatch.cls | 37 | 10 | 39 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
97 | /src/classes/UnfollowRecordsBatch.cls | 59 | 11 | 78 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /src/classes/UnfollowRecordsBatch.cls | 59 | 11 | 78 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
98 | /src/classes/UnfollowRecordsBatch.cls | 59 | 23 | 59 | 51 | 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]*' |
98 | /src/classes/UnfollowRecordsBatch.cls | 59 | 23 | 59 | 51 | 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]*' |
99 | /src/classes/UnfollowRecordsDelayed.cls | 1 | 28 | 33 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
99 | /src/classes/UnfollowRecordsDelayed.cls | 1 | 28 | 33 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
100 | /src/classes/UnfollowRecordsDelayed.cls | 1 | 28 | 33 | 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 |
100 | /src/classes/UnfollowRecordsDelayed.cls | 1 | 28 | 33 | 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 |
101 | /src/classes/UnfollowRecordsDelayed.cls | 2 | 20 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
101 | /src/classes/UnfollowRecordsDelayed.cls | 2 | 20 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /src/classes/UnfollowRecordsDelayed.cls | 15 | 16 | 15 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
102 | /src/classes/UnfollowRecordsDelayed.cls | 15 | 16 | 15 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
103 | /src/classes/UnfollowRecordsDelayed.cls | 26 | 17 | 26 | 40 | 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 |
103 | /src/classes/UnfollowRecordsDelayed.cls | 26 | 17 | 26 | 40 | 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 |
104 | /src/classes/UnfollowRecordsDelayed.cls | 28 | 10 | 30 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
104 | /src/classes/UnfollowRecordsDelayed.cls | 28 | 10 | 30 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
105 | /src/classes/UnfollowRunThisRuleButtonController.cls | 1 | 21 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
105 | /src/classes/UnfollowRunThisRuleButtonController.cls | 1 | 21 | 48 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
106 | /src/classes/UnfollowRunThisRuleButtonController.cls | 1 | 21 | 48 | 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 |
106 | /src/classes/UnfollowRunThisRuleButtonController.cls | 1 | 21 | 48 | 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 |
107 | /src/classes/UnfollowRunThisRuleButtonController.cls | 3 | 12 | 3 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
107 | /src/classes/UnfollowRunThisRuleButtonController.cls | 3 | 12 | 3 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
108 | /src/classes/UnfollowRunThisRuleButtonController.cls | 3 | 20 | 3 | 35 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'RunRuleRendered' doesn't match '[a-z][a-zA-Z0-9]*' |
108 | /src/classes/UnfollowRunThisRuleButtonController.cls | 3 | 20 | 3 | 35 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The instance property name 'RunRuleRendered' doesn't match '[a-z][a-zA-Z0-9]*' |
109 | /src/classes/UnfollowRunThisRuleButtonController.cls | 4 | 12 | 4 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
109 | /src/classes/UnfollowRunThisRuleButtonController.cls | 4 | 12 | 4 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
110 | /src/classes/UnfollowRunThisRuleButtonController.cls | 5 | 34 | 5 | 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 'u' should be before method declarations in its class |
110 | /src/classes/UnfollowRunThisRuleButtonController.cls | 5 | 34 | 5 | 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 'u' should be before method declarations in its class |
111 | /src/classes/UnfollowRunThisRuleButtonController.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
111 | /src/classes/UnfollowRunThisRuleButtonController.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
112 | /src/classes/UnfollowRunThisRuleButtonController.cls | 12 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
112 | /src/classes/UnfollowRunThisRuleButtonController.cls | 12 | 12 | 20 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
113 | /src/classes/UnfollowRunThisRuleButtonController.cls | 23 | 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 |
113 | /src/classes/UnfollowRunThisRuleButtonController.cls | 23 | 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 |
114 | /src/classes/UnfollowRunThisRuleButtonController.cls | 25 | 43 | 25 | 129 | 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 |
114 | /src/classes/UnfollowRunThisRuleButtonController.cls | 25 | 43 | 25 | 129 | 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 |
115 | /src/classes/UnfollowRunThisRuleButtonController.cls | 29 | 39 | 29 | 179 | 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 |
115 | /src/classes/UnfollowRunThisRuleButtonController.cls | 29 | 39 | 29 | 179 | 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 |
116 | /src/classes/UnfollowRunThisRuleButtonController.cls | 41 | 16 | 41 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
116 | /src/classes/UnfollowRunThisRuleButtonController.cls | 41 | 16 | 41 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
117 | /src/classes/UnfollowTests.cls | 2 | 9 | 2345 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowTests' has a total cyclomatic complexity of 81 (highest 3). |
117 | /src/classes/UnfollowTests.cls | 2 | 9 | 2345 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'UnfollowTests' has a total cyclomatic complexity of 81 (highest 3). |
118 | /src/classes/UnfollowTests.cls | 2 | 9 | 2345 | 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 703 |
118 | /src/classes/UnfollowTests.cls | 2 | 9 | 2345 | 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 703 |
119 | /src/classes/UnfollowTests.cls | 5 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
119 | /src/classes/UnfollowTests.cls | 5 | 19 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
120 | /src/classes/UnfollowTests.cls | 20 | 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 |
120 | /src/classes/UnfollowTests.cls | 20 | 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 |
121 | /src/classes/UnfollowTests.cls | 20 | 19 | 33 | 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. |
121 | /src/classes/UnfollowTests.cls | 20 | 19 | 33 | 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. |
122 | /src/classes/UnfollowTests.cls | 28 | 18 | 28 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
122 | /src/classes/UnfollowTests.cls | 28 | 18 | 28 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
123 | /src/classes/UnfollowTests.cls | 36 | 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 |
123 | /src/classes/UnfollowTests.cls | 36 | 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 |
124 | /src/classes/UnfollowTests.cls | 48 | 19 | 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 |
124 | /src/classes/UnfollowTests.cls | 48 | 19 | 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 |
125 | /src/classes/UnfollowTests.cls | 48 | 19 | 51 | 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. |
125 | /src/classes/UnfollowTests.cls | 48 | 19 | 51 | 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. |
126 | /src/classes/UnfollowTests.cls | 48 | 44 | 48 | 58 | 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 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
126 | /src/classes/UnfollowTests.cls | 48 | 44 | 48 | 58 | 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 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
127 | /src/classes/UnfollowTests.cls | 54 | 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 |
127 | /src/classes/UnfollowTests.cls | 54 | 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 |
128 | /src/classes/UnfollowTests.cls | 66 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
128 | /src/classes/UnfollowTests.cls | 66 | 19 | 72 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
129 | /src/classes/UnfollowTests.cls | 74 | 23 | 76 | 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() |
129 | /src/classes/UnfollowTests.cls | 74 | 23 | 76 | 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() |
130 | /src/classes/UnfollowTests.cls | 74 | 23 | 76 | 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. |
130 | /src/classes/UnfollowTests.cls | 74 | 23 | 76 | 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. |
131 | /src/classes/UnfollowTests.cls | 74 | 5 | 74 | 22 | 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. |
131 | /src/classes/UnfollowTests.cls | 74 | 5 | 74 | 22 | 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. |
132 | /src/classes/UnfollowTests.cls | 78 | 23 | 119 | 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. |
132 | /src/classes/UnfollowTests.cls | 78 | 23 | 119 | 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. |
133 | /src/classes/UnfollowTests.cls | 83 | 17 | 83 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
133 | /src/classes/UnfollowTests.cls | 83 | 17 | 83 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
134 | /src/classes/UnfollowTests.cls | 84 | 16 | 84 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
134 | /src/classes/UnfollowTests.cls | 84 | 16 | 84 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
135 | /src/classes/UnfollowTests.cls | 85 | 16 | 85 | 33 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
135 | /src/classes/UnfollowTests.cls | 85 | 16 | 85 | 33 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
136 | /src/classes/UnfollowTests.cls | 86 | 16 | 86 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
136 | /src/classes/UnfollowTests.cls | 86 | 16 | 86 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
137 | /src/classes/UnfollowTests.cls | 87 | 16 | 87 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
137 | /src/classes/UnfollowTests.cls | 87 | 16 | 87 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
138 | /src/classes/UnfollowTests.cls | 88 | 16 | 88 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
138 | /src/classes/UnfollowTests.cls | 88 | 16 | 88 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
139 | /src/classes/UnfollowTests.cls | 92 | 16 | 92 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
139 | /src/classes/UnfollowTests.cls | 92 | 16 | 92 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
140 | /src/classes/UnfollowTests.cls | 93 | 17 | 93 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
140 | /src/classes/UnfollowTests.cls | 93 | 17 | 93 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
141 | /src/classes/UnfollowTests.cls | 94 | 16 | 94 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
141 | /src/classes/UnfollowTests.cls | 94 | 16 | 94 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
142 | /src/classes/UnfollowTests.cls | 95 | 16 | 95 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
142 | /src/classes/UnfollowTests.cls | 95 | 16 | 95 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
143 | /src/classes/UnfollowTests.cls | 96 | 14 | 96 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
143 | /src/classes/UnfollowTests.cls | 96 | 14 | 96 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
144 | /src/classes/UnfollowTests.cls | 97 | 18 | 97 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
144 | /src/classes/UnfollowTests.cls | 97 | 18 | 97 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
145 | /src/classes/UnfollowTests.cls | 98 | 16 | 98 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
145 | /src/classes/UnfollowTests.cls | 98 | 16 | 98 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
146 | /src/classes/UnfollowTests.cls | 99 | 16 | 99 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
146 | /src/classes/UnfollowTests.cls | 99 | 16 | 99 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
147 | /src/classes/UnfollowTests.cls | 100 | 16 | 100 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
147 | /src/classes/UnfollowTests.cls | 100 | 16 | 100 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
148 | /src/classes/UnfollowTests.cls | 106 | 34 | 106 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
148 | /src/classes/UnfollowTests.cls | 106 | 34 | 106 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
149 | /src/classes/UnfollowTests.cls | 114 | 13 | 114 | 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 |
149 | /src/classes/UnfollowTests.cls | 114 | 13 | 114 | 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 |
150 | /src/classes/UnfollowTests.cls | 114 | 13 | 114 | 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. |
150 | /src/classes/UnfollowTests.cls | 114 | 13 | 114 | 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. |
151 | /src/classes/UnfollowTests.cls | 116 | 13 | 116 | 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. |
151 | /src/classes/UnfollowTests.cls | 116 | 13 | 116 | 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. |
152 | /src/classes/UnfollowTests.cls | 121 | 23 | 162 | 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. |
152 | /src/classes/UnfollowTests.cls | 121 | 23 | 162 | 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. |
153 | /src/classes/UnfollowTests.cls | 126 | 17 | 126 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
153 | /src/classes/UnfollowTests.cls | 126 | 17 | 126 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
154 | /src/classes/UnfollowTests.cls | 127 | 16 | 127 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
154 | /src/classes/UnfollowTests.cls | 127 | 16 | 127 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
155 | /src/classes/UnfollowTests.cls | 128 | 16 | 128 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
155 | /src/classes/UnfollowTests.cls | 128 | 16 | 128 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
156 | /src/classes/UnfollowTests.cls | 129 | 16 | 129 | 32 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
156 | /src/classes/UnfollowTests.cls | 129 | 16 | 129 | 32 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
157 | /src/classes/UnfollowTests.cls | 130 | 16 | 130 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
157 | /src/classes/UnfollowTests.cls | 130 | 16 | 130 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
158 | /src/classes/UnfollowTests.cls | 131 | 16 | 131 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
158 | /src/classes/UnfollowTests.cls | 131 | 16 | 131 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
159 | /src/classes/UnfollowTests.cls | 135 | 16 | 135 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
159 | /src/classes/UnfollowTests.cls | 135 | 16 | 135 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
160 | /src/classes/UnfollowTests.cls | 136 | 17 | 136 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
160 | /src/classes/UnfollowTests.cls | 136 | 17 | 136 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
161 | /src/classes/UnfollowTests.cls | 137 | 16 | 137 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
161 | /src/classes/UnfollowTests.cls | 137 | 16 | 137 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
162 | /src/classes/UnfollowTests.cls | 138 | 16 | 138 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
162 | /src/classes/UnfollowTests.cls | 138 | 16 | 138 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
163 | /src/classes/UnfollowTests.cls | 139 | 14 | 139 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
163 | /src/classes/UnfollowTests.cls | 139 | 14 | 139 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
164 | /src/classes/UnfollowTests.cls | 140 | 18 | 140 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
164 | /src/classes/UnfollowTests.cls | 140 | 18 | 140 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
165 | /src/classes/UnfollowTests.cls | 141 | 16 | 141 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
165 | /src/classes/UnfollowTests.cls | 141 | 16 | 141 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
166 | /src/classes/UnfollowTests.cls | 142 | 16 | 142 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
166 | /src/classes/UnfollowTests.cls | 142 | 16 | 142 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
167 | /src/classes/UnfollowTests.cls | 143 | 16 | 143 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
167 | /src/classes/UnfollowTests.cls | 143 | 16 | 143 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
168 | /src/classes/UnfollowTests.cls | 149 | 34 | 149 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
168 | /src/classes/UnfollowTests.cls | 149 | 34 | 149 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
169 | /src/classes/UnfollowTests.cls | 159 | 13 | 159 | 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. |
169 | /src/classes/UnfollowTests.cls | 159 | 13 | 159 | 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. |
170 | /src/classes/UnfollowTests.cls | 164 | 23 | 205 | 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. |
170 | /src/classes/UnfollowTests.cls | 164 | 23 | 205 | 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. |
171 | /src/classes/UnfollowTests.cls | 169 | 17 | 169 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
171 | /src/classes/UnfollowTests.cls | 169 | 17 | 169 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
172 | /src/classes/UnfollowTests.cls | 170 | 16 | 170 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
172 | /src/classes/UnfollowTests.cls | 170 | 16 | 170 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
173 | /src/classes/UnfollowTests.cls | 171 | 16 | 171 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
173 | /src/classes/UnfollowTests.cls | 171 | 16 | 171 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
174 | /src/classes/UnfollowTests.cls | 172 | 16 | 172 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
174 | /src/classes/UnfollowTests.cls | 172 | 16 | 172 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
175 | /src/classes/UnfollowTests.cls | 173 | 16 | 173 | 31 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
175 | /src/classes/UnfollowTests.cls | 173 | 16 | 173 | 31 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
176 | /src/classes/UnfollowTests.cls | 174 | 16 | 174 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
176 | /src/classes/UnfollowTests.cls | 174 | 16 | 174 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
177 | /src/classes/UnfollowTests.cls | 178 | 16 | 178 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
177 | /src/classes/UnfollowTests.cls | 178 | 16 | 178 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
178 | /src/classes/UnfollowTests.cls | 179 | 17 | 179 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
178 | /src/classes/UnfollowTests.cls | 179 | 17 | 179 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
179 | /src/classes/UnfollowTests.cls | 180 | 16 | 180 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
179 | /src/classes/UnfollowTests.cls | 180 | 16 | 180 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
180 | /src/classes/UnfollowTests.cls | 181 | 16 | 181 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
180 | /src/classes/UnfollowTests.cls | 181 | 16 | 181 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
181 | /src/classes/UnfollowTests.cls | 182 | 14 | 182 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
181 | /src/classes/UnfollowTests.cls | 182 | 14 | 182 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
182 | /src/classes/UnfollowTests.cls | 183 | 18 | 183 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
182 | /src/classes/UnfollowTests.cls | 183 | 18 | 183 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
183 | /src/classes/UnfollowTests.cls | 184 | 16 | 184 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
183 | /src/classes/UnfollowTests.cls | 184 | 16 | 184 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
184 | /src/classes/UnfollowTests.cls | 185 | 16 | 185 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
184 | /src/classes/UnfollowTests.cls | 185 | 16 | 185 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
185 | /src/classes/UnfollowTests.cls | 186 | 16 | 186 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
185 | /src/classes/UnfollowTests.cls | 186 | 16 | 186 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
186 | /src/classes/UnfollowTests.cls | 192 | 34 | 192 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
186 | /src/classes/UnfollowTests.cls | 192 | 34 | 192 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
187 | /src/classes/UnfollowTests.cls | 202 | 13 | 202 | 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. |
187 | /src/classes/UnfollowTests.cls | 202 | 13 | 202 | 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. |
188 | /src/classes/UnfollowTests.cls | 207 | 23 | 248 | 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. |
188 | /src/classes/UnfollowTests.cls | 207 | 23 | 248 | 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. |
189 | /src/classes/UnfollowTests.cls | 212 | 17 | 212 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
189 | /src/classes/UnfollowTests.cls | 212 | 17 | 212 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
190 | /src/classes/UnfollowTests.cls | 213 | 16 | 213 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
190 | /src/classes/UnfollowTests.cls | 213 | 16 | 213 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
191 | /src/classes/UnfollowTests.cls | 214 | 16 | 214 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
191 | /src/classes/UnfollowTests.cls | 214 | 16 | 214 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
192 | /src/classes/UnfollowTests.cls | 215 | 16 | 215 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
192 | /src/classes/UnfollowTests.cls | 215 | 16 | 215 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
193 | /src/classes/UnfollowTests.cls | 216 | 16 | 216 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
193 | /src/classes/UnfollowTests.cls | 216 | 16 | 216 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
194 | /src/classes/UnfollowTests.cls | 217 | 16 | 217 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
194 | /src/classes/UnfollowTests.cls | 217 | 16 | 217 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
195 | /src/classes/UnfollowTests.cls | 221 | 16 | 221 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
195 | /src/classes/UnfollowTests.cls | 221 | 16 | 221 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
196 | /src/classes/UnfollowTests.cls | 222 | 17 | 222 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
196 | /src/classes/UnfollowTests.cls | 222 | 17 | 222 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
197 | /src/classes/UnfollowTests.cls | 223 | 16 | 223 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
197 | /src/classes/UnfollowTests.cls | 223 | 16 | 223 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
198 | /src/classes/UnfollowTests.cls | 224 | 16 | 224 | 25 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
198 | /src/classes/UnfollowTests.cls | 224 | 16 | 224 | 25 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
199 | /src/classes/UnfollowTests.cls | 225 | 14 | 225 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
199 | /src/classes/UnfollowTests.cls | 225 | 14 | 225 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
200 | /src/classes/UnfollowTests.cls | 226 | 18 | 226 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
200 | /src/classes/UnfollowTests.cls | 226 | 18 | 226 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
201 | /src/classes/UnfollowTests.cls | 227 | 16 | 227 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
201 | /src/classes/UnfollowTests.cls | 227 | 16 | 227 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
202 | /src/classes/UnfollowTests.cls | 228 | 16 | 228 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
202 | /src/classes/UnfollowTests.cls | 228 | 16 | 228 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
203 | /src/classes/UnfollowTests.cls | 229 | 16 | 229 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
203 | /src/classes/UnfollowTests.cls | 229 | 16 | 229 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
204 | /src/classes/UnfollowTests.cls | 235 | 34 | 235 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
204 | /src/classes/UnfollowTests.cls | 235 | 34 | 235 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
205 | /src/classes/UnfollowTests.cls | 245 | 13 | 245 | 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. |
205 | /src/classes/UnfollowTests.cls | 245 | 13 | 245 | 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. |
206 | /src/classes/UnfollowTests.cls | 250 | 23 | 291 | 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. |
206 | /src/classes/UnfollowTests.cls | 250 | 23 | 291 | 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. |
207 | /src/classes/UnfollowTests.cls | 255 | 17 | 255 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
207 | /src/classes/UnfollowTests.cls | 255 | 17 | 255 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
208 | /src/classes/UnfollowTests.cls | 256 | 16 | 256 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
208 | /src/classes/UnfollowTests.cls | 256 | 16 | 256 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
209 | /src/classes/UnfollowTests.cls | 257 | 16 | 257 | 55 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
209 | /src/classes/UnfollowTests.cls | 257 | 16 | 257 | 55 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
210 | /src/classes/UnfollowTests.cls | 258 | 16 | 258 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
210 | /src/classes/UnfollowTests.cls | 258 | 16 | 258 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
211 | /src/classes/UnfollowTests.cls | 259 | 16 | 259 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
211 | /src/classes/UnfollowTests.cls | 259 | 16 | 259 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
212 | /src/classes/UnfollowTests.cls | 260 | 16 | 260 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
212 | /src/classes/UnfollowTests.cls | 260 | 16 | 260 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
213 | /src/classes/UnfollowTests.cls | 264 | 16 | 264 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
213 | /src/classes/UnfollowTests.cls | 264 | 16 | 264 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /src/classes/UnfollowTests.cls | 265 | 17 | 265 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /src/classes/UnfollowTests.cls | 265 | 17 | 265 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
215 | /src/classes/UnfollowTests.cls | 266 | 16 | 266 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
215 | /src/classes/UnfollowTests.cls | 266 | 16 | 266 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
216 | /src/classes/UnfollowTests.cls | 267 | 16 | 267 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
216 | /src/classes/UnfollowTests.cls | 267 | 16 | 267 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
217 | /src/classes/UnfollowTests.cls | 268 | 14 | 268 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
217 | /src/classes/UnfollowTests.cls | 268 | 14 | 268 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
218 | /src/classes/UnfollowTests.cls | 269 | 18 | 269 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
218 | /src/classes/UnfollowTests.cls | 269 | 18 | 269 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
219 | /src/classes/UnfollowTests.cls | 270 | 16 | 270 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
219 | /src/classes/UnfollowTests.cls | 270 | 16 | 270 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
220 | /src/classes/UnfollowTests.cls | 271 | 16 | 271 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
220 | /src/classes/UnfollowTests.cls | 271 | 16 | 271 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
221 | /src/classes/UnfollowTests.cls | 272 | 16 | 272 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
221 | /src/classes/UnfollowTests.cls | 272 | 16 | 272 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
222 | /src/classes/UnfollowTests.cls | 278 | 34 | 278 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
222 | /src/classes/UnfollowTests.cls | 278 | 34 | 278 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
223 | /src/classes/UnfollowTests.cls | 288 | 13 | 288 | 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. |
223 | /src/classes/UnfollowTests.cls | 288 | 13 | 288 | 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. |
224 | /src/classes/UnfollowTests.cls | 294 | 23 | 334 | 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. |
224 | /src/classes/UnfollowTests.cls | 294 | 23 | 334 | 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. |
225 | /src/classes/UnfollowTests.cls | 299 | 17 | 299 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
225 | /src/classes/UnfollowTests.cls | 299 | 17 | 299 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
226 | /src/classes/UnfollowTests.cls | 300 | 16 | 300 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
226 | /src/classes/UnfollowTests.cls | 300 | 16 | 300 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
227 | /src/classes/UnfollowTests.cls | 301 | 16 | 301 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
227 | /src/classes/UnfollowTests.cls | 301 | 16 | 301 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
228 | /src/classes/UnfollowTests.cls | 302 | 16 | 302 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
228 | /src/classes/UnfollowTests.cls | 302 | 16 | 302 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
229 | /src/classes/UnfollowTests.cls | 303 | 16 | 303 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
229 | /src/classes/UnfollowTests.cls | 303 | 16 | 303 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
230 | /src/classes/UnfollowTests.cls | 304 | 16 | 304 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
230 | /src/classes/UnfollowTests.cls | 304 | 16 | 304 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
231 | /src/classes/UnfollowTests.cls | 308 | 16 | 308 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
231 | /src/classes/UnfollowTests.cls | 308 | 16 | 308 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
232 | /src/classes/UnfollowTests.cls | 309 | 17 | 309 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
232 | /src/classes/UnfollowTests.cls | 309 | 17 | 309 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
233 | /src/classes/UnfollowTests.cls | 310 | 16 | 310 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
233 | /src/classes/UnfollowTests.cls | 310 | 16 | 310 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
234 | /src/classes/UnfollowTests.cls | 311 | 16 | 311 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
234 | /src/classes/UnfollowTests.cls | 311 | 16 | 311 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
235 | /src/classes/UnfollowTests.cls | 312 | 14 | 312 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
235 | /src/classes/UnfollowTests.cls | 312 | 14 | 312 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
236 | /src/classes/UnfollowTests.cls | 313 | 18 | 313 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
236 | /src/classes/UnfollowTests.cls | 313 | 18 | 313 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
237 | /src/classes/UnfollowTests.cls | 314 | 16 | 314 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
237 | /src/classes/UnfollowTests.cls | 314 | 16 | 314 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
238 | /src/classes/UnfollowTests.cls | 315 | 16 | 315 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
238 | /src/classes/UnfollowTests.cls | 315 | 16 | 315 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
239 | /src/classes/UnfollowTests.cls | 316 | 16 | 316 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
239 | /src/classes/UnfollowTests.cls | 316 | 16 | 316 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
240 | /src/classes/UnfollowTests.cls | 322 | 34 | 322 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
240 | /src/classes/UnfollowTests.cls | 322 | 34 | 322 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
241 | /src/classes/UnfollowTests.cls | 331 | 13 | 331 | 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. |
241 | /src/classes/UnfollowTests.cls | 331 | 13 | 331 | 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. |
242 | /src/classes/UnfollowTests.cls | 336 | 23 | 376 | 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. |
242 | /src/classes/UnfollowTests.cls | 336 | 23 | 376 | 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. |
243 | /src/classes/UnfollowTests.cls | 341 | 17 | 341 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
243 | /src/classes/UnfollowTests.cls | 341 | 17 | 341 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
244 | /src/classes/UnfollowTests.cls | 342 | 16 | 342 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
244 | /src/classes/UnfollowTests.cls | 342 | 16 | 342 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
245 | /src/classes/UnfollowTests.cls | 343 | 16 | 343 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
245 | /src/classes/UnfollowTests.cls | 343 | 16 | 343 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
246 | /src/classes/UnfollowTests.cls | 344 | 16 | 344 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
246 | /src/classes/UnfollowTests.cls | 344 | 16 | 344 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
247 | /src/classes/UnfollowTests.cls | 345 | 16 | 345 | 63 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
247 | /src/classes/UnfollowTests.cls | 345 | 16 | 345 | 63 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
248 | /src/classes/UnfollowTests.cls | 346 | 16 | 346 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
248 | /src/classes/UnfollowTests.cls | 346 | 16 | 346 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
249 | /src/classes/UnfollowTests.cls | 350 | 16 | 350 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
249 | /src/classes/UnfollowTests.cls | 350 | 16 | 350 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
250 | /src/classes/UnfollowTests.cls | 351 | 17 | 351 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
250 | /src/classes/UnfollowTests.cls | 351 | 17 | 351 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
251 | /src/classes/UnfollowTests.cls | 352 | 16 | 352 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
251 | /src/classes/UnfollowTests.cls | 352 | 16 | 352 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
252 | /src/classes/UnfollowTests.cls | 353 | 16 | 353 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
252 | /src/classes/UnfollowTests.cls | 353 | 16 | 353 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
253 | /src/classes/UnfollowTests.cls | 354 | 14 | 354 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
253 | /src/classes/UnfollowTests.cls | 354 | 14 | 354 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
254 | /src/classes/UnfollowTests.cls | 355 | 18 | 355 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
254 | /src/classes/UnfollowTests.cls | 355 | 18 | 355 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
255 | /src/classes/UnfollowTests.cls | 356 | 16 | 356 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
255 | /src/classes/UnfollowTests.cls | 356 | 16 | 356 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
256 | /src/classes/UnfollowTests.cls | 357 | 16 | 357 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
256 | /src/classes/UnfollowTests.cls | 357 | 16 | 357 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
257 | /src/classes/UnfollowTests.cls | 358 | 16 | 358 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
257 | /src/classes/UnfollowTests.cls | 358 | 16 | 358 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
258 | /src/classes/UnfollowTests.cls | 364 | 34 | 364 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
258 | /src/classes/UnfollowTests.cls | 364 | 34 | 364 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
259 | /src/classes/UnfollowTests.cls | 373 | 13 | 373 | 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. |
259 | /src/classes/UnfollowTests.cls | 373 | 13 | 373 | 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. |
260 | /src/classes/UnfollowTests.cls | 378 | 23 | 417 | 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. |
260 | /src/classes/UnfollowTests.cls | 378 | 23 | 417 | 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. |
261 | /src/classes/UnfollowTests.cls | 383 | 17 | 383 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
261 | /src/classes/UnfollowTests.cls | 383 | 17 | 383 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
262 | /src/classes/UnfollowTests.cls | 384 | 16 | 384 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
262 | /src/classes/UnfollowTests.cls | 384 | 16 | 384 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
263 | /src/classes/UnfollowTests.cls | 385 | 16 | 385 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
263 | /src/classes/UnfollowTests.cls | 385 | 16 | 385 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
264 | /src/classes/UnfollowTests.cls | 386 | 16 | 386 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
264 | /src/classes/UnfollowTests.cls | 386 | 16 | 386 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
265 | /src/classes/UnfollowTests.cls | 387 | 16 | 387 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
265 | /src/classes/UnfollowTests.cls | 387 | 16 | 387 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
266 | /src/classes/UnfollowTests.cls | 388 | 16 | 388 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
266 | /src/classes/UnfollowTests.cls | 388 | 16 | 388 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
267 | /src/classes/UnfollowTests.cls | 392 | 16 | 392 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
267 | /src/classes/UnfollowTests.cls | 392 | 16 | 392 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /src/classes/UnfollowTests.cls | 393 | 17 | 393 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
268 | /src/classes/UnfollowTests.cls | 393 | 17 | 393 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /src/classes/UnfollowTests.cls | 394 | 16 | 394 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
269 | /src/classes/UnfollowTests.cls | 394 | 16 | 394 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
270 | /src/classes/UnfollowTests.cls | 395 | 16 | 395 | 25 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
270 | /src/classes/UnfollowTests.cls | 395 | 16 | 395 | 25 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
271 | /src/classes/UnfollowTests.cls | 396 | 14 | 396 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
271 | /src/classes/UnfollowTests.cls | 396 | 14 | 396 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
272 | /src/classes/UnfollowTests.cls | 397 | 18 | 397 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
272 | /src/classes/UnfollowTests.cls | 397 | 18 | 397 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
273 | /src/classes/UnfollowTests.cls | 398 | 16 | 398 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
273 | /src/classes/UnfollowTests.cls | 398 | 16 | 398 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
274 | /src/classes/UnfollowTests.cls | 399 | 16 | 399 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
274 | /src/classes/UnfollowTests.cls | 399 | 16 | 399 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
275 | /src/classes/UnfollowTests.cls | 400 | 16 | 400 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
275 | /src/classes/UnfollowTests.cls | 400 | 16 | 400 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
276 | /src/classes/UnfollowTests.cls | 406 | 34 | 406 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
276 | /src/classes/UnfollowTests.cls | 406 | 34 | 406 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
277 | /src/classes/UnfollowTests.cls | 414 | 13 | 414 | 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. |
277 | /src/classes/UnfollowTests.cls | 414 | 13 | 414 | 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. |
278 | /src/classes/UnfollowTests.cls | 419 | 23 | 458 | 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. |
278 | /src/classes/UnfollowTests.cls | 419 | 23 | 458 | 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. |
279 | /src/classes/UnfollowTests.cls | 424 | 17 | 424 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
279 | /src/classes/UnfollowTests.cls | 424 | 17 | 424 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
280 | /src/classes/UnfollowTests.cls | 425 | 16 | 425 | 30 | 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 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
280 | /src/classes/UnfollowTests.cls | 425 | 16 | 425 | 30 | 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 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
281 | /src/classes/UnfollowTests.cls | 426 | 16 | 426 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
281 | /src/classes/UnfollowTests.cls | 426 | 16 | 426 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
282 | /src/classes/UnfollowTests.cls | 427 | 16 | 427 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
282 | /src/classes/UnfollowTests.cls | 427 | 16 | 427 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
283 | /src/classes/UnfollowTests.cls | 428 | 16 | 428 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
283 | /src/classes/UnfollowTests.cls | 428 | 16 | 428 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
284 | /src/classes/UnfollowTests.cls | 429 | 16 | 429 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
284 | /src/classes/UnfollowTests.cls | 429 | 16 | 429 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /src/classes/UnfollowTests.cls | 433 | 16 | 433 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
285 | /src/classes/UnfollowTests.cls | 433 | 16 | 433 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /src/classes/UnfollowTests.cls | 434 | 17 | 434 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /src/classes/UnfollowTests.cls | 434 | 17 | 434 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /src/classes/UnfollowTests.cls | 435 | 16 | 435 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /src/classes/UnfollowTests.cls | 435 | 16 | 435 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
288 | /src/classes/UnfollowTests.cls | 436 | 16 | 436 | 25 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
288 | /src/classes/UnfollowTests.cls | 436 | 16 | 436 | 25 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
289 | /src/classes/UnfollowTests.cls | 437 | 14 | 437 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
289 | /src/classes/UnfollowTests.cls | 437 | 14 | 437 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
290 | /src/classes/UnfollowTests.cls | 438 | 18 | 438 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
290 | /src/classes/UnfollowTests.cls | 438 | 18 | 438 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
291 | /src/classes/UnfollowTests.cls | 439 | 16 | 439 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
291 | /src/classes/UnfollowTests.cls | 439 | 16 | 439 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
292 | /src/classes/UnfollowTests.cls | 440 | 16 | 440 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
292 | /src/classes/UnfollowTests.cls | 440 | 16 | 440 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
293 | /src/classes/UnfollowTests.cls | 441 | 16 | 441 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
293 | /src/classes/UnfollowTests.cls | 441 | 16 | 441 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
294 | /src/classes/UnfollowTests.cls | 447 | 34 | 447 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
294 | /src/classes/UnfollowTests.cls | 447 | 34 | 447 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
295 | /src/classes/UnfollowTests.cls | 455 | 13 | 455 | 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. |
295 | /src/classes/UnfollowTests.cls | 455 | 13 | 455 | 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. |
296 | /src/classes/UnfollowTests.cls | 460 | 23 | 504 | 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. |
296 | /src/classes/UnfollowTests.cls | 460 | 23 | 504 | 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. |
297 | /src/classes/UnfollowTests.cls | 465 | 17 | 465 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
297 | /src/classes/UnfollowTests.cls | 465 | 17 | 465 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
298 | /src/classes/UnfollowTests.cls | 466 | 16 | 466 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
298 | /src/classes/UnfollowTests.cls | 466 | 16 | 466 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
299 | /src/classes/UnfollowTests.cls | 467 | 16 | 467 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
299 | /src/classes/UnfollowTests.cls | 467 | 16 | 467 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
300 | /src/classes/UnfollowTests.cls | 468 | 16 | 468 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
300 | /src/classes/UnfollowTests.cls | 468 | 16 | 468 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
301 | /src/classes/UnfollowTests.cls | 469 | 16 | 469 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
301 | /src/classes/UnfollowTests.cls | 469 | 16 | 469 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
302 | /src/classes/UnfollowTests.cls | 470 | 16 | 470 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
302 | /src/classes/UnfollowTests.cls | 470 | 16 | 470 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
303 | /src/classes/UnfollowTests.cls | 474 | 16 | 474 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
303 | /src/classes/UnfollowTests.cls | 474 | 16 | 474 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
304 | /src/classes/UnfollowTests.cls | 475 | 17 | 475 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
304 | /src/classes/UnfollowTests.cls | 475 | 17 | 475 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
305 | /src/classes/UnfollowTests.cls | 476 | 16 | 476 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
305 | /src/classes/UnfollowTests.cls | 476 | 16 | 476 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /src/classes/UnfollowTests.cls | 477 | 16 | 477 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
306 | /src/classes/UnfollowTests.cls | 477 | 16 | 477 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /src/classes/UnfollowTests.cls | 478 | 14 | 478 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
307 | /src/classes/UnfollowTests.cls | 478 | 14 | 478 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
308 | /src/classes/UnfollowTests.cls | 479 | 18 | 479 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
308 | /src/classes/UnfollowTests.cls | 479 | 18 | 479 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
309 | /src/classes/UnfollowTests.cls | 480 | 16 | 480 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
309 | /src/classes/UnfollowTests.cls | 480 | 16 | 480 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
310 | /src/classes/UnfollowTests.cls | 481 | 16 | 481 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
310 | /src/classes/UnfollowTests.cls | 481 | 16 | 481 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
311 | /src/classes/UnfollowTests.cls | 482 | 16 | 482 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
311 | /src/classes/UnfollowTests.cls | 482 | 16 | 482 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
312 | /src/classes/UnfollowTests.cls | 488 | 34 | 488 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
312 | /src/classes/UnfollowTests.cls | 488 | 34 | 488 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
313 | /src/classes/UnfollowTests.cls | 501 | 9 | 501 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
313 | /src/classes/UnfollowTests.cls | 501 | 9 | 501 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
314 | /src/classes/UnfollowTests.cls | 502 | 9 | 502 | 78 | 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. |
314 | /src/classes/UnfollowTests.cls | 502 | 9 | 502 | 78 | 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. |
315 | /src/classes/UnfollowTests.cls | 506 | 23 | 549 | 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. |
315 | /src/classes/UnfollowTests.cls | 506 | 23 | 549 | 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. |
316 | /src/classes/UnfollowTests.cls | 511 | 17 | 511 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
316 | /src/classes/UnfollowTests.cls | 511 | 17 | 511 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
317 | /src/classes/UnfollowTests.cls | 512 | 16 | 512 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
317 | /src/classes/UnfollowTests.cls | 512 | 16 | 512 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /src/classes/UnfollowTests.cls | 513 | 16 | 513 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
318 | /src/classes/UnfollowTests.cls | 513 | 16 | 513 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
319 | /src/classes/UnfollowTests.cls | 514 | 16 | 514 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
319 | /src/classes/UnfollowTests.cls | 514 | 16 | 514 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
320 | /src/classes/UnfollowTests.cls | 515 | 16 | 515 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
320 | /src/classes/UnfollowTests.cls | 515 | 16 | 515 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
321 | /src/classes/UnfollowTests.cls | 516 | 16 | 516 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
321 | /src/classes/UnfollowTests.cls | 516 | 16 | 516 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
322 | /src/classes/UnfollowTests.cls | 520 | 16 | 520 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
322 | /src/classes/UnfollowTests.cls | 520 | 16 | 520 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
323 | /src/classes/UnfollowTests.cls | 521 | 17 | 521 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
323 | /src/classes/UnfollowTests.cls | 521 | 17 | 521 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
324 | /src/classes/UnfollowTests.cls | 522 | 16 | 522 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
324 | /src/classes/UnfollowTests.cls | 522 | 16 | 522 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
325 | /src/classes/UnfollowTests.cls | 523 | 16 | 523 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
325 | /src/classes/UnfollowTests.cls | 523 | 16 | 523 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
326 | /src/classes/UnfollowTests.cls | 524 | 14 | 524 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
326 | /src/classes/UnfollowTests.cls | 524 | 14 | 524 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
327 | /src/classes/UnfollowTests.cls | 525 | 18 | 525 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
327 | /src/classes/UnfollowTests.cls | 525 | 18 | 525 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
328 | /src/classes/UnfollowTests.cls | 526 | 16 | 526 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
328 | /src/classes/UnfollowTests.cls | 526 | 16 | 526 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
329 | /src/classes/UnfollowTests.cls | 527 | 16 | 527 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
329 | /src/classes/UnfollowTests.cls | 527 | 16 | 527 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
330 | /src/classes/UnfollowTests.cls | 528 | 16 | 528 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
330 | /src/classes/UnfollowTests.cls | 528 | 16 | 528 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
331 | /src/classes/UnfollowTests.cls | 534 | 34 | 534 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
331 | /src/classes/UnfollowTests.cls | 534 | 34 | 534 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
332 | /src/classes/UnfollowTests.cls | 546 | 9 | 546 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
332 | /src/classes/UnfollowTests.cls | 546 | 9 | 546 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
333 | /src/classes/UnfollowTests.cls | 547 | 9 | 547 | 78 | 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. |
333 | /src/classes/UnfollowTests.cls | 547 | 9 | 547 | 78 | 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. |
334 | /src/classes/UnfollowTests.cls | 551 | 23 | 592 | 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. |
334 | /src/classes/UnfollowTests.cls | 551 | 23 | 592 | 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. |
335 | /src/classes/UnfollowTests.cls | 556 | 17 | 556 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
335 | /src/classes/UnfollowTests.cls | 556 | 17 | 556 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /src/classes/UnfollowTests.cls | 557 | 16 | 557 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
336 | /src/classes/UnfollowTests.cls | 557 | 16 | 557 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
337 | /src/classes/UnfollowTests.cls | 558 | 16 | 558 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
337 | /src/classes/UnfollowTests.cls | 558 | 16 | 558 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /src/classes/UnfollowTests.cls | 559 | 16 | 559 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
338 | /src/classes/UnfollowTests.cls | 559 | 16 | 559 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /src/classes/UnfollowTests.cls | 560 | 16 | 560 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
339 | /src/classes/UnfollowTests.cls | 560 | 16 | 560 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
340 | /src/classes/UnfollowTests.cls | 561 | 16 | 561 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
340 | /src/classes/UnfollowTests.cls | 561 | 16 | 561 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
341 | /src/classes/UnfollowTests.cls | 564 | 16 | 564 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
341 | /src/classes/UnfollowTests.cls | 564 | 16 | 564 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
342 | /src/classes/UnfollowTests.cls | 565 | 17 | 565 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
342 | /src/classes/UnfollowTests.cls | 565 | 17 | 565 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
343 | /src/classes/UnfollowTests.cls | 566 | 16 | 566 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
343 | /src/classes/UnfollowTests.cls | 566 | 16 | 566 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
344 | /src/classes/UnfollowTests.cls | 567 | 16 | 567 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
344 | /src/classes/UnfollowTests.cls | 567 | 16 | 567 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
345 | /src/classes/UnfollowTests.cls | 568 | 14 | 568 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
345 | /src/classes/UnfollowTests.cls | 568 | 14 | 568 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
346 | /src/classes/UnfollowTests.cls | 569 | 18 | 569 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
346 | /src/classes/UnfollowTests.cls | 569 | 18 | 569 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
347 | /src/classes/UnfollowTests.cls | 570 | 16 | 570 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
347 | /src/classes/UnfollowTests.cls | 570 | 16 | 570 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
348 | /src/classes/UnfollowTests.cls | 571 | 16 | 571 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
348 | /src/classes/UnfollowTests.cls | 571 | 16 | 571 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
349 | /src/classes/UnfollowTests.cls | 572 | 16 | 572 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
349 | /src/classes/UnfollowTests.cls | 572 | 16 | 572 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
350 | /src/classes/UnfollowTests.cls | 581 | 34 | 581 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
350 | /src/classes/UnfollowTests.cls | 581 | 34 | 581 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
351 | /src/classes/UnfollowTests.cls | 589 | 9 | 589 | 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. |
351 | /src/classes/UnfollowTests.cls | 589 | 9 | 589 | 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. |
352 | /src/classes/UnfollowTests.cls | 590 | 9 | 590 | 44 | 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. |
352 | /src/classes/UnfollowTests.cls | 590 | 9 | 590 | 44 | 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. |
353 | /src/classes/UnfollowTests.cls | 594 | 23 | 634 | 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. |
353 | /src/classes/UnfollowTests.cls | 594 | 23 | 634 | 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. |
354 | /src/classes/UnfollowTests.cls | 599 | 17 | 599 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
354 | /src/classes/UnfollowTests.cls | 599 | 17 | 599 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
355 | /src/classes/UnfollowTests.cls | 600 | 16 | 600 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
355 | /src/classes/UnfollowTests.cls | 600 | 16 | 600 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
356 | /src/classes/UnfollowTests.cls | 601 | 16 | 601 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
356 | /src/classes/UnfollowTests.cls | 601 | 16 | 601 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
357 | /src/classes/UnfollowTests.cls | 602 | 16 | 602 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
357 | /src/classes/UnfollowTests.cls | 602 | 16 | 602 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
358 | /src/classes/UnfollowTests.cls | 603 | 16 | 603 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
358 | /src/classes/UnfollowTests.cls | 603 | 16 | 603 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
359 | /src/classes/UnfollowTests.cls | 604 | 16 | 604 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
359 | /src/classes/UnfollowTests.cls | 604 | 16 | 604 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
360 | /src/classes/UnfollowTests.cls | 607 | 16 | 607 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
360 | /src/classes/UnfollowTests.cls | 607 | 16 | 607 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
361 | /src/classes/UnfollowTests.cls | 608 | 17 | 608 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
361 | /src/classes/UnfollowTests.cls | 608 | 17 | 608 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
362 | /src/classes/UnfollowTests.cls | 609 | 16 | 609 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
362 | /src/classes/UnfollowTests.cls | 609 | 16 | 609 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
363 | /src/classes/UnfollowTests.cls | 610 | 16 | 610 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
363 | /src/classes/UnfollowTests.cls | 610 | 16 | 610 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
364 | /src/classes/UnfollowTests.cls | 611 | 14 | 611 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
364 | /src/classes/UnfollowTests.cls | 611 | 14 | 611 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
365 | /src/classes/UnfollowTests.cls | 612 | 18 | 612 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
365 | /src/classes/UnfollowTests.cls | 612 | 18 | 612 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
366 | /src/classes/UnfollowTests.cls | 613 | 16 | 613 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
366 | /src/classes/UnfollowTests.cls | 613 | 16 | 613 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
367 | /src/classes/UnfollowTests.cls | 614 | 16 | 614 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
367 | /src/classes/UnfollowTests.cls | 614 | 16 | 614 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
368 | /src/classes/UnfollowTests.cls | 615 | 16 | 615 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
368 | /src/classes/UnfollowTests.cls | 615 | 16 | 615 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
369 | /src/classes/UnfollowTests.cls | 624 | 34 | 624 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
369 | /src/classes/UnfollowTests.cls | 624 | 34 | 624 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
370 | /src/classes/UnfollowTests.cls | 632 | 9 | 632 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
370 | /src/classes/UnfollowTests.cls | 632 | 9 | 632 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
371 | /src/classes/UnfollowTests.cls | 636 | 23 | 683 | 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. |
371 | /src/classes/UnfollowTests.cls | 636 | 23 | 683 | 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. |
372 | /src/classes/UnfollowTests.cls | 641 | 17 | 641 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
372 | /src/classes/UnfollowTests.cls | 641 | 17 | 641 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
373 | /src/classes/UnfollowTests.cls | 642 | 16 | 642 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
373 | /src/classes/UnfollowTests.cls | 642 | 16 | 642 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
374 | /src/classes/UnfollowTests.cls | 643 | 16 | 643 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
374 | /src/classes/UnfollowTests.cls | 643 | 16 | 643 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
375 | /src/classes/UnfollowTests.cls | 644 | 16 | 644 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
375 | /src/classes/UnfollowTests.cls | 644 | 16 | 644 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
376 | /src/classes/UnfollowTests.cls | 645 | 16 | 645 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
376 | /src/classes/UnfollowTests.cls | 645 | 16 | 645 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
377 | /src/classes/UnfollowTests.cls | 646 | 16 | 646 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
377 | /src/classes/UnfollowTests.cls | 646 | 16 | 646 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
378 | /src/classes/UnfollowTests.cls | 650 | 16 | 650 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
378 | /src/classes/UnfollowTests.cls | 650 | 16 | 650 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
379 | /src/classes/UnfollowTests.cls | 651 | 17 | 651 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
379 | /src/classes/UnfollowTests.cls | 651 | 17 | 651 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
380 | /src/classes/UnfollowTests.cls | 652 | 16 | 652 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
380 | /src/classes/UnfollowTests.cls | 652 | 16 | 652 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
381 | /src/classes/UnfollowTests.cls | 653 | 16 | 653 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
381 | /src/classes/UnfollowTests.cls | 653 | 16 | 653 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
382 | /src/classes/UnfollowTests.cls | 654 | 14 | 654 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
382 | /src/classes/UnfollowTests.cls | 654 | 14 | 654 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
383 | /src/classes/UnfollowTests.cls | 655 | 18 | 655 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
383 | /src/classes/UnfollowTests.cls | 655 | 18 | 655 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
384 | /src/classes/UnfollowTests.cls | 656 | 16 | 656 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
384 | /src/classes/UnfollowTests.cls | 656 | 16 | 656 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
385 | /src/classes/UnfollowTests.cls | 657 | 16 | 657 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
385 | /src/classes/UnfollowTests.cls | 657 | 16 | 657 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
386 | /src/classes/UnfollowTests.cls | 658 | 16 | 658 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
386 | /src/classes/UnfollowTests.cls | 658 | 16 | 658 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
387 | /src/classes/UnfollowTests.cls | 667 | 34 | 667 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
387 | /src/classes/UnfollowTests.cls | 667 | 34 | 667 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
388 | /src/classes/UnfollowTests.cls | 671 | 34 | 671 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
388 | /src/classes/UnfollowTests.cls | 671 | 34 | 671 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
389 | /src/classes/UnfollowTests.cls | 679 | 9 | 679 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
389 | /src/classes/UnfollowTests.cls | 679 | 9 | 679 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
390 | /src/classes/UnfollowTests.cls | 681 | 9 | 681 | 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. |
390 | /src/classes/UnfollowTests.cls | 681 | 9 | 681 | 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. |
391 | /src/classes/UnfollowTests.cls | 685 | 23 | 732 | 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. |
391 | /src/classes/UnfollowTests.cls | 685 | 23 | 732 | 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. |
392 | /src/classes/UnfollowTests.cls | 690 | 17 | 690 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
392 | /src/classes/UnfollowTests.cls | 690 | 17 | 690 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
393 | /src/classes/UnfollowTests.cls | 691 | 16 | 691 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
393 | /src/classes/UnfollowTests.cls | 691 | 16 | 691 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
394 | /src/classes/UnfollowTests.cls | 692 | 16 | 692 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
394 | /src/classes/UnfollowTests.cls | 692 | 16 | 692 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
395 | /src/classes/UnfollowTests.cls | 693 | 16 | 693 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
395 | /src/classes/UnfollowTests.cls | 693 | 16 | 693 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
396 | /src/classes/UnfollowTests.cls | 694 | 16 | 694 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
396 | /src/classes/UnfollowTests.cls | 694 | 16 | 694 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
397 | /src/classes/UnfollowTests.cls | 695 | 16 | 695 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
397 | /src/classes/UnfollowTests.cls | 695 | 16 | 695 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
398 | /src/classes/UnfollowTests.cls | 699 | 16 | 699 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
398 | /src/classes/UnfollowTests.cls | 699 | 16 | 699 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
399 | /src/classes/UnfollowTests.cls | 700 | 17 | 700 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
399 | /src/classes/UnfollowTests.cls | 700 | 17 | 700 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
400 | /src/classes/UnfollowTests.cls | 701 | 16 | 701 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
400 | /src/classes/UnfollowTests.cls | 701 | 16 | 701 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
401 | /src/classes/UnfollowTests.cls | 702 | 16 | 702 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
401 | /src/classes/UnfollowTests.cls | 702 | 16 | 702 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
402 | /src/classes/UnfollowTests.cls | 703 | 14 | 703 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
402 | /src/classes/UnfollowTests.cls | 703 | 14 | 703 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
403 | /src/classes/UnfollowTests.cls | 704 | 18 | 704 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
403 | /src/classes/UnfollowTests.cls | 704 | 18 | 704 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
404 | /src/classes/UnfollowTests.cls | 705 | 16 | 705 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
404 | /src/classes/UnfollowTests.cls | 705 | 16 | 705 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
405 | /src/classes/UnfollowTests.cls | 706 | 16 | 706 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
405 | /src/classes/UnfollowTests.cls | 706 | 16 | 706 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
406 | /src/classes/UnfollowTests.cls | 707 | 16 | 707 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
406 | /src/classes/UnfollowTests.cls | 707 | 16 | 707 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
407 | /src/classes/UnfollowTests.cls | 716 | 34 | 716 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
407 | /src/classes/UnfollowTests.cls | 716 | 34 | 716 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
408 | /src/classes/UnfollowTests.cls | 720 | 34 | 720 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
408 | /src/classes/UnfollowTests.cls | 720 | 34 | 720 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
409 | /src/classes/UnfollowTests.cls | 728 | 9 | 728 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
409 | /src/classes/UnfollowTests.cls | 728 | 9 | 728 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
410 | /src/classes/UnfollowTests.cls | 730 | 9 | 730 | 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. |
410 | /src/classes/UnfollowTests.cls | 730 | 9 | 730 | 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. |
411 | /src/classes/UnfollowTests.cls | 734 | 23 | 782 | 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. |
411 | /src/classes/UnfollowTests.cls | 734 | 23 | 782 | 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. |
412 | /src/classes/UnfollowTests.cls | 739 | 17 | 739 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
412 | /src/classes/UnfollowTests.cls | 739 | 17 | 739 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
413 | /src/classes/UnfollowTests.cls | 740 | 16 | 740 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
413 | /src/classes/UnfollowTests.cls | 740 | 16 | 740 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
414 | /src/classes/UnfollowTests.cls | 741 | 16 | 741 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
414 | /src/classes/UnfollowTests.cls | 741 | 16 | 741 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
415 | /src/classes/UnfollowTests.cls | 742 | 16 | 742 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
415 | /src/classes/UnfollowTests.cls | 742 | 16 | 742 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
416 | /src/classes/UnfollowTests.cls | 743 | 16 | 743 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
416 | /src/classes/UnfollowTests.cls | 743 | 16 | 743 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
417 | /src/classes/UnfollowTests.cls | 744 | 16 | 744 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
417 | /src/classes/UnfollowTests.cls | 744 | 16 | 744 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
418 | /src/classes/UnfollowTests.cls | 748 | 16 | 748 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
418 | /src/classes/UnfollowTests.cls | 748 | 16 | 748 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
419 | /src/classes/UnfollowTests.cls | 749 | 17 | 749 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
419 | /src/classes/UnfollowTests.cls | 749 | 17 | 749 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
420 | /src/classes/UnfollowTests.cls | 750 | 16 | 750 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
420 | /src/classes/UnfollowTests.cls | 750 | 16 | 750 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
421 | /src/classes/UnfollowTests.cls | 751 | 16 | 751 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
421 | /src/classes/UnfollowTests.cls | 751 | 16 | 751 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
422 | /src/classes/UnfollowTests.cls | 752 | 14 | 752 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
422 | /src/classes/UnfollowTests.cls | 752 | 14 | 752 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
423 | /src/classes/UnfollowTests.cls | 753 | 18 | 753 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
423 | /src/classes/UnfollowTests.cls | 753 | 18 | 753 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
424 | /src/classes/UnfollowTests.cls | 754 | 16 | 754 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
424 | /src/classes/UnfollowTests.cls | 754 | 16 | 754 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
425 | /src/classes/UnfollowTests.cls | 755 | 16 | 755 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
425 | /src/classes/UnfollowTests.cls | 755 | 16 | 755 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
426 | /src/classes/UnfollowTests.cls | 756 | 16 | 756 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
426 | /src/classes/UnfollowTests.cls | 756 | 16 | 756 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
427 | /src/classes/UnfollowTests.cls | 765 | 34 | 765 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
427 | /src/classes/UnfollowTests.cls | 765 | 34 | 765 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
428 | /src/classes/UnfollowTests.cls | 769 | 34 | 769 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
428 | /src/classes/UnfollowTests.cls | 769 | 34 | 769 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
429 | /src/classes/UnfollowTests.cls | 777 | 9 | 777 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
429 | /src/classes/UnfollowTests.cls | 777 | 9 | 777 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
430 | /src/classes/UnfollowTests.cls | 780 | 9 | 780 | 44 | 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. |
430 | /src/classes/UnfollowTests.cls | 780 | 9 | 780 | 44 | 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. |
431 | /src/classes/UnfollowTests.cls | 784 | 23 | 831 | 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. |
431 | /src/classes/UnfollowTests.cls | 784 | 23 | 831 | 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. |
432 | /src/classes/UnfollowTests.cls | 789 | 17 | 789 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
432 | /src/classes/UnfollowTests.cls | 789 | 17 | 789 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
433 | /src/classes/UnfollowTests.cls | 790 | 16 | 790 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
433 | /src/classes/UnfollowTests.cls | 790 | 16 | 790 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
434 | /src/classes/UnfollowTests.cls | 791 | 16 | 791 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
434 | /src/classes/UnfollowTests.cls | 791 | 16 | 791 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
435 | /src/classes/UnfollowTests.cls | 792 | 16 | 792 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
435 | /src/classes/UnfollowTests.cls | 792 | 16 | 792 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
436 | /src/classes/UnfollowTests.cls | 793 | 16 | 793 | 38 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
436 | /src/classes/UnfollowTests.cls | 793 | 16 | 793 | 38 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
437 | /src/classes/UnfollowTests.cls | 794 | 16 | 794 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
437 | /src/classes/UnfollowTests.cls | 794 | 16 | 794 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
438 | /src/classes/UnfollowTests.cls | 797 | 16 | 797 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
438 | /src/classes/UnfollowTests.cls | 797 | 16 | 797 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
439 | /src/classes/UnfollowTests.cls | 798 | 17 | 798 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
439 | /src/classes/UnfollowTests.cls | 798 | 17 | 798 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
440 | /src/classes/UnfollowTests.cls | 799 | 16 | 799 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
440 | /src/classes/UnfollowTests.cls | 799 | 16 | 799 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
441 | /src/classes/UnfollowTests.cls | 800 | 16 | 800 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
441 | /src/classes/UnfollowTests.cls | 800 | 16 | 800 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
442 | /src/classes/UnfollowTests.cls | 801 | 14 | 801 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
442 | /src/classes/UnfollowTests.cls | 801 | 14 | 801 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
443 | /src/classes/UnfollowTests.cls | 802 | 18 | 802 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
443 | /src/classes/UnfollowTests.cls | 802 | 18 | 802 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
444 | /src/classes/UnfollowTests.cls | 803 | 16 | 803 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
444 | /src/classes/UnfollowTests.cls | 803 | 16 | 803 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
445 | /src/classes/UnfollowTests.cls | 804 | 16 | 804 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
445 | /src/classes/UnfollowTests.cls | 804 | 16 | 804 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
446 | /src/classes/UnfollowTests.cls | 805 | 16 | 805 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
446 | /src/classes/UnfollowTests.cls | 805 | 16 | 805 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
447 | /src/classes/UnfollowTests.cls | 814 | 34 | 814 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
447 | /src/classes/UnfollowTests.cls | 814 | 34 | 814 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
448 | /src/classes/UnfollowTests.cls | 818 | 34 | 818 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
448 | /src/classes/UnfollowTests.cls | 818 | 34 | 818 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
449 | /src/classes/UnfollowTests.cls | 826 | 9 | 826 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
449 | /src/classes/UnfollowTests.cls | 826 | 9 | 826 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
450 | /src/classes/UnfollowTests.cls | 829 | 9 | 829 | 44 | 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. |
450 | /src/classes/UnfollowTests.cls | 829 | 9 | 829 | 44 | 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. |
451 | /src/classes/UnfollowTests.cls | 833 | 23 | 880 | 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. |
451 | /src/classes/UnfollowTests.cls | 833 | 23 | 880 | 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. |
452 | /src/classes/UnfollowTests.cls | 838 | 17 | 838 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
452 | /src/classes/UnfollowTests.cls | 838 | 17 | 838 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
453 | /src/classes/UnfollowTests.cls | 839 | 16 | 839 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
453 | /src/classes/UnfollowTests.cls | 839 | 16 | 839 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
454 | /src/classes/UnfollowTests.cls | 840 | 16 | 840 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
454 | /src/classes/UnfollowTests.cls | 840 | 16 | 840 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
455 | /src/classes/UnfollowTests.cls | 841 | 16 | 841 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
455 | /src/classes/UnfollowTests.cls | 841 | 16 | 841 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
456 | /src/classes/UnfollowTests.cls | 842 | 16 | 842 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
456 | /src/classes/UnfollowTests.cls | 842 | 16 | 842 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
457 | /src/classes/UnfollowTests.cls | 843 | 16 | 843 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
457 | /src/classes/UnfollowTests.cls | 843 | 16 | 843 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
458 | /src/classes/UnfollowTests.cls | 846 | 16 | 846 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
458 | /src/classes/UnfollowTests.cls | 846 | 16 | 846 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
459 | /src/classes/UnfollowTests.cls | 847 | 17 | 847 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
459 | /src/classes/UnfollowTests.cls | 847 | 17 | 847 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
460 | /src/classes/UnfollowTests.cls | 848 | 16 | 848 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
460 | /src/classes/UnfollowTests.cls | 848 | 16 | 848 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
461 | /src/classes/UnfollowTests.cls | 849 | 16 | 849 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
461 | /src/classes/UnfollowTests.cls | 849 | 16 | 849 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
462 | /src/classes/UnfollowTests.cls | 850 | 14 | 850 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
462 | /src/classes/UnfollowTests.cls | 850 | 14 | 850 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
463 | /src/classes/UnfollowTests.cls | 851 | 18 | 851 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
463 | /src/classes/UnfollowTests.cls | 851 | 18 | 851 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
464 | /src/classes/UnfollowTests.cls | 852 | 16 | 852 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
464 | /src/classes/UnfollowTests.cls | 852 | 16 | 852 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
465 | /src/classes/UnfollowTests.cls | 853 | 16 | 853 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
465 | /src/classes/UnfollowTests.cls | 853 | 16 | 853 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
466 | /src/classes/UnfollowTests.cls | 854 | 16 | 854 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
466 | /src/classes/UnfollowTests.cls | 854 | 16 | 854 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
467 | /src/classes/UnfollowTests.cls | 863 | 34 | 863 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
467 | /src/classes/UnfollowTests.cls | 863 | 34 | 863 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
468 | /src/classes/UnfollowTests.cls | 867 | 34 | 867 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
468 | /src/classes/UnfollowTests.cls | 867 | 34 | 867 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
469 | /src/classes/UnfollowTests.cls | 875 | 9 | 875 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
469 | /src/classes/UnfollowTests.cls | 875 | 9 | 875 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
470 | /src/classes/UnfollowTests.cls | 878 | 9 | 878 | 44 | 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. |
470 | /src/classes/UnfollowTests.cls | 878 | 9 | 878 | 44 | 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. |
471 | /src/classes/UnfollowTests.cls | 882 | 23 | 929 | 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. |
471 | /src/classes/UnfollowTests.cls | 882 | 23 | 929 | 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. |
472 | /src/classes/UnfollowTests.cls | 887 | 17 | 887 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
472 | /src/classes/UnfollowTests.cls | 887 | 17 | 887 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
473 | /src/classes/UnfollowTests.cls | 888 | 16 | 888 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
473 | /src/classes/UnfollowTests.cls | 888 | 16 | 888 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
474 | /src/classes/UnfollowTests.cls | 889 | 16 | 889 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
474 | /src/classes/UnfollowTests.cls | 889 | 16 | 889 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
475 | /src/classes/UnfollowTests.cls | 890 | 16 | 890 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
475 | /src/classes/UnfollowTests.cls | 890 | 16 | 890 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
476 | /src/classes/UnfollowTests.cls | 891 | 16 | 891 | 42 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
476 | /src/classes/UnfollowTests.cls | 891 | 16 | 891 | 42 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
477 | /src/classes/UnfollowTests.cls | 892 | 16 | 892 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
477 | /src/classes/UnfollowTests.cls | 892 | 16 | 892 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
478 | /src/classes/UnfollowTests.cls | 895 | 16 | 895 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
478 | /src/classes/UnfollowTests.cls | 895 | 16 | 895 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
479 | /src/classes/UnfollowTests.cls | 896 | 17 | 896 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
479 | /src/classes/UnfollowTests.cls | 896 | 17 | 896 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
480 | /src/classes/UnfollowTests.cls | 897 | 16 | 897 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
480 | /src/classes/UnfollowTests.cls | 897 | 16 | 897 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
481 | /src/classes/UnfollowTests.cls | 898 | 16 | 898 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
481 | /src/classes/UnfollowTests.cls | 898 | 16 | 898 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
482 | /src/classes/UnfollowTests.cls | 899 | 14 | 899 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
482 | /src/classes/UnfollowTests.cls | 899 | 14 | 899 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
483 | /src/classes/UnfollowTests.cls | 900 | 18 | 900 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
483 | /src/classes/UnfollowTests.cls | 900 | 18 | 900 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
484 | /src/classes/UnfollowTests.cls | 901 | 16 | 901 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
484 | /src/classes/UnfollowTests.cls | 901 | 16 | 901 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
485 | /src/classes/UnfollowTests.cls | 902 | 16 | 902 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
485 | /src/classes/UnfollowTests.cls | 902 | 16 | 902 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
486 | /src/classes/UnfollowTests.cls | 903 | 16 | 903 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
486 | /src/classes/UnfollowTests.cls | 903 | 16 | 903 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
487 | /src/classes/UnfollowTests.cls | 912 | 34 | 912 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
487 | /src/classes/UnfollowTests.cls | 912 | 34 | 912 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
488 | /src/classes/UnfollowTests.cls | 916 | 34 | 916 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
488 | /src/classes/UnfollowTests.cls | 916 | 34 | 916 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
489 | /src/classes/UnfollowTests.cls | 924 | 9 | 924 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
489 | /src/classes/UnfollowTests.cls | 924 | 9 | 924 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
490 | /src/classes/UnfollowTests.cls | 927 | 9 | 927 | 44 | 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. |
490 | /src/classes/UnfollowTests.cls | 927 | 9 | 927 | 44 | 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. |
491 | /src/classes/UnfollowTests.cls | 931 | 23 | 978 | 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. |
491 | /src/classes/UnfollowTests.cls | 931 | 23 | 978 | 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. |
492 | /src/classes/UnfollowTests.cls | 936 | 17 | 936 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
492 | /src/classes/UnfollowTests.cls | 936 | 17 | 936 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
493 | /src/classes/UnfollowTests.cls | 937 | 16 | 937 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
493 | /src/classes/UnfollowTests.cls | 937 | 16 | 937 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
494 | /src/classes/UnfollowTests.cls | 938 | 16 | 938 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
494 | /src/classes/UnfollowTests.cls | 938 | 16 | 938 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
495 | /src/classes/UnfollowTests.cls | 939 | 16 | 939 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
495 | /src/classes/UnfollowTests.cls | 939 | 16 | 939 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
496 | /src/classes/UnfollowTests.cls | 940 | 16 | 940 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
496 | /src/classes/UnfollowTests.cls | 940 | 16 | 940 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
497 | /src/classes/UnfollowTests.cls | 941 | 16 | 941 | 32 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
497 | /src/classes/UnfollowTests.cls | 941 | 16 | 941 | 32 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
498 | /src/classes/UnfollowTests.cls | 945 | 16 | 945 | 30 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
498 | /src/classes/UnfollowTests.cls | 945 | 16 | 945 | 30 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
499 | /src/classes/UnfollowTests.cls | 946 | 17 | 946 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
499 | /src/classes/UnfollowTests.cls | 946 | 17 | 946 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
500 | /src/classes/UnfollowTests.cls | 947 | 16 | 947 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
500 | /src/classes/UnfollowTests.cls | 947 | 16 | 947 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
501 | /src/classes/UnfollowTests.cls | 948 | 16 | 948 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
501 | /src/classes/UnfollowTests.cls | 948 | 16 | 948 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
502 | /src/classes/UnfollowTests.cls | 949 | 14 | 949 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
502 | /src/classes/UnfollowTests.cls | 949 | 14 | 949 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
503 | /src/classes/UnfollowTests.cls | 950 | 18 | 950 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
503 | /src/classes/UnfollowTests.cls | 950 | 18 | 950 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
504 | /src/classes/UnfollowTests.cls | 951 | 16 | 951 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
504 | /src/classes/UnfollowTests.cls | 951 | 16 | 951 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
505 | /src/classes/UnfollowTests.cls | 952 | 16 | 952 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
505 | /src/classes/UnfollowTests.cls | 952 | 16 | 952 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
506 | /src/classes/UnfollowTests.cls | 953 | 16 | 953 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
506 | /src/classes/UnfollowTests.cls | 953 | 16 | 953 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
507 | /src/classes/UnfollowTests.cls | 962 | 34 | 962 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
507 | /src/classes/UnfollowTests.cls | 962 | 34 | 962 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
508 | /src/classes/UnfollowTests.cls | 966 | 34 | 966 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
508 | /src/classes/UnfollowTests.cls | 966 | 34 | 966 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
509 | /src/classes/UnfollowTests.cls | 974 | 9 | 974 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
509 | /src/classes/UnfollowTests.cls | 974 | 9 | 974 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
510 | /src/classes/UnfollowTests.cls | 976 | 9 | 976 | 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. |
510 | /src/classes/UnfollowTests.cls | 976 | 9 | 976 | 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. |
511 | /src/classes/UnfollowTests.cls | 980 | 23 | 1026 | 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. |
511 | /src/classes/UnfollowTests.cls | 980 | 23 | 1026 | 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. |
512 | /src/classes/UnfollowTests.cls | 985 | 17 | 985 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
512 | /src/classes/UnfollowTests.cls | 985 | 17 | 985 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
513 | /src/classes/UnfollowTests.cls | 986 | 16 | 986 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
513 | /src/classes/UnfollowTests.cls | 986 | 16 | 986 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
514 | /src/classes/UnfollowTests.cls | 987 | 16 | 987 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
514 | /src/classes/UnfollowTests.cls | 987 | 16 | 987 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
515 | /src/classes/UnfollowTests.cls | 988 | 16 | 988 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
515 | /src/classes/UnfollowTests.cls | 988 | 16 | 988 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
516 | /src/classes/UnfollowTests.cls | 989 | 16 | 989 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
516 | /src/classes/UnfollowTests.cls | 989 | 16 | 989 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
517 | /src/classes/UnfollowTests.cls | 990 | 16 | 990 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
517 | /src/classes/UnfollowTests.cls | 990 | 16 | 990 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
518 | /src/classes/UnfollowTests.cls | 994 | 16 | 994 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
518 | /src/classes/UnfollowTests.cls | 994 | 16 | 994 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
519 | /src/classes/UnfollowTests.cls | 995 | 17 | 995 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
519 | /src/classes/UnfollowTests.cls | 995 | 17 | 995 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
520 | /src/classes/UnfollowTests.cls | 996 | 16 | 996 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
520 | /src/classes/UnfollowTests.cls | 996 | 16 | 996 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
521 | /src/classes/UnfollowTests.cls | 997 | 16 | 997 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
521 | /src/classes/UnfollowTests.cls | 997 | 16 | 997 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
522 | /src/classes/UnfollowTests.cls | 998 | 14 | 998 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
522 | /src/classes/UnfollowTests.cls | 998 | 14 | 998 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
523 | /src/classes/UnfollowTests.cls | 999 | 18 | 999 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
523 | /src/classes/UnfollowTests.cls | 999 | 18 | 999 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
524 | /src/classes/UnfollowTests.cls | 1000 | 16 | 1000 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
524 | /src/classes/UnfollowTests.cls | 1000 | 16 | 1000 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
525 | /src/classes/UnfollowTests.cls | 1001 | 16 | 1001 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
525 | /src/classes/UnfollowTests.cls | 1001 | 16 | 1001 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
526 | /src/classes/UnfollowTests.cls | 1002 | 16 | 1002 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
526 | /src/classes/UnfollowTests.cls | 1002 | 16 | 1002 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
527 | /src/classes/UnfollowTests.cls | 1011 | 34 | 1011 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
527 | /src/classes/UnfollowTests.cls | 1011 | 34 | 1011 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
528 | /src/classes/UnfollowTests.cls | 1015 | 34 | 1015 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
528 | /src/classes/UnfollowTests.cls | 1015 | 34 | 1015 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
529 | /src/classes/UnfollowTests.cls | 1023 | 9 | 1023 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
529 | /src/classes/UnfollowTests.cls | 1023 | 9 | 1023 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
530 | /src/classes/UnfollowTests.cls | 1025 | 9 | 1025 | 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. |
530 | /src/classes/UnfollowTests.cls | 1025 | 9 | 1025 | 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. |
531 | /src/classes/UnfollowTests.cls | 1028 | 23 | 1075 | 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. |
531 | /src/classes/UnfollowTests.cls | 1028 | 23 | 1075 | 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. |
532 | /src/classes/UnfollowTests.cls | 1033 | 17 | 1033 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
532 | /src/classes/UnfollowTests.cls | 1033 | 17 | 1033 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
533 | /src/classes/UnfollowTests.cls | 1034 | 16 | 1034 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
533 | /src/classes/UnfollowTests.cls | 1034 | 16 | 1034 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
534 | /src/classes/UnfollowTests.cls | 1035 | 16 | 1035 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
534 | /src/classes/UnfollowTests.cls | 1035 | 16 | 1035 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
535 | /src/classes/UnfollowTests.cls | 1036 | 16 | 1036 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
535 | /src/classes/UnfollowTests.cls | 1036 | 16 | 1036 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
536 | /src/classes/UnfollowTests.cls | 1037 | 16 | 1037 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
536 | /src/classes/UnfollowTests.cls | 1037 | 16 | 1037 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
537 | /src/classes/UnfollowTests.cls | 1038 | 16 | 1038 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
537 | /src/classes/UnfollowTests.cls | 1038 | 16 | 1038 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
538 | /src/classes/UnfollowTests.cls | 1042 | 16 | 1042 | 32 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
538 | /src/classes/UnfollowTests.cls | 1042 | 16 | 1042 | 32 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
539 | /src/classes/UnfollowTests.cls | 1043 | 17 | 1043 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
539 | /src/classes/UnfollowTests.cls | 1043 | 17 | 1043 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
540 | /src/classes/UnfollowTests.cls | 1044 | 16 | 1044 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
540 | /src/classes/UnfollowTests.cls | 1044 | 16 | 1044 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
541 | /src/classes/UnfollowTests.cls | 1045 | 16 | 1045 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
541 | /src/classes/UnfollowTests.cls | 1045 | 16 | 1045 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
542 | /src/classes/UnfollowTests.cls | 1046 | 14 | 1046 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
542 | /src/classes/UnfollowTests.cls | 1046 | 14 | 1046 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
543 | /src/classes/UnfollowTests.cls | 1047 | 18 | 1047 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
543 | /src/classes/UnfollowTests.cls | 1047 | 18 | 1047 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
544 | /src/classes/UnfollowTests.cls | 1048 | 16 | 1048 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
544 | /src/classes/UnfollowTests.cls | 1048 | 16 | 1048 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
545 | /src/classes/UnfollowTests.cls | 1049 | 16 | 1049 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
545 | /src/classes/UnfollowTests.cls | 1049 | 16 | 1049 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
546 | /src/classes/UnfollowTests.cls | 1050 | 16 | 1050 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
546 | /src/classes/UnfollowTests.cls | 1050 | 16 | 1050 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
547 | /src/classes/UnfollowTests.cls | 1059 | 34 | 1059 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
547 | /src/classes/UnfollowTests.cls | 1059 | 34 | 1059 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
548 | /src/classes/UnfollowTests.cls | 1063 | 34 | 1063 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
548 | /src/classes/UnfollowTests.cls | 1063 | 34 | 1063 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
549 | /src/classes/UnfollowTests.cls | 1071 | 9 | 1071 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
549 | /src/classes/UnfollowTests.cls | 1071 | 9 | 1071 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
550 | /src/classes/UnfollowTests.cls | 1073 | 9 | 1073 | 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. |
550 | /src/classes/UnfollowTests.cls | 1073 | 9 | 1073 | 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. |
551 | /src/classes/UnfollowTests.cls | 1077 | 23 | 1123 | 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. |
551 | /src/classes/UnfollowTests.cls | 1077 | 23 | 1123 | 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. |
552 | /src/classes/UnfollowTests.cls | 1082 | 17 | 1082 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
552 | /src/classes/UnfollowTests.cls | 1082 | 17 | 1082 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
553 | /src/classes/UnfollowTests.cls | 1083 | 16 | 1083 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
553 | /src/classes/UnfollowTests.cls | 1083 | 16 | 1083 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
554 | /src/classes/UnfollowTests.cls | 1084 | 16 | 1084 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
554 | /src/classes/UnfollowTests.cls | 1084 | 16 | 1084 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
555 | /src/classes/UnfollowTests.cls | 1085 | 16 | 1085 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
555 | /src/classes/UnfollowTests.cls | 1085 | 16 | 1085 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
556 | /src/classes/UnfollowTests.cls | 1086 | 16 | 1086 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
556 | /src/classes/UnfollowTests.cls | 1086 | 16 | 1086 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
557 | /src/classes/UnfollowTests.cls | 1087 | 16 | 1087 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
557 | /src/classes/UnfollowTests.cls | 1087 | 16 | 1087 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
558 | /src/classes/UnfollowTests.cls | 1090 | 16 | 1090 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
558 | /src/classes/UnfollowTests.cls | 1090 | 16 | 1090 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
559 | /src/classes/UnfollowTests.cls | 1091 | 17 | 1091 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
559 | /src/classes/UnfollowTests.cls | 1091 | 17 | 1091 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
560 | /src/classes/UnfollowTests.cls | 1092 | 16 | 1092 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
560 | /src/classes/UnfollowTests.cls | 1092 | 16 | 1092 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
561 | /src/classes/UnfollowTests.cls | 1093 | 16 | 1093 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
561 | /src/classes/UnfollowTests.cls | 1093 | 16 | 1093 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
562 | /src/classes/UnfollowTests.cls | 1094 | 14 | 1094 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
562 | /src/classes/UnfollowTests.cls | 1094 | 14 | 1094 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
563 | /src/classes/UnfollowTests.cls | 1095 | 18 | 1095 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
563 | /src/classes/UnfollowTests.cls | 1095 | 18 | 1095 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
564 | /src/classes/UnfollowTests.cls | 1096 | 16 | 1096 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
564 | /src/classes/UnfollowTests.cls | 1096 | 16 | 1096 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
565 | /src/classes/UnfollowTests.cls | 1097 | 16 | 1097 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
565 | /src/classes/UnfollowTests.cls | 1097 | 16 | 1097 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
566 | /src/classes/UnfollowTests.cls | 1098 | 16 | 1098 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
566 | /src/classes/UnfollowTests.cls | 1098 | 16 | 1098 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
567 | /src/classes/UnfollowTests.cls | 1107 | 34 | 1107 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
567 | /src/classes/UnfollowTests.cls | 1107 | 34 | 1107 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
568 | /src/classes/UnfollowTests.cls | 1111 | 34 | 1111 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
568 | /src/classes/UnfollowTests.cls | 1111 | 34 | 1111 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
569 | /src/classes/UnfollowTests.cls | 1119 | 9 | 1119 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
569 | /src/classes/UnfollowTests.cls | 1119 | 9 | 1119 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
570 | /src/classes/UnfollowTests.cls | 1121 | 9 | 1121 | 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. |
570 | /src/classes/UnfollowTests.cls | 1121 | 9 | 1121 | 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. |
571 | /src/classes/UnfollowTests.cls | 1125 | 23 | 1171 | 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. |
571 | /src/classes/UnfollowTests.cls | 1125 | 23 | 1171 | 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. |
572 | /src/classes/UnfollowTests.cls | 1130 | 17 | 1130 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
572 | /src/classes/UnfollowTests.cls | 1130 | 17 | 1130 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
573 | /src/classes/UnfollowTests.cls | 1131 | 16 | 1131 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
573 | /src/classes/UnfollowTests.cls | 1131 | 16 | 1131 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
574 | /src/classes/UnfollowTests.cls | 1132 | 16 | 1132 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
574 | /src/classes/UnfollowTests.cls | 1132 | 16 | 1132 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
575 | /src/classes/UnfollowTests.cls | 1133 | 16 | 1133 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
575 | /src/classes/UnfollowTests.cls | 1133 | 16 | 1133 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
576 | /src/classes/UnfollowTests.cls | 1134 | 16 | 1134 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
576 | /src/classes/UnfollowTests.cls | 1134 | 16 | 1134 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
577 | /src/classes/UnfollowTests.cls | 1135 | 16 | 1135 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
577 | /src/classes/UnfollowTests.cls | 1135 | 16 | 1135 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
578 | /src/classes/UnfollowTests.cls | 1138 | 16 | 1138 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
578 | /src/classes/UnfollowTests.cls | 1138 | 16 | 1138 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
579 | /src/classes/UnfollowTests.cls | 1139 | 17 | 1139 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
579 | /src/classes/UnfollowTests.cls | 1139 | 17 | 1139 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
580 | /src/classes/UnfollowTests.cls | 1140 | 16 | 1140 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
580 | /src/classes/UnfollowTests.cls | 1140 | 16 | 1140 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
581 | /src/classes/UnfollowTests.cls | 1141 | 16 | 1141 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
581 | /src/classes/UnfollowTests.cls | 1141 | 16 | 1141 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
582 | /src/classes/UnfollowTests.cls | 1142 | 14 | 1142 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
582 | /src/classes/UnfollowTests.cls | 1142 | 14 | 1142 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
583 | /src/classes/UnfollowTests.cls | 1143 | 18 | 1143 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
583 | /src/classes/UnfollowTests.cls | 1143 | 18 | 1143 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
584 | /src/classes/UnfollowTests.cls | 1144 | 16 | 1144 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
584 | /src/classes/UnfollowTests.cls | 1144 | 16 | 1144 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
585 | /src/classes/UnfollowTests.cls | 1145 | 16 | 1145 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
585 | /src/classes/UnfollowTests.cls | 1145 | 16 | 1145 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
586 | /src/classes/UnfollowTests.cls | 1146 | 16 | 1146 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
586 | /src/classes/UnfollowTests.cls | 1146 | 16 | 1146 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
587 | /src/classes/UnfollowTests.cls | 1155 | 34 | 1155 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
587 | /src/classes/UnfollowTests.cls | 1155 | 34 | 1155 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
588 | /src/classes/UnfollowTests.cls | 1159 | 34 | 1159 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
588 | /src/classes/UnfollowTests.cls | 1159 | 34 | 1159 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
589 | /src/classes/UnfollowTests.cls | 1167 | 9 | 1167 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
589 | /src/classes/UnfollowTests.cls | 1167 | 9 | 1167 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
590 | /src/classes/UnfollowTests.cls | 1169 | 9 | 1169 | 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. |
590 | /src/classes/UnfollowTests.cls | 1169 | 9 | 1169 | 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. |
591 | /src/classes/UnfollowTests.cls | 1173 | 23 | 1220 | 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. |
591 | /src/classes/UnfollowTests.cls | 1173 | 23 | 1220 | 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. |
592 | /src/classes/UnfollowTests.cls | 1178 | 17 | 1178 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
592 | /src/classes/UnfollowTests.cls | 1178 | 17 | 1178 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
593 | /src/classes/UnfollowTests.cls | 1179 | 16 | 1179 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
593 | /src/classes/UnfollowTests.cls | 1179 | 16 | 1179 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
594 | /src/classes/UnfollowTests.cls | 1180 | 16 | 1180 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
594 | /src/classes/UnfollowTests.cls | 1180 | 16 | 1180 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
595 | /src/classes/UnfollowTests.cls | 1181 | 16 | 1181 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
595 | /src/classes/UnfollowTests.cls | 1181 | 16 | 1181 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
596 | /src/classes/UnfollowTests.cls | 1182 | 16 | 1182 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
596 | /src/classes/UnfollowTests.cls | 1182 | 16 | 1182 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
597 | /src/classes/UnfollowTests.cls | 1183 | 16 | 1183 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
597 | /src/classes/UnfollowTests.cls | 1183 | 16 | 1183 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
598 | /src/classes/UnfollowTests.cls | 1187 | 16 | 1187 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
598 | /src/classes/UnfollowTests.cls | 1187 | 16 | 1187 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
599 | /src/classes/UnfollowTests.cls | 1188 | 17 | 1188 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
599 | /src/classes/UnfollowTests.cls | 1188 | 17 | 1188 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /src/classes/UnfollowTests.cls | 1189 | 16 | 1189 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /src/classes/UnfollowTests.cls | 1189 | 16 | 1189 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /src/classes/UnfollowTests.cls | 1190 | 16 | 1190 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /src/classes/UnfollowTests.cls | 1190 | 16 | 1190 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
602 | /src/classes/UnfollowTests.cls | 1191 | 14 | 1191 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
602 | /src/classes/UnfollowTests.cls | 1191 | 14 | 1191 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
603 | /src/classes/UnfollowTests.cls | 1192 | 18 | 1192 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
603 | /src/classes/UnfollowTests.cls | 1192 | 18 | 1192 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
604 | /src/classes/UnfollowTests.cls | 1193 | 16 | 1193 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
604 | /src/classes/UnfollowTests.cls | 1193 | 16 | 1193 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
605 | /src/classes/UnfollowTests.cls | 1194 | 16 | 1194 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
605 | /src/classes/UnfollowTests.cls | 1194 | 16 | 1194 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
606 | /src/classes/UnfollowTests.cls | 1195 | 16 | 1195 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
606 | /src/classes/UnfollowTests.cls | 1195 | 16 | 1195 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
607 | /src/classes/UnfollowTests.cls | 1204 | 34 | 1204 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
607 | /src/classes/UnfollowTests.cls | 1204 | 34 | 1204 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
608 | /src/classes/UnfollowTests.cls | 1208 | 34 | 1208 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
608 | /src/classes/UnfollowTests.cls | 1208 | 34 | 1208 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
609 | /src/classes/UnfollowTests.cls | 1216 | 9 | 1216 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
609 | /src/classes/UnfollowTests.cls | 1216 | 9 | 1216 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
610 | /src/classes/UnfollowTests.cls | 1218 | 9 | 1218 | 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. |
610 | /src/classes/UnfollowTests.cls | 1218 | 9 | 1218 | 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. |
611 | /src/classes/UnfollowTests.cls | 1222 | 23 | 1269 | 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. |
611 | /src/classes/UnfollowTests.cls | 1222 | 23 | 1269 | 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. |
612 | /src/classes/UnfollowTests.cls | 1227 | 17 | 1227 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
612 | /src/classes/UnfollowTests.cls | 1227 | 17 | 1227 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
613 | /src/classes/UnfollowTests.cls | 1228 | 16 | 1228 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
613 | /src/classes/UnfollowTests.cls | 1228 | 16 | 1228 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
614 | /src/classes/UnfollowTests.cls | 1229 | 16 | 1229 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
614 | /src/classes/UnfollowTests.cls | 1229 | 16 | 1229 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
615 | /src/classes/UnfollowTests.cls | 1230 | 16 | 1230 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
615 | /src/classes/UnfollowTests.cls | 1230 | 16 | 1230 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
616 | /src/classes/UnfollowTests.cls | 1231 | 16 | 1231 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
616 | /src/classes/UnfollowTests.cls | 1231 | 16 | 1231 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
617 | /src/classes/UnfollowTests.cls | 1232 | 16 | 1232 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
617 | /src/classes/UnfollowTests.cls | 1232 | 16 | 1232 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
618 | /src/classes/UnfollowTests.cls | 1236 | 16 | 1236 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
618 | /src/classes/UnfollowTests.cls | 1236 | 16 | 1236 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
619 | /src/classes/UnfollowTests.cls | 1237 | 17 | 1237 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
619 | /src/classes/UnfollowTests.cls | 1237 | 17 | 1237 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
620 | /src/classes/UnfollowTests.cls | 1238 | 16 | 1238 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
620 | /src/classes/UnfollowTests.cls | 1238 | 16 | 1238 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
621 | /src/classes/UnfollowTests.cls | 1239 | 16 | 1239 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
621 | /src/classes/UnfollowTests.cls | 1239 | 16 | 1239 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
622 | /src/classes/UnfollowTests.cls | 1240 | 14 | 1240 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
622 | /src/classes/UnfollowTests.cls | 1240 | 14 | 1240 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
623 | /src/classes/UnfollowTests.cls | 1241 | 18 | 1241 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
623 | /src/classes/UnfollowTests.cls | 1241 | 18 | 1241 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
624 | /src/classes/UnfollowTests.cls | 1242 | 16 | 1242 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
624 | /src/classes/UnfollowTests.cls | 1242 | 16 | 1242 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
625 | /src/classes/UnfollowTests.cls | 1243 | 16 | 1243 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
625 | /src/classes/UnfollowTests.cls | 1243 | 16 | 1243 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
626 | /src/classes/UnfollowTests.cls | 1244 | 16 | 1244 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
626 | /src/classes/UnfollowTests.cls | 1244 | 16 | 1244 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
627 | /src/classes/UnfollowTests.cls | 1253 | 34 | 1253 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
627 | /src/classes/UnfollowTests.cls | 1253 | 34 | 1253 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
628 | /src/classes/UnfollowTests.cls | 1257 | 34 | 1257 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
628 | /src/classes/UnfollowTests.cls | 1257 | 34 | 1257 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
629 | /src/classes/UnfollowTests.cls | 1265 | 9 | 1265 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
629 | /src/classes/UnfollowTests.cls | 1265 | 9 | 1265 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
630 | /src/classes/UnfollowTests.cls | 1267 | 9 | 1267 | 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. |
630 | /src/classes/UnfollowTests.cls | 1267 | 9 | 1267 | 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. |
631 | /src/classes/UnfollowTests.cls | 1271 | 23 | 1317 | 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. |
631 | /src/classes/UnfollowTests.cls | 1271 | 23 | 1317 | 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. |
632 | /src/classes/UnfollowTests.cls | 1276 | 17 | 1276 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
632 | /src/classes/UnfollowTests.cls | 1276 | 17 | 1276 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
633 | /src/classes/UnfollowTests.cls | 1277 | 16 | 1277 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
633 | /src/classes/UnfollowTests.cls | 1277 | 16 | 1277 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
634 | /src/classes/UnfollowTests.cls | 1278 | 16 | 1278 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
634 | /src/classes/UnfollowTests.cls | 1278 | 16 | 1278 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
635 | /src/classes/UnfollowTests.cls | 1279 | 16 | 1279 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
635 | /src/classes/UnfollowTests.cls | 1279 | 16 | 1279 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
636 | /src/classes/UnfollowTests.cls | 1280 | 16 | 1280 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
636 | /src/classes/UnfollowTests.cls | 1280 | 16 | 1280 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
637 | /src/classes/UnfollowTests.cls | 1281 | 16 | 1281 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
637 | /src/classes/UnfollowTests.cls | 1281 | 16 | 1281 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
638 | /src/classes/UnfollowTests.cls | 1285 | 16 | 1285 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
638 | /src/classes/UnfollowTests.cls | 1285 | 16 | 1285 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
639 | /src/classes/UnfollowTests.cls | 1286 | 17 | 1286 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
639 | /src/classes/UnfollowTests.cls | 1286 | 17 | 1286 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
640 | /src/classes/UnfollowTests.cls | 1287 | 16 | 1287 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
640 | /src/classes/UnfollowTests.cls | 1287 | 16 | 1287 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
641 | /src/classes/UnfollowTests.cls | 1288 | 16 | 1288 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
641 | /src/classes/UnfollowTests.cls | 1288 | 16 | 1288 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
642 | /src/classes/UnfollowTests.cls | 1289 | 14 | 1289 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
642 | /src/classes/UnfollowTests.cls | 1289 | 14 | 1289 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
643 | /src/classes/UnfollowTests.cls | 1290 | 18 | 1290 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
643 | /src/classes/UnfollowTests.cls | 1290 | 18 | 1290 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
644 | /src/classes/UnfollowTests.cls | 1291 | 16 | 1291 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
644 | /src/classes/UnfollowTests.cls | 1291 | 16 | 1291 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
645 | /src/classes/UnfollowTests.cls | 1292 | 16 | 1292 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
645 | /src/classes/UnfollowTests.cls | 1292 | 16 | 1292 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
646 | /src/classes/UnfollowTests.cls | 1293 | 16 | 1293 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
646 | /src/classes/UnfollowTests.cls | 1293 | 16 | 1293 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
647 | /src/classes/UnfollowTests.cls | 1302 | 34 | 1302 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
647 | /src/classes/UnfollowTests.cls | 1302 | 34 | 1302 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
648 | /src/classes/UnfollowTests.cls | 1306 | 34 | 1306 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
648 | /src/classes/UnfollowTests.cls | 1306 | 34 | 1306 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
649 | /src/classes/UnfollowTests.cls | 1314 | 9 | 1314 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
649 | /src/classes/UnfollowTests.cls | 1314 | 9 | 1314 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
650 | /src/classes/UnfollowTests.cls | 1315 | 9 | 1315 | 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. |
650 | /src/classes/UnfollowTests.cls | 1315 | 9 | 1315 | 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. |
651 | /src/classes/UnfollowTests.cls | 1319 | 23 | 1368 | 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. |
651 | /src/classes/UnfollowTests.cls | 1319 | 23 | 1368 | 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. |
652 | /src/classes/UnfollowTests.cls | 1324 | 17 | 1324 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
652 | /src/classes/UnfollowTests.cls | 1324 | 17 | 1324 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
653 | /src/classes/UnfollowTests.cls | 1325 | 16 | 1325 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
653 | /src/classes/UnfollowTests.cls | 1325 | 16 | 1325 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
654 | /src/classes/UnfollowTests.cls | 1326 | 16 | 1326 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
654 | /src/classes/UnfollowTests.cls | 1326 | 16 | 1326 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
655 | /src/classes/UnfollowTests.cls | 1327 | 16 | 1327 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
655 | /src/classes/UnfollowTests.cls | 1327 | 16 | 1327 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
656 | /src/classes/UnfollowTests.cls | 1328 | 16 | 1328 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
656 | /src/classes/UnfollowTests.cls | 1328 | 16 | 1328 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
657 | /src/classes/UnfollowTests.cls | 1329 | 16 | 1329 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
657 | /src/classes/UnfollowTests.cls | 1329 | 16 | 1329 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
658 | /src/classes/UnfollowTests.cls | 1333 | 16 | 1333 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
658 | /src/classes/UnfollowTests.cls | 1333 | 16 | 1333 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
659 | /src/classes/UnfollowTests.cls | 1334 | 17 | 1334 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
659 | /src/classes/UnfollowTests.cls | 1334 | 17 | 1334 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
660 | /src/classes/UnfollowTests.cls | 1335 | 16 | 1335 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
660 | /src/classes/UnfollowTests.cls | 1335 | 16 | 1335 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
661 | /src/classes/UnfollowTests.cls | 1336 | 16 | 1336 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
661 | /src/classes/UnfollowTests.cls | 1336 | 16 | 1336 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
662 | /src/classes/UnfollowTests.cls | 1337 | 14 | 1337 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
662 | /src/classes/UnfollowTests.cls | 1337 | 14 | 1337 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
663 | /src/classes/UnfollowTests.cls | 1338 | 18 | 1338 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
663 | /src/classes/UnfollowTests.cls | 1338 | 18 | 1338 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
664 | /src/classes/UnfollowTests.cls | 1339 | 16 | 1339 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
664 | /src/classes/UnfollowTests.cls | 1339 | 16 | 1339 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
665 | /src/classes/UnfollowTests.cls | 1340 | 16 | 1340 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
665 | /src/classes/UnfollowTests.cls | 1340 | 16 | 1340 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
666 | /src/classes/UnfollowTests.cls | 1341 | 16 | 1341 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
666 | /src/classes/UnfollowTests.cls | 1341 | 16 | 1341 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
667 | /src/classes/UnfollowTests.cls | 1353 | 34 | 1353 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
667 | /src/classes/UnfollowTests.cls | 1353 | 34 | 1353 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
668 | /src/classes/UnfollowTests.cls | 1357 | 34 | 1357 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
668 | /src/classes/UnfollowTests.cls | 1357 | 34 | 1357 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
669 | /src/classes/UnfollowTests.cls | 1365 | 9 | 1365 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
669 | /src/classes/UnfollowTests.cls | 1365 | 9 | 1365 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
670 | /src/classes/UnfollowTests.cls | 1370 | 23 | 1421 | 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. |
670 | /src/classes/UnfollowTests.cls | 1370 | 23 | 1421 | 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. |
671 | /src/classes/UnfollowTests.cls | 1371 | 16 | 1371 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
671 | /src/classes/UnfollowTests.cls | 1371 | 16 | 1371 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
672 | /src/classes/UnfollowTests.cls | 1376 | 16 | 1376 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
672 | /src/classes/UnfollowTests.cls | 1376 | 16 | 1376 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
673 | /src/classes/UnfollowTests.cls | 1377 | 17 | 1377 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
673 | /src/classes/UnfollowTests.cls | 1377 | 17 | 1377 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
674 | /src/classes/UnfollowTests.cls | 1378 | 16 | 1378 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
674 | /src/classes/UnfollowTests.cls | 1378 | 16 | 1378 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
675 | /src/classes/UnfollowTests.cls | 1379 | 16 | 1379 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
675 | /src/classes/UnfollowTests.cls | 1379 | 16 | 1379 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
676 | /src/classes/UnfollowTests.cls | 1380 | 14 | 1380 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
676 | /src/classes/UnfollowTests.cls | 1380 | 14 | 1380 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
677 | /src/classes/UnfollowTests.cls | 1381 | 18 | 1381 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
677 | /src/classes/UnfollowTests.cls | 1381 | 18 | 1381 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
678 | /src/classes/UnfollowTests.cls | 1382 | 16 | 1382 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
678 | /src/classes/UnfollowTests.cls | 1382 | 16 | 1382 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
679 | /src/classes/UnfollowTests.cls | 1383 | 16 | 1383 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
679 | /src/classes/UnfollowTests.cls | 1383 | 16 | 1383 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
680 | /src/classes/UnfollowTests.cls | 1384 | 16 | 1384 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
680 | /src/classes/UnfollowTests.cls | 1384 | 16 | 1384 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
681 | /src/classes/UnfollowTests.cls | 1391 | 34 | 1391 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
681 | /src/classes/UnfollowTests.cls | 1391 | 34 | 1391 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
682 | /src/classes/UnfollowTests.cls | 1399 | 34 | 1399 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
682 | /src/classes/UnfollowTests.cls | 1399 | 34 | 1399 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
683 | /src/classes/UnfollowTests.cls | 1412 | 9 | 1412 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
683 | /src/classes/UnfollowTests.cls | 1412 | 9 | 1412 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
684 | /src/classes/UnfollowTests.cls | 1414 | 9 | 1414 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
684 | /src/classes/UnfollowTests.cls | 1414 | 9 | 1414 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
685 | /src/classes/UnfollowTests.cls | 1417 | 9 | 1417 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
685 | /src/classes/UnfollowTests.cls | 1417 | 9 | 1417 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
686 | /src/classes/UnfollowTests.cls | 1419 | 9 | 1419 | 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. |
686 | /src/classes/UnfollowTests.cls | 1419 | 9 | 1419 | 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. |
687 | /src/classes/UnfollowTests.cls | 1424 | 23 | 1432 | 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() |
687 | /src/classes/UnfollowTests.cls | 1424 | 23 | 1432 | 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() |
688 | /src/classes/UnfollowTests.cls | 1424 | 23 | 1432 | 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. |
688 | /src/classes/UnfollowTests.cls | 1424 | 23 | 1432 | 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. |
689 | /src/classes/UnfollowTests.cls | 1434 | 23 | 1481 | 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. |
689 | /src/classes/UnfollowTests.cls | 1434 | 23 | 1481 | 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. |
690 | /src/classes/UnfollowTests.cls | 1439 | 17 | 1439 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
690 | /src/classes/UnfollowTests.cls | 1439 | 17 | 1439 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
691 | /src/classes/UnfollowTests.cls | 1440 | 16 | 1440 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
691 | /src/classes/UnfollowTests.cls | 1440 | 16 | 1440 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
692 | /src/classes/UnfollowTests.cls | 1441 | 16 | 1441 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
692 | /src/classes/UnfollowTests.cls | 1441 | 16 | 1441 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
693 | /src/classes/UnfollowTests.cls | 1442 | 16 | 1442 | 38 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
693 | /src/classes/UnfollowTests.cls | 1442 | 16 | 1442 | 38 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
694 | /src/classes/UnfollowTests.cls | 1443 | 16 | 1443 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
694 | /src/classes/UnfollowTests.cls | 1443 | 16 | 1443 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
695 | /src/classes/UnfollowTests.cls | 1444 | 16 | 1444 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
695 | /src/classes/UnfollowTests.cls | 1444 | 16 | 1444 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
696 | /src/classes/UnfollowTests.cls | 1448 | 16 | 1448 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
696 | /src/classes/UnfollowTests.cls | 1448 | 16 | 1448 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
697 | /src/classes/UnfollowTests.cls | 1449 | 17 | 1449 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
697 | /src/classes/UnfollowTests.cls | 1449 | 17 | 1449 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
698 | /src/classes/UnfollowTests.cls | 1450 | 16 | 1450 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
698 | /src/classes/UnfollowTests.cls | 1450 | 16 | 1450 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
699 | /src/classes/UnfollowTests.cls | 1451 | 16 | 1451 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
699 | /src/classes/UnfollowTests.cls | 1451 | 16 | 1451 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
700 | /src/classes/UnfollowTests.cls | 1452 | 14 | 1452 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
700 | /src/classes/UnfollowTests.cls | 1452 | 14 | 1452 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
701 | /src/classes/UnfollowTests.cls | 1453 | 18 | 1453 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
701 | /src/classes/UnfollowTests.cls | 1453 | 18 | 1453 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
702 | /src/classes/UnfollowTests.cls | 1454 | 16 | 1454 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
702 | /src/classes/UnfollowTests.cls | 1454 | 16 | 1454 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
703 | /src/classes/UnfollowTests.cls | 1455 | 16 | 1455 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
703 | /src/classes/UnfollowTests.cls | 1455 | 16 | 1455 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
704 | /src/classes/UnfollowTests.cls | 1456 | 16 | 1456 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
704 | /src/classes/UnfollowTests.cls | 1456 | 16 | 1456 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
705 | /src/classes/UnfollowTests.cls | 1465 | 34 | 1465 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
705 | /src/classes/UnfollowTests.cls | 1465 | 34 | 1465 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
706 | /src/classes/UnfollowTests.cls | 1469 | 34 | 1469 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
706 | /src/classes/UnfollowTests.cls | 1469 | 34 | 1469 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
707 | /src/classes/UnfollowTests.cls | 1477 | 9 | 1477 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
707 | /src/classes/UnfollowTests.cls | 1477 | 9 | 1477 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
708 | /src/classes/UnfollowTests.cls | 1479 | 9 | 1479 | 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. |
708 | /src/classes/UnfollowTests.cls | 1479 | 9 | 1479 | 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. |
709 | /src/classes/UnfollowTests.cls | 1483 | 23 | 1530 | 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. |
709 | /src/classes/UnfollowTests.cls | 1483 | 23 | 1530 | 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. |
710 | /src/classes/UnfollowTests.cls | 1488 | 17 | 1488 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
710 | /src/classes/UnfollowTests.cls | 1488 | 17 | 1488 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
711 | /src/classes/UnfollowTests.cls | 1489 | 16 | 1489 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
711 | /src/classes/UnfollowTests.cls | 1489 | 16 | 1489 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
712 | /src/classes/UnfollowTests.cls | 1490 | 16 | 1490 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
712 | /src/classes/UnfollowTests.cls | 1490 | 16 | 1490 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
713 | /src/classes/UnfollowTests.cls | 1491 | 16 | 1491 | 38 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
713 | /src/classes/UnfollowTests.cls | 1491 | 16 | 1491 | 38 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
714 | /src/classes/UnfollowTests.cls | 1492 | 16 | 1492 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
714 | /src/classes/UnfollowTests.cls | 1492 | 16 | 1492 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
715 | /src/classes/UnfollowTests.cls | 1493 | 16 | 1493 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
715 | /src/classes/UnfollowTests.cls | 1493 | 16 | 1493 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
716 | /src/classes/UnfollowTests.cls | 1497 | 16 | 1497 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
716 | /src/classes/UnfollowTests.cls | 1497 | 16 | 1497 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
717 | /src/classes/UnfollowTests.cls | 1498 | 17 | 1498 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
717 | /src/classes/UnfollowTests.cls | 1498 | 17 | 1498 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
718 | /src/classes/UnfollowTests.cls | 1499 | 16 | 1499 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
718 | /src/classes/UnfollowTests.cls | 1499 | 16 | 1499 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
719 | /src/classes/UnfollowTests.cls | 1500 | 16 | 1500 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
719 | /src/classes/UnfollowTests.cls | 1500 | 16 | 1500 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
720 | /src/classes/UnfollowTests.cls | 1501 | 14 | 1501 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
720 | /src/classes/UnfollowTests.cls | 1501 | 14 | 1501 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
721 | /src/classes/UnfollowTests.cls | 1502 | 18 | 1502 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
721 | /src/classes/UnfollowTests.cls | 1502 | 18 | 1502 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
722 | /src/classes/UnfollowTests.cls | 1503 | 16 | 1503 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
722 | /src/classes/UnfollowTests.cls | 1503 | 16 | 1503 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
723 | /src/classes/UnfollowTests.cls | 1504 | 16 | 1504 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
723 | /src/classes/UnfollowTests.cls | 1504 | 16 | 1504 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
724 | /src/classes/UnfollowTests.cls | 1514 | 34 | 1514 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
724 | /src/classes/UnfollowTests.cls | 1514 | 34 | 1514 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
725 | /src/classes/UnfollowTests.cls | 1518 | 34 | 1518 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
725 | /src/classes/UnfollowTests.cls | 1518 | 34 | 1518 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
726 | /src/classes/UnfollowTests.cls | 1526 | 9 | 1526 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
726 | /src/classes/UnfollowTests.cls | 1526 | 9 | 1526 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
727 | /src/classes/UnfollowTests.cls | 1528 | 9 | 1528 | 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. |
727 | /src/classes/UnfollowTests.cls | 1528 | 9 | 1528 | 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. |
728 | /src/classes/UnfollowTests.cls | 1533 | 23 | 1580 | 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. |
728 | /src/classes/UnfollowTests.cls | 1533 | 23 | 1580 | 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. |
729 | /src/classes/UnfollowTests.cls | 1538 | 17 | 1538 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
729 | /src/classes/UnfollowTests.cls | 1538 | 17 | 1538 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
730 | /src/classes/UnfollowTests.cls | 1539 | 16 | 1539 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
730 | /src/classes/UnfollowTests.cls | 1539 | 16 | 1539 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
731 | /src/classes/UnfollowTests.cls | 1540 | 16 | 1540 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
731 | /src/classes/UnfollowTests.cls | 1540 | 16 | 1540 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
732 | /src/classes/UnfollowTests.cls | 1541 | 16 | 1541 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
732 | /src/classes/UnfollowTests.cls | 1541 | 16 | 1541 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
733 | /src/classes/UnfollowTests.cls | 1542 | 16 | 1542 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
733 | /src/classes/UnfollowTests.cls | 1542 | 16 | 1542 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
734 | /src/classes/UnfollowTests.cls | 1543 | 16 | 1543 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
734 | /src/classes/UnfollowTests.cls | 1543 | 16 | 1543 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
735 | /src/classes/UnfollowTests.cls | 1547 | 16 | 1547 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
735 | /src/classes/UnfollowTests.cls | 1547 | 16 | 1547 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
736 | /src/classes/UnfollowTests.cls | 1548 | 17 | 1548 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
736 | /src/classes/UnfollowTests.cls | 1548 | 17 | 1548 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
737 | /src/classes/UnfollowTests.cls | 1549 | 16 | 1549 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
737 | /src/classes/UnfollowTests.cls | 1549 | 16 | 1549 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
738 | /src/classes/UnfollowTests.cls | 1550 | 16 | 1550 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
738 | /src/classes/UnfollowTests.cls | 1550 | 16 | 1550 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
739 | /src/classes/UnfollowTests.cls | 1551 | 14 | 1551 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
739 | /src/classes/UnfollowTests.cls | 1551 | 14 | 1551 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
740 | /src/classes/UnfollowTests.cls | 1552 | 18 | 1552 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
740 | /src/classes/UnfollowTests.cls | 1552 | 18 | 1552 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
741 | /src/classes/UnfollowTests.cls | 1553 | 16 | 1553 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
741 | /src/classes/UnfollowTests.cls | 1553 | 16 | 1553 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
742 | /src/classes/UnfollowTests.cls | 1554 | 16 | 1554 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
742 | /src/classes/UnfollowTests.cls | 1554 | 16 | 1554 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
743 | /src/classes/UnfollowTests.cls | 1555 | 16 | 1555 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
743 | /src/classes/UnfollowTests.cls | 1555 | 16 | 1555 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
744 | /src/classes/UnfollowTests.cls | 1564 | 34 | 1564 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
744 | /src/classes/UnfollowTests.cls | 1564 | 34 | 1564 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
745 | /src/classes/UnfollowTests.cls | 1568 | 34 | 1568 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
745 | /src/classes/UnfollowTests.cls | 1568 | 34 | 1568 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
746 | /src/classes/UnfollowTests.cls | 1576 | 9 | 1576 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
746 | /src/classes/UnfollowTests.cls | 1576 | 9 | 1576 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
747 | /src/classes/UnfollowTests.cls | 1578 | 9 | 1578 | 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. |
747 | /src/classes/UnfollowTests.cls | 1578 | 9 | 1578 | 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. |
748 | /src/classes/UnfollowTests.cls | 1582 | 23 | 1629 | 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. |
748 | /src/classes/UnfollowTests.cls | 1582 | 23 | 1629 | 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. |
749 | /src/classes/UnfollowTests.cls | 1587 | 17 | 1587 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
749 | /src/classes/UnfollowTests.cls | 1587 | 17 | 1587 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
750 | /src/classes/UnfollowTests.cls | 1588 | 16 | 1588 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
750 | /src/classes/UnfollowTests.cls | 1588 | 16 | 1588 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
751 | /src/classes/UnfollowTests.cls | 1589 | 16 | 1589 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
751 | /src/classes/UnfollowTests.cls | 1589 | 16 | 1589 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
752 | /src/classes/UnfollowTests.cls | 1590 | 16 | 1590 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
752 | /src/classes/UnfollowTests.cls | 1590 | 16 | 1590 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
753 | /src/classes/UnfollowTests.cls | 1591 | 16 | 1591 | 38 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
753 | /src/classes/UnfollowTests.cls | 1591 | 16 | 1591 | 38 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
754 | /src/classes/UnfollowTests.cls | 1592 | 16 | 1592 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
754 | /src/classes/UnfollowTests.cls | 1592 | 16 | 1592 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
755 | /src/classes/UnfollowTests.cls | 1596 | 16 | 1596 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
755 | /src/classes/UnfollowTests.cls | 1596 | 16 | 1596 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
756 | /src/classes/UnfollowTests.cls | 1597 | 17 | 1597 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
756 | /src/classes/UnfollowTests.cls | 1597 | 17 | 1597 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
757 | /src/classes/UnfollowTests.cls | 1598 | 16 | 1598 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
757 | /src/classes/UnfollowTests.cls | 1598 | 16 | 1598 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
758 | /src/classes/UnfollowTests.cls | 1599 | 16 | 1599 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
758 | /src/classes/UnfollowTests.cls | 1599 | 16 | 1599 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
759 | /src/classes/UnfollowTests.cls | 1600 | 14 | 1600 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
759 | /src/classes/UnfollowTests.cls | 1600 | 14 | 1600 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
760 | /src/classes/UnfollowTests.cls | 1601 | 18 | 1601 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
760 | /src/classes/UnfollowTests.cls | 1601 | 18 | 1601 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
761 | /src/classes/UnfollowTests.cls | 1602 | 16 | 1602 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
761 | /src/classes/UnfollowTests.cls | 1602 | 16 | 1602 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
762 | /src/classes/UnfollowTests.cls | 1603 | 16 | 1603 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
762 | /src/classes/UnfollowTests.cls | 1603 | 16 | 1603 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
763 | /src/classes/UnfollowTests.cls | 1604 | 16 | 1604 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
763 | /src/classes/UnfollowTests.cls | 1604 | 16 | 1604 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
764 | /src/classes/UnfollowTests.cls | 1613 | 34 | 1613 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
764 | /src/classes/UnfollowTests.cls | 1613 | 34 | 1613 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
765 | /src/classes/UnfollowTests.cls | 1617 | 34 | 1617 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
765 | /src/classes/UnfollowTests.cls | 1617 | 34 | 1617 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
766 | /src/classes/UnfollowTests.cls | 1625 | 9 | 1625 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
766 | /src/classes/UnfollowTests.cls | 1625 | 9 | 1625 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
767 | /src/classes/UnfollowTests.cls | 1627 | 9 | 1627 | 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. |
767 | /src/classes/UnfollowTests.cls | 1627 | 9 | 1627 | 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. |
768 | /src/classes/UnfollowTests.cls | 1632 | 23 | 1679 | 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. |
768 | /src/classes/UnfollowTests.cls | 1632 | 23 | 1679 | 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. |
769 | /src/classes/UnfollowTests.cls | 1637 | 17 | 1637 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
769 | /src/classes/UnfollowTests.cls | 1637 | 17 | 1637 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
770 | /src/classes/UnfollowTests.cls | 1638 | 16 | 1638 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
770 | /src/classes/UnfollowTests.cls | 1638 | 16 | 1638 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
771 | /src/classes/UnfollowTests.cls | 1639 | 16 | 1639 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
771 | /src/classes/UnfollowTests.cls | 1639 | 16 | 1639 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
772 | /src/classes/UnfollowTests.cls | 1640 | 16 | 1640 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
772 | /src/classes/UnfollowTests.cls | 1640 | 16 | 1640 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
773 | /src/classes/UnfollowTests.cls | 1641 | 16 | 1641 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
773 | /src/classes/UnfollowTests.cls | 1641 | 16 | 1641 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
774 | /src/classes/UnfollowTests.cls | 1642 | 16 | 1642 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
774 | /src/classes/UnfollowTests.cls | 1642 | 16 | 1642 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
775 | /src/classes/UnfollowTests.cls | 1646 | 16 | 1646 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
775 | /src/classes/UnfollowTests.cls | 1646 | 16 | 1646 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
776 | /src/classes/UnfollowTests.cls | 1647 | 17 | 1647 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
776 | /src/classes/UnfollowTests.cls | 1647 | 17 | 1647 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
777 | /src/classes/UnfollowTests.cls | 1648 | 16 | 1648 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
777 | /src/classes/UnfollowTests.cls | 1648 | 16 | 1648 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
778 | /src/classes/UnfollowTests.cls | 1649 | 16 | 1649 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
778 | /src/classes/UnfollowTests.cls | 1649 | 16 | 1649 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
779 | /src/classes/UnfollowTests.cls | 1650 | 14 | 1650 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
779 | /src/classes/UnfollowTests.cls | 1650 | 14 | 1650 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
780 | /src/classes/UnfollowTests.cls | 1651 | 18 | 1651 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
780 | /src/classes/UnfollowTests.cls | 1651 | 18 | 1651 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
781 | /src/classes/UnfollowTests.cls | 1652 | 16 | 1652 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
781 | /src/classes/UnfollowTests.cls | 1652 | 16 | 1652 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
782 | /src/classes/UnfollowTests.cls | 1653 | 16 | 1653 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
782 | /src/classes/UnfollowTests.cls | 1653 | 16 | 1653 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
783 | /src/classes/UnfollowTests.cls | 1654 | 16 | 1654 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
783 | /src/classes/UnfollowTests.cls | 1654 | 16 | 1654 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
784 | /src/classes/UnfollowTests.cls | 1663 | 34 | 1663 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
784 | /src/classes/UnfollowTests.cls | 1663 | 34 | 1663 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
785 | /src/classes/UnfollowTests.cls | 1667 | 34 | 1667 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
785 | /src/classes/UnfollowTests.cls | 1667 | 34 | 1667 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
786 | /src/classes/UnfollowTests.cls | 1675 | 9 | 1675 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
786 | /src/classes/UnfollowTests.cls | 1675 | 9 | 1675 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
787 | /src/classes/UnfollowTests.cls | 1677 | 9 | 1677 | 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. |
787 | /src/classes/UnfollowTests.cls | 1677 | 9 | 1677 | 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. |
788 | /src/classes/UnfollowTests.cls | 1681 | 23 | 1727 | 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. |
788 | /src/classes/UnfollowTests.cls | 1681 | 23 | 1727 | 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. |
789 | /src/classes/UnfollowTests.cls | 1686 | 17 | 1686 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
789 | /src/classes/UnfollowTests.cls | 1686 | 17 | 1686 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
790 | /src/classes/UnfollowTests.cls | 1687 | 16 | 1687 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
790 | /src/classes/UnfollowTests.cls | 1687 | 16 | 1687 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
791 | /src/classes/UnfollowTests.cls | 1688 | 16 | 1688 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
791 | /src/classes/UnfollowTests.cls | 1688 | 16 | 1688 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
792 | /src/classes/UnfollowTests.cls | 1689 | 16 | 1689 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
792 | /src/classes/UnfollowTests.cls | 1689 | 16 | 1689 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
793 | /src/classes/UnfollowTests.cls | 1690 | 16 | 1690 | 42 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
793 | /src/classes/UnfollowTests.cls | 1690 | 16 | 1690 | 42 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
794 | /src/classes/UnfollowTests.cls | 1691 | 16 | 1691 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
794 | /src/classes/UnfollowTests.cls | 1691 | 16 | 1691 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
795 | /src/classes/UnfollowTests.cls | 1695 | 16 | 1695 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
795 | /src/classes/UnfollowTests.cls | 1695 | 16 | 1695 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /src/classes/UnfollowTests.cls | 1696 | 17 | 1696 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /src/classes/UnfollowTests.cls | 1696 | 17 | 1696 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
797 | /src/classes/UnfollowTests.cls | 1697 | 16 | 1697 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
797 | /src/classes/UnfollowTests.cls | 1697 | 16 | 1697 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
798 | /src/classes/UnfollowTests.cls | 1698 | 16 | 1698 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
798 | /src/classes/UnfollowTests.cls | 1698 | 16 | 1698 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /src/classes/UnfollowTests.cls | 1699 | 14 | 1699 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /src/classes/UnfollowTests.cls | 1699 | 14 | 1699 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
800 | /src/classes/UnfollowTests.cls | 1700 | 18 | 1700 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
800 | /src/classes/UnfollowTests.cls | 1700 | 18 | 1700 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
801 | /src/classes/UnfollowTests.cls | 1701 | 16 | 1701 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
801 | /src/classes/UnfollowTests.cls | 1701 | 16 | 1701 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
802 | /src/classes/UnfollowTests.cls | 1702 | 16 | 1702 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
802 | /src/classes/UnfollowTests.cls | 1702 | 16 | 1702 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
803 | /src/classes/UnfollowTests.cls | 1703 | 16 | 1703 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
803 | /src/classes/UnfollowTests.cls | 1703 | 16 | 1703 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
804 | /src/classes/UnfollowTests.cls | 1712 | 34 | 1712 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
804 | /src/classes/UnfollowTests.cls | 1712 | 34 | 1712 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
805 | /src/classes/UnfollowTests.cls | 1716 | 34 | 1716 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
805 | /src/classes/UnfollowTests.cls | 1716 | 34 | 1716 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
806 | /src/classes/UnfollowTests.cls | 1724 | 9 | 1724 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
806 | /src/classes/UnfollowTests.cls | 1724 | 9 | 1724 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
807 | /src/classes/UnfollowTests.cls | 1726 | 9 | 1726 | 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. |
807 | /src/classes/UnfollowTests.cls | 1726 | 9 | 1726 | 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. |
808 | /src/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
808 | /src/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
809 | /src/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 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() |
809 | /src/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 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() |
810 | /src/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 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. |
810 | /src/classes/UnfollowTests.cls | 1729 | 30 | 1764 | 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. |
811 | /src/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
811 | /src/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
812 | /src/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 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() |
812 | /src/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 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() |
813 | /src/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 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. |
813 | /src/classes/UnfollowTests.cls | 1766 | 30 | 1801 | 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. |
814 | /src/classes/UnfollowTests.cls | 1803 | 30 | 1820 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
814 | /src/classes/UnfollowTests.cls | 1803 | 30 | 1820 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
815 | /src/classes/UnfollowTests.cls | 1803 | 30 | 1820 | 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. |
815 | /src/classes/UnfollowTests.cls | 1803 | 30 | 1820 | 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. |
816 | /src/classes/UnfollowTests.cls | 1819 | 9 | 1819 | 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. |
816 | /src/classes/UnfollowTests.cls | 1819 | 9 | 1819 | 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. |
817 | /src/classes/UnfollowTests.cls | 1822 | 31 | 1838 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
817 | /src/classes/UnfollowTests.cls | 1822 | 31 | 1838 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
818 | /src/classes/UnfollowTests.cls | 1822 | 31 | 1838 | 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. |
818 | /src/classes/UnfollowTests.cls | 1822 | 31 | 1838 | 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. |
819 | /src/classes/UnfollowTests.cls | 1837 | 9 | 1837 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
819 | /src/classes/UnfollowTests.cls | 1837 | 9 | 1837 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
820 | /src/classes/UnfollowTests.cls | 1840 | 30 | 1864 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
820 | /src/classes/UnfollowTests.cls | 1840 | 30 | 1864 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
821 | /src/classes/UnfollowTests.cls | 1840 | 30 | 1864 | 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. |
821 | /src/classes/UnfollowTests.cls | 1840 | 30 | 1864 | 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. |
822 | /src/classes/UnfollowTests.cls | 1863 | 9 | 1863 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
822 | /src/classes/UnfollowTests.cls | 1863 | 9 | 1863 | 50 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
823 | /src/classes/UnfollowTests.cls | 1866 | 30 | 1916 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
823 | /src/classes/UnfollowTests.cls | 1866 | 30 | 1916 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
824 | /src/classes/UnfollowTests.cls | 1866 | 30 | 1916 | 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. |
824 | /src/classes/UnfollowTests.cls | 1866 | 30 | 1916 | 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. |
825 | /src/classes/UnfollowTests.cls | 1871 | 17 | 1871 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
825 | /src/classes/UnfollowTests.cls | 1871 | 17 | 1871 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
826 | /src/classes/UnfollowTests.cls | 1872 | 16 | 1872 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
826 | /src/classes/UnfollowTests.cls | 1872 | 16 | 1872 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
827 | /src/classes/UnfollowTests.cls | 1873 | 16 | 1873 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
827 | /src/classes/UnfollowTests.cls | 1873 | 16 | 1873 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
828 | /src/classes/UnfollowTests.cls | 1874 | 16 | 1874 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
828 | /src/classes/UnfollowTests.cls | 1874 | 16 | 1874 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
829 | /src/classes/UnfollowTests.cls | 1875 | 16 | 1875 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
829 | /src/classes/UnfollowTests.cls | 1875 | 16 | 1875 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
830 | /src/classes/UnfollowTests.cls | 1876 | 16 | 1876 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
830 | /src/classes/UnfollowTests.cls | 1876 | 16 | 1876 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
831 | /src/classes/UnfollowTests.cls | 1879 | 16 | 1879 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
831 | /src/classes/UnfollowTests.cls | 1879 | 16 | 1879 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
832 | /src/classes/UnfollowTests.cls | 1880 | 17 | 1880 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
832 | /src/classes/UnfollowTests.cls | 1880 | 17 | 1880 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
833 | /src/classes/UnfollowTests.cls | 1881 | 16 | 1881 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
833 | /src/classes/UnfollowTests.cls | 1881 | 16 | 1881 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
834 | /src/classes/UnfollowTests.cls | 1882 | 16 | 1882 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
834 | /src/classes/UnfollowTests.cls | 1882 | 16 | 1882 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
835 | /src/classes/UnfollowTests.cls | 1883 | 14 | 1883 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
835 | /src/classes/UnfollowTests.cls | 1883 | 14 | 1883 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /src/classes/UnfollowTests.cls | 1884 | 18 | 1884 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /src/classes/UnfollowTests.cls | 1884 | 18 | 1884 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /src/classes/UnfollowTests.cls | 1885 | 16 | 1885 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /src/classes/UnfollowTests.cls | 1885 | 16 | 1885 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
838 | /src/classes/UnfollowTests.cls | 1886 | 16 | 1886 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
838 | /src/classes/UnfollowTests.cls | 1886 | 16 | 1886 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
839 | /src/classes/UnfollowTests.cls | 1887 | 16 | 1887 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
839 | /src/classes/UnfollowTests.cls | 1887 | 16 | 1887 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
840 | /src/classes/UnfollowTests.cls | 1896 | 34 | 1896 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
840 | /src/classes/UnfollowTests.cls | 1896 | 34 | 1896 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
841 | /src/classes/UnfollowTests.cls | 1900 | 34 | 1900 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
841 | /src/classes/UnfollowTests.cls | 1900 | 34 | 1900 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
842 | /src/classes/UnfollowTests.cls | 1912 | 9 | 1912 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
842 | /src/classes/UnfollowTests.cls | 1912 | 9 | 1912 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
843 | /src/classes/UnfollowTests.cls | 1914 | 9 | 1914 | 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. |
843 | /src/classes/UnfollowTests.cls | 1914 | 9 | 1914 | 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. |
844 | /src/classes/UnfollowTests.cls | 1918 | 30 | 1977 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
844 | /src/classes/UnfollowTests.cls | 1918 | 30 | 1977 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
845 | /src/classes/UnfollowTests.cls | 1918 | 30 | 1977 | 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. |
845 | /src/classes/UnfollowTests.cls | 1918 | 30 | 1977 | 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. |
846 | /src/classes/UnfollowTests.cls | 1923 | 17 | 1923 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
846 | /src/classes/UnfollowTests.cls | 1923 | 17 | 1923 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
847 | /src/classes/UnfollowTests.cls | 1924 | 16 | 1924 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
847 | /src/classes/UnfollowTests.cls | 1924 | 16 | 1924 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
848 | /src/classes/UnfollowTests.cls | 1925 | 16 | 1925 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
848 | /src/classes/UnfollowTests.cls | 1925 | 16 | 1925 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
849 | /src/classes/UnfollowTests.cls | 1926 | 16 | 1926 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
849 | /src/classes/UnfollowTests.cls | 1926 | 16 | 1926 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
850 | /src/classes/UnfollowTests.cls | 1927 | 16 | 1927 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
850 | /src/classes/UnfollowTests.cls | 1927 | 16 | 1927 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
851 | /src/classes/UnfollowTests.cls | 1928 | 16 | 1928 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
851 | /src/classes/UnfollowTests.cls | 1928 | 16 | 1928 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
852 | /src/classes/UnfollowTests.cls | 1931 | 16 | 1931 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
852 | /src/classes/UnfollowTests.cls | 1931 | 16 | 1931 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
853 | /src/classes/UnfollowTests.cls | 1932 | 17 | 1932 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
853 | /src/classes/UnfollowTests.cls | 1932 | 17 | 1932 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
854 | /src/classes/UnfollowTests.cls | 1933 | 16 | 1933 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
854 | /src/classes/UnfollowTests.cls | 1933 | 16 | 1933 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
855 | /src/classes/UnfollowTests.cls | 1934 | 16 | 1934 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
855 | /src/classes/UnfollowTests.cls | 1934 | 16 | 1934 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
856 | /src/classes/UnfollowTests.cls | 1935 | 14 | 1935 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
856 | /src/classes/UnfollowTests.cls | 1935 | 14 | 1935 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
857 | /src/classes/UnfollowTests.cls | 1936 | 18 | 1936 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
857 | /src/classes/UnfollowTests.cls | 1936 | 18 | 1936 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
858 | /src/classes/UnfollowTests.cls | 1937 | 16 | 1937 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
858 | /src/classes/UnfollowTests.cls | 1937 | 16 | 1937 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
859 | /src/classes/UnfollowTests.cls | 1938 | 16 | 1938 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
859 | /src/classes/UnfollowTests.cls | 1938 | 16 | 1938 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
860 | /src/classes/UnfollowTests.cls | 1939 | 16 | 1939 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
860 | /src/classes/UnfollowTests.cls | 1939 | 16 | 1939 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
861 | /src/classes/UnfollowTests.cls | 1949 | 34 | 1949 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
861 | /src/classes/UnfollowTests.cls | 1949 | 34 | 1949 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
862 | /src/classes/UnfollowTests.cls | 1953 | 34 | 1953 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
862 | /src/classes/UnfollowTests.cls | 1953 | 34 | 1953 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
863 | /src/classes/UnfollowTests.cls | 1958 | 17 | 1958 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
863 | /src/classes/UnfollowTests.cls | 1958 | 17 | 1958 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
864 | /src/classes/UnfollowTests.cls | 1970 | 9 | 1970 | 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. |
864 | /src/classes/UnfollowTests.cls | 1970 | 9 | 1970 | 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. |
865 | /src/classes/UnfollowTests.cls | 1973 | 9 | 1973 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
865 | /src/classes/UnfollowTests.cls | 1973 | 9 | 1973 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
866 | /src/classes/UnfollowTests.cls | 1975 | 9 | 1975 | 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. |
866 | /src/classes/UnfollowTests.cls | 1975 | 9 | 1975 | 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. |
867 | /src/classes/UnfollowTests.cls | 1982 | 30 | 2062 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
867 | /src/classes/UnfollowTests.cls | 1982 | 30 | 2062 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
868 | /src/classes/UnfollowTests.cls | 1982 | 30 | 2062 | 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. |
868 | /src/classes/UnfollowTests.cls | 1982 | 30 | 2062 | 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. |
869 | /src/classes/UnfollowTests.cls | 1987 | 17 | 1987 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
869 | /src/classes/UnfollowTests.cls | 1987 | 17 | 1987 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
870 | /src/classes/UnfollowTests.cls | 1988 | 16 | 1988 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
870 | /src/classes/UnfollowTests.cls | 1988 | 16 | 1988 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
871 | /src/classes/UnfollowTests.cls | 1989 | 16 | 1989 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
871 | /src/classes/UnfollowTests.cls | 1989 | 16 | 1989 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
872 | /src/classes/UnfollowTests.cls | 1990 | 16 | 1990 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
872 | /src/classes/UnfollowTests.cls | 1990 | 16 | 1990 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
873 | /src/classes/UnfollowTests.cls | 1991 | 16 | 1991 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
873 | /src/classes/UnfollowTests.cls | 1991 | 16 | 1991 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
874 | /src/classes/UnfollowTests.cls | 1992 | 16 | 1992 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
874 | /src/classes/UnfollowTests.cls | 1992 | 16 | 1992 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
875 | /src/classes/UnfollowTests.cls | 1996 | 16 | 1996 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
875 | /src/classes/UnfollowTests.cls | 1996 | 16 | 1996 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
876 | /src/classes/UnfollowTests.cls | 1997 | 17 | 1997 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
876 | /src/classes/UnfollowTests.cls | 1997 | 17 | 1997 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
877 | /src/classes/UnfollowTests.cls | 1998 | 16 | 1998 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
877 | /src/classes/UnfollowTests.cls | 1998 | 16 | 1998 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
878 | /src/classes/UnfollowTests.cls | 1999 | 16 | 1999 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
878 | /src/classes/UnfollowTests.cls | 1999 | 16 | 1999 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
879 | /src/classes/UnfollowTests.cls | 2000 | 14 | 2000 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
879 | /src/classes/UnfollowTests.cls | 2000 | 14 | 2000 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
880 | /src/classes/UnfollowTests.cls | 2001 | 18 | 2001 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
880 | /src/classes/UnfollowTests.cls | 2001 | 18 | 2001 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
881 | /src/classes/UnfollowTests.cls | 2002 | 16 | 2002 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
881 | /src/classes/UnfollowTests.cls | 2002 | 16 | 2002 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
882 | /src/classes/UnfollowTests.cls | 2003 | 16 | 2003 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
882 | /src/classes/UnfollowTests.cls | 2003 | 16 | 2003 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
883 | /src/classes/UnfollowTests.cls | 2004 | 16 | 2004 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
883 | /src/classes/UnfollowTests.cls | 2004 | 16 | 2004 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
884 | /src/classes/UnfollowTests.cls | 2014 | 34 | 2014 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
884 | /src/classes/UnfollowTests.cls | 2014 | 34 | 2014 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
885 | /src/classes/UnfollowTests.cls | 2025 | 34 | 2025 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
885 | /src/classes/UnfollowTests.cls | 2025 | 34 | 2025 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
886 | /src/classes/UnfollowTests.cls | 2040 | 17 | 2040 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
886 | /src/classes/UnfollowTests.cls | 2040 | 17 | 2040 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
887 | /src/classes/UnfollowTests.cls | 2045 | 9 | 2045 | 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 |
887 | /src/classes/UnfollowTests.cls | 2045 | 9 | 2045 | 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 |
888 | /src/classes/UnfollowTests.cls | 2045 | 9 | 2045 | 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. |
888 | /src/classes/UnfollowTests.cls | 2045 | 9 | 2045 | 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. |
889 | /src/classes/UnfollowTests.cls | 2053 | 9 | 2053 | 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. |
889 | /src/classes/UnfollowTests.cls | 2053 | 9 | 2053 | 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. |
890 | /src/classes/UnfollowTests.cls | 2056 | 9 | 2056 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
890 | /src/classes/UnfollowTests.cls | 2056 | 9 | 2056 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
891 | /src/classes/UnfollowTests.cls | 2058 | 9 | 2058 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
891 | /src/classes/UnfollowTests.cls | 2058 | 9 | 2058 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
892 | /src/classes/UnfollowTests.cls | 2060 | 9 | 2060 | 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. |
892 | /src/classes/UnfollowTests.cls | 2060 | 9 | 2060 | 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. |
893 | /src/classes/UnfollowTests.cls | 2064 | 30 | 2146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
893 | /src/classes/UnfollowTests.cls | 2064 | 30 | 2146 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
894 | /src/classes/UnfollowTests.cls | 2064 | 30 | 2146 | 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. |
894 | /src/classes/UnfollowTests.cls | 2064 | 30 | 2146 | 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. |
895 | /src/classes/UnfollowTests.cls | 2069 | 17 | 2069 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
895 | /src/classes/UnfollowTests.cls | 2069 | 17 | 2069 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
896 | /src/classes/UnfollowTests.cls | 2070 | 16 | 2070 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
896 | /src/classes/UnfollowTests.cls | 2070 | 16 | 2070 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
897 | /src/classes/UnfollowTests.cls | 2071 | 16 | 2071 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
897 | /src/classes/UnfollowTests.cls | 2071 | 16 | 2071 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
898 | /src/classes/UnfollowTests.cls | 2072 | 16 | 2072 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
898 | /src/classes/UnfollowTests.cls | 2072 | 16 | 2072 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
899 | /src/classes/UnfollowTests.cls | 2073 | 16 | 2073 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
899 | /src/classes/UnfollowTests.cls | 2073 | 16 | 2073 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
900 | /src/classes/UnfollowTests.cls | 2074 | 16 | 2074 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
900 | /src/classes/UnfollowTests.cls | 2074 | 16 | 2074 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
901 | /src/classes/UnfollowTests.cls | 2078 | 16 | 2078 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
901 | /src/classes/UnfollowTests.cls | 2078 | 16 | 2078 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
902 | /src/classes/UnfollowTests.cls | 2079 | 17 | 2079 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
902 | /src/classes/UnfollowTests.cls | 2079 | 17 | 2079 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
903 | /src/classes/UnfollowTests.cls | 2080 | 16 | 2080 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
903 | /src/classes/UnfollowTests.cls | 2080 | 16 | 2080 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
904 | /src/classes/UnfollowTests.cls | 2081 | 16 | 2081 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
904 | /src/classes/UnfollowTests.cls | 2081 | 16 | 2081 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
905 | /src/classes/UnfollowTests.cls | 2082 | 14 | 2082 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
905 | /src/classes/UnfollowTests.cls | 2082 | 14 | 2082 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
906 | /src/classes/UnfollowTests.cls | 2083 | 18 | 2083 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
906 | /src/classes/UnfollowTests.cls | 2083 | 18 | 2083 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
907 | /src/classes/UnfollowTests.cls | 2084 | 16 | 2084 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
907 | /src/classes/UnfollowTests.cls | 2084 | 16 | 2084 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
908 | /src/classes/UnfollowTests.cls | 2085 | 16 | 2085 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
908 | /src/classes/UnfollowTests.cls | 2085 | 16 | 2085 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
909 | /src/classes/UnfollowTests.cls | 2086 | 16 | 2086 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
909 | /src/classes/UnfollowTests.cls | 2086 | 16 | 2086 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
910 | /src/classes/UnfollowTests.cls | 2094 | 16 | 2094 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue2' doesn't match '[a-z][a-zA-Z0-9]*' |
910 | /src/classes/UnfollowTests.cls | 2094 | 16 | 2094 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue2' doesn't match '[a-z][a-zA-Z0-9]*' |
911 | /src/classes/UnfollowTests.cls | 2100 | 34 | 2100 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
911 | /src/classes/UnfollowTests.cls | 2100 | 34 | 2100 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
912 | /src/classes/UnfollowTests.cls | 2113 | 34 | 2113 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
912 | /src/classes/UnfollowTests.cls | 2113 | 34 | 2113 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
913 | /src/classes/UnfollowTests.cls | 2128 | 17 | 2128 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
913 | /src/classes/UnfollowTests.cls | 2128 | 17 | 2128 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
914 | /src/classes/UnfollowTests.cls | 2140 | 9 | 2140 | 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. |
914 | /src/classes/UnfollowTests.cls | 2140 | 9 | 2140 | 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. |
915 | /src/classes/UnfollowTests.cls | 2143 | 9 | 2143 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
915 | /src/classes/UnfollowTests.cls | 2143 | 9 | 2143 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
916 | /src/classes/UnfollowTests.cls | 2145 | 9 | 2145 | 60 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
916 | /src/classes/UnfollowTests.cls | 2145 | 9 | 2145 | 60 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
917 | /src/classes/UnfollowTests.cls | 2148 | 23 | 2196 | 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. |
917 | /src/classes/UnfollowTests.cls | 2148 | 23 | 2196 | 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. |
918 | /src/classes/UnfollowTests.cls | 2150 | 14 | 2150 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
918 | /src/classes/UnfollowTests.cls | 2150 | 14 | 2150 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
919 | /src/classes/UnfollowTests.cls | 2151 | 16 | 2151 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
919 | /src/classes/UnfollowTests.cls | 2151 | 16 | 2151 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
920 | /src/classes/UnfollowTests.cls | 2153 | 17 | 2153 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
920 | /src/classes/UnfollowTests.cls | 2153 | 17 | 2153 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
921 | /src/classes/UnfollowTests.cls | 2154 | 16 | 2154 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
921 | /src/classes/UnfollowTests.cls | 2154 | 16 | 2154 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
922 | /src/classes/UnfollowTests.cls | 2155 | 16 | 2155 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
922 | /src/classes/UnfollowTests.cls | 2155 | 16 | 2155 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
923 | /src/classes/UnfollowTests.cls | 2156 | 16 | 2156 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
923 | /src/classes/UnfollowTests.cls | 2156 | 16 | 2156 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
924 | /src/classes/UnfollowTests.cls | 2157 | 16 | 2157 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
924 | /src/classes/UnfollowTests.cls | 2157 | 16 | 2157 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
925 | /src/classes/UnfollowTests.cls | 2158 | 16 | 2158 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
925 | /src/classes/UnfollowTests.cls | 2158 | 16 | 2158 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
926 | /src/classes/UnfollowTests.cls | 2162 | 16 | 2162 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
926 | /src/classes/UnfollowTests.cls | 2162 | 16 | 2162 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
927 | /src/classes/UnfollowTests.cls | 2163 | 17 | 2163 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
927 | /src/classes/UnfollowTests.cls | 2163 | 17 | 2163 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
928 | /src/classes/UnfollowTests.cls | 2164 | 16 | 2164 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
928 | /src/classes/UnfollowTests.cls | 2164 | 16 | 2164 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
929 | /src/classes/UnfollowTests.cls | 2165 | 16 | 2165 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
929 | /src/classes/UnfollowTests.cls | 2165 | 16 | 2165 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
930 | /src/classes/UnfollowTests.cls | 2166 | 16 | 2166 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
930 | /src/classes/UnfollowTests.cls | 2166 | 16 | 2166 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
931 | /src/classes/UnfollowTests.cls | 2168 | 14 | 2168 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
931 | /src/classes/UnfollowTests.cls | 2168 | 14 | 2168 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /src/classes/UnfollowTests.cls | 2169 | 18 | 2169 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /src/classes/UnfollowTests.cls | 2169 | 18 | 2169 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
933 | /src/classes/UnfollowTests.cls | 2170 | 16 | 2170 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
933 | /src/classes/UnfollowTests.cls | 2170 | 16 | 2170 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
934 | /src/classes/UnfollowTests.cls | 2183 | 17 | 2183 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
934 | /src/classes/UnfollowTests.cls | 2183 | 17 | 2183 | 35 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'addFieldNames' defined but not used |
935 | /src/classes/UnfollowTests.cls | 2193 | 9 | 2193 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
935 | /src/classes/UnfollowTests.cls | 2193 | 9 | 2193 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
936 | /src/classes/UnfollowTests.cls | 2198 | 30 | 2257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
936 | /src/classes/UnfollowTests.cls | 2198 | 30 | 2257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
937 | /src/classes/UnfollowTests.cls | 2198 | 30 | 2257 | 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/UnfollowTests.cls | 2198 | 30 | 2257 | 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/UnfollowTests.cls | 2199 | 14 | 2199 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numRecordsToCreate' defined but not used |
938 | /src/classes/UnfollowTests.cls | 2199 | 14 | 2199 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numRecordsToCreate' defined but not used |
939 | /src/classes/UnfollowTests.cls | 2200 | 14 | 2200 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
939 | /src/classes/UnfollowTests.cls | 2200 | 14 | 2200 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'numUsersToCreate' defined but not used |
940 | /src/classes/UnfollowTests.cls | 2201 | 16 | 2201 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
940 | /src/classes/UnfollowTests.cls | 2201 | 16 | 2201 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'profileName' defined but not used |
941 | /src/classes/UnfollowTests.cls | 2203 | 17 | 2203 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
941 | /src/classes/UnfollowTests.cls | 2203 | 17 | 2203 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
942 | /src/classes/UnfollowTests.cls | 2204 | 16 | 2204 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
942 | /src/classes/UnfollowTests.cls | 2204 | 16 | 2204 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
943 | /src/classes/UnfollowTests.cls | 2205 | 16 | 2205 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
943 | /src/classes/UnfollowTests.cls | 2205 | 16 | 2205 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
944 | /src/classes/UnfollowTests.cls | 2206 | 16 | 2206 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
944 | /src/classes/UnfollowTests.cls | 2206 | 16 | 2206 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
945 | /src/classes/UnfollowTests.cls | 2207 | 16 | 2207 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
945 | /src/classes/UnfollowTests.cls | 2207 | 16 | 2207 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
946 | /src/classes/UnfollowTests.cls | 2208 | 16 | 2208 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
946 | /src/classes/UnfollowTests.cls | 2208 | 16 | 2208 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
947 | /src/classes/UnfollowTests.cls | 2212 | 16 | 2212 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
947 | /src/classes/UnfollowTests.cls | 2212 | 16 | 2212 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
948 | /src/classes/UnfollowTests.cls | 2212 | 16 | 2212 | 23 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Str' defined but not used |
948 | /src/classes/UnfollowTests.cls | 2212 | 16 | 2212 | 23 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Str' defined but not used |
949 | /src/classes/UnfollowTests.cls | 2213 | 17 | 2213 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
949 | /src/classes/UnfollowTests.cls | 2213 | 17 | 2213 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
950 | /src/classes/UnfollowTests.cls | 2213 | 17 | 2213 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Check' defined but not used |
950 | /src/classes/UnfollowTests.cls | 2213 | 17 | 2213 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Check' defined but not used |
951 | /src/classes/UnfollowTests.cls | 2214 | 16 | 2214 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
951 | /src/classes/UnfollowTests.cls | 2214 | 16 | 2214 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
952 | /src/classes/UnfollowTests.cls | 2214 | 16 | 2214 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Pick' defined but not used |
952 | /src/classes/UnfollowTests.cls | 2214 | 16 | 2214 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Pick' defined but not used |
953 | /src/classes/UnfollowTests.cls | 2215 | 16 | 2215 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
953 | /src/classes/UnfollowTests.cls | 2215 | 16 | 2215 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
954 | /src/classes/UnfollowTests.cls | 2215 | 16 | 2215 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dec' defined but not used |
954 | /src/classes/UnfollowTests.cls | 2215 | 16 | 2215 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dec' defined but not used |
955 | /src/classes/UnfollowTests.cls | 2216 | 14 | 2216 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
955 | /src/classes/UnfollowTests.cls | 2216 | 14 | 2216 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
956 | /src/classes/UnfollowTests.cls | 2216 | 14 | 2216 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dat' defined but not used |
956 | /src/classes/UnfollowTests.cls | 2216 | 14 | 2216 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dat' defined but not used |
957 | /src/classes/UnfollowTests.cls | 2217 | 18 | 2217 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
957 | /src/classes/UnfollowTests.cls | 2217 | 18 | 2217 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
958 | /src/classes/UnfollowTests.cls | 2217 | 18 | 2217 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'DatTim' defined but not used |
958 | /src/classes/UnfollowTests.cls | 2217 | 18 | 2217 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'DatTim' defined but not used |
959 | /src/classes/UnfollowTests.cls | 2218 | 16 | 2218 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
959 | /src/classes/UnfollowTests.cls | 2218 | 16 | 2218 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
960 | /src/classes/UnfollowTests.cls | 2218 | 16 | 2218 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Phone' defined but not used |
960 | /src/classes/UnfollowTests.cls | 2218 | 16 | 2218 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Phone' defined but not used |
961 | /src/classes/UnfollowTests.cls | 2219 | 16 | 2219 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
961 | /src/classes/UnfollowTests.cls | 2219 | 16 | 2219 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
962 | /src/classes/UnfollowTests.cls | 2219 | 16 | 2219 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Email' defined but not used |
962 | /src/classes/UnfollowTests.cls | 2219 | 16 | 2219 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Email' defined but not used |
963 | /src/classes/UnfollowTests.cls | 2220 | 16 | 2220 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
963 | /src/classes/UnfollowTests.cls | 2220 | 16 | 2220 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
964 | /src/classes/UnfollowTests.cls | 2220 | 16 | 2220 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Url' defined but not used |
964 | /src/classes/UnfollowTests.cls | 2220 | 16 | 2220 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Url' defined but not used |
965 | /src/classes/UnfollowTests.cls | 2255 | 9 | 2255 | 49 | 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. |
965 | /src/classes/UnfollowTests.cls | 2255 | 9 | 2255 | 49 | 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. |
966 | /src/classes/UnfollowTests.cls | 2259 | 30 | 2307 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
966 | /src/classes/UnfollowTests.cls | 2259 | 30 | 2307 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
967 | /src/classes/UnfollowTests.cls | 2259 | 30 | 2307 | 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. |
967 | /src/classes/UnfollowTests.cls | 2259 | 30 | 2307 | 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. |
968 | /src/classes/UnfollowTests.cls | 2264 | 17 | 2264 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
968 | /src/classes/UnfollowTests.cls | 2264 | 17 | 2264 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
969 | /src/classes/UnfollowTests.cls | 2265 | 16 | 2265 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
969 | /src/classes/UnfollowTests.cls | 2265 | 16 | 2265 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
970 | /src/classes/UnfollowTests.cls | 2266 | 16 | 2266 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
970 | /src/classes/UnfollowTests.cls | 2266 | 16 | 2266 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
971 | /src/classes/UnfollowTests.cls | 2267 | 16 | 2267 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
971 | /src/classes/UnfollowTests.cls | 2267 | 16 | 2267 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
972 | /src/classes/UnfollowTests.cls | 2268 | 16 | 2268 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
972 | /src/classes/UnfollowTests.cls | 2268 | 16 | 2268 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
973 | /src/classes/UnfollowTests.cls | 2269 | 16 | 2269 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
973 | /src/classes/UnfollowTests.cls | 2269 | 16 | 2269 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
974 | /src/classes/UnfollowTests.cls | 2272 | 16 | 2272 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
974 | /src/classes/UnfollowTests.cls | 2272 | 16 | 2272 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
975 | /src/classes/UnfollowTests.cls | 2273 | 17 | 2273 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
975 | /src/classes/UnfollowTests.cls | 2273 | 17 | 2273 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
976 | /src/classes/UnfollowTests.cls | 2274 | 16 | 2274 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
976 | /src/classes/UnfollowTests.cls | 2274 | 16 | 2274 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
977 | /src/classes/UnfollowTests.cls | 2275 | 16 | 2275 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
977 | /src/classes/UnfollowTests.cls | 2275 | 16 | 2275 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
978 | /src/classes/UnfollowTests.cls | 2276 | 14 | 2276 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
978 | /src/classes/UnfollowTests.cls | 2276 | 14 | 2276 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
979 | /src/classes/UnfollowTests.cls | 2277 | 18 | 2277 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
979 | /src/classes/UnfollowTests.cls | 2277 | 18 | 2277 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
980 | /src/classes/UnfollowTests.cls | 2278 | 16 | 2278 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
980 | /src/classes/UnfollowTests.cls | 2278 | 16 | 2278 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
981 | /src/classes/UnfollowTests.cls | 2279 | 16 | 2279 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
981 | /src/classes/UnfollowTests.cls | 2279 | 16 | 2279 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
982 | /src/classes/UnfollowTests.cls | 2280 | 16 | 2280 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
982 | /src/classes/UnfollowTests.cls | 2280 | 16 | 2280 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
983 | /src/classes/UnfollowTests.cls | 2289 | 34 | 2289 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
983 | /src/classes/UnfollowTests.cls | 2289 | 34 | 2289 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
984 | /src/classes/UnfollowTests.cls | 2293 | 34 | 2293 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
984 | /src/classes/UnfollowTests.cls | 2293 | 34 | 2293 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
985 | /src/classes/UnfollowTests.cls | 2302 | 9 | 2302 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
985 | /src/classes/UnfollowTests.cls | 2302 | 9 | 2302 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
986 | /src/classes/UnfollowTests.cls | 2305 | 9 | 2305 | 44 | 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. |
986 | /src/classes/UnfollowTests.cls | 2305 | 9 | 2305 | 44 | 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. |
987 | /src/classes/UnfollowTests.cls | 2309 | 30 | 2342 | 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/UnfollowTests.cls | 2309 | 30 | 2342 | 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/UnfollowTests.cls | 2309 | 30 | 2342 | 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. |
988 | /src/classes/UnfollowTests.cls | 2309 | 30 | 2342 | 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. |
989 | /src/classes/UnfollowTests.cls | 2311 | 17 | 2311 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
989 | /src/classes/UnfollowTests.cls | 2311 | 17 | 2311 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
990 | /src/classes/UnfollowTests.cls | 2312 | 16 | 2312 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
990 | /src/classes/UnfollowTests.cls | 2312 | 16 | 2312 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
991 | /src/classes/UnfollowTests.cls | 2313 | 16 | 2313 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
991 | /src/classes/UnfollowTests.cls | 2313 | 16 | 2313 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
992 | /src/classes/UnfollowTests.cls | 2314 | 16 | 2314 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
992 | /src/classes/UnfollowTests.cls | 2314 | 16 | 2314 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
993 | /src/classes/UnfollowTests.cls | 2315 | 16 | 2315 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
993 | /src/classes/UnfollowTests.cls | 2315 | 16 | 2315 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
994 | /src/classes/UnfollowTests.cls | 2316 | 16 | 2316 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
994 | /src/classes/UnfollowTests.cls | 2316 | 16 | 2316 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
995 | /src/classes/UnfollowTests.cls | 2319 | 16 | 2319 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
995 | /src/classes/UnfollowTests.cls | 2319 | 16 | 2319 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
996 | /src/classes/UnfollowTests.cls | 2319 | 16 | 2319 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Str' defined but not used |
996 | /src/classes/UnfollowTests.cls | 2319 | 16 | 2319 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Str' defined but not used |
997 | /src/classes/UnfollowTests.cls | 2320 | 17 | 2320 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
997 | /src/classes/UnfollowTests.cls | 2320 | 17 | 2320 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
998 | /src/classes/UnfollowTests.cls | 2320 | 17 | 2320 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Check' defined but not used |
998 | /src/classes/UnfollowTests.cls | 2320 | 17 | 2320 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Check' defined but not used |
999 | /src/classes/UnfollowTests.cls | 2321 | 16 | 2321 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
999 | /src/classes/UnfollowTests.cls | 2321 | 16 | 2321 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1000 | /src/classes/UnfollowTests.cls | 2321 | 16 | 2321 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Pick' defined but not used |
1000 | /src/classes/UnfollowTests.cls | 2321 | 16 | 2321 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Pick' defined but not used |
1001 | /src/classes/UnfollowTests.cls | 2322 | 16 | 2322 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1001 | /src/classes/UnfollowTests.cls | 2322 | 16 | 2322 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1002 | /src/classes/UnfollowTests.cls | 2322 | 16 | 2322 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dec' defined but not used |
1002 | /src/classes/UnfollowTests.cls | 2322 | 16 | 2322 | 24 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dec' defined but not used |
1003 | /src/classes/UnfollowTests.cls | 2323 | 14 | 2323 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1003 | /src/classes/UnfollowTests.cls | 2323 | 14 | 2323 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1004 | /src/classes/UnfollowTests.cls | 2323 | 14 | 2323 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dat' defined but not used |
1004 | /src/classes/UnfollowTests.cls | 2323 | 14 | 2323 | 30 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Dat' defined but not used |
1005 | /src/classes/UnfollowTests.cls | 2324 | 18 | 2324 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1005 | /src/classes/UnfollowTests.cls | 2324 | 18 | 2324 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1006 | /src/classes/UnfollowTests.cls | 2324 | 18 | 2324 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'DatTim' defined but not used |
1006 | /src/classes/UnfollowTests.cls | 2324 | 18 | 2324 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'DatTim' defined but not used |
1007 | /src/classes/UnfollowTests.cls | 2325 | 16 | 2325 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1007 | /src/classes/UnfollowTests.cls | 2325 | 16 | 2325 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1008 | /src/classes/UnfollowTests.cls | 2325 | 16 | 2325 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Phone' defined but not used |
1008 | /src/classes/UnfollowTests.cls | 2325 | 16 | 2325 | 38 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Phone' defined but not used |
1009 | /src/classes/UnfollowTests.cls | 2326 | 16 | 2326 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1009 | /src/classes/UnfollowTests.cls | 2326 | 16 | 2326 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1010 | /src/classes/UnfollowTests.cls | 2326 | 16 | 2326 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Email' defined but not used |
1010 | /src/classes/UnfollowTests.cls | 2326 | 16 | 2326 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Email' defined but not used |
1011 | /src/classes/UnfollowTests.cls | 2327 | 16 | 2327 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1011 | /src/classes/UnfollowTests.cls | 2327 | 16 | 2327 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1012 | /src/classes/UnfollowTests.cls | 2327 | 16 | 2327 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Url' defined but not used |
1012 | /src/classes/UnfollowTests.cls | 2327 | 16 | 2327 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Url' defined but not used |
1013 | /src/classes/UnfollowTests.cls | 2334 | 29 | 2334 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ur' defined but not used |
1013 | /src/classes/UnfollowTests.cls | 2334 | 29 | 2334 | 110 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ur' defined but not used |
1014 | /src/classes/UnfollowTests.cls | 2339 | 17 | 2339 | 66 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.AssertEquals' should have 3 parameters. |
1014 | /src/classes/UnfollowTests.cls | 2339 | 17 | 2339 | 66 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.AssertEquals' should have 3 parameters. |
1015 | /src/classes/UnfollowTests2.cls | 4 | 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 |
1015 | /src/classes/UnfollowTests2.cls | 4 | 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 |
1016 | /src/classes/UnfollowTests2.cls | 19 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1016 | /src/classes/UnfollowTests2.cls | 19 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1017 | /src/classes/UnfollowTests2.cls | 19 | 19 | 32 | 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. |
1017 | /src/classes/UnfollowTests2.cls | 19 | 19 | 32 | 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. |
1018 | /src/classes/UnfollowTests2.cls | 19 | 70 | 19 | 83 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1018 | /src/classes/UnfollowTests2.cls | 19 | 70 | 19 | 83 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1019 | /src/classes/UnfollowTests2.cls | 27 | 18 | 27 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
1019 | /src/classes/UnfollowTests2.cls | 27 | 18 | 27 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
1020 | /src/classes/UnfollowTests2.cls | 35 | 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 |
1020 | /src/classes/UnfollowTests2.cls | 35 | 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 |
1021 | /src/classes/UnfollowTests2.cls | 47 | 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 |
1021 | /src/classes/UnfollowTests2.cls | 47 | 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 |
1022 | /src/classes/UnfollowTests2.cls | 47 | 19 | 50 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1022 | /src/classes/UnfollowTests2.cls | 47 | 19 | 50 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1023 | /src/classes/UnfollowTests2.cls | 47 | 44 | 47 | 58 | 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 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1023 | /src/classes/UnfollowTests2.cls | 47 | 44 | 47 | 58 | 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 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1024 | /src/classes/UnfollowTests2.cls | 53 | 19 | 65 | 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/UnfollowTests2.cls | 53 | 19 | 65 | 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/UnfollowTests2.cls | 67 | 23 | 107 | 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. |
1025 | /src/classes/UnfollowTests2.cls | 67 | 23 | 107 | 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. |
1026 | /src/classes/UnfollowTests2.cls | 72 | 17 | 72 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1026 | /src/classes/UnfollowTests2.cls | 72 | 17 | 72 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1027 | /src/classes/UnfollowTests2.cls | 73 | 16 | 73 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1027 | /src/classes/UnfollowTests2.cls | 73 | 16 | 73 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1028 | /src/classes/UnfollowTests2.cls | 74 | 16 | 74 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1028 | /src/classes/UnfollowTests2.cls | 74 | 16 | 74 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1029 | /src/classes/UnfollowTests2.cls | 75 | 16 | 75 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1029 | /src/classes/UnfollowTests2.cls | 75 | 16 | 75 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1030 | /src/classes/UnfollowTests2.cls | 76 | 16 | 76 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1030 | /src/classes/UnfollowTests2.cls | 76 | 16 | 76 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1031 | /src/classes/UnfollowTests2.cls | 77 | 16 | 77 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1031 | /src/classes/UnfollowTests2.cls | 77 | 16 | 77 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1032 | /src/classes/UnfollowTests2.cls | 80 | 16 | 80 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1032 | /src/classes/UnfollowTests2.cls | 80 | 16 | 80 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1033 | /src/classes/UnfollowTests2.cls | 81 | 17 | 81 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1033 | /src/classes/UnfollowTests2.cls | 81 | 17 | 81 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1034 | /src/classes/UnfollowTests2.cls | 82 | 16 | 82 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1034 | /src/classes/UnfollowTests2.cls | 82 | 16 | 82 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1035 | /src/classes/UnfollowTests2.cls | 83 | 16 | 83 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1035 | /src/classes/UnfollowTests2.cls | 83 | 16 | 83 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1036 | /src/classes/UnfollowTests2.cls | 84 | 16 | 84 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1036 | /src/classes/UnfollowTests2.cls | 84 | 16 | 84 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1037 | /src/classes/UnfollowTests2.cls | 86 | 14 | 86 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1037 | /src/classes/UnfollowTests2.cls | 86 | 14 | 86 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1038 | /src/classes/UnfollowTests2.cls | 87 | 18 | 87 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1038 | /src/classes/UnfollowTests2.cls | 87 | 18 | 87 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1039 | /src/classes/UnfollowTests2.cls | 88 | 16 | 88 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1039 | /src/classes/UnfollowTests2.cls | 88 | 16 | 88 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1040 | /src/classes/UnfollowTests2.cls | 98 | 34 | 98 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1040 | /src/classes/UnfollowTests2.cls | 98 | 34 | 98 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1041 | /src/classes/UnfollowTests2.cls | 106 | 9 | 106 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1041 | /src/classes/UnfollowTests2.cls | 106 | 9 | 106 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1042 | /src/classes/UnfollowTests2.cls | 109 | 23 | 149 | 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. |
1042 | /src/classes/UnfollowTests2.cls | 109 | 23 | 149 | 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. |
1043 | /src/classes/UnfollowTests2.cls | 114 | 17 | 114 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1043 | /src/classes/UnfollowTests2.cls | 114 | 17 | 114 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1044 | /src/classes/UnfollowTests2.cls | 115 | 16 | 115 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1044 | /src/classes/UnfollowTests2.cls | 115 | 16 | 115 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1045 | /src/classes/UnfollowTests2.cls | 116 | 16 | 116 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1045 | /src/classes/UnfollowTests2.cls | 116 | 16 | 116 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1046 | /src/classes/UnfollowTests2.cls | 117 | 16 | 117 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1046 | /src/classes/UnfollowTests2.cls | 117 | 16 | 117 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1047 | /src/classes/UnfollowTests2.cls | 118 | 16 | 118 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1047 | /src/classes/UnfollowTests2.cls | 118 | 16 | 118 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1048 | /src/classes/UnfollowTests2.cls | 119 | 16 | 119 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1048 | /src/classes/UnfollowTests2.cls | 119 | 16 | 119 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1049 | /src/classes/UnfollowTests2.cls | 122 | 16 | 122 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1049 | /src/classes/UnfollowTests2.cls | 122 | 16 | 122 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1050 | /src/classes/UnfollowTests2.cls | 123 | 17 | 123 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1050 | /src/classes/UnfollowTests2.cls | 123 | 17 | 123 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1051 | /src/classes/UnfollowTests2.cls | 124 | 16 | 124 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1051 | /src/classes/UnfollowTests2.cls | 124 | 16 | 124 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1052 | /src/classes/UnfollowTests2.cls | 125 | 16 | 125 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1052 | /src/classes/UnfollowTests2.cls | 125 | 16 | 125 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1053 | /src/classes/UnfollowTests2.cls | 126 | 16 | 126 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1053 | /src/classes/UnfollowTests2.cls | 126 | 16 | 126 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1054 | /src/classes/UnfollowTests2.cls | 128 | 14 | 128 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1054 | /src/classes/UnfollowTests2.cls | 128 | 14 | 128 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1055 | /src/classes/UnfollowTests2.cls | 129 | 18 | 129 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1055 | /src/classes/UnfollowTests2.cls | 129 | 18 | 129 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1056 | /src/classes/UnfollowTests2.cls | 130 | 16 | 130 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1056 | /src/classes/UnfollowTests2.cls | 130 | 16 | 130 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1057 | /src/classes/UnfollowTests2.cls | 140 | 34 | 140 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1057 | /src/classes/UnfollowTests2.cls | 140 | 34 | 140 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1058 | /src/classes/UnfollowTests2.cls | 148 | 9 | 148 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1058 | /src/classes/UnfollowTests2.cls | 148 | 9 | 148 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1059 | /src/classes/UnfollowTests2.cls | 153 | 23 | 199 | 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. |
1059 | /src/classes/UnfollowTests2.cls | 153 | 23 | 199 | 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. |
1060 | /src/classes/UnfollowTests2.cls | 158 | 17 | 158 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1060 | /src/classes/UnfollowTests2.cls | 158 | 17 | 158 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1061 | /src/classes/UnfollowTests2.cls | 159 | 16 | 159 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1061 | /src/classes/UnfollowTests2.cls | 159 | 16 | 159 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1062 | /src/classes/UnfollowTests2.cls | 160 | 16 | 160 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1062 | /src/classes/UnfollowTests2.cls | 160 | 16 | 160 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1063 | /src/classes/UnfollowTests2.cls | 161 | 16 | 161 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1063 | /src/classes/UnfollowTests2.cls | 161 | 16 | 161 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1064 | /src/classes/UnfollowTests2.cls | 162 | 16 | 162 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1064 | /src/classes/UnfollowTests2.cls | 162 | 16 | 162 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1065 | /src/classes/UnfollowTests2.cls | 163 | 16 | 163 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1065 | /src/classes/UnfollowTests2.cls | 163 | 16 | 163 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1066 | /src/classes/UnfollowTests2.cls | 167 | 16 | 167 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1066 | /src/classes/UnfollowTests2.cls | 167 | 16 | 167 | 27 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1067 | /src/classes/UnfollowTests2.cls | 168 | 17 | 168 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1067 | /src/classes/UnfollowTests2.cls | 168 | 17 | 168 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1068 | /src/classes/UnfollowTests2.cls | 169 | 16 | 169 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1068 | /src/classes/UnfollowTests2.cls | 169 | 16 | 169 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1069 | /src/classes/UnfollowTests2.cls | 170 | 16 | 170 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1069 | /src/classes/UnfollowTests2.cls | 170 | 16 | 170 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1070 | /src/classes/UnfollowTests2.cls | 171 | 14 | 171 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1070 | /src/classes/UnfollowTests2.cls | 171 | 14 | 171 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1071 | /src/classes/UnfollowTests2.cls | 172 | 18 | 172 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1071 | /src/classes/UnfollowTests2.cls | 172 | 18 | 172 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1072 | /src/classes/UnfollowTests2.cls | 173 | 16 | 173 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1072 | /src/classes/UnfollowTests2.cls | 173 | 16 | 173 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1073 | /src/classes/UnfollowTests2.cls | 174 | 16 | 174 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1073 | /src/classes/UnfollowTests2.cls | 174 | 16 | 174 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1074 | /src/classes/UnfollowTests2.cls | 175 | 16 | 175 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1074 | /src/classes/UnfollowTests2.cls | 175 | 16 | 175 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1075 | /src/classes/UnfollowTests2.cls | 186 | 34 | 186 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1075 | /src/classes/UnfollowTests2.cls | 186 | 34 | 186 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1076 | /src/classes/UnfollowTests2.cls | 190 | 34 | 190 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1076 | /src/classes/UnfollowTests2.cls | 190 | 34 | 190 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1077 | /src/classes/UnfollowTests2.cls | 198 | 9 | 198 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1077 | /src/classes/UnfollowTests2.cls | 198 | 9 | 198 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1078 | /src/classes/UnfollowTests2.cls | 201 | 23 | 247 | 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. |
1078 | /src/classes/UnfollowTests2.cls | 201 | 23 | 247 | 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. |
1079 | /src/classes/UnfollowTests2.cls | 206 | 17 | 206 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1079 | /src/classes/UnfollowTests2.cls | 206 | 17 | 206 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1080 | /src/classes/UnfollowTests2.cls | 207 | 16 | 207 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1080 | /src/classes/UnfollowTests2.cls | 207 | 16 | 207 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1081 | /src/classes/UnfollowTests2.cls | 208 | 16 | 208 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1081 | /src/classes/UnfollowTests2.cls | 208 | 16 | 208 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1082 | /src/classes/UnfollowTests2.cls | 209 | 16 | 209 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1082 | /src/classes/UnfollowTests2.cls | 209 | 16 | 209 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1083 | /src/classes/UnfollowTests2.cls | 210 | 16 | 210 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1083 | /src/classes/UnfollowTests2.cls | 210 | 16 | 210 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1084 | /src/classes/UnfollowTests2.cls | 211 | 16 | 211 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1084 | /src/classes/UnfollowTests2.cls | 211 | 16 | 211 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1085 | /src/classes/UnfollowTests2.cls | 215 | 16 | 215 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1085 | /src/classes/UnfollowTests2.cls | 215 | 16 | 215 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1086 | /src/classes/UnfollowTests2.cls | 216 | 17 | 216 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1086 | /src/classes/UnfollowTests2.cls | 216 | 17 | 216 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1087 | /src/classes/UnfollowTests2.cls | 217 | 16 | 217 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1087 | /src/classes/UnfollowTests2.cls | 217 | 16 | 217 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1088 | /src/classes/UnfollowTests2.cls | 218 | 16 | 218 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1088 | /src/classes/UnfollowTests2.cls | 218 | 16 | 218 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1089 | /src/classes/UnfollowTests2.cls | 219 | 14 | 219 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1089 | /src/classes/UnfollowTests2.cls | 219 | 14 | 219 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1090 | /src/classes/UnfollowTests2.cls | 220 | 18 | 220 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1090 | /src/classes/UnfollowTests2.cls | 220 | 18 | 220 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1091 | /src/classes/UnfollowTests2.cls | 221 | 16 | 221 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1091 | /src/classes/UnfollowTests2.cls | 221 | 16 | 221 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1092 | /src/classes/UnfollowTests2.cls | 222 | 16 | 222 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1092 | /src/classes/UnfollowTests2.cls | 222 | 16 | 222 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Email' doesn't match '[a-z][a-zA-Z0-9]*' |
1093 | /src/classes/UnfollowTests2.cls | 223 | 16 | 223 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1093 | /src/classes/UnfollowTests2.cls | 223 | 16 | 223 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1094 | /src/classes/UnfollowTests2.cls | 234 | 34 | 234 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1094 | /src/classes/UnfollowTests2.cls | 234 | 34 | 234 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1095 | /src/classes/UnfollowTests2.cls | 238 | 34 | 238 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1095 | /src/classes/UnfollowTests2.cls | 238 | 34 | 238 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1096 | /src/classes/UnfollowTests2.cls | 246 | 9 | 246 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1096 | /src/classes/UnfollowTests2.cls | 246 | 9 | 246 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1097 | /src/classes/UnfollowTests2.cls | 249 | 23 | 293 | 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. |
1097 | /src/classes/UnfollowTests2.cls | 249 | 23 | 293 | 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. |
1098 | /src/classes/UnfollowTests2.cls | 254 | 17 | 254 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1098 | /src/classes/UnfollowTests2.cls | 254 | 17 | 254 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1099 | /src/classes/UnfollowTests2.cls | 255 | 16 | 255 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1099 | /src/classes/UnfollowTests2.cls | 255 | 16 | 255 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1100 | /src/classes/UnfollowTests2.cls | 256 | 16 | 256 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1100 | /src/classes/UnfollowTests2.cls | 256 | 16 | 256 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1101 | /src/classes/UnfollowTests2.cls | 257 | 16 | 257 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1101 | /src/classes/UnfollowTests2.cls | 257 | 16 | 257 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1102 | /src/classes/UnfollowTests2.cls | 258 | 16 | 258 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1102 | /src/classes/UnfollowTests2.cls | 258 | 16 | 258 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1103 | /src/classes/UnfollowTests2.cls | 259 | 16 | 259 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1103 | /src/classes/UnfollowTests2.cls | 259 | 16 | 259 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1104 | /src/classes/UnfollowTests2.cls | 262 | 16 | 262 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1104 | /src/classes/UnfollowTests2.cls | 262 | 16 | 262 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1105 | /src/classes/UnfollowTests2.cls | 263 | 17 | 263 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1105 | /src/classes/UnfollowTests2.cls | 263 | 17 | 263 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1106 | /src/classes/UnfollowTests2.cls | 264 | 16 | 264 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1106 | /src/classes/UnfollowTests2.cls | 264 | 16 | 264 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1107 | /src/classes/UnfollowTests2.cls | 265 | 16 | 265 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1107 | /src/classes/UnfollowTests2.cls | 265 | 16 | 265 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1108 | /src/classes/UnfollowTests2.cls | 266 | 16 | 266 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1108 | /src/classes/UnfollowTests2.cls | 266 | 16 | 266 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1109 | /src/classes/UnfollowTests2.cls | 268 | 14 | 268 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1109 | /src/classes/UnfollowTests2.cls | 268 | 14 | 268 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1110 | /src/classes/UnfollowTests2.cls | 269 | 18 | 269 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1110 | /src/classes/UnfollowTests2.cls | 269 | 18 | 269 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1111 | /src/classes/UnfollowTests2.cls | 270 | 16 | 270 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1111 | /src/classes/UnfollowTests2.cls | 270 | 16 | 270 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1112 | /src/classes/UnfollowTests2.cls | 280 | 34 | 280 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1112 | /src/classes/UnfollowTests2.cls | 280 | 34 | 280 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1113 | /src/classes/UnfollowTests2.cls | 284 | 34 | 284 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1113 | /src/classes/UnfollowTests2.cls | 284 | 34 | 284 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1114 | /src/classes/UnfollowTests2.cls | 292 | 9 | 292 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1114 | /src/classes/UnfollowTests2.cls | 292 | 9 | 292 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1115 | /src/classes/UnfollowTests2.cls | 295 | 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. |
1115 | /src/classes/UnfollowTests2.cls | 295 | 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. |
1116 | /src/classes/UnfollowTests2.cls | 300 | 17 | 300 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1116 | /src/classes/UnfollowTests2.cls | 300 | 17 | 300 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1117 | /src/classes/UnfollowTests2.cls | 301 | 16 | 301 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1117 | /src/classes/UnfollowTests2.cls | 301 | 16 | 301 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1118 | /src/classes/UnfollowTests2.cls | 302 | 16 | 302 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1118 | /src/classes/UnfollowTests2.cls | 302 | 16 | 302 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1119 | /src/classes/UnfollowTests2.cls | 303 | 16 | 303 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1119 | /src/classes/UnfollowTests2.cls | 303 | 16 | 303 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1120 | /src/classes/UnfollowTests2.cls | 304 | 16 | 304 | 38 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1120 | /src/classes/UnfollowTests2.cls | 304 | 16 | 304 | 38 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1121 | /src/classes/UnfollowTests2.cls | 305 | 16 | 305 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1121 | /src/classes/UnfollowTests2.cls | 305 | 16 | 305 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1122 | /src/classes/UnfollowTests2.cls | 308 | 16 | 308 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1122 | /src/classes/UnfollowTests2.cls | 308 | 16 | 308 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1123 | /src/classes/UnfollowTests2.cls | 309 | 17 | 309 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1123 | /src/classes/UnfollowTests2.cls | 309 | 17 | 309 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1124 | /src/classes/UnfollowTests2.cls | 310 | 16 | 310 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1124 | /src/classes/UnfollowTests2.cls | 310 | 16 | 310 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1125 | /src/classes/UnfollowTests2.cls | 311 | 16 | 311 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1125 | /src/classes/UnfollowTests2.cls | 311 | 16 | 311 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1126 | /src/classes/UnfollowTests2.cls | 312 | 16 | 312 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1126 | /src/classes/UnfollowTests2.cls | 312 | 16 | 312 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1127 | /src/classes/UnfollowTests2.cls | 314 | 14 | 314 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1127 | /src/classes/UnfollowTests2.cls | 314 | 14 | 314 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1128 | /src/classes/UnfollowTests2.cls | 315 | 18 | 315 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1128 | /src/classes/UnfollowTests2.cls | 315 | 18 | 315 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1129 | /src/classes/UnfollowTests2.cls | 316 | 16 | 316 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1129 | /src/classes/UnfollowTests2.cls | 316 | 16 | 316 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1130 | /src/classes/UnfollowTests2.cls | 326 | 34 | 326 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1130 | /src/classes/UnfollowTests2.cls | 326 | 34 | 326 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1131 | /src/classes/UnfollowTests2.cls | 330 | 34 | 330 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1131 | /src/classes/UnfollowTests2.cls | 330 | 34 | 330 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1132 | /src/classes/UnfollowTests2.cls | 338 | 9 | 338 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1132 | /src/classes/UnfollowTests2.cls | 338 | 9 | 338 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1133 | /src/classes/UnfollowTests2.cls | 341 | 23 | 385 | 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. |
1133 | /src/classes/UnfollowTests2.cls | 341 | 23 | 385 | 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. |
1134 | /src/classes/UnfollowTests2.cls | 346 | 17 | 346 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1134 | /src/classes/UnfollowTests2.cls | 346 | 17 | 346 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1135 | /src/classes/UnfollowTests2.cls | 347 | 16 | 347 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1135 | /src/classes/UnfollowTests2.cls | 347 | 16 | 347 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1136 | /src/classes/UnfollowTests2.cls | 348 | 16 | 348 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1136 | /src/classes/UnfollowTests2.cls | 348 | 16 | 348 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1137 | /src/classes/UnfollowTests2.cls | 349 | 16 | 349 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1137 | /src/classes/UnfollowTests2.cls | 349 | 16 | 349 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1138 | /src/classes/UnfollowTests2.cls | 350 | 16 | 350 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1138 | /src/classes/UnfollowTests2.cls | 350 | 16 | 350 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1139 | /src/classes/UnfollowTests2.cls | 351 | 16 | 351 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1139 | /src/classes/UnfollowTests2.cls | 351 | 16 | 351 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1140 | /src/classes/UnfollowTests2.cls | 354 | 16 | 354 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1140 | /src/classes/UnfollowTests2.cls | 354 | 16 | 354 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1141 | /src/classes/UnfollowTests2.cls | 355 | 17 | 355 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1141 | /src/classes/UnfollowTests2.cls | 355 | 17 | 355 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1142 | /src/classes/UnfollowTests2.cls | 356 | 16 | 356 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1142 | /src/classes/UnfollowTests2.cls | 356 | 16 | 356 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1143 | /src/classes/UnfollowTests2.cls | 357 | 16 | 357 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1143 | /src/classes/UnfollowTests2.cls | 357 | 16 | 357 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1144 | /src/classes/UnfollowTests2.cls | 358 | 16 | 358 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1144 | /src/classes/UnfollowTests2.cls | 358 | 16 | 358 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1145 | /src/classes/UnfollowTests2.cls | 360 | 14 | 360 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1145 | /src/classes/UnfollowTests2.cls | 360 | 14 | 360 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1146 | /src/classes/UnfollowTests2.cls | 361 | 18 | 361 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1146 | /src/classes/UnfollowTests2.cls | 361 | 18 | 361 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1147 | /src/classes/UnfollowTests2.cls | 362 | 16 | 362 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1147 | /src/classes/UnfollowTests2.cls | 362 | 16 | 362 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1148 | /src/classes/UnfollowTests2.cls | 372 | 34 | 372 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1148 | /src/classes/UnfollowTests2.cls | 372 | 34 | 372 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1149 | /src/classes/UnfollowTests2.cls | 376 | 34 | 376 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1149 | /src/classes/UnfollowTests2.cls | 376 | 34 | 376 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1150 | /src/classes/UnfollowTests2.cls | 384 | 9 | 384 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1150 | /src/classes/UnfollowTests2.cls | 384 | 9 | 384 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1151 | /src/classes/UnfollowTests2.cls | 387 | 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. |
1151 | /src/classes/UnfollowTests2.cls | 387 | 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. |
1152 | /src/classes/UnfollowTests2.cls | 392 | 17 | 392 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1152 | /src/classes/UnfollowTests2.cls | 392 | 17 | 392 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1153 | /src/classes/UnfollowTests2.cls | 393 | 16 | 393 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1153 | /src/classes/UnfollowTests2.cls | 393 | 16 | 393 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1154 | /src/classes/UnfollowTests2.cls | 394 | 16 | 394 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1154 | /src/classes/UnfollowTests2.cls | 394 | 16 | 394 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1155 | /src/classes/UnfollowTests2.cls | 395 | 16 | 395 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1155 | /src/classes/UnfollowTests2.cls | 395 | 16 | 395 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1156 | /src/classes/UnfollowTests2.cls | 396 | 16 | 396 | 42 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1156 | /src/classes/UnfollowTests2.cls | 396 | 16 | 396 | 42 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1157 | /src/classes/UnfollowTests2.cls | 397 | 16 | 397 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1157 | /src/classes/UnfollowTests2.cls | 397 | 16 | 397 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1158 | /src/classes/UnfollowTests2.cls | 400 | 16 | 400 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1158 | /src/classes/UnfollowTests2.cls | 400 | 16 | 400 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1159 | /src/classes/UnfollowTests2.cls | 401 | 17 | 401 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1159 | /src/classes/UnfollowTests2.cls | 401 | 17 | 401 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1160 | /src/classes/UnfollowTests2.cls | 402 | 16 | 402 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1160 | /src/classes/UnfollowTests2.cls | 402 | 16 | 402 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1161 | /src/classes/UnfollowTests2.cls | 403 | 16 | 403 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1161 | /src/classes/UnfollowTests2.cls | 403 | 16 | 403 | 21 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1162 | /src/classes/UnfollowTests2.cls | 404 | 16 | 404 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1162 | /src/classes/UnfollowTests2.cls | 404 | 16 | 404 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1163 | /src/classes/UnfollowTests2.cls | 406 | 14 | 406 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1163 | /src/classes/UnfollowTests2.cls | 406 | 14 | 406 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1164 | /src/classes/UnfollowTests2.cls | 407 | 18 | 407 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1164 | /src/classes/UnfollowTests2.cls | 407 | 18 | 407 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1165 | /src/classes/UnfollowTests2.cls | 408 | 16 | 408 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1165 | /src/classes/UnfollowTests2.cls | 408 | 16 | 408 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1166 | /src/classes/UnfollowTests2.cls | 418 | 34 | 418 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1166 | /src/classes/UnfollowTests2.cls | 418 | 34 | 418 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1167 | /src/classes/UnfollowTests2.cls | 422 | 34 | 422 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1167 | /src/classes/UnfollowTests2.cls | 422 | 34 | 422 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1168 | /src/classes/UnfollowTests2.cls | 430 | 9 | 430 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1168 | /src/classes/UnfollowTests2.cls | 430 | 9 | 430 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1169 | /src/classes/UnfollowTests2.cls | 433 | 23 | 479 | 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. |
1169 | /src/classes/UnfollowTests2.cls | 433 | 23 | 479 | 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. |
1170 | /src/classes/UnfollowTests2.cls | 438 | 17 | 438 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1170 | /src/classes/UnfollowTests2.cls | 438 | 17 | 438 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1171 | /src/classes/UnfollowTests2.cls | 439 | 16 | 439 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1171 | /src/classes/UnfollowTests2.cls | 439 | 16 | 439 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1172 | /src/classes/UnfollowTests2.cls | 440 | 16 | 440 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1172 | /src/classes/UnfollowTests2.cls | 440 | 16 | 440 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1173 | /src/classes/UnfollowTests2.cls | 441 | 16 | 441 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1173 | /src/classes/UnfollowTests2.cls | 441 | 16 | 441 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1174 | /src/classes/UnfollowTests2.cls | 442 | 16 | 442 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1174 | /src/classes/UnfollowTests2.cls | 442 | 16 | 442 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1175 | /src/classes/UnfollowTests2.cls | 443 | 16 | 443 | 32 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1175 | /src/classes/UnfollowTests2.cls | 443 | 16 | 443 | 32 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1176 | /src/classes/UnfollowTests2.cls | 447 | 16 | 447 | 30 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1176 | /src/classes/UnfollowTests2.cls | 447 | 16 | 447 | 30 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1177 | /src/classes/UnfollowTests2.cls | 448 | 17 | 448 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1177 | /src/classes/UnfollowTests2.cls | 448 | 17 | 448 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1178 | /src/classes/UnfollowTests2.cls | 449 | 16 | 449 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1178 | /src/classes/UnfollowTests2.cls | 449 | 16 | 449 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1179 | /src/classes/UnfollowTests2.cls | 450 | 16 | 450 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1179 | /src/classes/UnfollowTests2.cls | 450 | 16 | 450 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1180 | /src/classes/UnfollowTests2.cls | 451 | 16 | 451 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1180 | /src/classes/UnfollowTests2.cls | 451 | 16 | 451 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1181 | /src/classes/UnfollowTests2.cls | 453 | 14 | 453 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1181 | /src/classes/UnfollowTests2.cls | 453 | 14 | 453 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1182 | /src/classes/UnfollowTests2.cls | 454 | 18 | 454 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1182 | /src/classes/UnfollowTests2.cls | 454 | 18 | 454 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1183 | /src/classes/UnfollowTests2.cls | 455 | 16 | 455 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1183 | /src/classes/UnfollowTests2.cls | 455 | 16 | 455 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1184 | /src/classes/UnfollowTests2.cls | 466 | 34 | 466 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1184 | /src/classes/UnfollowTests2.cls | 466 | 34 | 466 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1185 | /src/classes/UnfollowTests2.cls | 470 | 34 | 470 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1185 | /src/classes/UnfollowTests2.cls | 470 | 34 | 470 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1186 | /src/classes/UnfollowTests2.cls | 478 | 9 | 478 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1186 | /src/classes/UnfollowTests2.cls | 478 | 9 | 478 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1187 | /src/classes/UnfollowTests2.cls | 481 | 23 | 526 | 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. |
1187 | /src/classes/UnfollowTests2.cls | 481 | 23 | 526 | 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. |
1188 | /src/classes/UnfollowTests2.cls | 486 | 17 | 486 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1188 | /src/classes/UnfollowTests2.cls | 486 | 17 | 486 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1189 | /src/classes/UnfollowTests2.cls | 487 | 16 | 487 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1189 | /src/classes/UnfollowTests2.cls | 487 | 16 | 487 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1190 | /src/classes/UnfollowTests2.cls | 488 | 16 | 488 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1190 | /src/classes/UnfollowTests2.cls | 488 | 16 | 488 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1191 | /src/classes/UnfollowTests2.cls | 489 | 16 | 489 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1191 | /src/classes/UnfollowTests2.cls | 489 | 16 | 489 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1192 | /src/classes/UnfollowTests2.cls | 490 | 16 | 490 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1192 | /src/classes/UnfollowTests2.cls | 490 | 16 | 490 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1193 | /src/classes/UnfollowTests2.cls | 491 | 16 | 491 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1193 | /src/classes/UnfollowTests2.cls | 491 | 16 | 491 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1194 | /src/classes/UnfollowTests2.cls | 494 | 16 | 494 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1194 | /src/classes/UnfollowTests2.cls | 494 | 16 | 494 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1195 | /src/classes/UnfollowTests2.cls | 495 | 17 | 495 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1195 | /src/classes/UnfollowTests2.cls | 495 | 17 | 495 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1196 | /src/classes/UnfollowTests2.cls | 496 | 16 | 496 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1196 | /src/classes/UnfollowTests2.cls | 496 | 16 | 496 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1197 | /src/classes/UnfollowTests2.cls | 497 | 16 | 497 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1197 | /src/classes/UnfollowTests2.cls | 497 | 16 | 497 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1198 | /src/classes/UnfollowTests2.cls | 498 | 16 | 498 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1198 | /src/classes/UnfollowTests2.cls | 498 | 16 | 498 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1199 | /src/classes/UnfollowTests2.cls | 500 | 14 | 500 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1199 | /src/classes/UnfollowTests2.cls | 500 | 14 | 500 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1200 | /src/classes/UnfollowTests2.cls | 501 | 18 | 501 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1200 | /src/classes/UnfollowTests2.cls | 501 | 18 | 501 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1201 | /src/classes/UnfollowTests2.cls | 502 | 16 | 502 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1201 | /src/classes/UnfollowTests2.cls | 502 | 16 | 502 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1202 | /src/classes/UnfollowTests2.cls | 513 | 34 | 513 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1202 | /src/classes/UnfollowTests2.cls | 513 | 34 | 513 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1203 | /src/classes/UnfollowTests2.cls | 517 | 34 | 517 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1203 | /src/classes/UnfollowTests2.cls | 517 | 34 | 517 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1204 | /src/classes/UnfollowTests2.cls | 525 | 9 | 525 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1204 | /src/classes/UnfollowTests2.cls | 525 | 9 | 525 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1205 | /src/classes/UnfollowTests2.cls | 528 | 23 | 574 | 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. |
1205 | /src/classes/UnfollowTests2.cls | 528 | 23 | 574 | 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. |
1206 | /src/classes/UnfollowTests2.cls | 533 | 17 | 533 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1206 | /src/classes/UnfollowTests2.cls | 533 | 17 | 533 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1207 | /src/classes/UnfollowTests2.cls | 534 | 16 | 534 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1207 | /src/classes/UnfollowTests2.cls | 534 | 16 | 534 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1208 | /src/classes/UnfollowTests2.cls | 535 | 16 | 535 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1208 | /src/classes/UnfollowTests2.cls | 535 | 16 | 535 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1209 | /src/classes/UnfollowTests2.cls | 536 | 16 | 536 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1209 | /src/classes/UnfollowTests2.cls | 536 | 16 | 536 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1210 | /src/classes/UnfollowTests2.cls | 537 | 16 | 537 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1210 | /src/classes/UnfollowTests2.cls | 537 | 16 | 537 | 40 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1211 | /src/classes/UnfollowTests2.cls | 538 | 16 | 538 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1211 | /src/classes/UnfollowTests2.cls | 538 | 16 | 538 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1212 | /src/classes/UnfollowTests2.cls | 542 | 16 | 542 | 30 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1212 | /src/classes/UnfollowTests2.cls | 542 | 16 | 542 | 30 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1213 | /src/classes/UnfollowTests2.cls | 543 | 17 | 543 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1213 | /src/classes/UnfollowTests2.cls | 543 | 17 | 543 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1214 | /src/classes/UnfollowTests2.cls | 544 | 16 | 544 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1214 | /src/classes/UnfollowTests2.cls | 544 | 16 | 544 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1215 | /src/classes/UnfollowTests2.cls | 545 | 16 | 545 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1215 | /src/classes/UnfollowTests2.cls | 545 | 16 | 545 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1216 | /src/classes/UnfollowTests2.cls | 546 | 16 | 546 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1216 | /src/classes/UnfollowTests2.cls | 546 | 16 | 546 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1217 | /src/classes/UnfollowTests2.cls | 548 | 14 | 548 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1217 | /src/classes/UnfollowTests2.cls | 548 | 14 | 548 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1218 | /src/classes/UnfollowTests2.cls | 549 | 18 | 549 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1218 | /src/classes/UnfollowTests2.cls | 549 | 18 | 549 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1219 | /src/classes/UnfollowTests2.cls | 550 | 16 | 550 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1219 | /src/classes/UnfollowTests2.cls | 550 | 16 | 550 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1220 | /src/classes/UnfollowTests2.cls | 561 | 34 | 561 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1220 | /src/classes/UnfollowTests2.cls | 561 | 34 | 561 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1221 | /src/classes/UnfollowTests2.cls | 565 | 34 | 565 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1221 | /src/classes/UnfollowTests2.cls | 565 | 34 | 565 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1222 | /src/classes/UnfollowTests2.cls | 573 | 9 | 573 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1222 | /src/classes/UnfollowTests2.cls | 573 | 9 | 573 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1223 | /src/classes/UnfollowTests2.cls | 576 | 23 | 621 | 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. |
1223 | /src/classes/UnfollowTests2.cls | 576 | 23 | 621 | 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. |
1224 | /src/classes/UnfollowTests2.cls | 581 | 17 | 581 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1224 | /src/classes/UnfollowTests2.cls | 581 | 17 | 581 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1225 | /src/classes/UnfollowTests2.cls | 582 | 16 | 582 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1225 | /src/classes/UnfollowTests2.cls | 582 | 16 | 582 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1226 | /src/classes/UnfollowTests2.cls | 583 | 16 | 583 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1226 | /src/classes/UnfollowTests2.cls | 583 | 16 | 583 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1227 | /src/classes/UnfollowTests2.cls | 584 | 16 | 584 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1227 | /src/classes/UnfollowTests2.cls | 584 | 16 | 584 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1228 | /src/classes/UnfollowTests2.cls | 585 | 16 | 585 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1228 | /src/classes/UnfollowTests2.cls | 585 | 16 | 585 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1229 | /src/classes/UnfollowTests2.cls | 586 | 16 | 586 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1229 | /src/classes/UnfollowTests2.cls | 586 | 16 | 586 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1230 | /src/classes/UnfollowTests2.cls | 589 | 16 | 589 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1230 | /src/classes/UnfollowTests2.cls | 589 | 16 | 589 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1231 | /src/classes/UnfollowTests2.cls | 590 | 17 | 590 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1231 | /src/classes/UnfollowTests2.cls | 590 | 17 | 590 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1232 | /src/classes/UnfollowTests2.cls | 591 | 16 | 591 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1232 | /src/classes/UnfollowTests2.cls | 591 | 16 | 591 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1233 | /src/classes/UnfollowTests2.cls | 592 | 16 | 592 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1233 | /src/classes/UnfollowTests2.cls | 592 | 16 | 592 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1234 | /src/classes/UnfollowTests2.cls | 593 | 16 | 593 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1234 | /src/classes/UnfollowTests2.cls | 593 | 16 | 593 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1235 | /src/classes/UnfollowTests2.cls | 595 | 14 | 595 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1235 | /src/classes/UnfollowTests2.cls | 595 | 14 | 595 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1236 | /src/classes/UnfollowTests2.cls | 596 | 18 | 596 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1236 | /src/classes/UnfollowTests2.cls | 596 | 18 | 596 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1237 | /src/classes/UnfollowTests2.cls | 597 | 16 | 597 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1237 | /src/classes/UnfollowTests2.cls | 597 | 16 | 597 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1238 | /src/classes/UnfollowTests2.cls | 608 | 34 | 608 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1238 | /src/classes/UnfollowTests2.cls | 608 | 34 | 608 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1239 | /src/classes/UnfollowTests2.cls | 612 | 34 | 612 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1239 | /src/classes/UnfollowTests2.cls | 612 | 34 | 612 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1240 | /src/classes/UnfollowTests2.cls | 620 | 9 | 620 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1240 | /src/classes/UnfollowTests2.cls | 620 | 9 | 620 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1241 | /src/classes/UnfollowTests2.cls | 623 | 23 | 667 | 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. |
1241 | /src/classes/UnfollowTests2.cls | 623 | 23 | 667 | 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. |
1242 | /src/classes/UnfollowTests2.cls | 628 | 17 | 628 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1242 | /src/classes/UnfollowTests2.cls | 628 | 17 | 628 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1243 | /src/classes/UnfollowTests2.cls | 629 | 16 | 629 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1243 | /src/classes/UnfollowTests2.cls | 629 | 16 | 629 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1244 | /src/classes/UnfollowTests2.cls | 630 | 16 | 630 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1244 | /src/classes/UnfollowTests2.cls | 630 | 16 | 630 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /src/classes/UnfollowTests2.cls | 631 | 16 | 631 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /src/classes/UnfollowTests2.cls | 631 | 16 | 631 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /src/classes/UnfollowTests2.cls | 632 | 16 | 632 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /src/classes/UnfollowTests2.cls | 632 | 16 | 632 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /src/classes/UnfollowTests2.cls | 633 | 16 | 633 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /src/classes/UnfollowTests2.cls | 633 | 16 | 633 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1248 | /src/classes/UnfollowTests2.cls | 636 | 16 | 636 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1248 | /src/classes/UnfollowTests2.cls | 636 | 16 | 636 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1249 | /src/classes/UnfollowTests2.cls | 637 | 17 | 637 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1249 | /src/classes/UnfollowTests2.cls | 637 | 17 | 637 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1250 | /src/classes/UnfollowTests2.cls | 638 | 16 | 638 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1250 | /src/classes/UnfollowTests2.cls | 638 | 16 | 638 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1251 | /src/classes/UnfollowTests2.cls | 639 | 16 | 639 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1251 | /src/classes/UnfollowTests2.cls | 639 | 16 | 639 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1252 | /src/classes/UnfollowTests2.cls | 640 | 16 | 640 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1252 | /src/classes/UnfollowTests2.cls | 640 | 16 | 640 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1253 | /src/classes/UnfollowTests2.cls | 642 | 14 | 642 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1253 | /src/classes/UnfollowTests2.cls | 642 | 14 | 642 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1254 | /src/classes/UnfollowTests2.cls | 643 | 18 | 643 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1254 | /src/classes/UnfollowTests2.cls | 643 | 18 | 643 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1255 | /src/classes/UnfollowTests2.cls | 644 | 16 | 644 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1255 | /src/classes/UnfollowTests2.cls | 644 | 16 | 644 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1256 | /src/classes/UnfollowTests2.cls | 654 | 34 | 654 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1256 | /src/classes/UnfollowTests2.cls | 654 | 34 | 654 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1257 | /src/classes/UnfollowTests2.cls | 658 | 34 | 658 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1257 | /src/classes/UnfollowTests2.cls | 658 | 34 | 658 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1258 | /src/classes/UnfollowTests2.cls | 666 | 9 | 666 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1258 | /src/classes/UnfollowTests2.cls | 666 | 9 | 666 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1259 | /src/classes/UnfollowTests2.cls | 670 | 23 | 715 | 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. |
1259 | /src/classes/UnfollowTests2.cls | 670 | 23 | 715 | 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. |
1260 | /src/classes/UnfollowTests2.cls | 675 | 17 | 675 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1260 | /src/classes/UnfollowTests2.cls | 675 | 17 | 675 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1261 | /src/classes/UnfollowTests2.cls | 676 | 16 | 676 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1261 | /src/classes/UnfollowTests2.cls | 676 | 16 | 676 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1262 | /src/classes/UnfollowTests2.cls | 677 | 16 | 677 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1262 | /src/classes/UnfollowTests2.cls | 677 | 16 | 677 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1263 | /src/classes/UnfollowTests2.cls | 678 | 16 | 678 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1263 | /src/classes/UnfollowTests2.cls | 678 | 16 | 678 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1264 | /src/classes/UnfollowTests2.cls | 679 | 16 | 679 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1264 | /src/classes/UnfollowTests2.cls | 679 | 16 | 679 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1265 | /src/classes/UnfollowTests2.cls | 680 | 16 | 680 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1265 | /src/classes/UnfollowTests2.cls | 680 | 16 | 680 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1266 | /src/classes/UnfollowTests2.cls | 683 | 16 | 683 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1266 | /src/classes/UnfollowTests2.cls | 683 | 16 | 683 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1267 | /src/classes/UnfollowTests2.cls | 684 | 17 | 684 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1267 | /src/classes/UnfollowTests2.cls | 684 | 17 | 684 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1268 | /src/classes/UnfollowTests2.cls | 685 | 16 | 685 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1268 | /src/classes/UnfollowTests2.cls | 685 | 16 | 685 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1269 | /src/classes/UnfollowTests2.cls | 686 | 16 | 686 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1269 | /src/classes/UnfollowTests2.cls | 686 | 16 | 686 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1270 | /src/classes/UnfollowTests2.cls | 687 | 16 | 687 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1270 | /src/classes/UnfollowTests2.cls | 687 | 16 | 687 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1271 | /src/classes/UnfollowTests2.cls | 689 | 14 | 689 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1271 | /src/classes/UnfollowTests2.cls | 689 | 14 | 689 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1272 | /src/classes/UnfollowTests2.cls | 690 | 18 | 690 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1272 | /src/classes/UnfollowTests2.cls | 690 | 18 | 690 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1273 | /src/classes/UnfollowTests2.cls | 691 | 16 | 691 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1273 | /src/classes/UnfollowTests2.cls | 691 | 16 | 691 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1274 | /src/classes/UnfollowTests2.cls | 702 | 34 | 702 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1274 | /src/classes/UnfollowTests2.cls | 702 | 34 | 702 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1275 | /src/classes/UnfollowTests2.cls | 706 | 34 | 706 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1275 | /src/classes/UnfollowTests2.cls | 706 | 34 | 706 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1276 | /src/classes/UnfollowTests2.cls | 714 | 9 | 714 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1276 | /src/classes/UnfollowTests2.cls | 714 | 9 | 714 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1277 | /src/classes/UnfollowTests2.cls | 718 | 23 | 764 | 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. |
1277 | /src/classes/UnfollowTests2.cls | 718 | 23 | 764 | 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. |
1278 | /src/classes/UnfollowTests2.cls | 723 | 17 | 723 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1278 | /src/classes/UnfollowTests2.cls | 723 | 17 | 723 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1279 | /src/classes/UnfollowTests2.cls | 724 | 16 | 724 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1279 | /src/classes/UnfollowTests2.cls | 724 | 16 | 724 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1280 | /src/classes/UnfollowTests2.cls | 725 | 16 | 725 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1280 | /src/classes/UnfollowTests2.cls | 725 | 16 | 725 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1281 | /src/classes/UnfollowTests2.cls | 726 | 16 | 726 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1281 | /src/classes/UnfollowTests2.cls | 726 | 16 | 726 | 41 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1282 | /src/classes/UnfollowTests2.cls | 727 | 16 | 727 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1282 | /src/classes/UnfollowTests2.cls | 727 | 16 | 727 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1283 | /src/classes/UnfollowTests2.cls | 728 | 16 | 728 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1283 | /src/classes/UnfollowTests2.cls | 728 | 16 | 728 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1284 | /src/classes/UnfollowTests2.cls | 732 | 16 | 732 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1284 | /src/classes/UnfollowTests2.cls | 732 | 16 | 732 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1285 | /src/classes/UnfollowTests2.cls | 733 | 17 | 733 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1285 | /src/classes/UnfollowTests2.cls | 733 | 17 | 733 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1286 | /src/classes/UnfollowTests2.cls | 734 | 16 | 734 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1286 | /src/classes/UnfollowTests2.cls | 734 | 16 | 734 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1287 | /src/classes/UnfollowTests2.cls | 735 | 16 | 735 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1287 | /src/classes/UnfollowTests2.cls | 735 | 16 | 735 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1288 | /src/classes/UnfollowTests2.cls | 736 | 16 | 736 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1288 | /src/classes/UnfollowTests2.cls | 736 | 16 | 736 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1289 | /src/classes/UnfollowTests2.cls | 738 | 14 | 738 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1289 | /src/classes/UnfollowTests2.cls | 738 | 14 | 738 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1290 | /src/classes/UnfollowTests2.cls | 739 | 18 | 739 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1290 | /src/classes/UnfollowTests2.cls | 739 | 18 | 739 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1291 | /src/classes/UnfollowTests2.cls | 740 | 16 | 740 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1291 | /src/classes/UnfollowTests2.cls | 740 | 16 | 740 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1292 | /src/classes/UnfollowTests2.cls | 751 | 34 | 751 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1292 | /src/classes/UnfollowTests2.cls | 751 | 34 | 751 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1293 | /src/classes/UnfollowTests2.cls | 755 | 34 | 755 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1293 | /src/classes/UnfollowTests2.cls | 755 | 34 | 755 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1294 | /src/classes/UnfollowTests2.cls | 763 | 9 | 763 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1294 | /src/classes/UnfollowTests2.cls | 763 | 9 | 763 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1295 | /src/classes/UnfollowTests2.cls | 766 | 23 | 812 | 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. |
1295 | /src/classes/UnfollowTests2.cls | 766 | 23 | 812 | 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. |
1296 | /src/classes/UnfollowTests2.cls | 771 | 17 | 771 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1296 | /src/classes/UnfollowTests2.cls | 771 | 17 | 771 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1297 | /src/classes/UnfollowTests2.cls | 772 | 16 | 772 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1297 | /src/classes/UnfollowTests2.cls | 772 | 16 | 772 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1298 | /src/classes/UnfollowTests2.cls | 773 | 16 | 773 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1298 | /src/classes/UnfollowTests2.cls | 773 | 16 | 773 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1299 | /src/classes/UnfollowTests2.cls | 774 | 16 | 774 | 38 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1299 | /src/classes/UnfollowTests2.cls | 774 | 16 | 774 | 38 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1300 | /src/classes/UnfollowTests2.cls | 775 | 16 | 775 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1300 | /src/classes/UnfollowTests2.cls | 775 | 16 | 775 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1301 | /src/classes/UnfollowTests2.cls | 776 | 16 | 776 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1301 | /src/classes/UnfollowTests2.cls | 776 | 16 | 776 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1302 | /src/classes/UnfollowTests2.cls | 780 | 16 | 780 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1302 | /src/classes/UnfollowTests2.cls | 780 | 16 | 780 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1303 | /src/classes/UnfollowTests2.cls | 781 | 17 | 781 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1303 | /src/classes/UnfollowTests2.cls | 781 | 17 | 781 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1304 | /src/classes/UnfollowTests2.cls | 782 | 16 | 782 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1304 | /src/classes/UnfollowTests2.cls | 782 | 16 | 782 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1305 | /src/classes/UnfollowTests2.cls | 783 | 16 | 783 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1305 | /src/classes/UnfollowTests2.cls | 783 | 16 | 783 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1306 | /src/classes/UnfollowTests2.cls | 784 | 16 | 784 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1306 | /src/classes/UnfollowTests2.cls | 784 | 16 | 784 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1307 | /src/classes/UnfollowTests2.cls | 786 | 14 | 786 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1307 | /src/classes/UnfollowTests2.cls | 786 | 14 | 786 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1308 | /src/classes/UnfollowTests2.cls | 787 | 18 | 787 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1308 | /src/classes/UnfollowTests2.cls | 787 | 18 | 787 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1309 | /src/classes/UnfollowTests2.cls | 788 | 16 | 788 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1309 | /src/classes/UnfollowTests2.cls | 788 | 16 | 788 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1310 | /src/classes/UnfollowTests2.cls | 799 | 34 | 799 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1310 | /src/classes/UnfollowTests2.cls | 799 | 34 | 799 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1311 | /src/classes/UnfollowTests2.cls | 803 | 34 | 803 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1311 | /src/classes/UnfollowTests2.cls | 803 | 34 | 803 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1312 | /src/classes/UnfollowTests2.cls | 811 | 9 | 811 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1312 | /src/classes/UnfollowTests2.cls | 811 | 9 | 811 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1313 | /src/classes/UnfollowTests2.cls | 814 | 23 | 860 | 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. |
1313 | /src/classes/UnfollowTests2.cls | 814 | 23 | 860 | 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. |
1314 | /src/classes/UnfollowTests2.cls | 819 | 17 | 819 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1314 | /src/classes/UnfollowTests2.cls | 819 | 17 | 819 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1315 | /src/classes/UnfollowTests2.cls | 820 | 16 | 820 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1315 | /src/classes/UnfollowTests2.cls | 820 | 16 | 820 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1316 | /src/classes/UnfollowTests2.cls | 821 | 16 | 821 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1316 | /src/classes/UnfollowTests2.cls | 821 | 16 | 821 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1317 | /src/classes/UnfollowTests2.cls | 822 | 16 | 822 | 38 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1317 | /src/classes/UnfollowTests2.cls | 822 | 16 | 822 | 38 | 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 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1318 | /src/classes/UnfollowTests2.cls | 823 | 16 | 823 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1318 | /src/classes/UnfollowTests2.cls | 823 | 16 | 823 | 37 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1319 | /src/classes/UnfollowTests2.cls | 824 | 16 | 824 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1319 | /src/classes/UnfollowTests2.cls | 824 | 16 | 824 | 31 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1320 | /src/classes/UnfollowTests2.cls | 828 | 16 | 828 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1320 | /src/classes/UnfollowTests2.cls | 828 | 16 | 828 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1321 | /src/classes/UnfollowTests2.cls | 829 | 17 | 829 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1321 | /src/classes/UnfollowTests2.cls | 829 | 17 | 829 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1322 | /src/classes/UnfollowTests2.cls | 830 | 16 | 830 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1322 | /src/classes/UnfollowTests2.cls | 830 | 16 | 830 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1323 | /src/classes/UnfollowTests2.cls | 831 | 16 | 831 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1323 | /src/classes/UnfollowTests2.cls | 831 | 16 | 831 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1324 | /src/classes/UnfollowTests2.cls | 832 | 16 | 832 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1324 | /src/classes/UnfollowTests2.cls | 832 | 16 | 832 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1325 | /src/classes/UnfollowTests2.cls | 834 | 14 | 834 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1325 | /src/classes/UnfollowTests2.cls | 834 | 14 | 834 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1326 | /src/classes/UnfollowTests2.cls | 835 | 18 | 835 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1326 | /src/classes/UnfollowTests2.cls | 835 | 18 | 835 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1327 | /src/classes/UnfollowTests2.cls | 836 | 16 | 836 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1327 | /src/classes/UnfollowTests2.cls | 836 | 16 | 836 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1328 | /src/classes/UnfollowTests2.cls | 847 | 34 | 847 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1328 | /src/classes/UnfollowTests2.cls | 847 | 34 | 847 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1329 | /src/classes/UnfollowTests2.cls | 851 | 34 | 851 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1329 | /src/classes/UnfollowTests2.cls | 851 | 34 | 851 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1330 | /src/classes/UnfollowTests2.cls | 859 | 9 | 859 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1330 | /src/classes/UnfollowTests2.cls | 859 | 9 | 859 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1331 | /src/classes/UnfollowTests2.cls | 863 | 23 | 909 | 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. |
1331 | /src/classes/UnfollowTests2.cls | 863 | 23 | 909 | 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. |
1332 | /src/classes/UnfollowTests2.cls | 868 | 17 | 868 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1332 | /src/classes/UnfollowTests2.cls | 868 | 17 | 868 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1333 | /src/classes/UnfollowTests2.cls | 869 | 16 | 869 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1333 | /src/classes/UnfollowTests2.cls | 869 | 16 | 869 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1334 | /src/classes/UnfollowTests2.cls | 870 | 16 | 870 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1334 | /src/classes/UnfollowTests2.cls | 870 | 16 | 870 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1335 | /src/classes/UnfollowTests2.cls | 871 | 16 | 871 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1335 | /src/classes/UnfollowTests2.cls | 871 | 16 | 871 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1336 | /src/classes/UnfollowTests2.cls | 872 | 16 | 872 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1336 | /src/classes/UnfollowTests2.cls | 872 | 16 | 872 | 41 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1337 | /src/classes/UnfollowTests2.cls | 873 | 16 | 873 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1337 | /src/classes/UnfollowTests2.cls | 873 | 16 | 873 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1338 | /src/classes/UnfollowTests2.cls | 877 | 16 | 877 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1338 | /src/classes/UnfollowTests2.cls | 877 | 16 | 877 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1339 | /src/classes/UnfollowTests2.cls | 878 | 17 | 878 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1339 | /src/classes/UnfollowTests2.cls | 878 | 17 | 878 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1340 | /src/classes/UnfollowTests2.cls | 879 | 16 | 879 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1340 | /src/classes/UnfollowTests2.cls | 879 | 16 | 879 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1341 | /src/classes/UnfollowTests2.cls | 880 | 16 | 880 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1341 | /src/classes/UnfollowTests2.cls | 880 | 16 | 880 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1342 | /src/classes/UnfollowTests2.cls | 881 | 16 | 881 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1342 | /src/classes/UnfollowTests2.cls | 881 | 16 | 881 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1343 | /src/classes/UnfollowTests2.cls | 883 | 14 | 883 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1343 | /src/classes/UnfollowTests2.cls | 883 | 14 | 883 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1344 | /src/classes/UnfollowTests2.cls | 884 | 18 | 884 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1344 | /src/classes/UnfollowTests2.cls | 884 | 18 | 884 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1345 | /src/classes/UnfollowTests2.cls | 885 | 16 | 885 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1345 | /src/classes/UnfollowTests2.cls | 885 | 16 | 885 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1346 | /src/classes/UnfollowTests2.cls | 896 | 34 | 896 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1346 | /src/classes/UnfollowTests2.cls | 896 | 34 | 896 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1347 | /src/classes/UnfollowTests2.cls | 900 | 34 | 900 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1347 | /src/classes/UnfollowTests2.cls | 900 | 34 | 900 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1348 | /src/classes/UnfollowTests2.cls | 908 | 9 | 908 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1348 | /src/classes/UnfollowTests2.cls | 908 | 9 | 908 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1349 | /src/classes/UnfollowTests2.cls | 911 | 23 | 957 | 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. |
1349 | /src/classes/UnfollowTests2.cls | 911 | 23 | 957 | 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. |
1350 | /src/classes/UnfollowTests2.cls | 916 | 17 | 916 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1350 | /src/classes/UnfollowTests2.cls | 916 | 17 | 916 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1351 | /src/classes/UnfollowTests2.cls | 917 | 16 | 917 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1351 | /src/classes/UnfollowTests2.cls | 917 | 16 | 917 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1352 | /src/classes/UnfollowTests2.cls | 918 | 16 | 918 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1352 | /src/classes/UnfollowTests2.cls | 918 | 16 | 918 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1353 | /src/classes/UnfollowTests2.cls | 919 | 16 | 919 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1353 | /src/classes/UnfollowTests2.cls | 919 | 16 | 919 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1354 | /src/classes/UnfollowTests2.cls | 920 | 16 | 920 | 38 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1354 | /src/classes/UnfollowTests2.cls | 920 | 16 | 920 | 38 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1355 | /src/classes/UnfollowTests2.cls | 921 | 16 | 921 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1355 | /src/classes/UnfollowTests2.cls | 921 | 16 | 921 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1356 | /src/classes/UnfollowTests2.cls | 925 | 16 | 925 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1356 | /src/classes/UnfollowTests2.cls | 925 | 16 | 925 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1357 | /src/classes/UnfollowTests2.cls | 926 | 17 | 926 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1357 | /src/classes/UnfollowTests2.cls | 926 | 17 | 926 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1358 | /src/classes/UnfollowTests2.cls | 927 | 16 | 927 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1358 | /src/classes/UnfollowTests2.cls | 927 | 16 | 927 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1359 | /src/classes/UnfollowTests2.cls | 928 | 16 | 928 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1359 | /src/classes/UnfollowTests2.cls | 928 | 16 | 928 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1360 | /src/classes/UnfollowTests2.cls | 929 | 16 | 929 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1360 | /src/classes/UnfollowTests2.cls | 929 | 16 | 929 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1361 | /src/classes/UnfollowTests2.cls | 931 | 14 | 931 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1361 | /src/classes/UnfollowTests2.cls | 931 | 14 | 931 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1362 | /src/classes/UnfollowTests2.cls | 932 | 18 | 932 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1362 | /src/classes/UnfollowTests2.cls | 932 | 18 | 932 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1363 | /src/classes/UnfollowTests2.cls | 933 | 16 | 933 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1363 | /src/classes/UnfollowTests2.cls | 933 | 16 | 933 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1364 | /src/classes/UnfollowTests2.cls | 944 | 34 | 944 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1364 | /src/classes/UnfollowTests2.cls | 944 | 34 | 944 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1365 | /src/classes/UnfollowTests2.cls | 948 | 34 | 948 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1365 | /src/classes/UnfollowTests2.cls | 948 | 34 | 948 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1366 | /src/classes/UnfollowTests2.cls | 956 | 9 | 956 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1366 | /src/classes/UnfollowTests2.cls | 956 | 9 | 956 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1367 | /src/classes/UnfollowTests2.cls | 960 | 23 | 1006 | 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. |
1367 | /src/classes/UnfollowTests2.cls | 960 | 23 | 1006 | 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. |
1368 | /src/classes/UnfollowTests2.cls | 965 | 17 | 965 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1368 | /src/classes/UnfollowTests2.cls | 965 | 17 | 965 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1369 | /src/classes/UnfollowTests2.cls | 966 | 16 | 966 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1369 | /src/classes/UnfollowTests2.cls | 966 | 16 | 966 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1370 | /src/classes/UnfollowTests2.cls | 967 | 16 | 967 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1370 | /src/classes/UnfollowTests2.cls | 967 | 16 | 967 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1371 | /src/classes/UnfollowTests2.cls | 968 | 16 | 968 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1371 | /src/classes/UnfollowTests2.cls | 968 | 16 | 968 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1372 | /src/classes/UnfollowTests2.cls | 969 | 16 | 969 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1372 | /src/classes/UnfollowTests2.cls | 969 | 16 | 969 | 45 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1373 | /src/classes/UnfollowTests2.cls | 970 | 16 | 970 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1373 | /src/classes/UnfollowTests2.cls | 970 | 16 | 970 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1374 | /src/classes/UnfollowTests2.cls | 974 | 16 | 974 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1374 | /src/classes/UnfollowTests2.cls | 974 | 16 | 974 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1375 | /src/classes/UnfollowTests2.cls | 975 | 17 | 975 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1375 | /src/classes/UnfollowTests2.cls | 975 | 17 | 975 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1376 | /src/classes/UnfollowTests2.cls | 976 | 16 | 976 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1376 | /src/classes/UnfollowTests2.cls | 976 | 16 | 976 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1377 | /src/classes/UnfollowTests2.cls | 977 | 16 | 977 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1377 | /src/classes/UnfollowTests2.cls | 977 | 16 | 977 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1378 | /src/classes/UnfollowTests2.cls | 978 | 16 | 978 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1378 | /src/classes/UnfollowTests2.cls | 978 | 16 | 978 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1379 | /src/classes/UnfollowTests2.cls | 980 | 14 | 980 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1379 | /src/classes/UnfollowTests2.cls | 980 | 14 | 980 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1380 | /src/classes/UnfollowTests2.cls | 981 | 18 | 981 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1380 | /src/classes/UnfollowTests2.cls | 981 | 18 | 981 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1381 | /src/classes/UnfollowTests2.cls | 982 | 16 | 982 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1381 | /src/classes/UnfollowTests2.cls | 982 | 16 | 982 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1382 | /src/classes/UnfollowTests2.cls | 993 | 34 | 993 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1382 | /src/classes/UnfollowTests2.cls | 993 | 34 | 993 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1383 | /src/classes/UnfollowTests2.cls | 997 | 34 | 997 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1383 | /src/classes/UnfollowTests2.cls | 997 | 34 | 997 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1384 | /src/classes/UnfollowTests2.cls | 1005 | 9 | 1005 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1384 | /src/classes/UnfollowTests2.cls | 1005 | 9 | 1005 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1385 | /src/classes/UnfollowTests2.cls | 1008 | 23 | 1054 | 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. |
1385 | /src/classes/UnfollowTests2.cls | 1008 | 23 | 1054 | 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. |
1386 | /src/classes/UnfollowTests2.cls | 1013 | 17 | 1013 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1386 | /src/classes/UnfollowTests2.cls | 1013 | 17 | 1013 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1387 | /src/classes/UnfollowTests2.cls | 1014 | 16 | 1014 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1387 | /src/classes/UnfollowTests2.cls | 1014 | 16 | 1014 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1388 | /src/classes/UnfollowTests2.cls | 1015 | 16 | 1015 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1388 | /src/classes/UnfollowTests2.cls | 1015 | 16 | 1015 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1389 | /src/classes/UnfollowTests2.cls | 1016 | 16 | 1016 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1389 | /src/classes/UnfollowTests2.cls | 1016 | 16 | 1016 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1390 | /src/classes/UnfollowTests2.cls | 1017 | 16 | 1017 | 42 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1390 | /src/classes/UnfollowTests2.cls | 1017 | 16 | 1017 | 42 | 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 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1391 | /src/classes/UnfollowTests2.cls | 1018 | 16 | 1018 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1391 | /src/classes/UnfollowTests2.cls | 1018 | 16 | 1018 | 27 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1392 | /src/classes/UnfollowTests2.cls | 1022 | 16 | 1022 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1392 | /src/classes/UnfollowTests2.cls | 1022 | 16 | 1022 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1393 | /src/classes/UnfollowTests2.cls | 1023 | 17 | 1023 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1393 | /src/classes/UnfollowTests2.cls | 1023 | 17 | 1023 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1394 | /src/classes/UnfollowTests2.cls | 1024 | 16 | 1024 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1394 | /src/classes/UnfollowTests2.cls | 1024 | 16 | 1024 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1395 | /src/classes/UnfollowTests2.cls | 1025 | 16 | 1025 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1395 | /src/classes/UnfollowTests2.cls | 1025 | 16 | 1025 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1396 | /src/classes/UnfollowTests2.cls | 1026 | 16 | 1026 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1396 | /src/classes/UnfollowTests2.cls | 1026 | 16 | 1026 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1397 | /src/classes/UnfollowTests2.cls | 1028 | 14 | 1028 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1397 | /src/classes/UnfollowTests2.cls | 1028 | 14 | 1028 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1398 | /src/classes/UnfollowTests2.cls | 1029 | 18 | 1029 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1398 | /src/classes/UnfollowTests2.cls | 1029 | 18 | 1029 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1399 | /src/classes/UnfollowTests2.cls | 1030 | 16 | 1030 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1399 | /src/classes/UnfollowTests2.cls | 1030 | 16 | 1030 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1400 | /src/classes/UnfollowTests2.cls | 1041 | 34 | 1041 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1400 | /src/classes/UnfollowTests2.cls | 1041 | 34 | 1041 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1401 | /src/classes/UnfollowTests2.cls | 1045 | 34 | 1045 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1401 | /src/classes/UnfollowTests2.cls | 1045 | 34 | 1045 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1402 | /src/classes/UnfollowTests2.cls | 1053 | 9 | 1053 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1402 | /src/classes/UnfollowTests2.cls | 1053 | 9 | 1053 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1403 | /src/classes/UnfollowTests2.cls | 1058 | 23 | 1110 | 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. |
1403 | /src/classes/UnfollowTests2.cls | 1058 | 23 | 1110 | 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. |
1404 | /src/classes/UnfollowTests2.cls | 1063 | 17 | 1063 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1404 | /src/classes/UnfollowTests2.cls | 1063 | 17 | 1063 | 28 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1405 | /src/classes/UnfollowTests2.cls | 1064 | 16 | 1064 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1405 | /src/classes/UnfollowTests2.cls | 1064 | 16 | 1064 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1406 | /src/classes/UnfollowTests2.cls | 1065 | 16 | 1065 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1406 | /src/classes/UnfollowTests2.cls | 1065 | 16 | 1065 | 46 | 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 'URObjectName' doesn't match '[a-z][a-zA-Z0-9]*' |
1407 | /src/classes/UnfollowTests2.cls | 1066 | 16 | 1066 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1407 | /src/classes/UnfollowTests2.cls | 1066 | 16 | 1066 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URFieldName' doesn't match '[a-z][a-zA-Z0-9]*' |
1408 | /src/classes/UnfollowTests2.cls | 1067 | 16 | 1067 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1408 | /src/classes/UnfollowTests2.cls | 1067 | 16 | 1067 | 35 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UROperator' doesn't match '[a-z][a-zA-Z0-9]*' |
1409 | /src/classes/UnfollowTests2.cls | 1068 | 16 | 1068 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1409 | /src/classes/UnfollowTests2.cls | 1068 | 16 | 1068 | 30 | 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 'URValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1410 | /src/classes/UnfollowTests2.cls | 1071 | 16 | 1071 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1410 | /src/classes/UnfollowTests2.cls | 1071 | 16 | 1071 | 26 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1411 | /src/classes/UnfollowTests2.cls | 1072 | 17 | 1072 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1411 | /src/classes/UnfollowTests2.cls | 1072 | 17 | 1072 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1412 | /src/classes/UnfollowTests2.cls | 1073 | 16 | 1073 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1412 | /src/classes/UnfollowTests2.cls | 1073 | 16 | 1073 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1413 | /src/classes/UnfollowTests2.cls | 1074 | 16 | 1074 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1413 | /src/classes/UnfollowTests2.cls | 1074 | 16 | 1074 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1414 | /src/classes/UnfollowTests2.cls | 1075 | 16 | 1075 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1414 | /src/classes/UnfollowTests2.cls | 1075 | 16 | 1075 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1415 | /src/classes/UnfollowTests2.cls | 1077 | 14 | 1077 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1415 | /src/classes/UnfollowTests2.cls | 1077 | 14 | 1077 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1416 | /src/classes/UnfollowTests2.cls | 1078 | 18 | 1078 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1416 | /src/classes/UnfollowTests2.cls | 1078 | 18 | 1078 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1417 | /src/classes/UnfollowTests2.cls | 1079 | 16 | 1079 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1417 | /src/classes/UnfollowTests2.cls | 1079 | 16 | 1079 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1418 | /src/classes/UnfollowTests2.cls | 1089 | 34 | 1089 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1418 | /src/classes/UnfollowTests2.cls | 1089 | 34 | 1089 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1419 | /src/classes/UnfollowTests2.cls | 1093 | 34 | 1093 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1419 | /src/classes/UnfollowTests2.cls | 1093 | 34 | 1093 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1420 | /src/classes/UnfollowTests2.cls | 1102 | 9 | 1102 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1420 | /src/classes/UnfollowTests2.cls | 1102 | 9 | 1102 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1421 | /src/classes/UnfollowTests2.cls | 1105 | 9 | 1105 | 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. |
1421 | /src/classes/UnfollowTests2.cls | 1105 | 9 | 1105 | 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. |
1422 | /src/classes/UnfollowTests2.cls | 1106 | 9 | 1106 | 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. |
1422 | /src/classes/UnfollowTests2.cls | 1106 | 9 | 1106 | 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. |
1423 | /src/classes/UnfollowTests2.cls | 1107 | 9 | 1107 | 60 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1423 | /src/classes/UnfollowTests2.cls | 1107 | 9 | 1107 | 60 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1424 | /src/classes/UnfollowTests2.cls | 1108 | 9 | 1108 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1424 | /src/classes/UnfollowTests2.cls | 1108 | 9 | 1108 | 64 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1425 | /src/classes/UnfollowTests2.cls | 1109 | 9 | 1109 | 60 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1425 | /src/classes/UnfollowTests2.cls | 1109 | 9 | 1109 | 60 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1426 | /src/classes/UnfollowTests2.cls | 1113 | 23 | 1171 | 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. |
1426 | /src/classes/UnfollowTests2.cls | 1113 | 23 | 1171 | 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. |
1427 | /src/classes/UnfollowTests2.cls | 1117 | 16 | 1117 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1427 | /src/classes/UnfollowTests2.cls | 1117 | 16 | 1117 | 29 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'URDaysDelay' doesn't match '[a-z][a-zA-Z0-9]*' |
1428 | /src/classes/UnfollowTests2.cls | 1119 | 16 | 1119 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1428 | /src/classes/UnfollowTests2.cls | 1119 | 16 | 1119 | 23 | 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 'Str' doesn't match '[a-z][a-zA-Z0-9]*' |
1429 | /src/classes/UnfollowTests2.cls | 1120 | 17 | 1120 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1429 | /src/classes/UnfollowTests2.cls | 1120 | 17 | 1120 | 27 | 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 'Check' doesn't match '[a-z][a-zA-Z0-9]*' |
1430 | /src/classes/UnfollowTests2.cls | 1121 | 16 | 1121 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1430 | /src/classes/UnfollowTests2.cls | 1121 | 16 | 1121 | 24 | 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 'Pick' doesn't match '[a-z][a-zA-Z0-9]*' |
1431 | /src/classes/UnfollowTests2.cls | 1122 | 16 | 1122 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1431 | /src/classes/UnfollowTests2.cls | 1122 | 16 | 1122 | 24 | 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 'Dec' doesn't match '[a-z][a-zA-Z0-9]*' |
1432 | /src/classes/UnfollowTests2.cls | 1123 | 16 | 1123 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1432 | /src/classes/UnfollowTests2.cls | 1123 | 16 | 1123 | 38 | 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 'Phone' doesn't match '[a-z][a-zA-Z0-9]*' |
1433 | /src/classes/UnfollowTests2.cls | 1125 | 14 | 1125 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1433 | /src/classes/UnfollowTests2.cls | 1125 | 14 | 1125 | 30 | 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 'Dat' doesn't match '[a-z][a-zA-Z0-9]*' |
1434 | /src/classes/UnfollowTests2.cls | 1126 | 18 | 1126 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1434 | /src/classes/UnfollowTests2.cls | 1126 | 18 | 1126 | 39 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DatTim' doesn't match '[a-z][a-zA-Z0-9]*' |
1435 | /src/classes/UnfollowTests2.cls | 1127 | 16 | 1127 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1435 | /src/classes/UnfollowTests2.cls | 1127 | 16 | 1127 | 34 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Url' doesn't match '[a-z][a-zA-Z0-9]*' |
1436 | /src/classes/UnfollowTests2.cls | 1134 | 34 | 1134 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1436 | /src/classes/UnfollowTests2.cls | 1134 | 34 | 1134 | 66 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs' defined but not used |
1437 | /src/classes/UnfollowTests2.cls | 1142 | 34 | 1142 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1437 | /src/classes/UnfollowTests2.cls | 1142 | 34 | 1142 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'subs2' defined but not used |
1438 | /src/classes/UnfollowTests2.cls | 1157 | 9 | 1157 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1438 | /src/classes/UnfollowTests2.cls | 1157 | 9 | 1157 | 42 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1439 | /src/classes/UnfollowTests2.cls | 1159 | 9 | 1159 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1439 | /src/classes/UnfollowTests2.cls | 1159 | 9 | 1159 | 41 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1440 | /src/classes/UnfollowTests2.cls | 1162 | 9 | 1162 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1440 | /src/classes/UnfollowTests2.cls | 1162 | 9 | 1162 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1441 | /src/classes/UnfollowTests2.cls | 1164 | 9 | 1164 | 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. |
1441 | /src/classes/UnfollowTests2.cls | 1164 | 9 | 1164 | 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. |
1442 | /src/classes/UnfollowTests2.cls | 1168 | 9 | 1168 | 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. |
1442 | /src/classes/UnfollowTests2.cls | 1168 | 9 | 1168 | 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. |
1443 | /src/classes/UnfollowTests2.cls | 1169 | 9 | 1169 | 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. |
1443 | /src/classes/UnfollowTests2.cls | 1169 | 9 | 1169 | 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. |
1444 | /src/classes/UnfollowTests2.cls | 1170 | 9 | 1170 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1444 | /src/classes/UnfollowTests2.cls | 1170 | 9 | 1170 | 59 | pmd | ApexAssertionsShouldIncludeMessage | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage | 'system.assertEquals' should have 3 parameters. |
1445 | /src/classes/UnfollowTests3DeleteMe.cls | 4 | 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 |
1445 | /src/classes/UnfollowTests3DeleteMe.cls | 4 | 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 |
1446 | /src/classes/UnfollowTests3DeleteMe.cls | 19 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1446 | /src/classes/UnfollowTests3DeleteMe.cls | 19 | 19 | 32 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1447 | /src/classes/UnfollowTests3DeleteMe.cls | 19 | 19 | 32 | 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. |
1447 | /src/classes/UnfollowTests3DeleteMe.cls | 19 | 19 | 32 | 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. |
1448 | /src/classes/UnfollowTests3DeleteMe.cls | 27 | 18 | 27 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
1448 | /src/classes/UnfollowTests3DeleteMe.cls | 27 | 18 | 27 | 36 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Ids' doesn't match '[a-z][a-zA-Z0-9]*' |
1449 | /src/classes/UnfollowTests3DeleteMe.cls | 35 | 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 |
1449 | /src/classes/UnfollowTests3DeleteMe.cls | 35 | 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 |
1450 | /src/classes/UnfollowTests3DeleteMe.cls | 47 | 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 |
1450 | /src/classes/UnfollowTests3DeleteMe.cls | 47 | 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 |
1451 | /src/classes/UnfollowTests3DeleteMe.cls | 47 | 19 | 50 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1451 | /src/classes/UnfollowTests3DeleteMe.cls | 47 | 19 | 50 | 6 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1452 | /src/classes/UnfollowTests3DeleteMe.cls | 47 | 44 | 47 | 58 | 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 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1452 | /src/classes/UnfollowTests3DeleteMe.cls | 47 | 44 | 47 | 58 | 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 'Active' doesn't match '[a-z][a-zA-Z0-9]*' |
1453 | /src/classes/UnfollowTests3DeleteMe.cls | 53 | 19 | 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 |
1453 | /src/classes/UnfollowTests3DeleteMe.cls | 53 | 19 | 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 |
1454 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 1 | 21 | 20 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1454 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 1 | 21 | 20 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1455 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 4 | 12 | 5 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1455 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 4 | 12 | 5 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1456 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 4 | 5 | 4 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1456 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 4 | 5 | 4 | 11 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1457 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1457 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 7 | 12 | 10 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1458 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 12 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1458 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 12 | 12 | 14 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1459 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 17 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1459 | /src/classes/UnfollowUtilityRunDelayMethods.cls | 17 | 12 | 19 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1460 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1460 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1461 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 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 |
1461 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 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 |
1462 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1462 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1463 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'unfollowExecute' has a total cognitive complexity of 82 (highest 39), current threshold is 50 |
1463 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'unfollowExecute' has a total cognitive complexity of 82 (highest 39), current threshold is 50 |
1464 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'unfollowExecute' has a total cyclomatic complexity of 56 (highest 21). |
1464 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'unfollowExecute' has a total cyclomatic complexity of 56 (highest 21). |
1465 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'unfollowExecute' has a Standard Cyclomatic Complexity of 12 (Highest = 21). |
1465 | /src/classes/unfollowExecute.cls | 1 | 21 | 257 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'unfollowExecute' has a Standard Cyclomatic Complexity of 12 (Highest = 21). |
1466 | /src/classes/unfollowExecute.cls | 3 | 16 | 6 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1466 | /src/classes/unfollowExecute.cls | 3 | 16 | 6 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1467 | /src/classes/unfollowExecute.cls | 4 | 38 | 4 | 153 | 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 |
1467 | /src/classes/unfollowExecute.cls | 4 | 38 | 4 | 153 | 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 |
1468 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1468 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1469 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'unfollowQueueBatchJobs(Boolean)' has a cognitive complexity of 39, current threshold is 15 |
1469 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'unfollowQueueBatchJobs(Boolean)' has a cognitive complexity of 39, current threshold is 15 |
1470 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'unfollowQueueBatchJobs(Boolean)' has a cyclomatic complexity of 17. |
1470 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'unfollowQueueBatchJobs(Boolean)' has a cyclomatic complexity of 17. |
1471 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'unfollowQueueBatchJobs()' has an NCSS line count of 78 (limit: 40) |
1471 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'unfollowQueueBatchJobs()' has an NCSS line count of 78 (limit: 40) |
1472 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'unfollowQueueBatchJobs' has a Standard Cyclomatic Complexity of 17. |
1472 | /src/classes/unfollowExecute.cls | 8 | 19 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'unfollowQueueBatchJobs' has a Standard Cyclomatic Complexity of 17. |
1473 | /src/classes/unfollowExecute.cls | 9 | 22 | 9 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objectNames' defined but not used |
1473 | /src/classes/unfollowExecute.cls | 9 | 22 | 9 | 52 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'objectNames' defined but not used |
1474 | /src/classes/unfollowExecute.cls | 23 | 53 | 23 | 241 | 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 |
1474 | /src/classes/unfollowExecute.cls | 23 | 53 | 23 | 241 | 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 |
1475 | /src/classes/unfollowExecute.cls | 54 | 45 | 54 | 88 | 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 |
1475 | /src/classes/unfollowExecute.cls | 54 | 45 | 54 | 88 | 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 |
1476 | /src/classes/unfollowExecute.cls | 54 | 20 | 54 | 88 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1476 | /src/classes/unfollowExecute.cls | 54 | 20 | 54 | 88 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1477 | /src/classes/unfollowExecute.cls | 64 | 17 | 64 | 40 | 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 |
1477 | /src/classes/unfollowExecute.cls | 64 | 17 | 64 | 40 | 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 |
1478 | /src/classes/unfollowExecute.cls | 66 | 10 | 68 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1478 | /src/classes/unfollowExecute.cls | 66 | 10 | 68 | 10 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1479 | /src/classes/unfollowExecute.cls | 72 | 52 | 72 | 217 | 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 |
1479 | /src/classes/unfollowExecute.cls | 72 | 52 | 72 | 217 | 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 |
1480 | /src/classes/unfollowExecute.cls | 99 | 21 | 107 | 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 |
1480 | /src/classes/unfollowExecute.cls | 99 | 21 | 107 | 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 |
1481 | /src/classes/unfollowExecute.cls | 135 | 49 | 135 | 94 | 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 |
1481 | /src/classes/unfollowExecute.cls | 135 | 49 | 135 | 94 | 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 |
1482 | /src/classes/unfollowExecute.cls | 135 | 24 | 135 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1482 | /src/classes/unfollowExecute.cls | 135 | 24 | 135 | 94 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1483 | /src/classes/unfollowExecute.cls | 145 | 21 | 145 | 44 | 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 |
1483 | /src/classes/unfollowExecute.cls | 145 | 21 | 145 | 44 | 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 |
1484 | /src/classes/unfollowExecute.cls | 147 | 14 | 149 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1484 | /src/classes/unfollowExecute.cls | 147 | 14 | 149 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1485 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1485 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1486 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'buildQuery(String, List |
1486 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'buildQuery(String, List |
1487 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'buildQuery(String, List |
1487 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'buildQuery(String, List |
1488 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'buildQuery()' has an NCSS line count of 46 (limit: 40) |
1488 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'buildQuery()' has an NCSS line count of 46 (limit: 40) |
1489 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'buildQuery' has a Standard Cyclomatic Complexity of 21. |
1489 | /src/classes/unfollowExecute.cls | 153 | 19 | 234 | 5 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'buildQuery' has a Standard Cyclomatic Complexity of 21. |
1490 | /src/classes/unfollowExecute.cls | 176 | 21 | 180 | 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 |
1490 | /src/classes/unfollowExecute.cls | 176 | 21 | 180 | 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 |
1491 | /src/classes/unfollowExecute.cls | 232 | 9 | 232 | 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 |
1491 | /src/classes/unfollowExecute.cls | 232 | 9 | 232 | 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 |
1492 | /src/classes/unfollowExecute.cls | 232 | 9 | 232 | 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. |
1492 | /src/classes/unfollowExecute.cls | 232 | 9 | 232 | 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. |
1493 | /src/classes/unfollowExecute.cls | 236 | 18 | 253 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1493 | /src/classes/unfollowExecute.cls | 236 | 18 | 253 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1494 | /src/classes/unfollowExecute.cls | 236 | 18 | 253 | 5 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'addFormattedValue(String, String, String)' has a cyclomatic complexity of 17. |
1494 | /src/classes/unfollowExecute.cls | 236 | 18 | 253 | 5 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'addFormattedValue(String, String, String)' has a cyclomatic complexity of 17. |
1495 | /src/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1495 | /src/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1496 | /src/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 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 |
1496 | /src/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 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 |
1497 | /src/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowRecordsDelayedScheduleExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1497 | /src/classes/unfollowRecordsDelayedScheduleExecute.cls | 1 | 21 | 7 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowRecordsDelayedScheduleExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1498 | /src/classes/unfollowRecordsDelayedScheduleExecute.cls | 3 | 12 | 5 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1498 | /src/classes/unfollowRecordsDelayedScheduleExecute.cls | 3 | 12 | 5 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1499 | /src/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1499 | /src/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1500 | /src/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 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 |
1500 | /src/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 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 |
1501 | /src/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowScheduleExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1501 | /src/classes/unfollowScheduleExecute.cls | 1 | 21 | 9 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowScheduleExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1502 | /src/classes/unfollowScheduleExecute.cls | 3 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1502 | /src/classes/unfollowScheduleExecute.cls | 3 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1503 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1503 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1504 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 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 |
1504 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 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 |
1505 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowScheduleTryBatchJobsAgainExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1505 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 1 | 21 | 9 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowScheduleTryBatchJobsAgainExecute' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1506 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 3 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1506 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 3 | 12 | 7 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1507 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 5 | 17 | 5 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'runFromButton' defined but not used |
1507 | /src/classes/unfollowScheduleTryBatchJobsAgainExecute.cls | 5 | 17 | 5 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'runFromButton' defined but not used |
1508 | /src/classes/unfollowScheduler.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1508 | /src/classes/unfollowScheduler.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1509 | /src/classes/unfollowScheduler.cls | 1 | 21 | 13 | 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 |
1509 | /src/classes/unfollowScheduler.cls | 1 | 21 | 13 | 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 |
1510 | /src/classes/unfollowScheduler.cls | 1 | 21 | 13 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowScheduler' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1510 | /src/classes/unfollowScheduler.cls | 1 | 21 | 13 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowScheduler' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1511 | /src/classes/unfollowScheduler.cls | 2 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1511 | /src/classes/unfollowScheduler.cls | 2 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1512 | /src/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1512 | /src/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1513 | /src/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 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 |
1513 | /src/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 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 |
1514 | /src/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowSchedulerDelay' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1514 | /src/classes/unfollowSchedulerDelay.cls | 1 | 21 | 13 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowSchedulerDelay' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1515 | /src/classes/unfollowSchedulerDelay.cls | 3 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1515 | /src/classes/unfollowSchedulerDelay.cls | 3 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1516 | /src/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1516 | /src/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1517 | /src/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 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 |
1517 | /src/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 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 |
1518 | /src/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowSchedulerTryBatchJobsAgain' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1518 | /src/classes/unfollowSchedulerTryBatchJobsAgain.cls | 1 | 21 | 13 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowSchedulerTryBatchJobsAgain' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1519 | /src/classes/unfollowSchedulerTryBatchJobsAgain.cls | 3 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1519 | /src/classes/unfollowSchedulerTryBatchJobsAgain.cls | 3 | 19 | 11 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1520 | /src/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1520 | /src/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1521 | /src/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 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 |
1521 | /src/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 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 |
1522 | /src/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowTryBatchJobsAgain' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1522 | /src/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'unfollowTryBatchJobsAgain' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1523 | /src/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'unfollowTryBatchJobsAgain' has a Standard Cyclomatic Complexity of 12 (Highest = 11). |
1523 | /src/classes/unfollowTryBatchJobsAgain.cls | 1 | 21 | 80 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'unfollowTryBatchJobsAgain' has a Standard Cyclomatic Complexity of 12 (Highest = 11). |
1524 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1524 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1525 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'unfollowTryBatchJobsAgain()' has a cognitive complexity of 28, current threshold is 15 |
1525 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'unfollowTryBatchJobsAgain()' has a cognitive complexity of 28, current threshold is 15 |
1526 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'unfollowTryBatchJobsAgain()' has a cyclomatic complexity of 12. |
1526 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'unfollowTryBatchJobsAgain()' has a cyclomatic complexity of 12. |
1527 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
1527 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | MethodWithSameNameAsEnclosingClass | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#methodwithsamenameasenclosingclass | Classes should not have non-constructor methods with the same name as the class |
1528 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'unfollowTryBatchJobsAgain' has a Standard Cyclomatic Complexity of 11. |
1528 | /src/classes/unfollowTryBatchJobsAgain.cls | 3 | 19 | 79 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'unfollowTryBatchJobsAgain' has a Standard Cyclomatic Complexity of 11. |
1529 | /src/classes/unfollowTryBatchJobsAgain.cls | 5 | 43 | 5 | 129 | 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 |
1529 | /src/classes/unfollowTryBatchJobsAgain.cls | 5 | 43 | 5 | 129 | 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 |
1530 | /src/classes/unfollowTryBatchJobsAgain.cls | 11 | 61 | 11 | 293 | 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 |
1530 | /src/classes/unfollowTryBatchJobsAgain.cls | 11 | 61 | 11 | 293 | 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 |
1531 | /src/classes/unfollowTryBatchJobsAgain.cls | 28 | 53 | 28 | 103 | 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 |
1531 | /src/classes/unfollowTryBatchJobsAgain.cls | 28 | 53 | 28 | 103 | 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 |
1532 | /src/classes/unfollowTryBatchJobsAgain.cls | 28 | 28 | 28 | 103 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1532 | /src/classes/unfollowTryBatchJobsAgain.cls | 28 | 28 | 28 | 103 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1533 | /src/classes/unfollowTryBatchJobsAgain.cls | 33 | 23 | 35 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1533 | /src/classes/unfollowTryBatchJobsAgain.cls | 33 | 23 | 35 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1534 | /src/classes/unfollowTryBatchJobsAgain.cls | 44 | 53 | 44 | 96 | 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 |
1534 | /src/classes/unfollowTryBatchJobsAgain.cls | 44 | 53 | 44 | 96 | 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 |
1535 | /src/classes/unfollowTryBatchJobsAgain.cls | 44 | 28 | 44 | 96 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1535 | /src/classes/unfollowTryBatchJobsAgain.cls | 44 | 28 | 44 | 96 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1536 | /src/classes/unfollowTryBatchJobsAgain.cls | 46 | 23 | 48 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1536 | /src/classes/unfollowTryBatchJobsAgain.cls | 46 | 23 | 48 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1537 | /src/classes/unfollowTryBatchJobsAgain.cls | 59 | 50 | 59 | 263 | 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 |
1537 | /src/classes/unfollowTryBatchJobsAgain.cls | 59 | 50 | 59 | 263 | 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 |
1538 | /src/classes/unfollowTryBatchJobsAgain.cls | 62 | 53 | 62 | 98 | 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 |
1538 | /src/classes/unfollowTryBatchJobsAgain.cls | 62 | 53 | 62 | 98 | 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 |
1539 | /src/classes/unfollowTryBatchJobsAgain.cls | 62 | 28 | 62 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1539 | /src/classes/unfollowTryBatchJobsAgain.cls | 62 | 28 | 62 | 98 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'unfollowRulesProcessId' defined but not used |
1540 | /src/classes/unfollowTryBatchJobsAgain.cls | 64 | 23 | 66 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1540 | /src/classes/unfollowTryBatchJobsAgain.cls | 64 | 23 | 66 | 22 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1541 | /src/classes/unfollowTryBatchJobsAgain.cls | 71 | 14 | 71 | 39 | 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 |
1541 | /src/classes/unfollowTryBatchJobsAgain.cls | 71 | 14 | 71 | 39 | 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 |
1542 | /src/classes/unfollowTryBatchJobsAgain.cls | 72 | 15 | 74 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1542 | /src/classes/unfollowTryBatchJobsAgain.cls | 72 | 15 | 74 | 14 | pmd | EmptyCatchBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptycatchblock | Avoid empty catch blocks |
1543 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | 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 |
1543 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | 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 |
1544 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'createNameAndValidateRuleInfo' has a cognitive complexity of 57, current threshold is 15 |
1544 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'createNameAndValidateRuleInfo' has a cognitive complexity of 45, current threshold is 15 |
1545 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'createNameAndValidateRuleInfo' has a cyclomatic complexity of 17. |
1545 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'createNameAndValidateRuleInfo' has a cyclomatic complexity of 16. |
1546 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'invoke()' has an NCSS line count of 48 (limit: 40) |
1546 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'invoke()' has an NCSS line count of 48 (limit: 40) |
1547 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'invoke' has a Standard Cyclomatic Complexity of 13. |
1547 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'invoke' has a Standard Cyclomatic Complexity of 12. |
1548 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'createNameAndValidateRuleInfo' has a Standard Cyclomatic Complexity of 14 (Highest = 13). |
1548 | /src/triggers/createNameAndValidateRuleInfo.trigger | 1 | 1 | 60 | 11 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'createNameAndValidateRuleInfo' has a Standard Cyclomatic Complexity of 13 (Highest = 12). |
1549 | /src/triggers/createNameAndValidateRuleInfo.trigger | 15 | 44 | 15 | 70 | pmd | OperationWithHighCostInLoop | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#operationwithhighcostinloop | Avoid operations in loops that may impact performances |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
1550 | /src/triggers/createNameAndValidateRuleInfo.trigger | 18 | 21 | 18 | 113 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1549 | /src/triggers/createNameAndValidateRuleInfo.trigger | 18 | 21 | 18 | 113 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1551 | /src/triggers/createNameAndValidateRuleInfo.trigger | 18 | 21 | 18 | 113 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1550 | /src/triggers/createNameAndValidateRuleInfo.trigger | 18 | 21 | 18 | 113 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1552 | /src/triggers/createNameAndValidateRuleInfo.trigger | 30 | 25 | 30 | 130 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1551 | /src/triggers/createNameAndValidateRuleInfo.trigger | 30 | 25 | 30 | 130 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1553 | /src/triggers/createNameAndValidateRuleInfo.trigger | 30 | 25 | 30 | 130 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1552 | /src/triggers/createNameAndValidateRuleInfo.trigger | 30 | 25 | 30 | 130 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1554 | /src/triggers/createNameAndValidateRuleInfo.trigger | 39 | 25 | 41 | 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 |
1553 | /src/triggers/createNameAndValidateRuleInfo.trigger | 39 | 25 | 41 | 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 |
1555 | /src/triggers/createNameAndValidateRuleInfo.trigger | 45 | 25 | 53 | 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 |
1554 | /src/triggers/createNameAndValidateRuleInfo.trigger | 45 | 25 | 53 | 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 |
1556 | /src/triggers/createNameAndValidateRuleInfo.trigger | 50 | 33 | 50 | 164 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1555 | /src/triggers/createNameAndValidateRuleInfo.trigger | 50 | 33 | 50 | 164 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1557 | /src/triggers/createNameAndValidateRuleInfo.trigger | 50 | 33 | 50 | 164 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1556 | /src/triggers/createNameAndValidateRuleInfo.trigger | 50 | 33 | 50 | 164 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1558 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 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 |
1557 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 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 |
1559 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'limitNumLSRRules' has a cognitive complexity of 30, current threshold is 15 |
1558 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'limitNumLSRRules' has a cognitive complexity of 21, current threshold is 15 |
1560 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'limitNumLSRRules' has a cyclomatic complexity of 12. |
1559 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'limitNumLSRRules' has a cyclomatic complexity of 11. |
1561 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'invoke' has a Standard Cyclomatic Complexity of 11. |
1560 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'invoke' has a Standard Cyclomatic Complexity of 10. |
1562 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'limitNumLSRRules' has a Standard Cyclomatic Complexity of 12 (Highest = 11). |
1561 | /src/triggers/limitNumLSRRules.trigger | 1 | 1 | 37 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'limitNumLSRRules' has a Standard Cyclomatic Complexity of 11 (Highest = 10). |
1563 | /src/triggers/limitNumLSRRules.trigger | 3 | 39 | 3 | 103 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
1564 | /src/triggers/limitNumLSRRules.trigger | 15 | 17 | 17 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1562 | /src/triggers/limitNumLSRRules.trigger | 15 | 17 | 17 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1565 | /src/triggers/limitNumLSRRules.trigger | 23 | 17 | 25 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1563 | /src/triggers/limitNumLSRRules.trigger | 23 | 17 | 25 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1566 | /src/triggers/limitNumLSRRules.trigger | 27 | 17 | 33 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1564 | /src/triggers/limitNumLSRRules.trigger | 27 | 17 | 33 | 18 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |