pmd7_2 took 18 seconds to run and found 2376 violations
pmd7_3 took 21 seconds to run and found 2369 violations
Among the 2378 total comparisons:
Violation counts:
# | fileName | line | column | endLine | endColumn | engine | ruleName | severity | category | url | message |
---|---|---|---|---|---|---|---|---|---|---|---|
1 | /src/classes/GW_AutoMemberDates.cls | 8 | 24 | 350 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_AutoMemberDates' has a total cognitive complexity of 83 (highest 24), current threshold is 50 |
1 | /src/classes/GW_AutoMemberDates.cls | 8 | 24 | 350 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_AutoMemberDates' has a total cognitive complexity of 83 (highest 24), current threshold is 50 |
2 | /src/classes/GW_AutoMemberDates.cls | 8 | 24 | 350 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_AutoMemberDates' has a total cyclomatic complexity of 53 (highest 12). |
2 | /src/classes/GW_AutoMemberDates.cls | 8 | 24 | 350 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_AutoMemberDates' has a total cyclomatic complexity of 53 (highest 12). |
3 | /src/classes/GW_AutoMemberDates.cls | 8 | 24 | 350 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_AutoMemberDates' has a Standard Cyclomatic Complexity of 4 (Highest = 11). |
3 | /src/classes/GW_AutoMemberDates.cls | 8 | 24 | 350 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_AutoMemberDates' has a Standard Cyclomatic Complexity of 4 (Highest = 11). |
4 | /src/classes/GW_AutoMemberDates.cls | 8 | 24 | 350 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
4 | /src/classes/GW_AutoMemberDates.cls | 8 | 24 | 350 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
5 | /src/classes/GW_AutoMemberDates.cls | 20 | 9 | 40 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
5 | /src/classes/GW_AutoMemberDates.cls | 20 | 9 | 40 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
6 | /src/classes/GW_AutoMemberDates.cls | 37 | 46 | 37 | 83 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
6 | /src/classes/GW_AutoMemberDates.cls | 37 | 46 | 37 | 83 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
7 | /src/classes/GW_AutoMemberDates.cls | 37 | 46 | 37 | 83 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
7 | /src/classes/GW_AutoMemberDates.cls | 37 | 46 | 37 | 83 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
8 | /src/classes/GW_AutoMemberDates.cls | 38 | 68 | 38 | 94 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
8 | /src/classes/GW_AutoMemberDates.cls | 38 | 68 | 38 | 94 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
9 | /src/classes/GW_AutoMemberDates.cls | 38 | 9 | 38 | 94 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
9 | /src/classes/GW_AutoMemberDates.cls | 38 | 9 | 38 | 94 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
10 | /src/classes/GW_AutoMemberDates.cls | 42 | 9 | 61 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
10 | /src/classes/GW_AutoMemberDates.cls | 42 | 9 | 61 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
11 | /src/classes/GW_AutoMemberDates.cls | 42 | 9 | 61 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'memberDates(List |
11 | /src/classes/GW_AutoMemberDates.cls | 42 | 9 | 61 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'memberDates(List |
12 | /src/classes/GW_AutoMemberDates.cls | 42 | 9 | 61 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'memberDates(List |
12 | /src/classes/GW_AutoMemberDates.cls | 42 | 9 | 61 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'memberDates(List |
13 | /src/classes/GW_AutoMemberDates.cls | 46 | 82 | 57 | 5 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
13 | /src/classes/GW_AutoMemberDates.cls | 46 | 82 | 57 | 5 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
14 | /src/classes/GW_AutoMemberDates.cls | 46 | 82 | 57 | 5 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
14 | /src/classes/GW_AutoMemberDates.cls | 46 | 82 | 57 | 5 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
15 | /src/classes/GW_AutoMemberDates.cls | 47 | 5 | 47 | 156 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
15 | /src/classes/GW_AutoMemberDates.cls | 47 | 5 | 47 | 156 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
16 | /src/classes/GW_AutoMemberDates.cls | 47 | 5 | 47 | 156 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
16 | /src/classes/GW_AutoMemberDates.cls | 47 | 5 | 47 | 156 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
17 | /src/classes/GW_AutoMemberDates.cls | 50 | 5 | 56 | 6 | 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 |
17 | /src/classes/GW_AutoMemberDates.cls | 50 | 5 | 56 | 6 | 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 |
18 | /src/classes/GW_AutoMemberDates.cls | 53 | 32 | 53 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
18 | /src/classes/GW_AutoMemberDates.cls | 53 | 32 | 53 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
19 | /src/classes/GW_AutoMemberDates.cls | 53 | 32 | 53 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
19 | /src/classes/GW_AutoMemberDates.cls | 53 | 32 | 53 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
20 | /src/classes/GW_AutoMemberDates.cls | 54 | 29 | 54 | 53 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
20 | /src/classes/GW_AutoMemberDates.cls | 54 | 29 | 54 | 53 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
21 | /src/classes/GW_AutoMemberDates.cls | 54 | 29 | 54 | 53 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
21 | /src/classes/GW_AutoMemberDates.cls | 54 | 29 | 54 | 53 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
22 | /src/classes/GW_AutoMemberDates.cls | 59 | 23 | 59 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
22 | /src/classes/GW_AutoMemberDates.cls | 59 | 23 | 59 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
23 | /src/classes/GW_AutoMemberDates.cls | 59 | 23 | 59 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
23 | /src/classes/GW_AutoMemberDates.cls | 59 | 23 | 59 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
24 | /src/classes/GW_AutoMemberDates.cls | 64 | 9 | 84 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
24 | /src/classes/GW_AutoMemberDates.cls | 64 | 9 | 84 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
25 | /src/classes/GW_AutoMemberDates.cls | 64 | 9 | 84 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'mergeDates(List |
25 | /src/classes/GW_AutoMemberDates.cls | 64 | 9 | 84 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'mergeDates(List |
26 | /src/classes/GW_AutoMemberDates.cls | 64 | 9 | 84 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'mergeDates(List |
26 | /src/classes/GW_AutoMemberDates.cls | 64 | 9 | 84 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'mergeDates(List |
27 | /src/classes/GW_AutoMemberDates.cls | 69 | 82 | 77 | 5 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
27 | /src/classes/GW_AutoMemberDates.cls | 69 | 82 | 77 | 5 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
28 | /src/classes/GW_AutoMemberDates.cls | 69 | 82 | 77 | 5 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
28 | /src/classes/GW_AutoMemberDates.cls | 69 | 82 | 77 | 5 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
29 | /src/classes/GW_AutoMemberDates.cls | 70 | 5 | 76 | 6 | 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 |
29 | /src/classes/GW_AutoMemberDates.cls | 70 | 5 | 76 | 6 | 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 |
30 | /src/classes/GW_AutoMemberDates.cls | 73 | 34 | 73 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
30 | /src/classes/GW_AutoMemberDates.cls | 73 | 34 | 73 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
31 | /src/classes/GW_AutoMemberDates.cls | 73 | 34 | 73 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
31 | /src/classes/GW_AutoMemberDates.cls | 73 | 34 | 73 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
32 | /src/classes/GW_AutoMemberDates.cls | 74 | 31 | 74 | 55 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
32 | /src/classes/GW_AutoMemberDates.cls | 74 | 31 | 74 | 55 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
33 | /src/classes/GW_AutoMemberDates.cls | 74 | 31 | 74 | 55 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
33 | /src/classes/GW_AutoMemberDates.cls | 74 | 31 | 74 | 55 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
34 | /src/classes/GW_AutoMemberDates.cls | 81 | 5 | 81 | 16 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
34 | /src/classes/GW_AutoMemberDates.cls | 81 | 5 | 81 | 16 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
35 | /src/classes/GW_AutoMemberDates.cls | 86 | 10 | 129 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'autoDate()' has a cognitive complexity of 22, current threshold is 15 |
35 | /src/classes/GW_AutoMemberDates.cls | 86 | 10 | 129 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'autoDate()' has a cognitive complexity of 22, current threshold is 15 |
36 | /src/classes/GW_AutoMemberDates.cls | 86 | 10 | 129 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'autoDate()' has a cyclomatic complexity of 12. |
36 | /src/classes/GW_AutoMemberDates.cls | 86 | 10 | 129 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'autoDate()' has a cyclomatic complexity of 12. |
37 | /src/classes/GW_AutoMemberDates.cls | 86 | 10 | 129 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'autoDate' has a Standard Cyclomatic Complexity of 11. |
37 | /src/classes/GW_AutoMemberDates.cls | 86 | 10 | 129 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'autoDate' has a Standard Cyclomatic Complexity of 11. |
38 | /src/classes/GW_AutoMemberDates.cls | 88 | 26 | 88 | 146 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
38 | /src/classes/GW_AutoMemberDates.cls | 88 | 26 | 88 | 146 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
39 | /src/classes/GW_AutoMemberDates.cls | 88 | 26 | 88 | 146 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
39 | /src/classes/GW_AutoMemberDates.cls | 88 | 26 | 88 | 146 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
40 | /src/classes/GW_AutoMemberDates.cls | 89 | 26 | 89 | 146 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
40 | /src/classes/GW_AutoMemberDates.cls | 89 | 26 | 89 | 146 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
41 | /src/classes/GW_AutoMemberDates.cls | 89 | 26 | 89 | 146 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
41 | /src/classes/GW_AutoMemberDates.cls | 89 | 26 | 89 | 146 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
42 | /src/classes/GW_AutoMemberDates.cls | 125 | 6 | 125 | 127 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
42 | /src/classes/GW_AutoMemberDates.cls | 125 | 6 | 125 | 127 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
43 | /src/classes/GW_AutoMemberDates.cls | 125 | 6 | 125 | 127 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
43 | /src/classes/GW_AutoMemberDates.cls | 125 | 6 | 125 | 127 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
44 | /src/classes/GW_AutoMemberDates.cls | 126 | 10 | 126 | 107 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
44 | /src/classes/GW_AutoMemberDates.cls | 126 | 10 | 126 | 107 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
45 | /src/classes/GW_AutoMemberDates.cls | 135 | 16 | 146 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
45 | /src/classes/GW_AutoMemberDates.cls | 135 | 16 | 146 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
46 | /src/classes/GW_AutoMemberDates.cls | 135 | 16 | 146 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
46 | /src/classes/GW_AutoMemberDates.cls | 135 | 16 | 146 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
47 | /src/classes/GW_AutoMemberDates.cls | 145 | 3 | 145 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
47 | /src/classes/GW_AutoMemberDates.cls | 145 | 3 | 145 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
48 | /src/classes/GW_AutoMemberDates.cls | 149 | 20 | 171 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
48 | /src/classes/GW_AutoMemberDates.cls | 149 | 20 | 171 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
49 | /src/classes/GW_AutoMemberDates.cls | 174 | 20 | 197 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
49 | /src/classes/GW_AutoMemberDates.cls | 174 | 20 | 197 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
50 | /src/classes/GW_AutoMemberDates.cls | 200 | 20 | 224 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
50 | /src/classes/GW_AutoMemberDates.cls | 200 | 20 | 224 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
51 | /src/classes/GW_AutoMemberDates.cls | 227 | 20 | 251 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
51 | /src/classes/GW_AutoMemberDates.cls | 227 | 20 | 251 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
52 | /src/classes/GW_AutoMemberDates.cls | 254 | 20 | 278 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
52 | /src/classes/GW_AutoMemberDates.cls | 254 | 20 | 278 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
53 | /src/classes/GW_AutoMemberDates.cls | 281 | 20 | 305 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
53 | /src/classes/GW_AutoMemberDates.cls | 281 | 20 | 305 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
54 | /src/classes/GW_AutoMemberDates.cls | 308 | 20 | 343 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
54 | /src/classes/GW_AutoMemberDates.cls | 308 | 20 | 343 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
55 | /src/classes/GW_BATCH_CampaignMember.cls | 1 | 24 | 93 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
55 | /src/classes/GW_BATCH_CampaignMember.cls | 1 | 24 | 93 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
56 | /src/classes/GW_BATCH_CampaignMember.cls | 1 | 24 | 93 | 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 |
56 | /src/classes/GW_BATCH_CampaignMember.cls | 1 | 24 | 93 | 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 |
57 | /src/classes/GW_BATCH_CampaignMember.cls | 4 | 9 | 4 | 32 | 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/GW_BATCH_CampaignMember.cls | 4 | 9 | 4 | 32 | 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/GW_BATCH_CampaignMember.cls | 5 | 9 | 5 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
58 | /src/classes/GW_BATCH_CampaignMember.cls | 5 | 9 | 5 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /src/classes/GW_BATCH_CampaignMember.cls | 8 | 9 | 10 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
59 | /src/classes/GW_BATCH_CampaignMember.cls | 8 | 9 | 10 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
60 | /src/classes/GW_BATCH_CampaignMember.cls | 11 | 9 | 13 | 3 | 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/GW_BATCH_CampaignMember.cls | 11 | 9 | 13 | 3 | 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/GW_BATCH_CampaignMember.cls | 14 | 9 | 17 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
61 | /src/classes/GW_BATCH_CampaignMember.cls | 14 | 9 | 17 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /src/classes/GW_BATCH_CampaignMember.cls | 20 | 9 | 22 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
62 | /src/classes/GW_BATCH_CampaignMember.cls | 20 | 9 | 22 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
63 | /src/classes/GW_BATCH_CampaignMember.cls | 24 | 12 | 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 |
63 | /src/classes/GW_BATCH_CampaignMember.cls | 24 | 12 | 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 |
64 | /src/classes/GW_BATCH_CampaignMember.cls | 24 | 25 | 24 | 46 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
64 | /src/classes/GW_BATCH_CampaignMember.cls | 24 | 25 | 24 | 46 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
65 | /src/classes/GW_BATCH_CampaignMember.cls | 31 | 16 | 31 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchinstanceid' defined but not used |
65 | /src/classes/GW_BATCH_CampaignMember.cls | 31 | 16 | 31 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchinstanceid' defined but not used |
66 | /src/classes/GW_BATCH_CampaignMember.cls | 35 | 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 |
66 | /src/classes/GW_BATCH_CampaignMember.cls | 35 | 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 |
67 | /src/classes/GW_BATCH_CampaignMember.cls | 35 | 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 'execute(Database.BatchableContext, Sobject[])' has a cognitive complexity of 15, current threshold is 15 |
67 | /src/classes/GW_BATCH_CampaignMember.cls | 35 | 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 'execute(Database.BatchableContext, Sobject[])' has a cognitive complexity of 15, current threshold is 15 |
68 | /src/classes/GW_BATCH_CampaignMember.cls | 52 | 5 | 52 | 111 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
68 | /src/classes/GW_BATCH_CampaignMember.cls | 52 | 5 | 52 | 111 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
69 | /src/classes/GW_BATCH_CampaignMember.cls | 52 | 5 | 52 | 111 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
69 | /src/classes/GW_BATCH_CampaignMember.cls | 52 | 5 | 52 | 111 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
70 | /src/classes/GW_BATCH_CampaignMember.cls | 68 | 33 | 68 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
70 | /src/classes/GW_BATCH_CampaignMember.cls | 68 | 33 | 68 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
71 | /src/classes/GW_BATCH_CampaignMember.cls | 68 | 33 | 68 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
71 | /src/classes/GW_BATCH_CampaignMember.cls | 68 | 33 | 68 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
72 | /src/classes/GW_BATCH_CampaignMember.cls | 73 | 49 | 73 | 86 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
72 | /src/classes/GW_BATCH_CampaignMember.cls | 73 | 49 | 73 | 86 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
73 | /src/classes/GW_BATCH_CampaignMember.cls | 73 | 49 | 73 | 86 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
73 | /src/classes/GW_BATCH_CampaignMember.cls | 73 | 49 | 73 | 86 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
74 | /src/classes/GW_BATCH_CampaignMember.cls | 74 | 10 | 74 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
74 | /src/classes/GW_BATCH_CampaignMember.cls | 74 | 10 | 74 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
75 | /src/classes/GW_BATCH_CampaignMember.cls | 80 | 31 | 80 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
75 | /src/classes/GW_BATCH_CampaignMember.cls | 80 | 31 | 80 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
76 | /src/classes/GW_BATCH_CampaignMember.cls | 80 | 31 | 80 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
76 | /src/classes/GW_BATCH_CampaignMember.cls | 80 | 31 | 80 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
77 | /src/classes/GW_BATCH_CampaignMember.cls | 81 | 31 | 81 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
77 | /src/classes/GW_BATCH_CampaignMember.cls | 81 | 31 | 81 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
78 | /src/classes/GW_BATCH_CampaignMember.cls | 81 | 31 | 81 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
78 | /src/classes/GW_BATCH_CampaignMember.cls | 81 | 31 | 81 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
79 | /src/classes/GW_BATCH_CampaignMember.cls | 84 | 12 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
79 | /src/classes/GW_BATCH_CampaignMember.cls | 84 | 12 | 92 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
80 | /src/classes/GW_BATCH_CampaignMember.cls | 89 | 5 | 89 | 114 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
80 | /src/classes/GW_BATCH_CampaignMember.cls | 89 | 5 | 89 | 114 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
81 | /src/classes/GW_BATCH_CampaignMember.cls | 89 | 5 | 89 | 114 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
81 | /src/classes/GW_BATCH_CampaignMember.cls | 89 | 5 | 89 | 114 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
82 | /src/classes/GW_BATCH_FixMissingConroles.cls | 13 | 8 | 59 | 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 |
82 | /src/classes/GW_BATCH_FixMissingConroles.cls | 13 | 8 | 59 | 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 |
83 | /src/classes/GW_BATCH_FixMissingConroles.cls | 17 | 12 | 17 | 17 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Query' doesn't match '[a-z][a-zA-Z0-9]*' |
83 | /src/classes/GW_BATCH_FixMissingConroles.cls | 17 | 12 | 17 | 17 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Query' doesn't match '[a-z][a-zA-Z0-9]*' |
84 | /src/classes/GW_BATCH_FixMissingConroles.cls | 33 | 40 | 33 | 68 | 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]*' |
84 | /src/classes/GW_BATCH_FixMissingConroles.cls | 33 | 40 | 33 | 68 | 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]*' |
85 | /src/classes/GW_BATCH_FixMissingConroles.cls | 42 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
85 | /src/classes/GW_BATCH_FixMissingConroles.cls | 42 | 12 | 51 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
86 | /src/classes/GW_BATCH_FixMissingConroles.cls | 42 | 25 | 42 | 53 | 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]*' |
86 | /src/classes/GW_BATCH_FixMissingConroles.cls | 42 | 25 | 42 | 53 | 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]*' |
87 | /src/classes/GW_BATCH_FixMissingConroles.cls | 42 | 55 | 42 | 75 | 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 'SBatch' doesn't match '[a-z][a-zA-Z0-9]*' |
87 | /src/classes/GW_BATCH_FixMissingConroles.cls | 42 | 55 | 42 | 75 | 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 'SBatch' doesn't match '[a-z][a-zA-Z0-9]*' |
88 | /src/classes/GW_BATCH_FixMissingConroles.cls | 57 | 12 | 58 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
88 | /src/classes/GW_BATCH_FixMissingConroles.cls | 57 | 12 | 58 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
89 | /src/classes/GW_BATCH_FixMissingConroles.cls | 57 | 5 | 57 | 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. |
89 | /src/classes/GW_BATCH_FixMissingConroles.cls | 57 | 5 | 57 | 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. |
90 | /src/classes/GW_BATCH_FixMissingConroles.cls | 57 | 24 | 57 | 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]*' |
90 | /src/classes/GW_BATCH_FixMissingConroles.cls | 57 | 24 | 57 | 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]*' |
91 | /src/classes/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 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/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 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/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_BATCH_LeadConversion' has a total cognitive complexity of 157 (highest 88), current threshold is 50 |
92 | /src/classes/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_BATCH_LeadConversion' has a total cognitive complexity of 157 (highest 88), current threshold is 50 |
93 | /src/classes/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_BATCH_LeadConversion' has a total cyclomatic complexity of 87 (highest 33). |
93 | /src/classes/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_BATCH_LeadConversion' has a total cyclomatic complexity of 87 (highest 33). |
94 | /src/classes/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_BATCH_LeadConversion' has a Standard Cyclomatic Complexity of 4 (Highest = 25). |
94 | /src/classes/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_BATCH_LeadConversion' has a Standard Cyclomatic Complexity of 4 (Highest = 25). |
95 | /src/classes/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
95 | /src/classes/GW_BATCH_LeadConversion.cls | 10 | 8 | 627 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
96 | /src/classes/GW_BATCH_LeadConversion.cls | 12 | 12 | 12 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
96 | /src/classes/GW_BATCH_LeadConversion.cls | 12 | 12 | 12 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
97 | /src/classes/GW_BATCH_LeadConversion.cls | 13 | 20 | 13 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'batchSize' should be before method declarations in its class |
97 | /src/classes/GW_BATCH_LeadConversion.cls | 13 | 20 | 13 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'batchSize' should be before method declarations in its class |
98 | /src/classes/GW_BATCH_LeadConversion.cls | 16 | 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 |
98 | /src/classes/GW_BATCH_LeadConversion.cls | 16 | 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 |
99 | /src/classes/GW_BATCH_LeadConversion.cls | 23 | 12 | 23 | 40 | 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/GW_BATCH_LeadConversion.cls | 23 | 12 | 23 | 40 | 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/GW_BATCH_LeadConversion.cls | 23 | 5 | 23 | 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. |
100 | /src/classes/GW_BATCH_LeadConversion.cls | 23 | 5 | 23 | 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. |
101 | /src/classes/GW_BATCH_LeadConversion.cls | 31 | 25 | 31 | 46 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
101 | /src/classes/GW_BATCH_LeadConversion.cls | 31 | 25 | 31 | 46 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
102 | /src/classes/GW_BATCH_LeadConversion.cls | 46 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
102 | /src/classes/GW_BATCH_LeadConversion.cls | 46 | 12 | 57 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
103 | /src/classes/GW_BATCH_LeadConversion.cls | 54 | 16 | 56 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
103 | /src/classes/GW_BATCH_LeadConversion.cls | 54 | 16 | 56 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
104 | /src/classes/GW_BATCH_LeadConversion.cls | 59 | 25 | 59 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'lc' should be before method declarations in its class |
104 | /src/classes/GW_BATCH_LeadConversion.cls | 59 | 25 | 59 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'lc' should be before method declarations in its class |
105 | /src/classes/GW_BATCH_LeadConversion.cls | 62 | 19 | 62 | 24 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leads' should be before method declarations in its class |
105 | /src/classes/GW_BATCH_LeadConversion.cls | 62 | 19 | 62 | 24 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leads' should be before method declarations in its class |
106 | /src/classes/GW_BATCH_LeadConversion.cls | 63 | 33 | 63 | 41 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'matchMap' should be before method declarations in its class |
106 | /src/classes/GW_BATCH_LeadConversion.cls | 63 | 33 | 63 | 41 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'matchMap' should be before method declarations in its class |
107 | /src/classes/GW_BATCH_LeadConversion.cls | 66 | 8 | 66 | 74 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'IndividualAccountId' should be before method declarations in its class |
107 | /src/classes/GW_BATCH_LeadConversion.cls | 66 | 8 | 66 | 74 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'IndividualAccountId' should be before method declarations in its class |
108 | /src/classes/GW_BATCH_LeadConversion.cls | 66 | 8 | 66 | 74 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'IndividualAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
108 | /src/classes/GW_BATCH_LeadConversion.cls | 66 | 8 | 66 | 74 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'IndividualAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
109 | /src/classes/GW_BATCH_LeadConversion.cls | 68 | 12 | 68 | 74 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'IndividualAccountName' should be before method declarations in its class |
109 | /src/classes/GW_BATCH_LeadConversion.cls | 68 | 12 | 68 | 74 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'IndividualAccountName' should be before method declarations in its class |
110 | /src/classes/GW_BATCH_LeadConversion.cls | 68 | 12 | 68 | 74 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'IndividualAccountName' doesn't match '[a-z][a-zA-Z0-9]*' |
110 | /src/classes/GW_BATCH_LeadConversion.cls | 68 | 12 | 68 | 74 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'IndividualAccountName' doesn't match '[a-z][a-zA-Z0-9]*' |
111 | /src/classes/GW_BATCH_LeadConversion.cls | 70 | 12 | 70 | 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 'NotProvidedLabel' should be before method declarations in its class |
111 | /src/classes/GW_BATCH_LeadConversion.cls | 70 | 12 | 70 | 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 'NotProvidedLabel' should be before method declarations in its class |
112 | /src/classes/GW_BATCH_LeadConversion.cls | 70 | 12 | 70 | 64 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'NotProvidedLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
112 | /src/classes/GW_BATCH_LeadConversion.cls | 70 | 12 | 70 | 64 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'NotProvidedLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
113 | /src/classes/GW_BATCH_LeadConversion.cls | 79 | 12 | 167 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'execute(Database.BatchableContext, Sobject[])' has a cognitive complexity of 88, current threshold is 15 |
113 | /src/classes/GW_BATCH_LeadConversion.cls | 79 | 12 | 167 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'execute(Database.BatchableContext, Sobject[])' has a cognitive complexity of 88, current threshold is 15 |
114 | /src/classes/GW_BATCH_LeadConversion.cls | 79 | 12 | 167 | 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, Sobject[])' has a cyclomatic complexity of 33. |
114 | /src/classes/GW_BATCH_LeadConversion.cls | 79 | 12 | 167 | 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, Sobject[])' has a cyclomatic complexity of 33. |
115 | /src/classes/GW_BATCH_LeadConversion.cls | 79 | 12 | 167 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'execute()' has an NCSS line count of 47 (limit: 40) |
115 | /src/classes/GW_BATCH_LeadConversion.cls | 79 | 12 | 167 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'execute()' has an NCSS line count of 47 (limit: 40) |
116 | /src/classes/GW_BATCH_LeadConversion.cls | 79 | 12 | 167 | 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 25. |
116 | /src/classes/GW_BATCH_LeadConversion.cls | 79 | 12 | 167 | 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 25. |
117 | /src/classes/GW_BATCH_LeadConversion.cls | 114 | 21 | 114 | 65 | 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 |
117 | /src/classes/GW_BATCH_LeadConversion.cls | 114 | 21 | 114 | 65 | 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 |
118 | /src/classes/GW_BATCH_LeadConversion.cls | 114 | 41 | 114 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
118 | /src/classes/GW_BATCH_LeadConversion.cls | 114 | 41 | 114 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
119 | /src/classes/GW_BATCH_LeadConversion.cls | 114 | 41 | 114 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
119 | /src/classes/GW_BATCH_LeadConversion.cls | 114 | 41 | 114 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
120 | /src/classes/GW_BATCH_LeadConversion.cls | 123 | 28 | 123 | 48 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
120 | /src/classes/GW_BATCH_LeadConversion.cls | 123 | 28 | 123 | 48 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
121 | /src/classes/GW_BATCH_LeadConversion.cls | 123 | 28 | 123 | 48 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
121 | /src/classes/GW_BATCH_LeadConversion.cls | 123 | 28 | 123 | 48 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
122 | /src/classes/GW_BATCH_LeadConversion.cls | 153 | 41 | 153 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
122 | /src/classes/GW_BATCH_LeadConversion.cls | 153 | 41 | 153 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
123 | /src/classes/GW_BATCH_LeadConversion.cls | 153 | 41 | 153 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
123 | /src/classes/GW_BATCH_LeadConversion.cls | 153 | 41 | 153 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
124 | /src/classes/GW_BATCH_LeadConversion.cls | 159 | 32 | 159 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
124 | /src/classes/GW_BATCH_LeadConversion.cls | 159 | 32 | 159 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
125 | /src/classes/GW_BATCH_LeadConversion.cls | 159 | 32 | 159 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
125 | /src/classes/GW_BATCH_LeadConversion.cls | 159 | 32 | 159 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
126 | /src/classes/GW_BATCH_LeadConversion.cls | 173 | 5 | 173 | 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. |
126 | /src/classes/GW_BATCH_LeadConversion.cls | 173 | 5 | 173 | 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. |
127 | /src/classes/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 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/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 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/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'matchLeads()' has a cognitive complexity of 60, current threshold is 15 |
128 | /src/classes/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'matchLeads()' has a cognitive complexity of 60, current threshold is 15 |
129 | /src/classes/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'matchLeads()' has a cyclomatic complexity of 31. |
129 | /src/classes/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'matchLeads()' has a cyclomatic complexity of 31. |
130 | /src/classes/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'matchLeads()' has an NCSS line count of 73 (limit: 40) |
130 | /src/classes/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'matchLeads()' has an NCSS line count of 73 (limit: 40) |
131 | /src/classes/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'matchLeads' has a Standard Cyclomatic Complexity of 23. |
131 | /src/classes/GW_BATCH_LeadConversion.cls | 178 | 12 | 309 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'matchLeads' has a Standard Cyclomatic Complexity of 23. |
132 | /src/classes/GW_BATCH_LeadConversion.cls | 196 | 37 | 196 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
132 | /src/classes/GW_BATCH_LeadConversion.cls | 196 | 37 | 196 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
133 | /src/classes/GW_BATCH_LeadConversion.cls | 196 | 37 | 196 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
133 | /src/classes/GW_BATCH_LeadConversion.cls | 196 | 37 | 196 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
134 | /src/classes/GW_BATCH_LeadConversion.cls | 197 | 43 | 197 | 72 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
134 | /src/classes/GW_BATCH_LeadConversion.cls | 197 | 43 | 197 | 72 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
135 | /src/classes/GW_BATCH_LeadConversion.cls | 197 | 43 | 197 | 72 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
135 | /src/classes/GW_BATCH_LeadConversion.cls | 197 | 43 | 197 | 72 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
136 | /src/classes/GW_BATCH_LeadConversion.cls | 198 | 44 | 198 | 72 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
136 | /src/classes/GW_BATCH_LeadConversion.cls | 198 | 44 | 198 | 72 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
137 | /src/classes/GW_BATCH_LeadConversion.cls | 198 | 44 | 198 | 72 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
137 | /src/classes/GW_BATCH_LeadConversion.cls | 198 | 44 | 198 | 72 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
138 | /src/classes/GW_BATCH_LeadConversion.cls | 199 | 44 | 199 | 74 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
138 | /src/classes/GW_BATCH_LeadConversion.cls | 199 | 44 | 199 | 74 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
139 | /src/classes/GW_BATCH_LeadConversion.cls | 199 | 44 | 199 | 74 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
139 | /src/classes/GW_BATCH_LeadConversion.cls | 199 | 44 | 199 | 74 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
140 | /src/classes/GW_BATCH_LeadConversion.cls | 233 | 48 | 233 | 97 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
140 | /src/classes/GW_BATCH_LeadConversion.cls | 233 | 48 | 233 | 97 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
141 | /src/classes/GW_BATCH_LeadConversion.cls | 233 | 48 | 233 | 97 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
141 | /src/classes/GW_BATCH_LeadConversion.cls | 233 | 48 | 233 | 97 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
142 | /src/classes/GW_BATCH_LeadConversion.cls | 290 | 25 | 301 | 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 |
142 | /src/classes/GW_BATCH_LeadConversion.cls | 290 | 25 | 301 | 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 |
143 | /src/classes/GW_BATCH_LeadConversion.cls | 311 | 12 | 325 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
143 | /src/classes/GW_BATCH_LeadConversion.cls | 311 | 12 | 325 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
144 | /src/classes/GW_BATCH_LeadConversion.cls | 322 | 35 | 322 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
144 | /src/classes/GW_BATCH_LeadConversion.cls | 322 | 35 | 322 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
145 | /src/classes/GW_BATCH_LeadConversion.cls | 322 | 35 | 322 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
145 | /src/classes/GW_BATCH_LeadConversion.cls | 322 | 35 | 322 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
146 | /src/classes/GW_BATCH_LeadConversion.cls | 324 | 12 | 324 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
146 | /src/classes/GW_BATCH_LeadConversion.cls | 324 | 12 | 324 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
147 | /src/classes/GW_BATCH_LeadConversion.cls | 327 | 12 | 342 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
147 | /src/classes/GW_BATCH_LeadConversion.cls | 327 | 12 | 342 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
148 | /src/classes/GW_BATCH_LeadConversion.cls | 327 | 45 | 327 | 62 | 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 'LeadSource' doesn't match '[a-z][a-zA-Z0-9]*' |
148 | /src/classes/GW_BATCH_LeadConversion.cls | 327 | 45 | 327 | 62 | 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 'LeadSource' doesn't match '[a-z][a-zA-Z0-9]*' |
149 | /src/classes/GW_BATCH_LeadConversion.cls | 339 | 35 | 339 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
149 | /src/classes/GW_BATCH_LeadConversion.cls | 339 | 35 | 339 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
150 | /src/classes/GW_BATCH_LeadConversion.cls | 339 | 35 | 339 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
150 | /src/classes/GW_BATCH_LeadConversion.cls | 339 | 35 | 339 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
151 | /src/classes/GW_BATCH_LeadConversion.cls | 341 | 12 | 341 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
151 | /src/classes/GW_BATCH_LeadConversion.cls | 341 | 12 | 341 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
152 | /src/classes/GW_BATCH_LeadConversion.cls | 346 | 30 | 349 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
152 | /src/classes/GW_BATCH_LeadConversion.cls | 346 | 30 | 349 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
153 | /src/classes/GW_BATCH_LeadConversion.cls | 346 | 30 | 349 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
153 | /src/classes/GW_BATCH_LeadConversion.cls | 346 | 30 | 349 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
154 | /src/classes/GW_BATCH_LeadConversion.cls | 351 | 30 | 354 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
154 | /src/classes/GW_BATCH_LeadConversion.cls | 351 | 30 | 354 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
155 | /src/classes/GW_BATCH_LeadConversion.cls | 351 | 30 | 354 | 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. |
155 | /src/classes/GW_BATCH_LeadConversion.cls | 351 | 30 | 354 | 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. |
156 | /src/classes/GW_BATCH_LeadConversion.cls | 356 | 30 | 418 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
156 | /src/classes/GW_BATCH_LeadConversion.cls | 356 | 30 | 418 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
157 | /src/classes/GW_BATCH_LeadConversion.cls | 356 | 30 | 418 | 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. |
157 | /src/classes/GW_BATCH_LeadConversion.cls | 356 | 30 | 418 | 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. |
158 | /src/classes/GW_BATCH_LeadConversion.cls | 407 | 12 | 407 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
158 | /src/classes/GW_BATCH_LeadConversion.cls | 407 | 12 | 407 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
159 | /src/classes/GW_BATCH_LeadConversion.cls | 420 | 30 | 462 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
159 | /src/classes/GW_BATCH_LeadConversion.cls | 420 | 30 | 462 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
160 | /src/classes/GW_BATCH_LeadConversion.cls | 420 | 30 | 462 | 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. |
160 | /src/classes/GW_BATCH_LeadConversion.cls | 420 | 30 | 462 | 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. |
161 | /src/classes/GW_BATCH_LeadConversion.cls | 455 | 12 | 455 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
161 | /src/classes/GW_BATCH_LeadConversion.cls | 455 | 12 | 455 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
162 | /src/classes/GW_BATCH_LeadConversion.cls | 464 | 30 | 516 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
162 | /src/classes/GW_BATCH_LeadConversion.cls | 464 | 30 | 516 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
163 | /src/classes/GW_BATCH_LeadConversion.cls | 464 | 30 | 516 | 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. |
163 | /src/classes/GW_BATCH_LeadConversion.cls | 464 | 30 | 516 | 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. |
164 | /src/classes/GW_BATCH_LeadConversion.cls | 509 | 12 | 509 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
164 | /src/classes/GW_BATCH_LeadConversion.cls | 509 | 12 | 509 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
165 | /src/classes/GW_BATCH_LeadConversion.cls | 518 | 30 | 571 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
165 | /src/classes/GW_BATCH_LeadConversion.cls | 518 | 30 | 571 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
166 | /src/classes/GW_BATCH_LeadConversion.cls | 518 | 30 | 571 | 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. |
166 | /src/classes/GW_BATCH_LeadConversion.cls | 518 | 30 | 571 | 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. |
167 | /src/classes/GW_BATCH_LeadConversion.cls | 548 | 12 | 548 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
167 | /src/classes/GW_BATCH_LeadConversion.cls | 548 | 12 | 548 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
168 | /src/classes/GW_BATCH_LeadConversion.cls | 573 | 30 | 626 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
168 | /src/classes/GW_BATCH_LeadConversion.cls | 573 | 30 | 626 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
169 | /src/classes/GW_BATCH_LeadConversion.cls | 573 | 30 | 626 | 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. |
169 | /src/classes/GW_BATCH_LeadConversion.cls | 573 | 30 | 626 | 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. |
170 | /src/classes/GW_BATCH_LeadConversion.cls | 620 | 12 | 620 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
170 | /src/classes/GW_BATCH_LeadConversion.cls | 620 | 12 | 620 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
171 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 12 | 8 | 139 | 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 |
171 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 12 | 8 | 139 | 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 |
172 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 12 | 8 | 139 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
172 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 12 | 8 | 139 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
173 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 18 | 12 | 18 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
173 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 18 | 12 | 18 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
174 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 21 | 16 | 21 | 24 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'lastHHid' should be before method declarations in its class |
174 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 21 | 16 | 21 | 24 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'lastHHid' should be before method declarations in its class |
175 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 57 | 5 | 57 | 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. |
175 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 57 | 5 | 57 | 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. |
176 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 60 | 30 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
176 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 60 | 30 | 138 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
177 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 60 | 30 | 138 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
177 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 60 | 30 | 138 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
178 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 128 | 12 | 128 | 55 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
178 | /src/classes/GW_BATCH_MarkCampaignHHDupes.cls | 128 | 12 | 128 | 55 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
179 | /src/classes/GW_BATCH_OppRollup.cls | 12 | 8 | 79 | 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 |
179 | /src/classes/GW_BATCH_OppRollup.cls | 12 | 8 | 79 | 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 |
180 | /src/classes/GW_BATCH_OppRollup.cls | 12 | 8 | 79 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
180 | /src/classes/GW_BATCH_OppRollup.cls | 12 | 8 | 79 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
181 | /src/classes/GW_BATCH_OppRollup.cls | 14 | 12 | 14 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
181 | /src/classes/GW_BATCH_OppRollup.cls | 14 | 12 | 14 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
182 | /src/classes/GW_BATCH_OppRollup.cls | 17 | 12 | 17 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
182 | /src/classes/GW_BATCH_OppRollup.cls | 17 | 12 | 17 | 36 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
183 | /src/classes/GW_BATCH_OppRollup.cls | 17 | 5 | 17 | 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. |
183 | /src/classes/GW_BATCH_OppRollup.cls | 17 | 5 | 17 | 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. |
184 | /src/classes/GW_BATCH_OppRollup.cls | 18 | 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 |
184 | /src/classes/GW_BATCH_OppRollup.cls | 18 | 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 |
185 | /src/classes/GW_BATCH_OppRollup.cls | 27 | 25 | 27 | 46 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
185 | /src/classes/GW_BATCH_OppRollup.cls | 27 | 25 | 27 | 46 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'SC' doesn't match '[a-z][a-zA-Z0-9]*' |
186 | /src/classes/GW_BATCH_OppRollup.cls | 48 | 19 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
186 | /src/classes/GW_BATCH_OppRollup.cls | 48 | 19 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
187 | /src/classes/GW_BATCH_OppRollup.cls | 70 | 5 | 70 | 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. |
187 | /src/classes/GW_BATCH_OppRollup.cls | 70 | 5 | 70 | 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. |
188 | /src/classes/GW_BATCH_OppRollup.cls | 73 | 30 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
188 | /src/classes/GW_BATCH_OppRollup.cls | 73 | 30 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
189 | /src/classes/GW_BATCH_OppRollup.cls | 73 | 30 | 78 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
189 | /src/classes/GW_BATCH_OppRollup.cls | 73 | 30 | 78 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
190 | /src/classes/GW_BATCH_OppRollup.cls | 77 | 12 | 77 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
190 | /src/classes/GW_BATCH_OppRollup.cls | 77 | 12 | 77 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
191 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 13 | 1 | 13 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
191 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 13 | 1 | 13 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
192 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 13 | 8 | 84 | 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 |
192 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 13 | 8 | 84 | 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 |
193 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 13 | 8 | 84 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
193 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 13 | 8 | 84 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
194 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 30 | 12 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
194 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 30 | 12 | 67 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
195 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 44 | 30 | 46 | 80 | 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 |
195 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 44 | 30 | 46 | 80 | 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 |
196 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 74 | 16 | 74 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
196 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 74 | 16 | 74 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
197 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 75 | 16 | 75 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
197 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 75 | 16 | 75 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
198 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 79 | 23 | 82 | 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. |
198 | /src/classes/GW_CTRL_BatchJobsProgress.cls | 79 | 23 | 82 | 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. |
199 | /src/classes/GW_CTRL_EngagementDashboard.cls | 1 | 21 | 65 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
199 | /src/classes/GW_CTRL_EngagementDashboard.cls | 1 | 21 | 65 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
200 | /src/classes/GW_CTRL_EngagementDashboard.cls | 1 | 21 | 65 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
200 | /src/classes/GW_CTRL_EngagementDashboard.cls | 1 | 21 | 65 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
201 | /src/classes/GW_CTRL_EngagementDashboard.cls | 5 | 9 | 5 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
201 | /src/classes/GW_CTRL_EngagementDashboard.cls | 5 | 9 | 5 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
202 | /src/classes/GW_CTRL_EngagementDashboard.cls | 6 | 9 | 6 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
202 | /src/classes/GW_CTRL_EngagementDashboard.cls | 6 | 9 | 6 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
203 | /src/classes/GW_CTRL_EngagementDashboard.cls | 9 | 9 | 13 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
203 | /src/classes/GW_CTRL_EngagementDashboard.cls | 9 | 9 | 13 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
204 | /src/classes/GW_CTRL_EngagementDashboard.cls | 16 | 9 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
204 | /src/classes/GW_CTRL_EngagementDashboard.cls | 16 | 9 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
205 | /src/classes/GW_CTRL_EngagementDashboard.cls | 23 | 17 | 23 | 104 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
205 | /src/classes/GW_CTRL_EngagementDashboard.cls | 23 | 17 | 23 | 104 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
206 | /src/classes/GW_CTRL_EngagementDashboard.cls | 25 | 4 | 25 | 36 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
206 | /src/classes/GW_CTRL_EngagementDashboard.cls | 25 | 4 | 25 | 36 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
207 | /src/classes/GW_CTRL_EngagementDashboard.cls | 25 | 4 | 25 | 36 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
207 | /src/classes/GW_CTRL_EngagementDashboard.cls | 25 | 4 | 25 | 36 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
208 | /src/classes/GW_CTRL_EngagementDashboard.cls | 34 | 38 | 36 | 35 | 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 |
208 | /src/classes/GW_CTRL_EngagementDashboard.cls | 34 | 38 | 36 | 35 | 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 |
209 | /src/classes/GW_CTRL_EngagementDashboard.cls | 50 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
209 | /src/classes/GW_CTRL_EngagementDashboard.cls | 50 | 9 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
210 | /src/classes/GW_CTRL_EngagementDashboard.cls | 50 | 9 | 55 | 3 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'aggEngagementRow' doesn't match '[A-Z][a-zA-Z0-9_]*' |
210 | /src/classes/GW_CTRL_EngagementDashboard.cls | 50 | 9 | 55 | 3 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'aggEngagementRow' doesn't match '[A-Z][a-zA-Z0-9_]*' |
211 | /src/classes/GW_CTRL_EngagementDashboard.cls | 52 | 10 | 52 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
211 | /src/classes/GW_CTRL_EngagementDashboard.cls | 52 | 10 | 52 | 37 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
212 | /src/classes/GW_CTRL_EngagementDashboard.cls | 53 | 10 | 53 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
212 | /src/classes/GW_CTRL_EngagementDashboard.cls | 53 | 10 | 53 | 38 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
213 | /src/classes/GW_CTRL_EngagementDashboard.cls | 58 | 23 | 63 | 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. |
213 | /src/classes/GW_CTRL_EngagementDashboard.cls | 58 | 23 | 63 | 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. |
214 | /src/classes/GW_CTRL_EngagementDashboard.cls | 58 | 23 | 63 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestIt' doesn't match '[a-z][a-zA-Z0-9]*' |
214 | /src/classes/GW_CTRL_EngagementDashboard.cls | 58 | 23 | 63 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestIt' doesn't match '[a-z][a-zA-Z0-9]*' |
215 | /src/classes/GW_CTRL_EngagementDashboard.cls | 61 | 9 | 61 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
215 | /src/classes/GW_CTRL_EngagementDashboard.cls | 61 | 9 | 61 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
216 | /src/classes/GW_CTRL_EngagementDashboard.cls | 61 | 9 | 61 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
216 | /src/classes/GW_CTRL_EngagementDashboard.cls | 61 | 9 | 61 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
217 | /src/classes/GW_CTRL_EngagementDashboard.cls | 62 | 9 | 62 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
217 | /src/classes/GW_CTRL_EngagementDashboard.cls | 62 | 9 | 62 | 65 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
218 | /src/classes/GW_CTRL_EngagementDashboard.cls | 62 | 9 | 62 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
218 | /src/classes/GW_CTRL_EngagementDashboard.cls | 62 | 9 | 62 | 65 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
219 | /src/classes/GW_CTRL_EngagementRollup.cls | 1 | 8 | 86 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
219 | /src/classes/GW_CTRL_EngagementRollup.cls | 1 | 8 | 86 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
220 | /src/classes/GW_CTRL_EngagementRollup.cls | 1 | 8 | 86 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
220 | /src/classes/GW_CTRL_EngagementRollup.cls | 1 | 8 | 86 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
221 | /src/classes/GW_CTRL_EngagementRollup.cls | 17 | 12 | 17 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
221 | /src/classes/GW_CTRL_EngagementRollup.cls | 17 | 12 | 17 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
222 | /src/classes/GW_CTRL_EngagementRollup.cls | 18 | 12 | 18 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
222 | /src/classes/GW_CTRL_EngagementRollup.cls | 18 | 12 | 18 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
223 | /src/classes/GW_CTRL_EngagementRollup.cls | 21 | 12 | 21 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
223 | /src/classes/GW_CTRL_EngagementRollup.cls | 21 | 12 | 21 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
224 | /src/classes/GW_CTRL_EngagementRollup.cls | 22 | 8 | 22 | 11 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oid' should be before method declarations in its class |
224 | /src/classes/GW_CTRL_EngagementRollup.cls | 22 | 8 | 22 | 11 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oid' should be before method declarations in its class |
225 | /src/classes/GW_CTRL_EngagementRollup.cls | 25 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
225 | /src/classes/GW_CTRL_EngagementRollup.cls | 25 | 12 | 40 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
226 | /src/classes/GW_CTRL_EngagementRollup.cls | 31 | 19 | 31 | 27 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
226 | /src/classes/GW_CTRL_EngagementRollup.cls | 31 | 19 | 31 | 27 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
227 | /src/classes/GW_CTRL_EngagementRollup.cls | 32 | 11 | 33 | 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 |
227 | /src/classes/GW_CTRL_EngagementRollup.cls | 32 | 11 | 33 | 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 |
228 | /src/classes/GW_CTRL_EngagementRollup.cls | 63 | 12 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
228 | /src/classes/GW_CTRL_EngagementRollup.cls | 63 | 12 | 69 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
229 | /src/classes/GW_CTRL_EngagementRollup.cls | 71 | 12 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
229 | /src/classes/GW_CTRL_EngagementRollup.cls | 71 | 12 | 75 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
230 | /src/classes/GW_CTRL_EngagementRollup.cls | 78 | 30 | 85 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
230 | /src/classes/GW_CTRL_EngagementRollup.cls | 78 | 30 | 85 | 5 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
231 | /src/classes/GW_CTRL_EngagementRollup.cls | 78 | 30 | 85 | 5 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
231 | /src/classes/GW_CTRL_EngagementRollup.cls | 78 | 30 | 85 | 5 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
232 | /src/classes/GW_CTRL_HelpDocs.cls | 1 | 21 | 32 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
232 | /src/classes/GW_CTRL_HelpDocs.cls | 1 | 21 | 32 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
233 | /src/classes/GW_CTRL_HelpDocs.cls | 1 | 21 | 32 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
233 | /src/classes/GW_CTRL_HelpDocs.cls | 1 | 21 | 32 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
234 | /src/classes/GW_CTRL_HelpDocs.cls | 5 | 26 | 5 | 83 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'DOCS_SITE_DOMAIN' doesn't match '[a-z][a-zA-Z0-9]*' |
234 | /src/classes/GW_CTRL_HelpDocs.cls | 5 | 26 | 5 | 83 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'DOCS_SITE_DOMAIN' doesn't match '[a-z][a-zA-Z0-9]*' |
235 | /src/classes/GW_CTRL_HelpDocs.cls | 6 | 12 | 6 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
235 | /src/classes/GW_CTRL_HelpDocs.cls | 6 | 12 | 6 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
236 | /src/classes/GW_CTRL_HelpDocs.cls | 9 | 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 |
236 | /src/classes/GW_CTRL_HelpDocs.cls | 9 | 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 |
237 | /src/classes/GW_CTRL_HelpDocs.cls | 24 | 23 | 30 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
237 | /src/classes/GW_CTRL_HelpDocs.cls | 24 | 23 | 30 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
238 | /src/classes/GW_CTRL_HelpDocs.cls | 27 | 16 | 27 | 38 | 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 |
238 | /src/classes/GW_CTRL_HelpDocs.cls | 27 | 16 | 27 | 38 | 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 |
239 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 1 | 21 | 298 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
239 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 1 | 21 | 298 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
240 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 1 | 21 | 298 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
240 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 1 | 21 | 298 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
241 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 18 | 9 | 18 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
241 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 18 | 9 | 18 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 19 | 9 | 19 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
242 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 19 | 9 | 19 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
243 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 20 | 9 | 20 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
243 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 20 | 9 | 20 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
244 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 21 | 9 | 21 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
244 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 21 | 9 | 21 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
245 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 22 | 9 | 22 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
245 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 22 | 9 | 22 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
246 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 23 | 9 | 23 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
246 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 23 | 9 | 23 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
247 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 24 | 9 | 24 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
247 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 24 | 9 | 24 | 48 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
248 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 27 | 9 | 27 | 17 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
248 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 27 | 9 | 27 | 17 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
249 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 28 | 5 | 28 | 10 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'cmpid' should be before method declarations in its class |
249 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 28 | 5 | 28 | 10 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'cmpid' should be before method declarations in its class |
250 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 29 | 5 | 29 | 13 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'lastHHid' should be before method declarations in its class |
250 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 29 | 5 | 29 | 13 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'lastHHid' should be before method declarations in its class |
251 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 31 | 17 | 31 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isTest' should be before method declarations in its class |
251 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 31 | 17 | 31 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isTest' should be before method declarations in its class |
252 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 32 | 17 | 32 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'useBatch' should be before method declarations in its class |
252 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 32 | 17 | 32 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'useBatch' should be before method declarations in its class |
253 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 35 | 9 | 54 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
253 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 35 | 9 | 54 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
254 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 41 | 12 | 41 | 20 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
254 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 41 | 12 | 41 | 20 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
255 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 43 | 31 | 43 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
255 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 43 | 31 | 43 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
256 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 43 | 31 | 43 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
256 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 43 | 31 | 43 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
257 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 44 | 20 | 44 | 86 | 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 |
257 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 44 | 20 | 44 | 86 | 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 |
258 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 49 | 5 | 50 | 4 | 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 |
258 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 49 | 5 | 50 | 4 | 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 |
259 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 53 | 4 | 53 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
259 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 53 | 4 | 53 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
260 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 53 | 4 | 53 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
260 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 53 | 4 | 53 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
261 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 56 | 9 | 99 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
261 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 56 | 9 | 99 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
262 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 56 | 9 | 99 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'startAction()' has a cognitive complexity of 24, current threshold is 15 |
262 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 56 | 9 | 99 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'startAction()' has a cognitive complexity of 24, current threshold is 15 |
263 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 56 | 9 | 99 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'startAction()' has a cyclomatic complexity of 10. |
263 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 56 | 9 | 99 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'startAction()' has a cyclomatic complexity of 10. |
264 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 61 | 5 | 63 | 72 | 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 |
264 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 61 | 5 | 63 | 72 | 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 |
265 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 73 | 6 | 73 | 34 | 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 |
265 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 73 | 6 | 73 | 34 | 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 |
266 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 73 | 18 | 73 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
266 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 73 | 18 | 73 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
267 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 73 | 18 | 73 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
267 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 73 | 18 | 73 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
268 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 74 | 6 | 75 | 93 | 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 |
268 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 74 | 6 | 75 | 93 | 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 |
269 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 75 | 7 | 75 | 93 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
269 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 75 | 7 | 75 | 93 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
270 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 75 | 7 | 75 | 93 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
270 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 75 | 7 | 75 | 93 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
271 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 79 | 5 | 82 | 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 |
271 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 79 | 5 | 82 | 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 |
272 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 80 | 6 | 80 | 41 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
272 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 80 | 6 | 80 | 41 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
273 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 80 | 6 | 80 | 41 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
273 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 80 | 6 | 80 | 41 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
274 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 82 | 6 | 82 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
274 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 82 | 6 | 82 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
275 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 82 | 6 | 82 | 26 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
275 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 82 | 6 | 82 | 26 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
276 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 92 | 17 | 92 | 43 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
276 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 92 | 17 | 92 | 43 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
277 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 92 | 17 | 92 | 43 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
277 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 92 | 17 | 92 | 43 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
278 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 94 | 8 | 94 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
278 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 94 | 8 | 94 | 51 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
279 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 108 | 27 | 207 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
279 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 108 | 27 | 207 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
280 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 108 | 27 | 207 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
280 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 108 | 27 | 207 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
281 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 209 | 27 | 296 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
281 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 209 | 27 | 296 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
282 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 209 | 27 | 296 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
282 | /src/classes/GW_CTRL_MarkCampaignHHDupes.cls | 209 | 27 | 296 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
283 | /src/classes/GW_CTRL_OpenReport.cls | 4 | 21 | 69 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
283 | /src/classes/GW_CTRL_OpenReport.cls | 4 | 21 | 69 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
284 | /src/classes/GW_CTRL_OpenReport.cls | 4 | 21 | 69 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
284 | /src/classes/GW_CTRL_OpenReport.cls | 4 | 21 | 69 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
285 | /src/classes/GW_CTRL_OpenReport.cls | 11 | 9 | 33 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
285 | /src/classes/GW_CTRL_OpenReport.cls | 11 | 9 | 33 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
286 | /src/classes/GW_CTRL_OpenReport.cls | 11 | 9 | 33 | 3 | 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 'OpenReportDevName' doesn't match '[a-z][a-zA-Z0-9]*' |
286 | /src/classes/GW_CTRL_OpenReport.cls | 11 | 9 | 33 | 3 | 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 'OpenReportDevName' doesn't match '[a-z][a-zA-Z0-9]*' |
287 | /src/classes/GW_CTRL_OpenReport.cls | 18 | 50 | 18 | 60 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
287 | /src/classes/GW_CTRL_OpenReport.cls | 18 | 50 | 18 | 60 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
288 | /src/classes/GW_CTRL_OpenReport.cls | 40 | 20 | 67 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
288 | /src/classes/GW_CTRL_OpenReport.cls | 40 | 20 | 67 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
289 | /src/classes/GW_CTRL_OpenReport.cls | 40 | 20 | 67 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOpenReport' doesn't match '[a-z][a-zA-Z0-9]*' |
289 | /src/classes/GW_CTRL_OpenReport.cls | 40 | 20 | 67 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOpenReport' doesn't match '[a-z][a-zA-Z0-9]*' |
290 | /src/classes/GW_CTRL_OppRollup.cls | 1 | 8 | 115 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
290 | /src/classes/GW_CTRL_OppRollup.cls | 1 | 8 | 115 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
291 | /src/classes/GW_CTRL_OppRollup.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
291 | /src/classes/GW_CTRL_OppRollup.cls | 1 | 1 | 1 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
292 | /src/classes/GW_CTRL_OppRollup.cls | 1 | 8 | 115 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
292 | /src/classes/GW_CTRL_OppRollup.cls | 1 | 8 | 115 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
293 | /src/classes/GW_CTRL_OppRollup.cls | 19 | 12 | 19 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
293 | /src/classes/GW_CTRL_OppRollup.cls | 19 | 12 | 19 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
294 | /src/classes/GW_CTRL_OppRollup.cls | 20 | 12 | 20 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
294 | /src/classes/GW_CTRL_OppRollup.cls | 20 | 12 | 20 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
295 | /src/classes/GW_CTRL_OppRollup.cls | 23 | 12 | 23 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
295 | /src/classes/GW_CTRL_OppRollup.cls | 23 | 12 | 23 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
296 | /src/classes/GW_CTRL_OppRollup.cls | 24 | 8 | 24 | 11 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oid' should be before method declarations in its class |
296 | /src/classes/GW_CTRL_OppRollup.cls | 24 | 8 | 24 | 11 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oid' should be before method declarations in its class |
297 | /src/classes/GW_CTRL_OppRollup.cls | 27 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
297 | /src/classes/GW_CTRL_OppRollup.cls | 27 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
298 | /src/classes/GW_CTRL_OppRollup.cls | 33 | 19 | 33 | 27 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
298 | /src/classes/GW_CTRL_OppRollup.cls | 33 | 19 | 33 | 27 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
299 | /src/classes/GW_CTRL_OppRollup.cls | 34 | 11 | 35 | 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 |
299 | /src/classes/GW_CTRL_OppRollup.cls | 34 | 11 | 35 | 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 |
300 | /src/classes/GW_CTRL_OppRollup.cls | 44 | 12 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
300 | /src/classes/GW_CTRL_OppRollup.cls | 44 | 12 | 61 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
301 | /src/classes/GW_CTRL_OppRollup.cls | 51 | 17 | 51 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
301 | /src/classes/GW_CTRL_OppRollup.cls | 51 | 17 | 51 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
302 | /src/classes/GW_CTRL_OppRollup.cls | 51 | 17 | 51 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
302 | /src/classes/GW_CTRL_OppRollup.cls | 51 | 17 | 51 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
303 | /src/classes/GW_CTRL_OppRollup.cls | 53 | 17 | 53 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
303 | /src/classes/GW_CTRL_OppRollup.cls | 53 | 17 | 53 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
304 | /src/classes/GW_CTRL_OppRollup.cls | 53 | 17 | 53 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
304 | /src/classes/GW_CTRL_OppRollup.cls | 53 | 17 | 53 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
305 | /src/classes/GW_CTRL_OppRollup.cls | 55 | 17 | 55 | 41 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
305 | /src/classes/GW_CTRL_OppRollup.cls | 55 | 17 | 55 | 41 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
306 | /src/classes/GW_CTRL_OppRollup.cls | 63 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
306 | /src/classes/GW_CTRL_OppRollup.cls | 63 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
307 | /src/classes/GW_CTRL_OppRollup.cls | 73 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
307 | /src/classes/GW_CTRL_OppRollup.cls | 73 | 12 | 77 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
308 | /src/classes/GW_CTRL_OppRollup.cls | 80 | 30 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
308 | /src/classes/GW_CTRL_OppRollup.cls | 80 | 30 | 114 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
309 | /src/classes/GW_CTRL_OppRollup.cls | 80 | 30 | 114 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
309 | /src/classes/GW_CTRL_OppRollup.cls | 80 | 30 | 114 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
310 | /src/classes/GW_CTRL_OppRollup.cls | 85 | 19 | 85 | 82 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
310 | /src/classes/GW_CTRL_OppRollup.cls | 85 | 19 | 85 | 82 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
311 | /src/classes/GW_CTRL_OppRollup.cls | 89 | 23 | 89 | 169 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOpps' defined but not used |
311 | /src/classes/GW_CTRL_OppRollup.cls | 89 | 23 | 89 | 169 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOpps' defined but not used |
312 | /src/classes/GW_CampaignMember.cls | 1 | 21 | 368 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_CampaignMember' has a total cognitive complexity of 144 (highest 19), current threshold is 50 |
312 | /src/classes/GW_CampaignMember.cls | 1 | 21 | 368 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_CampaignMember' has a total cognitive complexity of 144 (highest 19), current threshold is 50 |
313 | /src/classes/GW_CampaignMember.cls | 1 | 21 | 368 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_CampaignMember' has a total cyclomatic complexity of 71 (highest 14). |
313 | /src/classes/GW_CampaignMember.cls | 1 | 21 | 368 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_CampaignMember' has a total cyclomatic complexity of 71 (highest 14). |
314 | /src/classes/GW_CampaignMember.cls | 1 | 21 | 368 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_CampaignMember' has a Standard Cyclomatic Complexity of 4 (Highest = 10). |
314 | /src/classes/GW_CampaignMember.cls | 1 | 21 | 368 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_CampaignMember' has a Standard Cyclomatic Complexity of 4 (Highest = 10). |
315 | /src/classes/GW_CampaignMember.cls | 1 | 21 | 368 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
315 | /src/classes/GW_CampaignMember.cls | 1 | 21 | 368 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
316 | /src/classes/GW_CampaignMember.cls | 3 | 9 | 3 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
316 | /src/classes/GW_CampaignMember.cls | 3 | 9 | 3 | 31 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
317 | /src/classes/GW_CampaignMember.cls | 3 | 2 | 3 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
317 | /src/classes/GW_CampaignMember.cls | 3 | 2 | 3 | 8 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
318 | /src/classes/GW_CampaignMember.cls | 5 | 16 | 17 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
318 | /src/classes/GW_CampaignMember.cls | 5 | 16 | 17 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
319 | /src/classes/GW_CampaignMember.cls | 8 | 5 | 8 | 15 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
319 | /src/classes/GW_CampaignMember.cls | 8 | 5 | 8 | 15 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
320 | /src/classes/GW_CampaignMember.cls | 8 | 5 | 8 | 15 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
320 | /src/classes/GW_CampaignMember.cls | 8 | 5 | 8 | 15 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
321 | /src/classes/GW_CampaignMember.cls | 16 | 10 | 16 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
321 | /src/classes/GW_CampaignMember.cls | 16 | 10 | 16 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
322 | /src/classes/GW_CampaignMember.cls | 16 | 10 | 16 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
322 | /src/classes/GW_CampaignMember.cls | 16 | 10 | 16 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
323 | /src/classes/GW_CampaignMember.cls | 16 | 10 | 16 | 20 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
323 | /src/classes/GW_CampaignMember.cls | 16 | 10 | 16 | 20 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
324 | /src/classes/GW_CampaignMember.cls | 19 | 16 | 37 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
324 | /src/classes/GW_CampaignMember.cls | 19 | 16 | 37 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
325 | /src/classes/GW_CampaignMember.cls | 35 | 29 | 35 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
325 | /src/classes/GW_CampaignMember.cls | 35 | 29 | 35 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
326 | /src/classes/GW_CampaignMember.cls | 35 | 29 | 35 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
326 | /src/classes/GW_CampaignMember.cls | 35 | 29 | 35 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
327 | /src/classes/GW_CampaignMember.cls | 36 | 10 | 36 | 21 | 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 |
327 | /src/classes/GW_CampaignMember.cls | 36 | 10 | 36 | 21 | 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 |
328 | /src/classes/GW_CampaignMember.cls | 36 | 10 | 36 | 21 | 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 |
328 | /src/classes/GW_CampaignMember.cls | 36 | 10 | 36 | 21 | 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 |
329 | /src/classes/GW_CampaignMember.cls | 36 | 10 | 36 | 21 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
329 | /src/classes/GW_CampaignMember.cls | 36 | 10 | 36 | 21 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
330 | /src/classes/GW_CampaignMember.cls | 39 | 16 | 47 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
330 | /src/classes/GW_CampaignMember.cls | 39 | 16 | 47 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
331 | /src/classes/GW_CampaignMember.cls | 41 | 24 | 41 | 48 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
331 | /src/classes/GW_CampaignMember.cls | 41 | 24 | 41 | 48 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
332 | /src/classes/GW_CampaignMember.cls | 41 | 24 | 41 | 48 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
332 | /src/classes/GW_CampaignMember.cls | 41 | 24 | 41 | 48 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
333 | /src/classes/GW_CampaignMember.cls | 42 | 27 | 42 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
333 | /src/classes/GW_CampaignMember.cls | 42 | 27 | 42 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
334 | /src/classes/GW_CampaignMember.cls | 42 | 27 | 42 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
334 | /src/classes/GW_CampaignMember.cls | 42 | 27 | 42 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
335 | /src/classes/GW_CampaignMember.cls | 43 | 28 | 43 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
335 | /src/classes/GW_CampaignMember.cls | 43 | 28 | 43 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
336 | /src/classes/GW_CampaignMember.cls | 43 | 28 | 43 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
336 | /src/classes/GW_CampaignMember.cls | 43 | 28 | 43 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
337 | /src/classes/GW_CampaignMember.cls | 44 | 24 | 44 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
337 | /src/classes/GW_CampaignMember.cls | 44 | 24 | 44 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
338 | /src/classes/GW_CampaignMember.cls | 44 | 24 | 44 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
338 | /src/classes/GW_CampaignMember.cls | 44 | 24 | 44 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
339 | /src/classes/GW_CampaignMember.cls | 49 | 16 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
339 | /src/classes/GW_CampaignMember.cls | 49 | 16 | 55 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
340 | /src/classes/GW_CampaignMember.cls | 57 | 16 | 64 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
340 | /src/classes/GW_CampaignMember.cls | 57 | 16 | 64 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
341 | /src/classes/GW_CampaignMember.cls | 59 | 26 | 59 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
341 | /src/classes/GW_CampaignMember.cls | 59 | 26 | 59 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
342 | /src/classes/GW_CampaignMember.cls | 59 | 26 | 59 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
342 | /src/classes/GW_CampaignMember.cls | 59 | 26 | 59 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
343 | /src/classes/GW_CampaignMember.cls | 60 | 29 | 60 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
343 | /src/classes/GW_CampaignMember.cls | 60 | 29 | 60 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
344 | /src/classes/GW_CampaignMember.cls | 60 | 29 | 60 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
344 | /src/classes/GW_CampaignMember.cls | 60 | 29 | 60 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
345 | /src/classes/GW_CampaignMember.cls | 61 | 28 | 61 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
345 | /src/classes/GW_CampaignMember.cls | 61 | 28 | 61 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
346 | /src/classes/GW_CampaignMember.cls | 61 | 28 | 61 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
346 | /src/classes/GW_CampaignMember.cls | 61 | 28 | 61 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
347 | /src/classes/GW_CampaignMember.cls | 62 | 30 | 62 | 68 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
347 | /src/classes/GW_CampaignMember.cls | 62 | 30 | 62 | 68 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
348 | /src/classes/GW_CampaignMember.cls | 62 | 30 | 62 | 68 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
348 | /src/classes/GW_CampaignMember.cls | 62 | 30 | 62 | 68 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
349 | /src/classes/GW_CampaignMember.cls | 66 | 16 | 72 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
349 | /src/classes/GW_CampaignMember.cls | 66 | 16 | 72 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
350 | /src/classes/GW_CampaignMember.cls | 74 | 19 | 87 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
350 | /src/classes/GW_CampaignMember.cls | 74 | 19 | 87 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
351 | /src/classes/GW_CampaignMember.cls | 77 | 27 | 77 | 51 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
351 | /src/classes/GW_CampaignMember.cls | 77 | 27 | 77 | 51 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
352 | /src/classes/GW_CampaignMember.cls | 77 | 27 | 77 | 51 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
352 | /src/classes/GW_CampaignMember.cls | 77 | 27 | 77 | 51 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
353 | /src/classes/GW_CampaignMember.cls | 78 | 24 | 78 | 45 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
353 | /src/classes/GW_CampaignMember.cls | 78 | 24 | 78 | 45 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
354 | /src/classes/GW_CampaignMember.cls | 78 | 24 | 78 | 45 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
354 | /src/classes/GW_CampaignMember.cls | 78 | 24 | 78 | 45 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
355 | /src/classes/GW_CampaignMember.cls | 80 | 14 | 80 | 177 | 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 |
355 | /src/classes/GW_CampaignMember.cls | 80 | 14 | 80 | 177 | 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 |
356 | /src/classes/GW_CampaignMember.cls | 86 | 8 | 86 | 18 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
356 | /src/classes/GW_CampaignMember.cls | 86 | 8 | 86 | 18 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
357 | /src/classes/GW_CampaignMember.cls | 90 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
357 | /src/classes/GW_CampaignMember.cls | 90 | 19 | 123 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
358 | /src/classes/GW_CampaignMember.cls | 90 | 19 | 123 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'findExistingCM(list |
358 | /src/classes/GW_CampaignMember.cls | 90 | 19 | 123 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'findExistingCM(list |
359 | /src/classes/GW_CampaignMember.cls | 90 | 19 | 123 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'findExistingCM(list |
359 | /src/classes/GW_CampaignMember.cls | 90 | 19 | 123 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'findExistingCM(list |
360 | /src/classes/GW_CampaignMember.cls | 90 | 19 | 123 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'findExistingCM' has a Standard Cyclomatic Complexity of 10. |
360 | /src/classes/GW_CampaignMember.cls | 90 | 19 | 123 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'findExistingCM' has a Standard Cyclomatic Complexity of 10. |
361 | /src/classes/GW_CampaignMember.cls | 98 | 5 | 98 | 48 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
361 | /src/classes/GW_CampaignMember.cls | 98 | 5 | 98 | 48 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
362 | /src/classes/GW_CampaignMember.cls | 98 | 5 | 98 | 48 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
362 | /src/classes/GW_CampaignMember.cls | 98 | 5 | 98 | 48 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
363 | /src/classes/GW_CampaignMember.cls | 100 | 5 | 100 | 45 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
363 | /src/classes/GW_CampaignMember.cls | 100 | 5 | 100 | 45 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
364 | /src/classes/GW_CampaignMember.cls | 100 | 5 | 100 | 45 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
364 | /src/classes/GW_CampaignMember.cls | 100 | 5 | 100 | 45 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
365 | /src/classes/GW_CampaignMember.cls | 104 | 26 | 104 | 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 |
365 | /src/classes/GW_CampaignMember.cls | 104 | 26 | 104 | 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 |
366 | /src/classes/GW_CampaignMember.cls | 105 | 28 | 105 | 94 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
366 | /src/classes/GW_CampaignMember.cls | 105 | 28 | 105 | 94 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
367 | /src/classes/GW_CampaignMember.cls | 105 | 28 | 105 | 94 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
367 | /src/classes/GW_CampaignMember.cls | 105 | 28 | 105 | 94 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
368 | /src/classes/GW_CampaignMember.cls | 106 | 9 | 106 | 72 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
368 | /src/classes/GW_CampaignMember.cls | 106 | 9 | 106 | 72 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
369 | /src/classes/GW_CampaignMember.cls | 112 | 28 | 112 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
369 | /src/classes/GW_CampaignMember.cls | 112 | 28 | 112 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
370 | /src/classes/GW_CampaignMember.cls | 112 | 28 | 112 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
370 | /src/classes/GW_CampaignMember.cls | 112 | 28 | 112 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
371 | /src/classes/GW_CampaignMember.cls | 113 | 25 | 113 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
371 | /src/classes/GW_CampaignMember.cls | 113 | 25 | 113 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
372 | /src/classes/GW_CampaignMember.cls | 113 | 25 | 113 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
372 | /src/classes/GW_CampaignMember.cls | 113 | 25 | 113 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
373 | /src/classes/GW_CampaignMember.cls | 120 | 11 | 120 | 28 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
373 | /src/classes/GW_CampaignMember.cls | 120 | 11 | 120 | 28 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
374 | /src/classes/GW_CampaignMember.cls | 125 | 19 | 139 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
374 | /src/classes/GW_CampaignMember.cls | 125 | 19 | 139 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
375 | /src/classes/GW_CampaignMember.cls | 129 | 29 | 129 | 55 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
375 | /src/classes/GW_CampaignMember.cls | 129 | 29 | 129 | 55 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
376 | /src/classes/GW_CampaignMember.cls | 129 | 29 | 129 | 55 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
376 | /src/classes/GW_CampaignMember.cls | 129 | 29 | 129 | 55 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
377 | /src/classes/GW_CampaignMember.cls | 130 | 26 | 130 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
377 | /src/classes/GW_CampaignMember.cls | 130 | 26 | 130 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
378 | /src/classes/GW_CampaignMember.cls | 130 | 26 | 130 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
378 | /src/classes/GW_CampaignMember.cls | 130 | 26 | 130 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
379 | /src/classes/GW_CampaignMember.cls | 132 | 15 | 132 | 191 | 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 |
379 | /src/classes/GW_CampaignMember.cls | 132 | 15 | 132 | 191 | 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 |
380 | /src/classes/GW_CampaignMember.cls | 138 | 8 | 138 | 19 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
380 | /src/classes/GW_CampaignMember.cls | 138 | 8 | 138 | 19 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
381 | /src/classes/GW_CampaignMember.cls | 141 | 19 | 174 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
381 | /src/classes/GW_CampaignMember.cls | 141 | 19 | 174 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
382 | /src/classes/GW_CampaignMember.cls | 141 | 19 | 174 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'findExistingHolding(list |
382 | /src/classes/GW_CampaignMember.cls | 141 | 19 | 174 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'findExistingHolding(list |
383 | /src/classes/GW_CampaignMember.cls | 141 | 19 | 174 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'findExistingHolding(list |
383 | /src/classes/GW_CampaignMember.cls | 141 | 19 | 174 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'findExistingHolding(list |
384 | /src/classes/GW_CampaignMember.cls | 141 | 19 | 174 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'findExistingHolding' has a Standard Cyclomatic Complexity of 10. |
384 | /src/classes/GW_CampaignMember.cls | 141 | 19 | 174 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'findExistingHolding' has a Standard Cyclomatic Complexity of 10. |
385 | /src/classes/GW_CampaignMember.cls | 149 | 5 | 149 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
385 | /src/classes/GW_CampaignMember.cls | 149 | 5 | 149 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
386 | /src/classes/GW_CampaignMember.cls | 149 | 5 | 149 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
386 | /src/classes/GW_CampaignMember.cls | 149 | 5 | 149 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
387 | /src/classes/GW_CampaignMember.cls | 151 | 5 | 151 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
387 | /src/classes/GW_CampaignMember.cls | 151 | 5 | 151 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
388 | /src/classes/GW_CampaignMember.cls | 151 | 5 | 151 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
388 | /src/classes/GW_CampaignMember.cls | 151 | 5 | 151 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
389 | /src/classes/GW_CampaignMember.cls | 155 | 37 | 155 | 239 | 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 |
389 | /src/classes/GW_CampaignMember.cls | 155 | 37 | 155 | 239 | 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 |
390 | /src/classes/GW_CampaignMember.cls | 156 | 30 | 156 | 101 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
390 | /src/classes/GW_CampaignMember.cls | 156 | 30 | 156 | 101 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
391 | /src/classes/GW_CampaignMember.cls | 156 | 30 | 156 | 101 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
391 | /src/classes/GW_CampaignMember.cls | 156 | 30 | 156 | 101 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
392 | /src/classes/GW_CampaignMember.cls | 157 | 9 | 157 | 77 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
392 | /src/classes/GW_CampaignMember.cls | 157 | 9 | 157 | 77 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
393 | /src/classes/GW_CampaignMember.cls | 163 | 30 | 163 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
393 | /src/classes/GW_CampaignMember.cls | 163 | 30 | 163 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
394 | /src/classes/GW_CampaignMember.cls | 163 | 30 | 163 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
394 | /src/classes/GW_CampaignMember.cls | 163 | 30 | 163 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
395 | /src/classes/GW_CampaignMember.cls | 164 | 27 | 164 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
395 | /src/classes/GW_CampaignMember.cls | 164 | 27 | 164 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
396 | /src/classes/GW_CampaignMember.cls | 164 | 27 | 164 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
396 | /src/classes/GW_CampaignMember.cls | 164 | 27 | 164 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
397 | /src/classes/GW_CampaignMember.cls | 171 | 11 | 171 | 30 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
397 | /src/classes/GW_CampaignMember.cls | 171 | 11 | 171 | 30 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
398 | /src/classes/GW_CampaignMember.cls | 202 | 3 | 202 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
398 | /src/classes/GW_CampaignMember.cls | 202 | 3 | 202 | 42 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
399 | /src/classes/GW_CampaignMember.cls | 202 | 3 | 202 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
399 | /src/classes/GW_CampaignMember.cls | 202 | 3 | 202 | 42 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
400 | /src/classes/GW_CampaignMember.cls | 232 | 12 | 232 | 63 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchinstanceid' defined but not used |
400 | /src/classes/GW_CampaignMember.cls | 232 | 12 | 232 | 63 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchinstanceid' defined but not used |
401 | /src/classes/GW_CampaignMember.cls | 351 | 15 | 351 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
401 | /src/classes/GW_CampaignMember.cls | 351 | 15 | 351 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
402 | /src/classes/GW_CampaignMember.cls | 351 | 15 | 351 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
402 | /src/classes/GW_CampaignMember.cls | 351 | 15 | 351 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
403 | /src/classes/GW_CampaignMember.cls | 359 | 12 | 359 | 63 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchinstanceid' defined but not used |
403 | /src/classes/GW_CampaignMember.cls | 359 | 12 | 359 | 63 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchinstanceid' defined but not used |
404 | /src/classes/GW_ContactMaintenance.cls | 4 | 21 | 93 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
404 | /src/classes/GW_ContactMaintenance.cls | 4 | 21 | 93 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
405 | /src/classes/GW_ContactMaintenance.cls | 4 | 21 | 93 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_ContactMaintenance' has a Standard Cyclomatic Complexity of 7 (Highest = 13). |
405 | /src/classes/GW_ContactMaintenance.cls | 4 | 21 | 93 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_ContactMaintenance' has a Standard Cyclomatic Complexity of 7 (Highest = 13). |
406 | /src/classes/GW_ContactMaintenance.cls | 4 | 21 | 93 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
406 | /src/classes/GW_ContactMaintenance.cls | 4 | 21 | 93 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
407 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
407 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
408 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'UpdateContactFieldsBeforeTrigger()' has a cognitive complexity of 38, current threshold is 15 |
408 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'UpdateContactFieldsBeforeTrigger()' has a cognitive complexity of 38, current threshold is 15 |
409 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'UpdateContactFieldsBeforeTrigger()' has a cyclomatic complexity of 22. |
409 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'UpdateContactFieldsBeforeTrigger()' has a cyclomatic complexity of 22. |
410 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'UpdateContactFieldsBeforeTrigger' doesn't match '[a-z][a-zA-Z0-9]*' |
410 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'UpdateContactFieldsBeforeTrigger' doesn't match '[a-z][a-zA-Z0-9]*' |
411 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'UpdateContactFieldsBeforeTrigger' has a Standard Cyclomatic Complexity of 13. |
411 | /src/classes/GW_ContactMaintenance.cls | 6 | 16 | 52 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'UpdateContactFieldsBeforeTrigger' has a Standard Cyclomatic Complexity of 13. |
412 | /src/classes/GW_ContactMaintenance.cls | 55 | 16 | 75 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
412 | /src/classes/GW_ContactMaintenance.cls | 55 | 16 | 75 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
413 | /src/classes/GW_ContactMaintenance.cls | 55 | 16 | 75 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'NewContactAddToCampaign' doesn't match '[a-z][a-zA-Z0-9]*' |
413 | /src/classes/GW_ContactMaintenance.cls | 55 | 16 | 75 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'NewContactAddToCampaign' doesn't match '[a-z][a-zA-Z0-9]*' |
414 | /src/classes/GW_ContactMaintenance.cls | 77 | 20 | 92 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
414 | /src/classes/GW_ContactMaintenance.cls | 77 | 20 | 92 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
415 | /src/classes/GW_ContactMaintenance.cls | 77 | 20 | 92 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestContactDeceased' doesn't match '[a-z][a-zA-Z0-9]*' |
415 | /src/classes/GW_ContactMaintenance.cls | 77 | 20 | 92 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestContactDeceased' doesn't match '[a-z][a-zA-Z0-9]*' |
416 | /src/classes/GW_Describe.cls | 15 | 1 | 15 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
416 | /src/classes/GW_Describe.cls | 15 | 1 | 15 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
417 | /src/classes/GW_Describe.cls | 15 | 8 | 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 |
417 | /src/classes/GW_Describe.cls | 15 | 8 | 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 |
418 | /src/classes/GW_Describe.cls | 15 | 8 | 257 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
418 | /src/classes/GW_Describe.cls | 15 | 8 | 257 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
419 | /src/classes/GW_Describe.cls | 18 | 9 | 18 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
419 | /src/classes/GW_Describe.cls | 18 | 9 | 18 | 59 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
420 | /src/classes/GW_Describe.cls | 21 | 49 | 21 | 51 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'gd' should be before method declarations in its class |
420 | /src/classes/GW_Describe.cls | 21 | 49 | 21 | 51 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'gd' should be before method declarations in its class |
421 | /src/classes/GW_Describe.cls | 22 | 59 | 22 | 124 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectDescribes' should be before method declarations in its class |
421 | /src/classes/GW_Describe.cls | 22 | 59 | 22 | 124 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectDescribes' should be before method declarations in its class |
422 | /src/classes/GW_Describe.cls | 23 | 63 | 23 | 127 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTokens' should be before method declarations in its class |
422 | /src/classes/GW_Describe.cls | 23 | 63 | 23 | 127 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldTokens' should be before method declarations in its class |
423 | /src/classes/GW_Describe.cls | 24 | 70 | 24 | 144 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldDescribes' should be before method declarations in its class |
423 | /src/classes/GW_Describe.cls | 24 | 70 | 24 | 144 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fieldDescribes' should be before method declarations in its class |
424 | /src/classes/GW_Describe.cls | 29 | 9 | 41 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
424 | /src/classes/GW_Describe.cls | 29 | 9 | 41 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
425 | /src/classes/GW_Describe.cls | 29 | 9 | 41 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
425 | /src/classes/GW_Describe.cls | 29 | 9 | 41 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
426 | /src/classes/GW_Describe.cls | 31 | 17 | 31 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
426 | /src/classes/GW_Describe.cls | 31 | 17 | 31 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
427 | /src/classes/GW_Describe.cls | 31 | 17 | 31 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
427 | /src/classes/GW_Describe.cls | 31 | 17 | 31 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
428 | /src/classes/GW_Describe.cls | 37 | 5 | 37 | 71 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
428 | /src/classes/GW_Describe.cls | 37 | 5 | 37 | 71 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
429 | /src/classes/GW_Describe.cls | 37 | 5 | 37 | 71 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
429 | /src/classes/GW_Describe.cls | 37 | 5 | 37 | 71 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
430 | /src/classes/GW_Describe.cls | 46 | 9 | 63 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
430 | /src/classes/GW_Describe.cls | 46 | 9 | 63 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
431 | /src/classes/GW_Describe.cls | 46 | 9 | 63 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
431 | /src/classes/GW_Describe.cls | 46 | 9 | 63 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
432 | /src/classes/GW_Describe.cls | 68 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
432 | /src/classes/GW_Describe.cls | 68 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
433 | /src/classes/GW_Describe.cls | 68 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
433 | /src/classes/GW_Describe.cls | 68 | 9 | 87 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
434 | /src/classes/GW_Describe.cls | 97 | 4 | 97 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
434 | /src/classes/GW_Describe.cls | 97 | 4 | 97 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
435 | /src/classes/GW_Describe.cls | 97 | 4 | 97 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
435 | /src/classes/GW_Describe.cls | 97 | 4 | 97 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
436 | /src/classes/GW_Describe.cls | 110 | 4 | 110 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
436 | /src/classes/GW_Describe.cls | 110 | 4 | 110 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
437 | /src/classes/GW_Describe.cls | 110 | 4 | 110 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
437 | /src/classes/GW_Describe.cls | 110 | 4 | 110 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
438 | /src/classes/GW_Describe.cls | 123 | 4 | 123 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
438 | /src/classes/GW_Describe.cls | 123 | 4 | 123 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
439 | /src/classes/GW_Describe.cls | 123 | 4 | 123 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
439 | /src/classes/GW_Describe.cls | 123 | 4 | 123 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
440 | /src/classes/GW_Describe.cls | 137 | 4 | 137 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
440 | /src/classes/GW_Describe.cls | 137 | 4 | 137 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
441 | /src/classes/GW_Describe.cls | 137 | 4 | 137 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
441 | /src/classes/GW_Describe.cls | 137 | 4 | 137 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
442 | /src/classes/GW_Describe.cls | 144 | 5 | 144 | 55 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
442 | /src/classes/GW_Describe.cls | 144 | 5 | 144 | 55 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
443 | /src/classes/GW_Describe.cls | 144 | 5 | 144 | 55 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
443 | /src/classes/GW_Describe.cls | 144 | 5 | 144 | 55 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
444 | /src/classes/GW_Describe.cls | 173 | 4 | 173 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
444 | /src/classes/GW_Describe.cls | 173 | 4 | 173 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
445 | /src/classes/GW_Describe.cls | 173 | 4 | 173 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
445 | /src/classes/GW_Describe.cls | 173 | 4 | 173 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
446 | /src/classes/GW_Describe.cls | 189 | 4 | 189 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
446 | /src/classes/GW_Describe.cls | 189 | 4 | 189 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
447 | /src/classes/GW_Describe.cls | 189 | 4 | 189 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
447 | /src/classes/GW_Describe.cls | 189 | 4 | 189 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
448 | /src/classes/GW_Describe.cls | 205 | 4 | 205 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
448 | /src/classes/GW_Describe.cls | 205 | 4 | 205 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
449 | /src/classes/GW_Describe.cls | 205 | 4 | 205 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
449 | /src/classes/GW_Describe.cls | 205 | 4 | 205 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
450 | /src/classes/GW_Describe.cls | 212 | 20 | 256 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
450 | /src/classes/GW_Describe.cls | 212 | 20 | 256 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
451 | /src/classes/GW_Describe.cls | 238 | 11 | 238 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'acct' defined but not used |
451 | /src/classes/GW_Describe.cls | 238 | 11 | 238 | 36 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'acct' defined but not used |
452 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 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 |
452 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 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 |
453 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_EXT_ManageHousehold' has a total cognitive complexity of 136 (highest 16), current threshold is 50 |
453 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_EXT_ManageHousehold' has a total cognitive complexity of 136 (highest 16), current threshold is 50 |
454 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_EXT_ManageHousehold' has a total cyclomatic complexity of 100 (highest 13). |
454 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_EXT_ManageHousehold' has a total cyclomatic complexity of 100 (highest 13). |
455 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class GW_EXT_ManageHousehold has 39 public methods, attributes, and properties (limit: 20) |
455 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class GW_EXT_ManageHousehold has 39 public methods, attributes, and properties (limit: 20) |
456 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_EXT_ManageHousehold' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
456 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_EXT_ManageHousehold' has a Standard Cyclomatic Complexity of 2 (Highest = 11). |
457 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
457 | /src/classes/GW_EXT_ManageHousehold.cls | 12 | 21 | 927 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
458 | /src/classes/GW_EXT_ManageHousehold.cls | 14 | 12 | 14 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
458 | /src/classes/GW_EXT_ManageHousehold.cls | 14 | 12 | 14 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
459 | /src/classes/GW_EXT_ManageHousehold.cls | 15 | 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 |
459 | /src/classes/GW_EXT_ManageHousehold.cls | 15 | 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 |
460 | /src/classes/GW_EXT_ManageHousehold.cls | 20 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
460 | /src/classes/GW_EXT_ManageHousehold.cls | 20 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
461 | /src/classes/GW_EXT_ManageHousehold.cls | 28 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
461 | /src/classes/GW_EXT_ManageHousehold.cls | 28 | 12 | 35 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
462 | /src/classes/GW_EXT_ManageHousehold.cls | 36 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
462 | /src/classes/GW_EXT_ManageHousehold.cls | 36 | 12 | 44 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
463 | /src/classes/GW_EXT_ManageHousehold.cls | 45 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
463 | /src/classes/GW_EXT_ManageHousehold.cls | 45 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
464 | /src/classes/GW_EXT_ManageHousehold.cls | 55 | 15 | 55 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'conId' should be before method declarations in its class |
464 | /src/classes/GW_EXT_ManageHousehold.cls | 55 | 15 | 55 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'conId' should be before method declarations in its class |
465 | /src/classes/GW_EXT_ManageHousehold.cls | 56 | 20 | 56 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'con' should be before method declarations in its class |
465 | /src/classes/GW_EXT_ManageHousehold.cls | 56 | 20 | 56 | 23 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'con' should be before method declarations in its class |
466 | /src/classes/GW_EXT_ManageHousehold.cls | 57 | 29 | 57 | 43 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeContacts' should be before method declarations in its class |
466 | /src/classes/GW_EXT_ManageHousehold.cls | 57 | 29 | 57 | 43 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeContacts' should be before method declarations in its class |
467 | /src/classes/GW_EXT_ManageHousehold.cls | 58 | 25 | 58 | 39 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'removeContacts' should be before method declarations in its class |
467 | /src/classes/GW_EXT_ManageHousehold.cls | 58 | 25 | 58 | 39 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'removeContacts' should be before method declarations in its class |
468 | /src/classes/GW_EXT_ManageHousehold.cls | 59 | 26 | 59 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'insertContacts' should be before method declarations in its class |
468 | /src/classes/GW_EXT_ManageHousehold.cls | 59 | 26 | 59 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'insertContacts' should be before method declarations in its class |
469 | /src/classes/GW_EXT_ManageHousehold.cls | 61 | 12 | 61 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
469 | /src/classes/GW_EXT_ManageHousehold.cls | 61 | 12 | 61 | 39 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
470 | /src/classes/GW_EXT_ManageHousehold.cls | 62 | 12 | 62 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
470 | /src/classes/GW_EXT_ManageHousehold.cls | 62 | 12 | 62 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
471 | /src/classes/GW_EXT_ManageHousehold.cls | 63 | 12 | 63 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
471 | /src/classes/GW_EXT_ManageHousehold.cls | 63 | 12 | 63 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
472 | /src/classes/GW_EXT_ManageHousehold.cls | 65 | 28 | 65 | 43 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'viableAddresses' should be before method declarations in its class |
472 | /src/classes/GW_EXT_ManageHousehold.cls | 65 | 28 | 65 | 43 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'viableAddresses' should be before method declarations in its class |
473 | /src/classes/GW_EXT_ManageHousehold.cls | 66 | 20 | 66 | 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 'useAddress' should be before method declarations in its class |
473 | /src/classes/GW_EXT_ManageHousehold.cls | 66 | 20 | 66 | 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 'useAddress' should be before method declarations in its class |
474 | /src/classes/GW_EXT_ManageHousehold.cls | 67 | 15 | 67 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeAddressConId' should be before method declarations in its class |
474 | /src/classes/GW_EXT_ManageHousehold.cls | 67 | 15 | 67 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeAddressConId' should be before method declarations in its class |
475 | /src/classes/GW_EXT_ManageHousehold.cls | 68 | 19 | 68 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeStreet' should be before method declarations in its class |
475 | /src/classes/GW_EXT_ManageHousehold.cls | 68 | 19 | 68 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeStreet' should be before method declarations in its class |
476 | /src/classes/GW_EXT_ManageHousehold.cls | 69 | 19 | 69 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeCity' should be before method declarations in its class |
476 | /src/classes/GW_EXT_ManageHousehold.cls | 69 | 19 | 69 | 29 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeCity' should be before method declarations in its class |
477 | /src/classes/GW_EXT_ManageHousehold.cls | 70 | 19 | 70 | 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 'activePostalCode' should be before method declarations in its class |
477 | /src/classes/GW_EXT_ManageHousehold.cls | 70 | 19 | 70 | 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 'activePostalCode' should be before method declarations in its class |
478 | /src/classes/GW_EXT_ManageHousehold.cls | 71 | 19 | 71 | 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 'activeState' should be before method declarations in its class |
478 | /src/classes/GW_EXT_ManageHousehold.cls | 71 | 19 | 71 | 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 'activeState' should be before method declarations in its class |
479 | /src/classes/GW_EXT_ManageHousehold.cls | 72 | 19 | 72 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeCountry' should be before method declarations in its class |
479 | /src/classes/GW_EXT_ManageHousehold.cls | 72 | 19 | 72 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'activeCountry' should be before method declarations in its class |
480 | /src/classes/GW_EXT_ManageHousehold.cls | 74 | 26 | 74 | 207 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'conSelect' should be before method declarations in its class |
480 | /src/classes/GW_EXT_ManageHousehold.cls | 74 | 26 | 74 | 207 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'conSelect' should be before method declarations in its class |
481 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
481 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
482 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'GW_EXT_ManageHousehold(ApexPages.StandardController)' has a cognitive complexity of 16, current threshold is 15 |
482 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'GW_EXT_ManageHousehold(ApexPages.StandardController)' has a cognitive complexity of 16, current threshold is 15 |
483 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'GW_EXT_ManageHousehold(ApexPages.StandardController)' has a cyclomatic complexity of 13. |
483 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'GW_EXT_ManageHousehold(ApexPages.StandardController)' has a cyclomatic complexity of 13. |
484 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 38 |
484 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 38 |
485 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'GW_EXT_ManageHousehold' has a Standard Cyclomatic Complexity of 11. |
485 | /src/classes/GW_EXT_ManageHousehold.cls | 77 | 12 | 132 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'GW_EXT_ManageHousehold' has a Standard Cyclomatic Complexity of 11. |
486 | /src/classes/GW_EXT_ManageHousehold.cls | 89 | 28 | 89 | 37 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
486 | /src/classes/GW_EXT_ManageHousehold.cls | 89 | 28 | 89 | 37 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
487 | /src/classes/GW_EXT_ManageHousehold.cls | 115 | 35 | 115 | 62 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
487 | /src/classes/GW_EXT_ManageHousehold.cls | 115 | 35 | 115 | 62 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
488 | /src/classes/GW_EXT_ManageHousehold.cls | 115 | 35 | 115 | 62 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
488 | /src/classes/GW_EXT_ManageHousehold.cls | 115 | 35 | 115 | 62 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
489 | /src/classes/GW_EXT_ManageHousehold.cls | 144 | 19 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
489 | /src/classes/GW_EXT_ManageHousehold.cls | 144 | 19 | 164 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
490 | /src/classes/GW_EXT_ManageHousehold.cls | 154 | 36 | 154 | 41 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
490 | /src/classes/GW_EXT_ManageHousehold.cls | 154 | 36 | 154 | 41 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
491 | /src/classes/GW_EXT_ManageHousehold.cls | 155 | 47 | 155 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
491 | /src/classes/GW_EXT_ManageHousehold.cls | 155 | 47 | 155 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
492 | /src/classes/GW_EXT_ManageHousehold.cls | 155 | 47 | 155 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
492 | /src/classes/GW_EXT_ManageHousehold.cls | 155 | 47 | 155 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
493 | /src/classes/GW_EXT_ManageHousehold.cls | 172 | 20 | 182 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
493 | /src/classes/GW_EXT_ManageHousehold.cls | 172 | 20 | 182 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
494 | /src/classes/GW_EXT_ManageHousehold.cls | 176 | 16 | 176 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'strState' defined but not used |
494 | /src/classes/GW_EXT_ManageHousehold.cls | 176 | 16 | 176 | 32 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'strState' defined but not used |
495 | /src/classes/GW_EXT_ManageHousehold.cls | 188 | 20 | 190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
495 | /src/classes/GW_EXT_ManageHousehold.cls | 188 | 20 | 190 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
496 | /src/classes/GW_EXT_ManageHousehold.cls | 197 | 19 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
496 | /src/classes/GW_EXT_ManageHousehold.cls | 197 | 19 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
497 | /src/classes/GW_EXT_ManageHousehold.cls | 197 | 19 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
497 | /src/classes/GW_EXT_ManageHousehold.cls | 197 | 19 | 218 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
498 | /src/classes/GW_EXT_ManageHousehold.cls | 225 | 19 | 231 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
498 | /src/classes/GW_EXT_ManageHousehold.cls | 225 | 19 | 231 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
499 | /src/classes/GW_EXT_ManageHousehold.cls | 225 | 19 | 231 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
499 | /src/classes/GW_EXT_ManageHousehold.cls | 225 | 19 | 231 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
500 | /src/classes/GW_EXT_ManageHousehold.cls | 238 | 19 | 250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
500 | /src/classes/GW_EXT_ManageHousehold.cls | 238 | 19 | 250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
501 | /src/classes/GW_EXT_ManageHousehold.cls | 238 | 19 | 250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
501 | /src/classes/GW_EXT_ManageHousehold.cls | 238 | 19 | 250 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
502 | /src/classes/GW_EXT_ManageHousehold.cls | 238 | 19 | 250 | 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. |
502 | /src/classes/GW_EXT_ManageHousehold.cls | 238 | 19 | 250 | 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. |
503 | /src/classes/GW_EXT_ManageHousehold.cls | 242 | 18 | 242 | 36 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
503 | /src/classes/GW_EXT_ManageHousehold.cls | 242 | 18 | 242 | 36 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
504 | /src/classes/GW_EXT_ManageHousehold.cls | 242 | 18 | 242 | 36 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
504 | /src/classes/GW_EXT_ManageHousehold.cls | 242 | 18 | 242 | 36 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
505 | /src/classes/GW_EXT_ManageHousehold.cls | 245 | 18 | 245 | 43 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
505 | /src/classes/GW_EXT_ManageHousehold.cls | 245 | 18 | 245 | 43 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
506 | /src/classes/GW_EXT_ManageHousehold.cls | 245 | 18 | 245 | 43 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
506 | /src/classes/GW_EXT_ManageHousehold.cls | 245 | 18 | 245 | 43 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
507 | /src/classes/GW_EXT_ManageHousehold.cls | 257 | 19 | 261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
507 | /src/classes/GW_EXT_ManageHousehold.cls | 257 | 19 | 261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
508 | /src/classes/GW_EXT_ManageHousehold.cls | 257 | 19 | 261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
508 | /src/classes/GW_EXT_ManageHousehold.cls | 257 | 19 | 261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
509 | /src/classes/GW_EXT_ManageHousehold.cls | 268 | 12 | 283 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
509 | /src/classes/GW_EXT_ManageHousehold.cls | 268 | 12 | 283 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
510 | /src/classes/GW_EXT_ManageHousehold.cls | 268 | 12 | 283 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
510 | /src/classes/GW_EXT_ManageHousehold.cls | 268 | 12 | 283 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
511 | /src/classes/GW_EXT_ManageHousehold.cls | 276 | 37 | 276 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
511 | /src/classes/GW_EXT_ManageHousehold.cls | 276 | 37 | 276 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
512 | /src/classes/GW_EXT_ManageHousehold.cls | 276 | 37 | 276 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
512 | /src/classes/GW_EXT_ManageHousehold.cls | 276 | 37 | 276 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
513 | /src/classes/GW_EXT_ManageHousehold.cls | 290 | 12 | 302 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
513 | /src/classes/GW_EXT_ManageHousehold.cls | 290 | 12 | 302 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
514 | /src/classes/GW_EXT_ManageHousehold.cls | 308 | 12 | 332 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
514 | /src/classes/GW_EXT_ManageHousehold.cls | 308 | 12 | 332 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
515 | /src/classes/GW_EXT_ManageHousehold.cls | 308 | 12 | 332 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
515 | /src/classes/GW_EXT_ManageHousehold.cls | 308 | 12 | 332 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
516 | /src/classes/GW_EXT_ManageHousehold.cls | 312 | 26 | 312 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
516 | /src/classes/GW_EXT_ManageHousehold.cls | 312 | 26 | 312 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
517 | /src/classes/GW_EXT_ManageHousehold.cls | 312 | 26 | 312 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
517 | /src/classes/GW_EXT_ManageHousehold.cls | 312 | 26 | 312 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
518 | /src/classes/GW_EXT_ManageHousehold.cls | 323 | 27 | 323 | 40 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
518 | /src/classes/GW_EXT_ManageHousehold.cls | 323 | 27 | 323 | 40 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
519 | /src/classes/GW_EXT_ManageHousehold.cls | 323 | 27 | 323 | 40 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
519 | /src/classes/GW_EXT_ManageHousehold.cls | 323 | 27 | 323 | 40 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
520 | /src/classes/GW_EXT_ManageHousehold.cls | 327 | 45 | 327 | 91 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
520 | /src/classes/GW_EXT_ManageHousehold.cls | 327 | 45 | 327 | 91 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
521 | /src/classes/GW_EXT_ManageHousehold.cls | 327 | 45 | 327 | 91 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
521 | /src/classes/GW_EXT_ManageHousehold.cls | 327 | 45 | 327 | 91 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
522 | /src/classes/GW_EXT_ManageHousehold.cls | 340 | 12 | 365 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
522 | /src/classes/GW_EXT_ManageHousehold.cls | 340 | 12 | 365 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
523 | /src/classes/GW_EXT_ManageHousehold.cls | 353 | 17 | 358 | 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 |
523 | /src/classes/GW_EXT_ManageHousehold.cls | 353 | 17 | 358 | 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 |
524 | /src/classes/GW_EXT_ManageHousehold.cls | 372 | 12 | 383 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
524 | /src/classes/GW_EXT_ManageHousehold.cls | 372 | 12 | 383 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
525 | /src/classes/GW_EXT_ManageHousehold.cls | 374 | 26 | 374 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
525 | /src/classes/GW_EXT_ManageHousehold.cls | 374 | 26 | 374 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
526 | /src/classes/GW_EXT_ManageHousehold.cls | 374 | 26 | 374 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
526 | /src/classes/GW_EXT_ManageHousehold.cls | 374 | 26 | 374 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
527 | /src/classes/GW_EXT_ManageHousehold.cls | 385 | 12 | 394 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
527 | /src/classes/GW_EXT_ManageHousehold.cls | 385 | 12 | 394 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
528 | /src/classes/GW_EXT_ManageHousehold.cls | 385 | 12 | 394 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'isAddressNull()' has a cyclomatic complexity of 11. |
528 | /src/classes/GW_EXT_ManageHousehold.cls | 385 | 12 | 394 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'isAddressNull()' has a cyclomatic complexity of 11. |
529 | /src/classes/GW_EXT_ManageHousehold.cls | 402 | 39 | 402 | 54 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
529 | /src/classes/GW_EXT_ManageHousehold.cls | 402 | 39 | 402 | 54 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
530 | /src/classes/GW_EXT_ManageHousehold.cls | 402 | 39 | 402 | 54 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
530 | /src/classes/GW_EXT_ManageHousehold.cls | 402 | 39 | 402 | 54 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
531 | /src/classes/GW_EXT_ManageHousehold.cls | 423 | 66 | 423 | 83 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
531 | /src/classes/GW_EXT_ManageHousehold.cls | 423 | 66 | 423 | 83 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
532 | /src/classes/GW_EXT_ManageHousehold.cls | 423 | 66 | 423 | 83 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
532 | /src/classes/GW_EXT_ManageHousehold.cls | 423 | 66 | 423 | 83 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
533 | /src/classes/GW_EXT_ManageHousehold.cls | 489 | 45 | 489 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
533 | /src/classes/GW_EXT_ManageHousehold.cls | 489 | 45 | 489 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
534 | /src/classes/GW_EXT_ManageHousehold.cls | 489 | 45 | 489 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
534 | /src/classes/GW_EXT_ManageHousehold.cls | 489 | 45 | 489 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
535 | /src/classes/GW_EXT_ManageHousehold.cls | 490 | 42 | 490 | 47 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
535 | /src/classes/GW_EXT_ManageHousehold.cls | 490 | 42 | 490 | 47 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
536 | /src/classes/GW_EXT_ManageHousehold.cls | 490 | 28 | 490 | 53 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
536 | /src/classes/GW_EXT_ManageHousehold.cls | 490 | 28 | 490 | 53 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
537 | /src/classes/GW_EXT_ManageHousehold.cls | 490 | 28 | 490 | 53 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
537 | /src/classes/GW_EXT_ManageHousehold.cls | 490 | 28 | 490 | 53 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
538 | /src/classes/GW_EXT_ManageHousehold.cls | 491 | 45 | 491 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
538 | /src/classes/GW_EXT_ManageHousehold.cls | 491 | 45 | 491 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
539 | /src/classes/GW_EXT_ManageHousehold.cls | 491 | 45 | 491 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
539 | /src/classes/GW_EXT_ManageHousehold.cls | 491 | 45 | 491 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
540 | /src/classes/GW_EXT_ManageHousehold.cls | 492 | 28 | 492 | 70 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
540 | /src/classes/GW_EXT_ManageHousehold.cls | 492 | 28 | 492 | 70 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
541 | /src/classes/GW_EXT_ManageHousehold.cls | 492 | 28 | 492 | 70 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
541 | /src/classes/GW_EXT_ManageHousehold.cls | 492 | 28 | 492 | 70 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
542 | /src/classes/GW_EXT_ManageHousehold.cls | 502 | 12 | 548 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
542 | /src/classes/GW_EXT_ManageHousehold.cls | 502 | 12 | 548 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
543 | /src/classes/GW_EXT_ManageHousehold.cls | 502 | 12 | 548 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
543 | /src/classes/GW_EXT_ManageHousehold.cls | 502 | 12 | 548 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
544 | /src/classes/GW_EXT_ManageHousehold.cls | 505 | 9 | 505 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
544 | /src/classes/GW_EXT_ManageHousehold.cls | 505 | 9 | 505 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
545 | /src/classes/GW_EXT_ManageHousehold.cls | 505 | 9 | 505 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
545 | /src/classes/GW_EXT_ManageHousehold.cls | 505 | 9 | 505 | 19 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
546 | /src/classes/GW_EXT_ManageHousehold.cls | 513 | 13 | 513 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
546 | /src/classes/GW_EXT_ManageHousehold.cls | 513 | 13 | 513 | 35 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
547 | /src/classes/GW_EXT_ManageHousehold.cls | 533 | 17 | 533 | 28 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
547 | /src/classes/GW_EXT_ManageHousehold.cls | 533 | 17 | 533 | 28 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
548 | /src/classes/GW_EXT_ManageHousehold.cls | 533 | 17 | 533 | 28 | 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 |
548 | /src/classes/GW_EXT_ManageHousehold.cls | 533 | 17 | 533 | 28 | 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 |
549 | /src/classes/GW_EXT_ManageHousehold.cls | 544 | 13 | 544 | 37 | 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 |
549 | /src/classes/GW_EXT_ManageHousehold.cls | 544 | 13 | 544 | 37 | 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 |
550 | /src/classes/GW_EXT_ManageHousehold.cls | 554 | 12 | 557 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
550 | /src/classes/GW_EXT_ManageHousehold.cls | 554 | 12 | 557 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
551 | /src/classes/GW_EXT_ManageHousehold.cls | 563 | 12 | 584 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
551 | /src/classes/GW_EXT_ManageHousehold.cls | 563 | 12 | 584 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
552 | /src/classes/GW_EXT_ManageHousehold.cls | 580 | 13 | 580 | 23 | 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 |
552 | /src/classes/GW_EXT_ManageHousehold.cls | 580 | 13 | 580 | 23 | 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 |
553 | /src/classes/GW_EXT_ManageHousehold.cls | 587 | 30 | 637 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
553 | /src/classes/GW_EXT_ManageHousehold.cls | 587 | 30 | 637 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
554 | /src/classes/GW_EXT_ManageHousehold.cls | 587 | 30 | 637 | 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. |
554 | /src/classes/GW_EXT_ManageHousehold.cls | 587 | 30 | 637 | 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. |
555 | /src/classes/GW_EXT_ManageHousehold.cls | 639 | 30 | 705 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
555 | /src/classes/GW_EXT_ManageHousehold.cls | 639 | 30 | 705 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
556 | /src/classes/GW_EXT_ManageHousehold.cls | 639 | 30 | 705 | 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. |
556 | /src/classes/GW_EXT_ManageHousehold.cls | 639 | 30 | 705 | 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. |
557 | /src/classes/GW_EXT_ManageHousehold.cls | 683 | 51 | 683 | 68 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
557 | /src/classes/GW_EXT_ManageHousehold.cls | 683 | 51 | 683 | 68 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
558 | /src/classes/GW_EXT_ManageHousehold.cls | 684 | 64 | 684 | 81 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
558 | /src/classes/GW_EXT_ManageHousehold.cls | 684 | 64 | 684 | 81 | pmd | AvoidHardcodingId | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoidhardcodingid | Hardcoding Ids is bound to break when changing environments. |
559 | /src/classes/GW_EXT_ManageHousehold.cls | 699 | 23 | 699 | 195 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'householdMembers' defined but not used |
559 | /src/classes/GW_EXT_ManageHousehold.cls | 699 | 23 | 699 | 195 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'householdMembers' defined but not used |
560 | /src/classes/GW_EXT_ManageHousehold.cls | 708 | 30 | 924 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
560 | /src/classes/GW_EXT_ManageHousehold.cls | 708 | 30 | 924 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
561 | /src/classes/GW_EXT_ManageHousehold.cls | 708 | 30 | 924 | 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. |
561 | /src/classes/GW_EXT_ManageHousehold.cls | 708 | 30 | 924 | 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. |
562 | /src/classes/GW_EXT_ManageHousehold.cls | 708 | 30 | 924 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testFindAndAdd()' has an NCSS line count of 65 (limit: 40) |
562 | /src/classes/GW_EXT_ManageHousehold.cls | 708 | 30 | 924 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'testFindAndAdd()' has an NCSS line count of 65 (limit: 40) |
563 | /src/classes/GW_EXT_ManageHousehold.cls | 824 | 23 | 824 | 54 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'adds' defined but not used |
563 | /src/classes/GW_EXT_ManageHousehold.cls | 824 | 23 | 824 | 54 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'adds' defined but not used |
564 | /src/classes/GW_EXT_ManageHousehold.cls | 913 | 12 | 913 | 29 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fHHid' defined but not used |
564 | /src/classes/GW_EXT_ManageHousehold.cls | 913 | 12 | 913 | 29 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'fHHid' defined but not used |
565 | /src/classes/GW_EXT_OppContactRolesList.cls | 1 | 21 | 319 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
565 | /src/classes/GW_EXT_OppContactRolesList.cls | 1 | 21 | 319 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
566 | /src/classes/GW_EXT_OppContactRolesList.cls | 1 | 21 | 319 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
566 | /src/classes/GW_EXT_OppContactRolesList.cls | 1 | 21 | 319 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
567 | /src/classes/GW_EXT_OppContactRolesList.cls | 4 | 12 | 4 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
567 | /src/classes/GW_EXT_OppContactRolesList.cls | 4 | 12 | 4 | 67 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
568 | /src/classes/GW_EXT_OppContactRolesList.cls | 5 | 12 | 5 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
568 | /src/classes/GW_EXT_OppContactRolesList.cls | 5 | 12 | 5 | 60 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
569 | /src/classes/GW_EXT_OppContactRolesList.cls | 6 | 12 | 6 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
569 | /src/classes/GW_EXT_OppContactRolesList.cls | 6 | 12 | 6 | 51 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
570 | /src/classes/GW_EXT_OppContactRolesList.cls | 8 | 12 | 15 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
570 | /src/classes/GW_EXT_OppContactRolesList.cls | 8 | 12 | 15 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
571 | /src/classes/GW_EXT_OppContactRolesList.cls | 17 | 12 | 17 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
571 | /src/classes/GW_EXT_OppContactRolesList.cls | 17 | 12 | 17 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
572 | /src/classes/GW_EXT_OppContactRolesList.cls | 20 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
572 | /src/classes/GW_EXT_OppContactRolesList.cls | 20 | 12 | 25 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
573 | /src/classes/GW_EXT_OppContactRolesList.cls | 27 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
573 | /src/classes/GW_EXT_OppContactRolesList.cls | 27 | 12 | 31 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
574 | /src/classes/GW_EXT_OppContactRolesList.cls | 33 | 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 |
574 | /src/classes/GW_EXT_OppContactRolesList.cls | 33 | 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 |
575 | /src/classes/GW_EXT_OppContactRolesList.cls | 40 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
575 | /src/classes/GW_EXT_OppContactRolesList.cls | 40 | 12 | 42 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
576 | /src/classes/GW_EXT_OppContactRolesList.cls | 41 | 16 | 41 | 65 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
576 | /src/classes/GW_EXT_OppContactRolesList.cls | 41 | 16 | 41 | 65 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
577 | /src/classes/GW_EXT_OppContactRolesList.cls | 44 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
577 | /src/classes/GW_EXT_OppContactRolesList.cls | 44 | 12 | 53 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
578 | /src/classes/GW_EXT_OppContactRolesList.cls | 47 | 42 | 47 | 97 | 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 |
578 | /src/classes/GW_EXT_OppContactRolesList.cls | 47 | 42 | 47 | 97 | 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 |
579 | /src/classes/GW_EXT_OppContactRolesList.cls | 48 | 13 | 48 | 24 | 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 |
579 | /src/classes/GW_EXT_OppContactRolesList.cls | 48 | 13 | 48 | 24 | 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 |
580 | /src/classes/GW_EXT_OppContactRolesList.cls | 55 | 12 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
580 | /src/classes/GW_EXT_OppContactRolesList.cls | 55 | 12 | 60 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
581 | /src/classes/GW_EXT_OppContactRolesList.cls | 57 | 24 | 59 | 57 | 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 |
581 | /src/classes/GW_EXT_OppContactRolesList.cls | 57 | 24 | 59 | 57 | 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 |
582 | /src/classes/GW_EXT_OppContactRolesList.cls | 63 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
582 | /src/classes/GW_EXT_OppContactRolesList.cls | 63 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
583 | /src/classes/GW_EXT_OppContactRolesList.cls | 68 | 12 | 111 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
583 | /src/classes/GW_EXT_OppContactRolesList.cls | 68 | 12 | 111 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
584 | /src/classes/GW_EXT_OppContactRolesList.cls | 68 | 12 | 111 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveEdit()' has a cognitive complexity of 16, current threshold is 15 |
584 | /src/classes/GW_EXT_OppContactRolesList.cls | 68 | 12 | 111 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'saveEdit()' has a cognitive complexity of 16, current threshold is 15 |
585 | /src/classes/GW_EXT_OppContactRolesList.cls | 84 | 49 | 84 | 71 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
585 | /src/classes/GW_EXT_OppContactRolesList.cls | 84 | 49 | 84 | 71 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
586 | /src/classes/GW_EXT_OppContactRolesList.cls | 84 | 49 | 84 | 71 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
586 | /src/classes/GW_EXT_OppContactRolesList.cls | 84 | 49 | 84 | 71 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
587 | /src/classes/GW_EXT_OppContactRolesList.cls | 96 | 17 | 96 | 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 |
587 | /src/classes/GW_EXT_OppContactRolesList.cls | 96 | 17 | 96 | 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 |
588 | /src/classes/GW_EXT_OppContactRolesList.cls | 96 | 17 | 96 | 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 |
588 | /src/classes/GW_EXT_OppContactRolesList.cls | 96 | 17 | 96 | 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 |
589 | /src/classes/GW_EXT_OppContactRolesList.cls | 114 | 14 | 117 | 79 | 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 |
589 | /src/classes/GW_EXT_OppContactRolesList.cls | 114 | 14 | 117 | 79 | 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 |
590 | /src/classes/GW_EXT_OppContactRolesList.cls | 122 | 23 | 152 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
590 | /src/classes/GW_EXT_OppContactRolesList.cls | 122 | 23 | 152 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
591 | /src/classes/GW_EXT_OppContactRolesList.cls | 122 | 23 | 152 | 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/GW_EXT_OppContactRolesList.cls | 122 | 23 | 152 | 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/GW_EXT_OppContactRolesList.cls | 137 | 38 | 137 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
592 | /src/classes/GW_EXT_OppContactRolesList.cls | 137 | 38 | 137 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
593 | /src/classes/GW_EXT_OppContactRolesList.cls | 154 | 23 | 187 | 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. |
593 | /src/classes/GW_EXT_OppContactRolesList.cls | 154 | 23 | 187 | 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. |
594 | /src/classes/GW_EXT_OppContactRolesList.cls | 176 | 38 | 176 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
594 | /src/classes/GW_EXT_OppContactRolesList.cls | 176 | 38 | 176 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
595 | /src/classes/GW_EXT_OppContactRolesList.cls | 189 | 23 | 238 | 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. |
595 | /src/classes/GW_EXT_OppContactRolesList.cls | 189 | 23 | 238 | 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. |
596 | /src/classes/GW_EXT_OppContactRolesList.cls | 221 | 38 | 221 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
596 | /src/classes/GW_EXT_OppContactRolesList.cls | 221 | 38 | 221 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
597 | /src/classes/GW_EXT_OppContactRolesList.cls | 240 | 23 | 287 | 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. |
597 | /src/classes/GW_EXT_OppContactRolesList.cls | 240 | 23 | 287 | 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. |
598 | /src/classes/GW_EXT_OppContactRolesList.cls | 272 | 38 | 272 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
598 | /src/classes/GW_EXT_OppContactRolesList.cls | 272 | 38 | 272 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
599 | /src/classes/GW_EXT_OppContactRolesList.cls | 289 | 23 | 317 | 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. |
599 | /src/classes/GW_EXT_OppContactRolesList.cls | 289 | 23 | 317 | 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. |
600 | /src/classes/GW_EXT_OppContactRolesList.cls | 308 | 38 | 308 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
600 | /src/classes/GW_EXT_OppContactRolesList.cls | 308 | 38 | 308 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppController' doesn't match '[a-z][a-zA-Z0-9]*' |
601 | /src/classes/GW_EXT_OppTotals.cls | 1 | 24 | 197 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
601 | /src/classes/GW_EXT_OppTotals.cls | 1 | 24 | 197 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
602 | /src/classes/GW_EXT_OppTotals.cls | 1 | 24 | 197 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_EXT_OppTotals' has a Standard Cyclomatic Complexity of 4 (Highest = 15). |
602 | /src/classes/GW_EXT_OppTotals.cls | 1 | 24 | 197 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_EXT_OppTotals' has a Standard Cyclomatic Complexity of 4 (Highest = 15). |
603 | /src/classes/GW_EXT_OppTotals.cls | 1 | 24 | 197 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
603 | /src/classes/GW_EXT_OppTotals.cls | 1 | 24 | 197 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
604 | /src/classes/GW_EXT_OppTotals.cls | 13 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
604 | /src/classes/GW_EXT_OppTotals.cls | 13 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
605 | /src/classes/GW_EXT_OppTotals.cls | 14 | 16 | 14 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
605 | /src/classes/GW_EXT_OppTotals.cls | 14 | 16 | 14 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
606 | /src/classes/GW_EXT_OppTotals.cls | 15 | 16 | 15 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
606 | /src/classes/GW_EXT_OppTotals.cls | 15 | 16 | 15 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
607 | /src/classes/GW_EXT_OppTotals.cls | 16 | 16 | 16 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
607 | /src/classes/GW_EXT_OppTotals.cls | 16 | 16 | 16 | 47 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
608 | /src/classes/GW_EXT_OppTotals.cls | 26 | 12 | 26 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
608 | /src/classes/GW_EXT_OppTotals.cls | 26 | 12 | 26 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
609 | /src/classes/GW_EXT_OppTotals.cls | 27 | 12 | 27 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
609 | /src/classes/GW_EXT_OppTotals.cls | 27 | 12 | 27 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
610 | /src/classes/GW_EXT_OppTotals.cls | 29 | 13 | 29 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'useFiscalYear' should be before method declarations in its class |
610 | /src/classes/GW_EXT_OppTotals.cls | 29 | 13 | 29 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'useFiscalYear' should be before method declarations in its class |
611 | /src/classes/GW_EXT_OppTotals.cls | 32 | 13 | 32 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordTypesToExcludeAccts' should be before method declarations in its class |
611 | /src/classes/GW_EXT_OppTotals.cls | 32 | 13 | 32 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordTypesToExcludeAccts' should be before method declarations in its class |
612 | /src/classes/GW_EXT_OppTotals.cls | 33 | 13 | 33 | 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 'recordTypesToExcludeCons' should be before method declarations in its class |
612 | /src/classes/GW_EXT_OppTotals.cls | 33 | 13 | 33 | 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 'recordTypesToExcludeCons' should be before method declarations in its class |
613 | /src/classes/GW_EXT_OppTotals.cls | 34 | 17 | 34 | 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 'oppTypesToExcludeAccts' should be before method declarations in its class |
613 | /src/classes/GW_EXT_OppTotals.cls | 34 | 17 | 34 | 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 'oppTypesToExcludeAccts' should be before method declarations in its class |
614 | /src/classes/GW_EXT_OppTotals.cls | 35 | 17 | 35 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oppTypesToExcludeCons' should be before method declarations in its class |
614 | /src/classes/GW_EXT_OppTotals.cls | 35 | 17 | 35 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oppTypesToExcludeCons' should be before method declarations in its class |
615 | /src/classes/GW_EXT_OppTotals.cls | 38 | 18 | 38 | 81 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'defaultAccountId' should be before method declarations in its class |
615 | /src/classes/GW_EXT_OppTotals.cls | 38 | 18 | 38 | 81 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'defaultAccountId' should be before method declarations in its class |
616 | /src/classes/GW_EXT_OppTotals.cls | 41 | 8 | 41 | 16 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
616 | /src/classes/GW_EXT_OppTotals.cls | 41 | 8 | 41 | 16 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
617 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
617 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
618 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'GW_EXT_OppTotals(ApexPages.StandardController)' has a cognitive complexity of 31, current threshold is 15 |
618 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'GW_EXT_OppTotals(ApexPages.StandardController)' has a cognitive complexity of 31, current threshold is 15 |
619 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'GW_EXT_OppTotals(ApexPages.StandardController)' has a cyclomatic complexity of 16. |
619 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'GW_EXT_OppTotals(ApexPages.StandardController)' has a cyclomatic complexity of 16. |
620 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 53 |
620 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 53 |
621 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'GW_EXT_OppTotals' has a Standard Cyclomatic Complexity of 15. |
621 | /src/classes/GW_EXT_OppTotals.cls | 44 | 12 | 148 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'GW_EXT_OppTotals' has a Standard Cyclomatic Complexity of 15. |
622 | /src/classes/GW_EXT_OppTotals.cls | 112 | 5 | 112 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
622 | /src/classes/GW_EXT_OppTotals.cls | 112 | 5 | 112 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
623 | /src/classes/GW_EXT_OppTotals.cls | 112 | 5 | 112 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
623 | /src/classes/GW_EXT_OppTotals.cls | 112 | 5 | 112 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
624 | /src/classes/GW_EXT_OppTotals.cls | 121 | 34 | 121 | 120 | 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 |
624 | /src/classes/GW_EXT_OppTotals.cls | 121 | 34 | 121 | 120 | 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 |
625 | /src/classes/GW_EXT_OppTotals.cls | 122 | 17 | 122 | 102 | 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 |
625 | /src/classes/GW_EXT_OppTotals.cls | 122 | 17 | 122 | 102 | 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 |
626 | /src/classes/GW_EXT_OppTotals.cls | 122 | 85 | 122 | 102 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
626 | /src/classes/GW_EXT_OppTotals.cls | 122 | 85 | 122 | 102 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
627 | /src/classes/GW_EXT_OppTotals.cls | 122 | 85 | 122 | 102 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
627 | /src/classes/GW_EXT_OppTotals.cls | 122 | 85 | 122 | 102 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
628 | /src/classes/GW_EXT_OppTotals.cls | 150 | 23 | 196 | 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. |
628 | /src/classes/GW_EXT_OppTotals.cls | 150 | 23 | 196 | 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. |
629 | /src/classes/GW_EXT_OppTotals.cls | 155 | 19 | 155 | 80 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
629 | /src/classes/GW_EXT_OppTotals.cls | 155 | 19 | 155 | 80 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
630 | /src/classes/GW_EXT_OppTotals.cls | 166 | 12 | 166 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
630 | /src/classes/GW_EXT_OppTotals.cls | 166 | 12 | 166 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
631 | /src/classes/GW_EXT_OppTotals.cls | 167 | 17 | 167 | 186 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
631 | /src/classes/GW_EXT_OppTotals.cls | 167 | 17 | 167 | 186 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
632 | /src/classes/GW_EXT_OppTotalsRT.cls | 1 | 24 | 264 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
632 | /src/classes/GW_EXT_OppTotalsRT.cls | 1 | 24 | 264 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
633 | /src/classes/GW_EXT_OppTotalsRT.cls | 1 | 24 | 264 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_EXT_OppTotalsRT' has a total cognitive complexity of 59 (highest 59), current threshold is 50 |
633 | /src/classes/GW_EXT_OppTotalsRT.cls | 1 | 24 | 264 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_EXT_OppTotalsRT' has a total cognitive complexity of 59 (highest 59), current threshold is 50 |
634 | /src/classes/GW_EXT_OppTotalsRT.cls | 1 | 24 | 264 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_EXT_OppTotalsRT' has a Standard Cyclomatic Complexity of 2 (Highest = 26). |
634 | /src/classes/GW_EXT_OppTotalsRT.cls | 1 | 24 | 264 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_EXT_OppTotalsRT' has a Standard Cyclomatic Complexity of 2 (Highest = 26). |
635 | /src/classes/GW_EXT_OppTotalsRT.cls | 1 | 24 | 264 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
635 | /src/classes/GW_EXT_OppTotalsRT.cls | 1 | 24 | 264 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
636 | /src/classes/GW_EXT_OppTotalsRT.cls | 13 | 12 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
636 | /src/classes/GW_EXT_OppTotalsRT.cls | 13 | 12 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
637 | /src/classes/GW_EXT_OppTotalsRT.cls | 14 | 16 | 14 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
637 | /src/classes/GW_EXT_OppTotalsRT.cls | 14 | 16 | 14 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
638 | /src/classes/GW_EXT_OppTotalsRT.cls | 15 | 16 | 15 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
638 | /src/classes/GW_EXT_OppTotalsRT.cls | 15 | 16 | 15 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
639 | /src/classes/GW_EXT_OppTotalsRT.cls | 16 | 16 | 16 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
639 | /src/classes/GW_EXT_OppTotalsRT.cls | 16 | 16 | 16 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
640 | /src/classes/GW_EXT_OppTotalsRT.cls | 17 | 16 | 17 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
640 | /src/classes/GW_EXT_OppTotalsRT.cls | 17 | 16 | 17 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
641 | /src/classes/GW_EXT_OppTotalsRT.cls | 18 | 16 | 18 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
641 | /src/classes/GW_EXT_OppTotalsRT.cls | 18 | 16 | 18 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
642 | /src/classes/GW_EXT_OppTotalsRT.cls | 19 | 16 | 19 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
642 | /src/classes/GW_EXT_OppTotalsRT.cls | 19 | 16 | 19 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
643 | /src/classes/GW_EXT_OppTotalsRT.cls | 20 | 16 | 20 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
643 | /src/classes/GW_EXT_OppTotalsRT.cls | 20 | 16 | 20 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
644 | /src/classes/GW_EXT_OppTotalsRT.cls | 21 | 16 | 21 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
644 | /src/classes/GW_EXT_OppTotalsRT.cls | 21 | 16 | 21 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
645 | /src/classes/GW_EXT_OppTotalsRT.cls | 22 | 16 | 22 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
645 | /src/classes/GW_EXT_OppTotalsRT.cls | 22 | 16 | 22 | 41 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
646 | /src/classes/GW_EXT_OppTotalsRT.cls | 23 | 16 | 23 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
646 | /src/classes/GW_EXT_OppTotalsRT.cls | 23 | 16 | 23 | 49 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
647 | /src/classes/GW_EXT_OppTotalsRT.cls | 32 | 12 | 32 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
647 | /src/classes/GW_EXT_OppTotalsRT.cls | 32 | 12 | 32 | 52 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
648 | /src/classes/GW_EXT_OppTotalsRT.cls | 33 | 12 | 33 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
648 | /src/classes/GW_EXT_OppTotalsRT.cls | 33 | 12 | 33 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
649 | /src/classes/GW_EXT_OppTotalsRT.cls | 34 | 12 | 34 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
649 | /src/classes/GW_EXT_OppTotalsRT.cls | 34 | 12 | 34 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
650 | /src/classes/GW_EXT_OppTotalsRT.cls | 35 | 12 | 35 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
650 | /src/classes/GW_EXT_OppTotalsRT.cls | 35 | 12 | 35 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
651 | /src/classes/GW_EXT_OppTotalsRT.cls | 36 | 12 | 36 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
651 | /src/classes/GW_EXT_OppTotalsRT.cls | 36 | 12 | 36 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
652 | /src/classes/GW_EXT_OppTotalsRT.cls | 37 | 12 | 37 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
652 | /src/classes/GW_EXT_OppTotalsRT.cls | 37 | 12 | 37 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
653 | /src/classes/GW_EXT_OppTotalsRT.cls | 38 | 12 | 38 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
653 | /src/classes/GW_EXT_OppTotalsRT.cls | 38 | 12 | 38 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
654 | /src/classes/GW_EXT_OppTotalsRT.cls | 39 | 12 | 39 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
654 | /src/classes/GW_EXT_OppTotalsRT.cls | 39 | 12 | 39 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
655 | /src/classes/GW_EXT_OppTotalsRT.cls | 40 | 12 | 40 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
655 | /src/classes/GW_EXT_OppTotalsRT.cls | 40 | 12 | 40 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
656 | /src/classes/GW_EXT_OppTotalsRT.cls | 41 | 12 | 41 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
656 | /src/classes/GW_EXT_OppTotalsRT.cls | 41 | 12 | 41 | 40 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
657 | /src/classes/GW_EXT_OppTotalsRT.cls | 44 | 13 | 44 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordTypesToExcludeAccts' should be before method declarations in its class |
657 | /src/classes/GW_EXT_OppTotalsRT.cls | 44 | 13 | 44 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordTypesToExcludeAccts' should be before method declarations in its class |
658 | /src/classes/GW_EXT_OppTotalsRT.cls | 45 | 13 | 45 | 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 'recordTypesToExcludeCons' should be before method declarations in its class |
658 | /src/classes/GW_EXT_OppTotalsRT.cls | 45 | 13 | 45 | 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 'recordTypesToExcludeCons' should be before method declarations in its class |
659 | /src/classes/GW_EXT_OppTotalsRT.cls | 46 | 17 | 46 | 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 'oppTypesToExcludeAccts' should be before method declarations in its class |
659 | /src/classes/GW_EXT_OppTotalsRT.cls | 46 | 17 | 46 | 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 'oppTypesToExcludeAccts' should be before method declarations in its class |
660 | /src/classes/GW_EXT_OppTotalsRT.cls | 47 | 17 | 47 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oppTypesToExcludeCons' should be before method declarations in its class |
660 | /src/classes/GW_EXT_OppTotalsRT.cls | 47 | 17 | 47 | 58 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oppTypesToExcludeCons' should be before method declarations in its class |
661 | /src/classes/GW_EXT_OppTotalsRT.cls | 48 | 13 | 48 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'useFiscalYear' should be before method declarations in its class |
661 | /src/classes/GW_EXT_OppTotalsRT.cls | 48 | 13 | 48 | 34 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'useFiscalYear' should be before method declarations in its class |
662 | /src/classes/GW_EXT_OppTotalsRT.cls | 51 | 18 | 51 | 81 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'defaultAccountId' should be before method declarations in its class |
662 | /src/classes/GW_EXT_OppTotalsRT.cls | 51 | 18 | 51 | 81 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'defaultAccountId' should be before method declarations in its class |
663 | /src/classes/GW_EXT_OppTotalsRT.cls | 54 | 8 | 54 | 16 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
663 | /src/classes/GW_EXT_OppTotalsRT.cls | 54 | 8 | 54 | 16 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'objectId' should be before method declarations in its class |
664 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
664 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
665 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'GW_EXT_OppTotalsRT(ApexPages.StandardController)' has a cognitive complexity of 59, current threshold is 15 |
665 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'GW_EXT_OppTotalsRT(ApexPages.StandardController)' has a cognitive complexity of 59, current threshold is 15 |
666 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'GW_EXT_OppTotalsRT(ApexPages.StandardController)' has a cyclomatic complexity of 34. |
666 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'GW_EXT_OppTotalsRT(ApexPages.StandardController)' has a cyclomatic complexity of 34. |
667 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 86 |
667 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 86 |
668 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'GW_EXT_OppTotalsRT' has a Standard Cyclomatic Complexity of 26. |
668 | /src/classes/GW_EXT_OppTotalsRT.cls | 57 | 12 | 215 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'GW_EXT_OppTotalsRT' has a Standard Cyclomatic Complexity of 26. |
669 | /src/classes/GW_EXT_OppTotalsRT.cls | 83 | 22 | 83 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'rtNames' defined but not used |
669 | /src/classes/GW_EXT_OppTotalsRT.cls | 83 | 22 | 83 | 50 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'rtNames' defined but not used |
670 | /src/classes/GW_EXT_OppTotalsRT.cls | 128 | 5 | 128 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
670 | /src/classes/GW_EXT_OppTotalsRT.cls | 128 | 5 | 128 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
671 | /src/classes/GW_EXT_OppTotalsRT.cls | 128 | 5 | 128 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
671 | /src/classes/GW_EXT_OppTotalsRT.cls | 128 | 5 | 128 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
672 | /src/classes/GW_EXT_OppTotalsRT.cls | 136 | 30 | 136 | 116 | 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 |
672 | /src/classes/GW_EXT_OppTotalsRT.cls | 136 | 30 | 136 | 116 | 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 |
673 | /src/classes/GW_EXT_OppTotalsRT.cls | 137 | 81 | 137 | 98 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
673 | /src/classes/GW_EXT_OppTotalsRT.cls | 137 | 81 | 137 | 98 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
674 | /src/classes/GW_EXT_OppTotalsRT.cls | 137 | 81 | 137 | 98 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
674 | /src/classes/GW_EXT_OppTotalsRT.cls | 137 | 81 | 137 | 98 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
675 | /src/classes/GW_EXT_OppTotalsRT.cls | 167 | 21 | 170 | 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 |
675 | /src/classes/GW_EXT_OppTotalsRT.cls | 167 | 21 | 170 | 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 |
676 | /src/classes/GW_EXT_OppTotalsRT.cls | 173 | 21 | 197 | 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 |
676 | /src/classes/GW_EXT_OppTotalsRT.cls | 173 | 21 | 197 | 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 |
677 | /src/classes/GW_EXT_OppTotalsRT.cls | 176 | 28 | 197 | 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 |
677 | /src/classes/GW_EXT_OppTotalsRT.cls | 176 | 28 | 197 | 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 |
678 | /src/classes/GW_EXT_OppTotalsRT.cls | 179 | 28 | 197 | 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 |
678 | /src/classes/GW_EXT_OppTotalsRT.cls | 179 | 28 | 197 | 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 |
679 | /src/classes/GW_EXT_OppTotalsRT.cls | 182 | 28 | 197 | 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 |
679 | /src/classes/GW_EXT_OppTotalsRT.cls | 182 | 28 | 197 | 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 |
680 | /src/classes/GW_EXT_OppTotalsRT.cls | 185 | 28 | 197 | 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 |
680 | /src/classes/GW_EXT_OppTotalsRT.cls | 185 | 28 | 197 | 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 |
681 | /src/classes/GW_EXT_OppTotalsRT.cls | 188 | 28 | 197 | 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 |
681 | /src/classes/GW_EXT_OppTotalsRT.cls | 188 | 28 | 197 | 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 |
682 | /src/classes/GW_EXT_OppTotalsRT.cls | 191 | 28 | 197 | 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 |
682 | /src/classes/GW_EXT_OppTotalsRT.cls | 191 | 28 | 197 | 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 |
683 | /src/classes/GW_EXT_OppTotalsRT.cls | 194 | 28 | 197 | 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 |
683 | /src/classes/GW_EXT_OppTotalsRT.cls | 194 | 28 | 197 | 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 |
684 | /src/classes/GW_EXT_OppTotalsRT.cls | 217 | 23 | 263 | 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. |
684 | /src/classes/GW_EXT_OppTotalsRT.cls | 217 | 23 | 263 | 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. |
685 | /src/classes/GW_EXT_OppTotalsRT.cls | 222 | 19 | 222 | 80 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
685 | /src/classes/GW_EXT_OppTotalsRT.cls | 222 | 19 | 222 | 80 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
686 | /src/classes/GW_EXT_OppTotalsRT.cls | 233 | 12 | 233 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
686 | /src/classes/GW_EXT_OppTotalsRT.cls | 233 | 12 | 233 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
687 | /src/classes/GW_EXT_OppTotalsRT.cls | 234 | 17 | 234 | 186 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
687 | /src/classes/GW_EXT_OppTotalsRT.cls | 234 | 17 | 234 | 186 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
688 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_Householding' has a total cognitive complexity of 259 (highest 73), current threshold is 50 |
688 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_Householding' has a total cognitive complexity of 259 (highest 73), current threshold is 50 |
689 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_Householding' has a total cyclomatic complexity of 128 (highest 25). |
689 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_Householding' has a total cyclomatic complexity of 128 (highest 25). |
690 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
690 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
691 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class GW_Householding has 25 public methods, attributes, and properties (limit: 20) |
691 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class GW_Householding has 25 public methods, attributes, and properties (limit: 20) |
692 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_Householding' has a Standard Cyclomatic Complexity of 4 (Highest = 19). |
692 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_Householding' has a Standard Cyclomatic Complexity of 4 (Highest = 19). |
693 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
693 | /src/classes/GW_Householding.cls | 6 | 24 | 1419 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
694 | /src/classes/GW_Householding.cls | 15 | 26 | 15 | 50 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'includeSalutation' doesn't match '[A-Z][A-Z0-9_]*' |
694 | /src/classes/GW_Householding.cls | 15 | 26 | 15 | 50 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'includeSalutation' doesn't match '[A-Z][A-Z0-9_]*' |
695 | /src/classes/GW_Householding.cls | 32 | 12 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
695 | /src/classes/GW_Householding.cls | 32 | 12 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
696 | /src/classes/GW_Householding.cls | 32 | 12 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
696 | /src/classes/GW_Householding.cls | 32 | 12 | 68 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
697 | /src/classes/GW_Householding.cls | 32 | 12 | 68 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'UpdateNames(Set |
697 | /src/classes/GW_Householding.cls | 32 | 12 | 68 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'UpdateNames(Set |
698 | /src/classes/GW_Householding.cls | 32 | 12 | 68 | 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 'UpdateNames' doesn't match '[a-z][a-zA-Z0-9]*' |
698 | /src/classes/GW_Householding.cls | 32 | 12 | 68 | 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 'UpdateNames' doesn't match '[a-z][a-zA-Z0-9]*' |
699 | /src/classes/GW_Householding.cls | 33 | 35 | 36 | 60 | 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 |
699 | /src/classes/GW_Householding.cls | 33 | 35 | 36 | 60 | 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 |
700 | /src/classes/GW_Householding.cls | 33 | 35 | 36 | 60 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
700 | /src/classes/GW_Householding.cls | 33 | 35 | 36 | 60 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
701 | /src/classes/GW_Householding.cls | 60 | 13 | 60 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
701 | /src/classes/GW_Householding.cls | 60 | 13 | 60 | 24 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
702 | /src/classes/GW_Householding.cls | 65 | 13 | 65 | 28 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
702 | /src/classes/GW_Householding.cls | 65 | 13 | 65 | 28 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
703 | /src/classes/GW_Householding.cls | 75 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
703 | /src/classes/GW_Householding.cls | 75 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
704 | /src/classes/GW_Householding.cls | 75 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
704 | /src/classes/GW_Householding.cls | 75 | 12 | 103 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Unexpected ApexDoc @return |
705 | /src/classes/GW_Householding.cls | 75 | 12 | 103 | 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 'UpdateAddresses' doesn't match '[a-z][a-zA-Z0-9]*' |
705 | /src/classes/GW_Householding.cls | 75 | 12 | 103 | 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 'UpdateAddresses' doesn't match '[a-z][a-zA-Z0-9]*' |
706 | /src/classes/GW_Householding.cls | 78 | 26 | 79 | 77 | 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 |
706 | /src/classes/GW_Householding.cls | 78 | 26 | 79 | 77 | 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 |
707 | /src/classes/GW_Householding.cls | 94 | 51 | 94 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
707 | /src/classes/GW_Householding.cls | 94 | 51 | 94 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
708 | /src/classes/GW_Householding.cls | 94 | 51 | 94 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
708 | /src/classes/GW_Householding.cls | 94 | 51 | 94 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
709 | /src/classes/GW_Householding.cls | 100 | 13 | 100 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
709 | /src/classes/GW_Householding.cls | 100 | 13 | 100 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
710 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
710 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
711 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getHHName(Contact[])' has a cognitive complexity of 46, current threshold is 15 |
711 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getHHName(Contact[])' has a cognitive complexity of 46, current threshold is 15 |
712 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getHHName(Contact[])' has a cyclomatic complexity of 20. |
712 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getHHName(Contact[])' has a cyclomatic complexity of 20. |
713 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getHHName()' has an NCSS line count of 48 (limit: 40) |
713 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'getHHName()' has an NCSS line count of 48 (limit: 40) |
714 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getHHName' has a Standard Cyclomatic Complexity of 15. |
714 | /src/classes/GW_Householding.cls | 105 | 12 | 167 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getHHName' has a Standard Cyclomatic Complexity of 15. |
715 | /src/classes/GW_Householding.cls | 112 | 46 | 112 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
715 | /src/classes/GW_Householding.cls | 112 | 46 | 112 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
716 | /src/classes/GW_Householding.cls | 112 | 46 | 112 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
716 | /src/classes/GW_Householding.cls | 112 | 46 | 112 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
717 | /src/classes/GW_Householding.cls | 122 | 17 | 124 | 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 |
717 | /src/classes/GW_Householding.cls | 122 | 17 | 124 | 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 |
718 | /src/classes/GW_Householding.cls | 132 | 21 | 141 | 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 |
718 | /src/classes/GW_Householding.cls | 132 | 21 | 141 | 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 |
719 | /src/classes/GW_Householding.cls | 162 | 40 | 162 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
719 | /src/classes/GW_Householding.cls | 162 | 40 | 162 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
720 | /src/classes/GW_Householding.cls | 162 | 40 | 162 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
720 | /src/classes/GW_Householding.cls | 162 | 40 | 162 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
721 | /src/classes/GW_Householding.cls | 169 | 12 | 192 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
721 | /src/classes/GW_Householding.cls | 169 | 12 | 192 | 7 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
722 | /src/classes/GW_Householding.cls | 169 | 12 | 192 | 7 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getHHGreeting(Contact[])' has a cognitive complexity of 21, current threshold is 15 |
722 | /src/classes/GW_Householding.cls | 169 | 12 | 192 | 7 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getHHGreeting(Contact[])' has a cognitive complexity of 21, current threshold is 15 |
723 | /src/classes/GW_Householding.cls | 169 | 12 | 192 | 7 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getHHGreeting(Contact[])' has a cyclomatic complexity of 12. |
723 | /src/classes/GW_Householding.cls | 169 | 12 | 192 | 7 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getHHGreeting(Contact[])' has a cyclomatic complexity of 12. |
724 | /src/classes/GW_Householding.cls | 169 | 12 | 192 | 7 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getHHGreeting' has a Standard Cyclomatic Complexity of 10. |
724 | /src/classes/GW_Householding.cls | 169 | 12 | 192 | 7 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getHHGreeting' has a Standard Cyclomatic Complexity of 10. |
725 | /src/classes/GW_Householding.cls | 176 | 46 | 176 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
725 | /src/classes/GW_Householding.cls | 176 | 46 | 176 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
726 | /src/classes/GW_Householding.cls | 176 | 46 | 176 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
726 | /src/classes/GW_Householding.cls | 176 | 46 | 176 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
727 | /src/classes/GW_Householding.cls | 186 | 21 | 186 | 42 | 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 |
727 | /src/classes/GW_Householding.cls | 186 | 21 | 186 | 42 | 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 |
728 | /src/classes/GW_Householding.cls | 186 | 36 | 186 | 42 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
728 | /src/classes/GW_Householding.cls | 186 | 36 | 186 | 42 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
729 | /src/classes/GW_Householding.cls | 186 | 36 | 186 | 42 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
729 | /src/classes/GW_Householding.cls | 186 | 36 | 186 | 42 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
730 | /src/classes/GW_Householding.cls | 195 | 19 | 231 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
730 | /src/classes/GW_Householding.cls | 195 | 19 | 231 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
731 | /src/classes/GW_Householding.cls | 195 | 19 | 231 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'FixNaming()' has a cognitive complexity of 22, current threshold is 15 |
731 | /src/classes/GW_Householding.cls | 195 | 19 | 231 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'FixNaming()' has a cognitive complexity of 22, current threshold is 15 |
732 | /src/classes/GW_Householding.cls | 195 | 19 | 231 | 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 'FixNaming' doesn't match '[a-z][a-zA-Z0-9]*' |
732 | /src/classes/GW_Householding.cls | 195 | 19 | 231 | 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 'FixNaming' doesn't match '[a-z][a-zA-Z0-9]*' |
733 | /src/classes/GW_Householding.cls | 201 | 31 | 202 | 92 | 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 |
733 | /src/classes/GW_Householding.cls | 201 | 31 | 202 | 92 | 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 |
734 | /src/classes/GW_Householding.cls | 218 | 55 | 218 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
734 | /src/classes/GW_Householding.cls | 218 | 55 | 218 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
735 | /src/classes/GW_Householding.cls | 218 | 55 | 218 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
735 | /src/classes/GW_Householding.cls | 218 | 55 | 218 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
736 | /src/classes/GW_Householding.cls | 234 | 19 | 255 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
736 | /src/classes/GW_Householding.cls | 234 | 19 | 255 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
737 | /src/classes/GW_Householding.cls | 234 | 19 | 255 | 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 'PreventDeletion' doesn't match '[a-z][a-zA-Z0-9]*' |
737 | /src/classes/GW_Householding.cls | 234 | 19 | 255 | 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 'PreventDeletion' doesn't match '[a-z][a-zA-Z0-9]*' |
738 | /src/classes/GW_Householding.cls | 242 | 30 | 244 | 48 | 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 |
738 | /src/classes/GW_Householding.cls | 242 | 30 | 244 | 48 | 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 |
739 | /src/classes/GW_Householding.cls | 252 | 21 | 252 | 157 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
739 | /src/classes/GW_Householding.cls | 252 | 21 | 252 | 157 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
740 | /src/classes/GW_Householding.cls | 252 | 21 | 252 | 157 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
740 | /src/classes/GW_Householding.cls | 252 | 21 | 252 | 157 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
741 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
741 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
742 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'ContactManageHouseholdBeforeTrigger()' has a cognitive complexity of 73, current threshold is 15 |
742 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'ContactManageHouseholdBeforeTrigger()' has a cognitive complexity of 73, current threshold is 15 |
743 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'ContactManageHouseholdBeforeTrigger()' has a cyclomatic complexity of 25. |
743 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'ContactManageHouseholdBeforeTrigger()' has a cyclomatic complexity of 25. |
744 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 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 'ContactManageHouseholdBeforeTrigger' doesn't match '[a-z][a-zA-Z0-9]*' |
744 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 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 'ContactManageHouseholdBeforeTrigger' doesn't match '[a-z][a-zA-Z0-9]*' |
745 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'ContactManageHouseholdBeforeTrigger()' has an NCSS line count of 53 (limit: 40) |
745 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'ContactManageHouseholdBeforeTrigger()' has an NCSS line count of 53 (limit: 40) |
746 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'ContactManageHouseholdBeforeTrigger' has a Standard Cyclomatic Complexity of 19. |
746 | /src/classes/GW_Householding.cls | 258 | 19 | 349 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'ContactManageHouseholdBeforeTrigger' has a Standard Cyclomatic Complexity of 19. |
747 | /src/classes/GW_Householding.cls | 264 | 48 | 264 | 62 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
747 | /src/classes/GW_Householding.cls | 264 | 48 | 264 | 62 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
748 | /src/classes/GW_Householding.cls | 277 | 21 | 279 | 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 |
748 | /src/classes/GW_Householding.cls | 277 | 21 | 279 | 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 |
749 | /src/classes/GW_Householding.cls | 282 | 21 | 284 | 56 | 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 |
749 | /src/classes/GW_Householding.cls | 282 | 21 | 284 | 56 | 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 |
750 | /src/classes/GW_Householding.cls | 284 | 29 | 284 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
750 | /src/classes/GW_Householding.cls | 284 | 29 | 284 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
751 | /src/classes/GW_Householding.cls | 284 | 29 | 284 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
751 | /src/classes/GW_Householding.cls | 284 | 29 | 284 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
752 | /src/classes/GW_Householding.cls | 286 | 21 | 292 | 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 |
752 | /src/classes/GW_Householding.cls | 286 | 21 | 292 | 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 |
753 | /src/classes/GW_Householding.cls | 294 | 47 | 294 | 68 | 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 |
753 | /src/classes/GW_Householding.cls | 294 | 47 | 294 | 68 | 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 |
754 | /src/classes/GW_Householding.cls | 294 | 17 | 294 | 68 | 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 |
754 | /src/classes/GW_Householding.cls | 294 | 17 | 294 | 68 | 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 |
755 | /src/classes/GW_Householding.cls | 294 | 47 | 294 | 68 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
755 | /src/classes/GW_Householding.cls | 294 | 47 | 294 | 68 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
756 | /src/classes/GW_Householding.cls | 294 | 47 | 294 | 68 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
756 | /src/classes/GW_Householding.cls | 294 | 47 | 294 | 68 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
757 | /src/classes/GW_Householding.cls | 298 | 17 | 302 | 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 |
757 | /src/classes/GW_Householding.cls | 298 | 17 | 302 | 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 |
758 | /src/classes/GW_Householding.cls | 299 | 38 | 299 | 210 | 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 |
758 | /src/classes/GW_Householding.cls | 299 | 38 | 299 | 210 | 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 |
759 | /src/classes/GW_Householding.cls | 310 | 21 | 311 | 125 | 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 |
759 | /src/classes/GW_Householding.cls | 310 | 21 | 311 | 125 | 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 |
760 | /src/classes/GW_Householding.cls | 311 | 25 | 311 | 125 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
760 | /src/classes/GW_Householding.cls | 311 | 25 | 311 | 125 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
761 | /src/classes/GW_Householding.cls | 311 | 25 | 311 | 125 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
761 | /src/classes/GW_Householding.cls | 311 | 25 | 311 | 125 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
762 | /src/classes/GW_Householding.cls | 313 | 21 | 322 | 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 |
762 | /src/classes/GW_Householding.cls | 313 | 21 | 322 | 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 |
763 | /src/classes/GW_Householding.cls | 325 | 21 | 342 | 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 |
763 | /src/classes/GW_Householding.cls | 325 | 21 | 342 | 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 |
764 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
764 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
765 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'ContactManageHouseholdAfterTrigger()' has a cognitive complexity of 56, current threshold is 15 |
765 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'ContactManageHouseholdAfterTrigger()' has a cognitive complexity of 56, current threshold is 15 |
766 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'ContactManageHouseholdAfterTrigger()' has a cyclomatic complexity of 18. |
766 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'ContactManageHouseholdAfterTrigger()' has a cyclomatic complexity of 18. |
767 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 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 'ContactManageHouseholdAfterTrigger' doesn't match '[a-z][a-zA-Z0-9]*' |
767 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 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 'ContactManageHouseholdAfterTrigger' doesn't match '[a-z][a-zA-Z0-9]*' |
768 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'ContactManageHouseholdAfterTrigger()' has an NCSS line count of 46 (limit: 40) |
768 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'ContactManageHouseholdAfterTrigger()' has an NCSS line count of 46 (limit: 40) |
769 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'ContactManageHouseholdAfterTrigger' has a Standard Cyclomatic Complexity of 14. |
769 | /src/classes/GW_Householding.cls | 352 | 19 | 404 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'ContactManageHouseholdAfterTrigger' has a Standard Cyclomatic Complexity of 14. |
770 | /src/classes/GW_Householding.cls | 359 | 44 | 359 | 58 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
770 | /src/classes/GW_Householding.cls | 359 | 44 | 359 | 58 | pmd | AvoidDirectAccessTriggerMap | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#avoiddirectaccesstriggermap | Avoid directly accessing Trigger.old and Trigger.new |
771 | /src/classes/GW_Householding.cls | 367 | 25 | 367 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHChanges' doesn't match '[a-z][a-zA-Z0-9]*' |
771 | /src/classes/GW_Householding.cls | 367 | 25 | 367 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHChanges' doesn't match '[a-z][a-zA-Z0-9]*' |
772 | /src/classes/GW_Householding.cls | 368 | 34 | 368 | 73 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'AddressChanges' doesn't match '[a-z][a-zA-Z0-9]*' |
772 | /src/classes/GW_Householding.cls | 368 | 34 | 368 | 73 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'AddressChanges' doesn't match '[a-z][a-zA-Z0-9]*' |
773 | /src/classes/GW_Householding.cls | 371 | 29 | 371 | 56 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactAfter' doesn't match '[a-z][a-zA-Z0-9]*' |
773 | /src/classes/GW_Householding.cls | 371 | 29 | 371 | 56 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactAfter' doesn't match '[a-z][a-zA-Z0-9]*' |
774 | /src/classes/GW_Householding.cls | 376 | 21 | 391 | 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 |
774 | /src/classes/GW_Householding.cls | 376 | 21 | 391 | 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 |
775 | /src/classes/GW_Householding.cls | 378 | 69 | 378 | 115 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
775 | /src/classes/GW_Householding.cls | 378 | 69 | 378 | 115 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
776 | /src/classes/GW_Householding.cls | 378 | 69 | 378 | 115 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
776 | /src/classes/GW_Householding.cls | 378 | 69 | 378 | 115 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
777 | /src/classes/GW_Householding.cls | 382 | 33 | 382 | 93 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactBefore' doesn't match '[a-z][a-zA-Z0-9]*' |
777 | /src/classes/GW_Householding.cls | 382 | 33 | 382 | 93 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactBefore' doesn't match '[a-z][a-zA-Z0-9]*' |
778 | /src/classes/GW_Householding.cls | 387 | 25 | 390 | 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 |
778 | /src/classes/GW_Householding.cls | 387 | 25 | 390 | 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 |
779 | /src/classes/GW_Householding.cls | 388 | 74 | 388 | 121 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
779 | /src/classes/GW_Householding.cls | 388 | 74 | 388 | 121 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
780 | /src/classes/GW_Householding.cls | 388 | 74 | 388 | 121 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
780 | /src/classes/GW_Householding.cls | 388 | 74 | 388 | 121 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
781 | /src/classes/GW_Householding.cls | 389 | 73 | 389 | 119 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
781 | /src/classes/GW_Householding.cls | 389 | 73 | 389 | 119 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
782 | /src/classes/GW_Householding.cls | 389 | 73 | 389 | 119 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
782 | /src/classes/GW_Householding.cls | 389 | 73 | 389 | 119 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
783 | /src/classes/GW_Householding.cls | 393 | 21 | 395 | 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 |
783 | /src/classes/GW_Householding.cls | 393 | 21 | 395 | 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 |
784 | /src/classes/GW_Householding.cls | 400 | 17 | 400 | 71 | 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 |
784 | /src/classes/GW_Householding.cls | 400 | 17 | 400 | 71 | 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 |
785 | /src/classes/GW_Householding.cls | 400 | 43 | 400 | 71 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
785 | /src/classes/GW_Householding.cls | 400 | 43 | 400 | 71 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
786 | /src/classes/GW_Householding.cls | 400 | 43 | 400 | 71 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
786 | /src/classes/GW_Householding.cls | 400 | 43 | 400 | 71 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
787 | /src/classes/GW_Householding.cls | 401 | 17 | 401 | 85 | 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 |
787 | /src/classes/GW_Householding.cls | 401 | 17 | 401 | 85 | 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 |
788 | /src/classes/GW_Householding.cls | 401 | 48 | 401 | 85 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
788 | /src/classes/GW_Householding.cls | 401 | 48 | 401 | 85 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
789 | /src/classes/GW_Householding.cls | 401 | 48 | 401 | 85 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
789 | /src/classes/GW_Householding.cls | 401 | 48 | 401 | 85 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
790 | /src/classes/GW_Householding.cls | 409 | 30 | 451 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
790 | /src/classes/GW_Householding.cls | 409 | 30 | 451 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
791 | /src/classes/GW_Householding.cls | 409 | 30 | 451 | 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. |
791 | /src/classes/GW_Householding.cls | 409 | 30 | 451 | 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. |
792 | /src/classes/GW_Householding.cls | 409 | 30 | 451 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestNaming' doesn't match '[a-z][a-zA-Z0-9]*' |
792 | /src/classes/GW_Householding.cls | 409 | 30 | 451 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestNaming' doesn't match '[a-z][a-zA-Z0-9]*' |
793 | /src/classes/GW_Householding.cls | 457 | 30 | 479 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
793 | /src/classes/GW_Householding.cls | 457 | 30 | 479 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
794 | /src/classes/GW_Householding.cls | 457 | 30 | 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. |
794 | /src/classes/GW_Householding.cls | 457 | 30 | 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. |
795 | /src/classes/GW_Householding.cls | 457 | 30 | 479 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestAutoCreationDeactivated' doesn't match '[a-z][a-zA-Z0-9]*' |
795 | /src/classes/GW_Householding.cls | 457 | 30 | 479 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestAutoCreationDeactivated' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /src/classes/GW_Householding.cls | 459 | 12 | 459 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
796 | /src/classes/GW_Householding.cls | 459 | 12 | 459 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
797 | /src/classes/GW_Householding.cls | 459 | 12 | 459 | 16 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId' defined but not used |
797 | /src/classes/GW_Householding.cls | 459 | 12 | 459 | 16 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId' defined but not used |
798 | /src/classes/GW_Householding.cls | 460 | 12 | 460 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
798 | /src/classes/GW_Householding.cls | 460 | 12 | 460 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
799 | /src/classes/GW_Householding.cls | 460 | 12 | 460 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'FirstContactId' defined but not used |
799 | /src/classes/GW_Householding.cls | 460 | 12 | 460 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'FirstContactId' defined but not used |
800 | /src/classes/GW_Householding.cls | 485 | 30 | 532 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
800 | /src/classes/GW_Householding.cls | 485 | 30 | 532 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
801 | /src/classes/GW_Householding.cls | 485 | 30 | 532 | 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. |
801 | /src/classes/GW_Householding.cls | 485 | 30 | 532 | 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. |
802 | /src/classes/GW_Householding.cls | 485 | 30 | 532 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestHHForOneContact' doesn't match '[a-z][a-zA-Z0-9]*' |
802 | /src/classes/GW_Householding.cls | 485 | 30 | 532 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestHHForOneContact' doesn't match '[a-z][a-zA-Z0-9]*' |
803 | /src/classes/GW_Householding.cls | 487 | 12 | 487 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
803 | /src/classes/GW_Householding.cls | 487 | 12 | 487 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
804 | /src/classes/GW_Householding.cls | 488 | 12 | 488 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
804 | /src/classes/GW_Householding.cls | 488 | 12 | 488 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
805 | /src/classes/GW_Householding.cls | 511 | 29 | 511 | 154 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
805 | /src/classes/GW_Householding.cls | 511 | 29 | 511 | 154 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
806 | /src/classes/GW_Householding.cls | 529 | 11 | 530 | 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 |
806 | /src/classes/GW_Householding.cls | 529 | 11 | 530 | 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 |
807 | /src/classes/GW_Householding.cls | 538 | 30 | 567 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
807 | /src/classes/GW_Householding.cls | 538 | 30 | 567 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
808 | /src/classes/GW_Householding.cls | 538 | 30 | 567 | 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. |
808 | /src/classes/GW_Householding.cls | 538 | 30 | 567 | 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. |
809 | /src/classes/GW_Householding.cls | 538 | 30 | 567 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestHHForOneContactWithNullValues' doesn't match '[a-z][a-zA-Z0-9]*' |
809 | /src/classes/GW_Householding.cls | 538 | 30 | 567 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestHHForOneContactWithNullValues' doesn't match '[a-z][a-zA-Z0-9]*' |
810 | /src/classes/GW_Householding.cls | 540 | 12 | 540 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
810 | /src/classes/GW_Householding.cls | 540 | 12 | 540 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
811 | /src/classes/GW_Householding.cls | 541 | 12 | 541 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
811 | /src/classes/GW_Householding.cls | 541 | 12 | 541 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
812 | /src/classes/GW_Householding.cls | 557 | 29 | 557 | 163 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
812 | /src/classes/GW_Householding.cls | 557 | 29 | 557 | 163 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
813 | /src/classes/GW_Householding.cls | 572 | 30 | 621 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
813 | /src/classes/GW_Householding.cls | 572 | 30 | 621 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
814 | /src/classes/GW_Householding.cls | 572 | 30 | 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. |
814 | /src/classes/GW_Householding.cls | 572 | 30 | 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. |
815 | /src/classes/GW_Householding.cls | 572 | 30 | 621 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestContactNameChange' doesn't match '[a-z][a-zA-Z0-9]*' |
815 | /src/classes/GW_Householding.cls | 572 | 30 | 621 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestContactNameChange' doesn't match '[a-z][a-zA-Z0-9]*' |
816 | /src/classes/GW_Householding.cls | 574 | 12 | 574 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
816 | /src/classes/GW_Householding.cls | 574 | 12 | 574 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
817 | /src/classes/GW_Householding.cls | 574 | 12 | 574 | 16 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId' defined but not used |
817 | /src/classes/GW_Householding.cls | 574 | 12 | 574 | 16 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId' defined but not used |
818 | /src/classes/GW_Householding.cls | 575 | 12 | 575 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
818 | /src/classes/GW_Householding.cls | 575 | 12 | 575 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
819 | /src/classes/GW_Householding.cls | 598 | 29 | 598 | 154 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
819 | /src/classes/GW_Householding.cls | 598 | 29 | 598 | 154 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
820 | /src/classes/GW_Householding.cls | 613 | 29 | 613 | 155 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold2' doesn't match '[a-z][a-zA-Z0-9]*' |
820 | /src/classes/GW_Householding.cls | 613 | 29 | 613 | 155 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold2' doesn't match '[a-z][a-zA-Z0-9]*' |
821 | /src/classes/GW_Householding.cls | 626 | 30 | 641 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
821 | /src/classes/GW_Householding.cls | 626 | 30 | 641 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
822 | /src/classes/GW_Householding.cls | 626 | 30 | 641 | 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. |
822 | /src/classes/GW_Householding.cls | 626 | 30 | 641 | 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. |
823 | /src/classes/GW_Householding.cls | 626 | 30 | 641 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestInsertHouseholdThenContact' doesn't match '[a-z][a-zA-Z0-9]*' |
823 | /src/classes/GW_Householding.cls | 626 | 30 | 641 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestInsertHouseholdThenContact' doesn't match '[a-z][a-zA-Z0-9]*' |
824 | /src/classes/GW_Householding.cls | 647 | 30 | 724 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
824 | /src/classes/GW_Householding.cls | 647 | 30 | 724 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
825 | /src/classes/GW_Householding.cls | 647 | 30 | 724 | 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. |
825 | /src/classes/GW_Householding.cls | 647 | 30 | 724 | 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. |
826 | /src/classes/GW_Householding.cls | 647 | 30 | 724 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestSecondContactInHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
826 | /src/classes/GW_Householding.cls | 647 | 30 | 724 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestSecondContactInHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
827 | /src/classes/GW_Householding.cls | 649 | 12 | 649 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
827 | /src/classes/GW_Householding.cls | 649 | 12 | 649 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
828 | /src/classes/GW_Householding.cls | 650 | 12 | 650 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
828 | /src/classes/GW_Householding.cls | 650 | 12 | 650 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
829 | /src/classes/GW_Householding.cls | 650 | 12 | 650 | 17 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId2' defined but not used |
829 | /src/classes/GW_Householding.cls | 650 | 12 | 650 | 17 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId2' defined but not used |
830 | /src/classes/GW_Householding.cls | 651 | 12 | 651 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
830 | /src/classes/GW_Householding.cls | 651 | 12 | 651 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
831 | /src/classes/GW_Householding.cls | 652 | 12 | 652 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
831 | /src/classes/GW_Householding.cls | 652 | 12 | 652 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
832 | /src/classes/GW_Householding.cls | 682 | 16 | 682 | 55 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondContactotherStreet' defined but not used |
832 | /src/classes/GW_Householding.cls | 682 | 16 | 682 | 55 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondContactotherStreet' defined but not used |
833 | /src/classes/GW_Householding.cls | 692 | 16 | 692 | 22 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHName' doesn't match '[a-z][a-zA-Z0-9]*' |
833 | /src/classes/GW_Householding.cls | 692 | 16 | 692 | 22 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHName' doesn't match '[a-z][a-zA-Z0-9]*' |
834 | /src/classes/GW_Householding.cls | 694 | 16 | 694 | 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 'HHGreeting' doesn't match '[a-z][a-zA-Z0-9]*' |
834 | /src/classes/GW_Householding.cls | 694 | 16 | 694 | 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 'HHGreeting' doesn't match '[a-z][a-zA-Z0-9]*' |
835 | /src/classes/GW_Householding.cls | 696 | 29 | 696 | 120 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfterSecondContact' doesn't match '[a-z][a-zA-Z0-9]*' |
835 | /src/classes/GW_Householding.cls | 696 | 29 | 696 | 120 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfterSecondContact' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /src/classes/GW_Householding.cls | 704 | 19 | 704 | 225 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactAfterSecondContact' doesn't match '[a-z][a-zA-Z0-9]*' |
836 | /src/classes/GW_Householding.cls | 704 | 19 | 704 | 225 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactAfterSecondContact' doesn't match '[a-z][a-zA-Z0-9]*' |
837 | /src/classes/GW_Householding.cls | 729 | 30 | 831 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
837 | /src/classes/GW_Householding.cls | 729 | 30 | 831 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
838 | /src/classes/GW_Householding.cls | 729 | 30 | 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. |
838 | /src/classes/GW_Householding.cls | 729 | 30 | 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. |
839 | /src/classes/GW_Householding.cls | 729 | 30 | 831 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'Test3rdContactInHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
839 | /src/classes/GW_Householding.cls | 729 | 30 | 831 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'Test3rdContactInHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
840 | /src/classes/GW_Householding.cls | 731 | 12 | 731 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
840 | /src/classes/GW_Householding.cls | 731 | 12 | 731 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
841 | /src/classes/GW_Householding.cls | 732 | 12 | 732 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
841 | /src/classes/GW_Householding.cls | 732 | 12 | 732 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
842 | /src/classes/GW_Householding.cls | 732 | 12 | 732 | 17 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId2' defined but not used |
842 | /src/classes/GW_Householding.cls | 732 | 12 | 732 | 17 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId2' defined but not used |
843 | /src/classes/GW_Householding.cls | 733 | 12 | 733 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
843 | /src/classes/GW_Householding.cls | 733 | 12 | 733 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
844 | /src/classes/GW_Householding.cls | 734 | 12 | 734 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
844 | /src/classes/GW_Householding.cls | 734 | 12 | 734 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
845 | /src/classes/GW_Householding.cls | 759 | 16 | 759 | 55 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondContactotherStreet' defined but not used |
845 | /src/classes/GW_Householding.cls | 759 | 16 | 759 | 55 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondContactotherStreet' defined but not used |
846 | /src/classes/GW_Householding.cls | 779 | 16 | 779 | 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 'ExpectedHHName' doesn't match '[a-z][a-zA-Z0-9]*' |
846 | /src/classes/GW_Householding.cls | 779 | 16 | 779 | 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 'ExpectedHHName' doesn't match '[a-z][a-zA-Z0-9]*' |
847 | /src/classes/GW_Householding.cls | 781 | 16 | 781 | 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 'ExpectedHHGreeting' doesn't match '[a-z][a-zA-Z0-9]*' |
847 | /src/classes/GW_Householding.cls | 781 | 16 | 781 | 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 'ExpectedHHGreeting' doesn't match '[a-z][a-zA-Z0-9]*' |
848 | /src/classes/GW_Householding.cls | 783 | 29 | 783 | 120 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfterThirdContact' doesn't match '[a-z][a-zA-Z0-9]*' |
848 | /src/classes/GW_Householding.cls | 783 | 29 | 783 | 120 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfterThirdContact' doesn't match '[a-z][a-zA-Z0-9]*' |
849 | /src/classes/GW_Householding.cls | 795 | 16 | 795 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OverrideName' doesn't match '[a-z][a-zA-Z0-9]*' |
849 | /src/classes/GW_Householding.cls | 795 | 16 | 795 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OverrideName' doesn't match '[a-z][a-zA-Z0-9]*' |
850 | /src/classes/GW_Householding.cls | 796 | 16 | 796 | 52 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OverrideGreeting' doesn't match '[a-z][a-zA-Z0-9]*' |
850 | /src/classes/GW_Householding.cls | 796 | 16 | 796 | 52 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OverrideGreeting' doesn't match '[a-z][a-zA-Z0-9]*' |
851 | /src/classes/GW_Householding.cls | 807 | 29 | 807 | 112 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfterOverride' doesn't match '[a-z][a-zA-Z0-9]*' |
851 | /src/classes/GW_Householding.cls | 807 | 29 | 807 | 112 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfterOverride' doesn't match '[a-z][a-zA-Z0-9]*' |
852 | /src/classes/GW_Householding.cls | 816 | 27 | 820 | 10 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHOverrideNull' doesn't match '[a-z][a-zA-Z0-9]*' |
852 | /src/classes/GW_Householding.cls | 816 | 27 | 820 | 10 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHOverrideNull' doesn't match '[a-z][a-zA-Z0-9]*' |
853 | /src/classes/GW_Householding.cls | 823 | 29 | 823 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfterOverrideNull' doesn't match '[a-z][a-zA-Z0-9]*' |
853 | /src/classes/GW_Householding.cls | 823 | 29 | 823 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfterOverrideNull' doesn't match '[a-z][a-zA-Z0-9]*' |
854 | /src/classes/GW_Householding.cls | 836 | 30 | 891 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
854 | /src/classes/GW_Householding.cls | 836 | 30 | 891 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
855 | /src/classes/GW_Householding.cls | 836 | 30 | 891 | 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. |
855 | /src/classes/GW_Householding.cls | 836 | 30 | 891 | 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. |
856 | /src/classes/GW_Householding.cls | 836 | 30 | 891 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestContactWithNullHouseholds' doesn't match '[a-z][a-zA-Z0-9]*' |
856 | /src/classes/GW_Householding.cls | 836 | 30 | 891 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestContactWithNullHouseholds' doesn't match '[a-z][a-zA-Z0-9]*' |
857 | /src/classes/GW_Householding.cls | 898 | 30 | 971 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
857 | /src/classes/GW_Householding.cls | 898 | 30 | 971 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
858 | /src/classes/GW_Householding.cls | 898 | 30 | 971 | 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. |
858 | /src/classes/GW_Householding.cls | 898 | 30 | 971 | 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. |
859 | /src/classes/GW_Householding.cls | 898 | 30 | 971 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestChangeContactAddress' doesn't match '[a-z][a-zA-Z0-9]*' |
859 | /src/classes/GW_Householding.cls | 898 | 30 | 971 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestChangeContactAddress' doesn't match '[a-z][a-zA-Z0-9]*' |
860 | /src/classes/GW_Householding.cls | 900 | 12 | 900 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
860 | /src/classes/GW_Householding.cls | 900 | 12 | 900 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
861 | /src/classes/GW_Householding.cls | 901 | 12 | 901 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
861 | /src/classes/GW_Householding.cls | 901 | 12 | 901 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
862 | /src/classes/GW_Householding.cls | 902 | 12 | 902 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
862 | /src/classes/GW_Householding.cls | 902 | 12 | 902 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
863 | /src/classes/GW_Householding.cls | 902 | 12 | 902 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'SecondContactId' defined but not used |
863 | /src/classes/GW_Householding.cls | 902 | 12 | 902 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'SecondContactId' defined but not used |
864 | /src/classes/GW_Householding.cls | 953 | 29 | 953 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
864 | /src/classes/GW_Householding.cls | 953 | 29 | 953 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
865 | /src/classes/GW_Householding.cls | 953 | 29 | 953 | 116 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold' defined but not used |
865 | /src/classes/GW_Householding.cls | 953 | 29 | 953 | 116 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold' defined but not used |
866 | /src/classes/GW_Householding.cls | 977 | 30 | 1028 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
866 | /src/classes/GW_Householding.cls | 977 | 30 | 1028 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
867 | /src/classes/GW_Householding.cls | 977 | 30 | 1028 | 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. |
867 | /src/classes/GW_Householding.cls | 977 | 30 | 1028 | 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. |
868 | /src/classes/GW_Householding.cls | 977 | 30 | 1028 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestDeleteContactFromHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
868 | /src/classes/GW_Householding.cls | 977 | 30 | 1028 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestDeleteContactFromHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
869 | /src/classes/GW_Householding.cls | 979 | 12 | 979 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
869 | /src/classes/GW_Householding.cls | 979 | 12 | 979 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
870 | /src/classes/GW_Householding.cls | 980 | 12 | 980 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
870 | /src/classes/GW_Householding.cls | 980 | 12 | 980 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
871 | /src/classes/GW_Householding.cls | 981 | 12 | 981 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
871 | /src/classes/GW_Householding.cls | 981 | 12 | 981 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
872 | /src/classes/GW_Householding.cls | 981 | 12 | 981 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'SecondContactId' defined but not used |
872 | /src/classes/GW_Householding.cls | 981 | 12 | 981 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'SecondContactId' defined but not used |
873 | /src/classes/GW_Householding.cls | 1025 | 29 | 1025 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
873 | /src/classes/GW_Householding.cls | 1025 | 29 | 1025 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
874 | /src/classes/GW_Householding.cls | 1034 | 30 | 1068 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
874 | /src/classes/GW_Householding.cls | 1034 | 30 | 1068 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
875 | /src/classes/GW_Householding.cls | 1034 | 30 | 1068 | 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. |
875 | /src/classes/GW_Householding.cls | 1034 | 30 | 1068 | 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. |
876 | /src/classes/GW_Householding.cls | 1034 | 30 | 1068 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestDeleteLastContactFromHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
876 | /src/classes/GW_Householding.cls | 1034 | 30 | 1068 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestDeleteLastContactFromHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
877 | /src/classes/GW_Householding.cls | 1036 | 12 | 1036 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
877 | /src/classes/GW_Householding.cls | 1036 | 12 | 1036 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
878 | /src/classes/GW_Householding.cls | 1037 | 12 | 1037 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
878 | /src/classes/GW_Householding.cls | 1037 | 12 | 1037 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
879 | /src/classes/GW_Householding.cls | 1058 | 29 | 1058 | 153 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
879 | /src/classes/GW_Householding.cls | 1058 | 29 | 1058 | 153 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
880 | /src/classes/GW_Householding.cls | 1074 | 30 | 1154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
880 | /src/classes/GW_Householding.cls | 1074 | 30 | 1154 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
881 | /src/classes/GW_Householding.cls | 1074 | 30 | 1154 | 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. |
881 | /src/classes/GW_Householding.cls | 1074 | 30 | 1154 | 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. |
882 | /src/classes/GW_Householding.cls | 1074 | 30 | 1154 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMoveContactBetweenHouseholds' doesn't match '[a-z][a-zA-Z0-9]*' |
882 | /src/classes/GW_Householding.cls | 1074 | 30 | 1154 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMoveContactBetweenHouseholds' doesn't match '[a-z][a-zA-Z0-9]*' |
883 | /src/classes/GW_Householding.cls | 1076 | 12 | 1076 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
883 | /src/classes/GW_Householding.cls | 1076 | 12 | 1076 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
884 | /src/classes/GW_Householding.cls | 1077 | 12 | 1077 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
884 | /src/classes/GW_Householding.cls | 1077 | 12 | 1077 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
885 | /src/classes/GW_Householding.cls | 1078 | 12 | 1078 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
885 | /src/classes/GW_Householding.cls | 1078 | 12 | 1078 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
886 | /src/classes/GW_Householding.cls | 1079 | 12 | 1079 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
886 | /src/classes/GW_Householding.cls | 1079 | 12 | 1079 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
887 | /src/classes/GW_Householding.cls | 1080 | 12 | 1080 | 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 'ThirdContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
887 | /src/classes/GW_Householding.cls | 1080 | 12 | 1080 | 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 'ThirdContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
888 | /src/classes/GW_Householding.cls | 1148 | 9 | 1148 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
888 | /src/classes/GW_Householding.cls | 1148 | 9 | 1148 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
889 | /src/classes/GW_Householding.cls | 1148 | 9 | 1148 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
889 | /src/classes/GW_Householding.cls | 1148 | 9 | 1148 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
890 | /src/classes/GW_Householding.cls | 1150 | 29 | 1150 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfter4Contact' doesn't match '[a-z][a-zA-Z0-9]*' |
890 | /src/classes/GW_Householding.cls | 1150 | 29 | 1150 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHAfter4Contact' doesn't match '[a-z][a-zA-Z0-9]*' |
891 | /src/classes/GW_Householding.cls | 1160 | 30 | 1251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
891 | /src/classes/GW_Householding.cls | 1160 | 30 | 1251 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
892 | /src/classes/GW_Householding.cls | 1160 | 30 | 1251 | 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. |
892 | /src/classes/GW_Householding.cls | 1160 | 30 | 1251 | 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. |
893 | /src/classes/GW_Householding.cls | 1160 | 30 | 1251 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestInsertingNewHouseholdMemberWithDifferentAddress' doesn't match '[a-z][a-zA-Z0-9]*' |
893 | /src/classes/GW_Householding.cls | 1160 | 30 | 1251 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestInsertingNewHouseholdMemberWithDifferentAddress' doesn't match '[a-z][a-zA-Z0-9]*' |
894 | /src/classes/GW_Householding.cls | 1161 | 12 | 1161 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
894 | /src/classes/GW_Householding.cls | 1161 | 12 | 1161 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
895 | /src/classes/GW_Householding.cls | 1162 | 12 | 1162 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
895 | /src/classes/GW_Householding.cls | 1162 | 12 | 1162 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
896 | /src/classes/GW_Householding.cls | 1162 | 12 | 1162 | 17 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId2' defined but not used |
896 | /src/classes/GW_Householding.cls | 1162 | 12 | 1162 | 17 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId2' defined but not used |
897 | /src/classes/GW_Householding.cls | 1163 | 12 | 1163 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
897 | /src/classes/GW_Householding.cls | 1163 | 12 | 1163 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
898 | /src/classes/GW_Householding.cls | 1164 | 12 | 1164 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
898 | /src/classes/GW_Householding.cls | 1164 | 12 | 1164 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
899 | /src/classes/GW_Householding.cls | 1164 | 12 | 1164 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'SecondContactId' defined but not used |
899 | /src/classes/GW_Householding.cls | 1164 | 12 | 1164 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'SecondContactId' defined but not used |
900 | /src/classes/GW_Householding.cls | 1165 | 12 | 1165 | 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 'ThirdContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
900 | /src/classes/GW_Householding.cls | 1165 | 12 | 1165 | 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 'ThirdContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
901 | /src/classes/GW_Householding.cls | 1165 | 12 | 1165 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ThirdContactId' defined but not used |
901 | /src/classes/GW_Householding.cls | 1165 | 12 | 1165 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ThirdContactId' defined but not used |
902 | /src/classes/GW_Householding.cls | 1182 | 29 | 1182 | 170 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
902 | /src/classes/GW_Householding.cls | 1182 | 29 | 1182 | 170 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
903 | /src/classes/GW_Householding.cls | 1182 | 29 | 1182 | 170 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold' defined but not used |
903 | /src/classes/GW_Householding.cls | 1182 | 29 | 1182 | 170 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold' defined but not used |
904 | /src/classes/GW_Householding.cls | 1208 | 29 | 1208 | 171 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold2' doesn't match '[a-z][a-zA-Z0-9]*' |
904 | /src/classes/GW_Householding.cls | 1208 | 29 | 1208 | 171 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold2' doesn't match '[a-z][a-zA-Z0-9]*' |
905 | /src/classes/GW_Householding.cls | 1208 | 29 | 1208 | 171 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold2' defined but not used |
905 | /src/classes/GW_Householding.cls | 1208 | 29 | 1208 | 171 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold2' defined but not used |
906 | /src/classes/GW_Householding.cls | 1209 | 19 | 1209 | 226 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HouseholdMembers' doesn't match '[a-z][a-zA-Z0-9]*' |
906 | /src/classes/GW_Householding.cls | 1209 | 19 | 1209 | 226 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HouseholdMembers' doesn't match '[a-z][a-zA-Z0-9]*' |
907 | /src/classes/GW_Householding.cls | 1231 | 29 | 1231 | 171 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold3' doesn't match '[a-z][a-zA-Z0-9]*' |
907 | /src/classes/GW_Householding.cls | 1231 | 29 | 1231 | 171 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold3' doesn't match '[a-z][a-zA-Z0-9]*' |
908 | /src/classes/GW_Householding.cls | 1231 | 29 | 1231 | 171 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold3' defined but not used |
908 | /src/classes/GW_Householding.cls | 1231 | 29 | 1231 | 171 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold3' defined but not used |
909 | /src/classes/GW_Householding.cls | 1232 | 19 | 1232 | 227 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HouseholdMembers2' doesn't match '[a-z][a-zA-Z0-9]*' |
909 | /src/classes/GW_Householding.cls | 1232 | 19 | 1232 | 227 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HouseholdMembers2' doesn't match '[a-z][a-zA-Z0-9]*' |
910 | /src/classes/GW_Householding.cls | 1255 | 30 | 1315 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
910 | /src/classes/GW_Householding.cls | 1255 | 30 | 1315 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
911 | /src/classes/GW_Householding.cls | 1255 | 30 | 1315 | 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. |
911 | /src/classes/GW_Householding.cls | 1255 | 30 | 1315 | 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. |
912 | /src/classes/GW_Householding.cls | 1255 | 30 | 1315 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMovingHouseholdMemberWithDifferentAddress' doesn't match '[a-z][a-zA-Z0-9]*' |
912 | /src/classes/GW_Householding.cls | 1255 | 30 | 1315 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMovingHouseholdMemberWithDifferentAddress' doesn't match '[a-z][a-zA-Z0-9]*' |
913 | /src/classes/GW_Householding.cls | 1256 | 12 | 1256 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
913 | /src/classes/GW_Householding.cls | 1256 | 12 | 1256 | 16 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId' doesn't match '[a-z][a-zA-Z0-9]*' |
914 | /src/classes/GW_Householding.cls | 1257 | 12 | 1257 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
914 | /src/classes/GW_Householding.cls | 1257 | 12 | 1257 | 17 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HHId2' doesn't match '[a-z][a-zA-Z0-9]*' |
915 | /src/classes/GW_Householding.cls | 1257 | 12 | 1257 | 17 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId2' defined but not used |
915 | /src/classes/GW_Householding.cls | 1257 | 12 | 1257 | 17 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'HHId2' defined but not used |
916 | /src/classes/GW_Householding.cls | 1258 | 12 | 1258 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
916 | /src/classes/GW_Householding.cls | 1258 | 12 | 1258 | 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 'FirstContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
917 | /src/classes/GW_Householding.cls | 1259 | 12 | 1259 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
917 | /src/classes/GW_Householding.cls | 1259 | 12 | 1259 | 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 'SecondContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
918 | /src/classes/GW_Householding.cls | 1259 | 12 | 1259 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'SecondContactId' defined but not used |
918 | /src/classes/GW_Householding.cls | 1259 | 12 | 1259 | 27 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'SecondContactId' defined but not used |
919 | /src/classes/GW_Householding.cls | 1260 | 12 | 1260 | 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 'ThirdContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
919 | /src/classes/GW_Householding.cls | 1260 | 12 | 1260 | 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 'ThirdContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
920 | /src/classes/GW_Householding.cls | 1260 | 12 | 1260 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ThirdContactId' defined but not used |
920 | /src/classes/GW_Householding.cls | 1260 | 12 | 1260 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ThirdContactId' defined but not used |
921 | /src/classes/GW_Householding.cls | 1275 | 29 | 1275 | 169 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
921 | /src/classes/GW_Householding.cls | 1275 | 29 | 1275 | 169 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CurrentHousehold' doesn't match '[a-z][a-zA-Z0-9]*' |
922 | /src/classes/GW_Householding.cls | 1275 | 29 | 1275 | 169 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold' defined but not used |
922 | /src/classes/GW_Householding.cls | 1275 | 29 | 1275 | 169 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'CurrentHousehold' defined but not used |
923 | /src/classes/GW_Householding.cls | 1302 | 19 | 1302 | 236 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HouseholdMembers' doesn't match '[a-z][a-zA-Z0-9]*' |
923 | /src/classes/GW_Householding.cls | 1302 | 19 | 1302 | 236 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'HouseholdMembers' doesn't match '[a-z][a-zA-Z0-9]*' |
924 | /src/classes/GW_Householding.cls | 1318 | 30 | 1340 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
924 | /src/classes/GW_Householding.cls | 1318 | 30 | 1340 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
925 | /src/classes/GW_Householding.cls | 1318 | 30 | 1340 | 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. |
925 | /src/classes/GW_Householding.cls | 1318 | 30 | 1340 | 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. |
926 | /src/classes/GW_Householding.cls | 1321 | 14 | 1321 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'datClose' defined but not used |
926 | /src/classes/GW_Householding.cls | 1321 | 14 | 1321 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'datClose' defined but not used |
927 | /src/classes/GW_Householding.cls | 1324 | 19 | 1324 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
927 | /src/classes/GW_Householding.cls | 1324 | 19 | 1324 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
928 | /src/classes/GW_Householding.cls | 1342 | 30 | 1418 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
928 | /src/classes/GW_Householding.cls | 1342 | 30 | 1418 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
929 | /src/classes/GW_Householding.cls | 1342 | 30 | 1418 | 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. |
929 | /src/classes/GW_Householding.cls | 1342 | 30 | 1418 | 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. |
930 | /src/classes/GW_Householding.cls | 1345 | 14 | 1345 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'datClose' defined but not used |
930 | /src/classes/GW_Householding.cls | 1345 | 14 | 1345 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'datClose' defined but not used |
931 | /src/classes/GW_Householding.cls | 1355 | 19 | 1355 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
931 | /src/classes/GW_Householding.cls | 1355 | 19 | 1355 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /src/classes/GW_Householding.cls | 1366 | 12 | 1366 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
932 | /src/classes/GW_Householding.cls | 1366 | 12 | 1366 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
933 | /src/classes/GW_Householding.cls | 1366 | 12 | 1366 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'FirstConId' defined but not used |
933 | /src/classes/GW_Householding.cls | 1366 | 12 | 1366 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'FirstConId' defined but not used |
934 | /src/classes/GW_Householding.cls | 1368 | 16 | 1368 | 52 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'FirstConFirstName' doesn't match '[a-z][a-zA-Z0-9]*' |
934 | /src/classes/GW_Householding.cls | 1368 | 16 | 1368 | 52 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'FirstConFirstName' doesn't match '[a-z][a-zA-Z0-9]*' |
935 | /src/classes/GW_Householding.cls | 1369 | 16 | 1369 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'FirstConLastName' doesn't match '[a-z][a-zA-Z0-9]*' |
935 | /src/classes/GW_Householding.cls | 1369 | 16 | 1369 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'FirstConLastName' doesn't match '[a-z][a-zA-Z0-9]*' |
936 | /src/classes/GW_Householding.cls | 1375 | 12 | 1375 | 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 'FirstConHHId' doesn't match '[a-z][a-zA-Z0-9]*' |
936 | /src/classes/GW_Householding.cls | 1375 | 12 | 1375 | 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 'FirstConHHId' doesn't match '[a-z][a-zA-Z0-9]*' |
937 | /src/classes/GW_Householding.cls | 1387 | 19 | 1387 | 106 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestSecondCons' doesn't match '[a-z][a-zA-Z0-9]*' |
937 | /src/classes/GW_Householding.cls | 1387 | 19 | 1387 | 106 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestSecondCons' doesn't match '[a-z][a-zA-Z0-9]*' |
938 | /src/classes/GW_Householding.cls | 1405 | 16 | 1405 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondContactLastName' defined but not used |
938 | /src/classes/GW_Householding.cls | 1405 | 16 | 1405 | 57 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondContactLastName' defined but not used |
939 | /src/classes/GW_InterAccountRelationships.cls | 5 | 24 | 229 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
939 | /src/classes/GW_InterAccountRelationships.cls | 5 | 24 | 229 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
940 | /src/classes/GW_InterAccountRelationships.cls | 5 | 24 | 229 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
940 | /src/classes/GW_InterAccountRelationships.cls | 5 | 24 | 229 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
941 | /src/classes/GW_InterAccountRelationships.cls | 42 | 9 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
941 | /src/classes/GW_InterAccountRelationships.cls | 42 | 9 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
942 | /src/classes/GW_InterAccountRelationships.cls | 43 | 25 | 43 | 105 | 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 |
942 | /src/classes/GW_InterAccountRelationships.cls | 43 | 25 | 43 | 105 | 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 |
943 | /src/classes/GW_InterAccountRelationships.cls | 44 | 39 | 44 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
943 | /src/classes/GW_InterAccountRelationships.cls | 44 | 39 | 44 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
944 | /src/classes/GW_InterAccountRelationships.cls | 44 | 39 | 44 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
944 | /src/classes/GW_InterAccountRelationships.cls | 44 | 39 | 44 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
945 | /src/classes/GW_InterAccountRelationships.cls | 44 | 39 | 44 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
945 | /src/classes/GW_InterAccountRelationships.cls | 44 | 39 | 44 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
946 | /src/classes/GW_InterAccountRelationships.cls | 49 | 9 | 53 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
946 | /src/classes/GW_InterAccountRelationships.cls | 49 | 9 | 53 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
947 | /src/classes/GW_InterAccountRelationships.cls | 50 | 25 | 50 | 112 | 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 |
947 | /src/classes/GW_InterAccountRelationships.cls | 50 | 25 | 50 | 112 | 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 |
948 | /src/classes/GW_InterAccountRelationships.cls | 51 | 39 | 51 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
948 | /src/classes/GW_InterAccountRelationships.cls | 51 | 39 | 51 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
949 | /src/classes/GW_InterAccountRelationships.cls | 51 | 39 | 51 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
949 | /src/classes/GW_InterAccountRelationships.cls | 51 | 39 | 51 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
950 | /src/classes/GW_InterAccountRelationships.cls | 51 | 39 | 51 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
950 | /src/classes/GW_InterAccountRelationships.cls | 51 | 39 | 51 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
951 | /src/classes/GW_InterAccountRelationships.cls | 55 | 9 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
951 | /src/classes/GW_InterAccountRelationships.cls | 55 | 9 | 73 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
952 | /src/classes/GW_InterAccountRelationships.cls | 56 | 59 | 56 | 228 | 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 |
952 | /src/classes/GW_InterAccountRelationships.cls | 56 | 59 | 56 | 228 | 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 |
953 | /src/classes/GW_InterAccountRelationships.cls | 71 | 40 | 71 | 67 | 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 |
953 | /src/classes/GW_InterAccountRelationships.cls | 71 | 40 | 71 | 67 | 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 |
954 | /src/classes/GW_InterAccountRelationships.cls | 71 | 40 | 71 | 67 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
954 | /src/classes/GW_InterAccountRelationships.cls | 71 | 40 | 71 | 67 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
955 | /src/classes/GW_InterAccountRelationships.cls | 71 | 40 | 71 | 67 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
955 | /src/classes/GW_InterAccountRelationships.cls | 71 | 40 | 71 | 67 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
956 | /src/classes/GW_InterAccountRelationships.cls | 75 | 9 | 107 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
956 | /src/classes/GW_InterAccountRelationships.cls | 75 | 9 | 107 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
957 | /src/classes/GW_InterAccountRelationships.cls | 92 | 39 | 92 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
957 | /src/classes/GW_InterAccountRelationships.cls | 92 | 39 | 92 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
958 | /src/classes/GW_InterAccountRelationships.cls | 92 | 39 | 92 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
958 | /src/classes/GW_InterAccountRelationships.cls | 92 | 39 | 92 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
959 | /src/classes/GW_InterAccountRelationships.cls | 92 | 39 | 92 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
959 | /src/classes/GW_InterAccountRelationships.cls | 92 | 39 | 92 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
960 | /src/classes/GW_InterAccountRelationships.cls | 106 | 47 | 106 | 82 | 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 |
960 | /src/classes/GW_InterAccountRelationships.cls | 106 | 47 | 106 | 82 | 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 |
961 | /src/classes/GW_InterAccountRelationships.cls | 106 | 47 | 106 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
961 | /src/classes/GW_InterAccountRelationships.cls | 106 | 47 | 106 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
962 | /src/classes/GW_InterAccountRelationships.cls | 106 | 47 | 106 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
962 | /src/classes/GW_InterAccountRelationships.cls | 106 | 47 | 106 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
963 | /src/classes/GW_InterAccountRelationships.cls | 110 | 16 | 120 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
963 | /src/classes/GW_InterAccountRelationships.cls | 110 | 16 | 120 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
964 | /src/classes/GW_InterAccountRelationships.cls | 110 | 16 | 120 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'DeleteInterAccountRelationships' doesn't match '[a-z][a-zA-Z0-9]*' |
964 | /src/classes/GW_InterAccountRelationships.cls | 110 | 16 | 120 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'DeleteInterAccountRelationships' doesn't match '[a-z][a-zA-Z0-9]*' |
965 | /src/classes/GW_InterAccountRelationships.cls | 124 | 27 | 188 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
965 | /src/classes/GW_InterAccountRelationships.cls | 124 | 27 | 188 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
966 | /src/classes/GW_InterAccountRelationships.cls | 124 | 27 | 188 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
966 | /src/classes/GW_InterAccountRelationships.cls | 124 | 27 | 188 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
967 | /src/classes/GW_InterAccountRelationships.cls | 124 | 27 | 188 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestaccountRel' doesn't match '[a-z][a-zA-Z0-9]*' |
967 | /src/classes/GW_InterAccountRelationships.cls | 124 | 27 | 188 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestaccountRel' doesn't match '[a-z][a-zA-Z0-9]*' |
968 | /src/classes/GW_InterAccountRelationships.cls | 141 | 32 | 141 | 214 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'interAccountRel_original' doesn't match '[a-z][a-zA-Z0-9]*' |
968 | /src/classes/GW_InterAccountRelationships.cls | 141 | 32 | 141 | 214 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'interAccountRel_original' doesn't match '[a-z][a-zA-Z0-9]*' |
969 | /src/classes/GW_InterAccountRelationships.cls | 147 | 32 | 147 | 238 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'interAccountRel_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
969 | /src/classes/GW_InterAccountRelationships.cls | 147 | 32 | 147 | 238 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'interAccountRel_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
970 | /src/classes/GW_InterAccountRelationships.cls | 160 | 32 | 161 | 176 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'updated_original' doesn't match '[a-z][a-zA-Z0-9]*' |
970 | /src/classes/GW_InterAccountRelationships.cls | 160 | 32 | 161 | 176 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'updated_original' doesn't match '[a-z][a-zA-Z0-9]*' |
971 | /src/classes/GW_InterAccountRelationships.cls | 174 | 32 | 174 | 209 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'updated_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
971 | /src/classes/GW_InterAccountRelationships.cls | 174 | 32 | 174 | 209 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'updated_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
972 | /src/classes/GW_InterAccountRelationships.cls | 184 | 34 | 184 | 171 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'mirror_after_original_deleted' doesn't match '[a-z][a-zA-Z0-9]*' |
972 | /src/classes/GW_InterAccountRelationships.cls | 184 | 34 | 184 | 171 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'mirror_after_original_deleted' doesn't match '[a-z][a-zA-Z0-9]*' |
973 | /src/classes/GW_InterAccountRelationships.cls | 190 | 26 | 227 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
973 | /src/classes/GW_InterAccountRelationships.cls | 190 | 26 | 227 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
974 | /src/classes/GW_InterAccountRelationships.cls | 190 | 26 | 227 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
974 | /src/classes/GW_InterAccountRelationships.cls | 190 | 26 | 227 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
975 | /src/classes/GW_InterAccountRelationships.cls | 190 | 26 | 227 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOrphanedRelDelete' doesn't match '[a-z][a-zA-Z0-9]*' |
975 | /src/classes/GW_InterAccountRelationships.cls | 190 | 26 | 227 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOrphanedRelDelete' doesn't match '[a-z][a-zA-Z0-9]*' |
976 | /src/classes/GW_InterAccountRelationships.cls | 208 | 32 | 208 | 214 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'interAccountRel_original' doesn't match '[a-z][a-zA-Z0-9]*' |
976 | /src/classes/GW_InterAccountRelationships.cls | 208 | 32 | 208 | 214 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'interAccountRel_original' doesn't match '[a-z][a-zA-Z0-9]*' |
977 | /src/classes/GW_InterAccountRelationships.cls | 213 | 32 | 213 | 238 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'interAccountRel_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
977 | /src/classes/GW_InterAccountRelationships.cls | 213 | 32 | 213 | 238 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'interAccountRel_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
978 | /src/classes/GW_LeadMaintenance.cls | 4 | 21 | 339 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
978 | /src/classes/GW_LeadMaintenance.cls | 4 | 21 | 339 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
979 | /src/classes/GW_LeadMaintenance.cls | 4 | 21 | 339 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_LeadMaintenance' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
979 | /src/classes/GW_LeadMaintenance.cls | 4 | 21 | 339 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_LeadMaintenance' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
980 | /src/classes/GW_LeadMaintenance.cls | 4 | 21 | 339 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
980 | /src/classes/GW_LeadMaintenance.cls | 4 | 21 | 339 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
981 | /src/classes/GW_LeadMaintenance.cls | 9 | 16 | 34 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
981 | /src/classes/GW_LeadMaintenance.cls | 9 | 16 | 34 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
982 | /src/classes/GW_LeadMaintenance.cls | 9 | 16 | 34 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'LeadFieldFixups' doesn't match '[a-z][a-zA-Z0-9]*' |
982 | /src/classes/GW_LeadMaintenance.cls | 9 | 16 | 34 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'LeadFieldFixups' doesn't match '[a-z][a-zA-Z0-9]*' |
983 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
983 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
984 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'NewLeadAddToCampaign(list |
984 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'NewLeadAddToCampaign(list |
985 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'NewLeadAddToCampaign(list |
985 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'NewLeadAddToCampaign(list |
986 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'NewLeadAddToCampaign' doesn't match '[a-z][a-zA-Z0-9]*' |
986 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'NewLeadAddToCampaign' doesn't match '[a-z][a-zA-Z0-9]*' |
987 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'NewLeadAddToCampaign' has a Standard Cyclomatic Complexity of 10. |
987 | /src/classes/GW_LeadMaintenance.cls | 38 | 16 | 77 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'NewLeadAddToCampaign' has a Standard Cyclomatic Complexity of 10. |
988 | /src/classes/GW_LeadMaintenance.cls | 51 | 6 | 69 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
988 | /src/classes/GW_LeadMaintenance.cls | 51 | 6 | 69 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
989 | /src/classes/GW_LeadMaintenance.cls | 65 | 7 | 67 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
989 | /src/classes/GW_LeadMaintenance.cls | 65 | 7 | 67 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
990 | /src/classes/GW_LeadMaintenance.cls | 84 | 20 | 120 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
990 | /src/classes/GW_LeadMaintenance.cls | 84 | 20 | 120 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
991 | /src/classes/GW_LeadMaintenance.cls | 84 | 20 | 120 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
991 | /src/classes/GW_LeadMaintenance.cls | 84 | 20 | 120 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
992 | /src/classes/GW_LeadMaintenance.cls | 124 | 27 | 164 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
992 | /src/classes/GW_LeadMaintenance.cls | 124 | 27 | 164 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
993 | /src/classes/GW_LeadMaintenance.cls | 124 | 27 | 164 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
993 | /src/classes/GW_LeadMaintenance.cls | 124 | 27 | 164 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
994 | /src/classes/GW_LeadMaintenance.cls | 148 | 8 | 148 | 209 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'firstLeadAfterUpdate' defined but not used |
994 | /src/classes/GW_LeadMaintenance.cls | 148 | 8 | 148 | 209 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'firstLeadAfterUpdate' defined but not used |
995 | /src/classes/GW_LeadMaintenance.cls | 168 | 27 | 208 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
995 | /src/classes/GW_LeadMaintenance.cls | 168 | 27 | 208 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
996 | /src/classes/GW_LeadMaintenance.cls | 168 | 27 | 208 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
996 | /src/classes/GW_LeadMaintenance.cls | 168 | 27 | 208 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
997 | /src/classes/GW_LeadMaintenance.cls | 213 | 27 | 265 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
997 | /src/classes/GW_LeadMaintenance.cls | 213 | 27 | 265 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
998 | /src/classes/GW_LeadMaintenance.cls | 213 | 27 | 265 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
998 | /src/classes/GW_LeadMaintenance.cls | 213 | 27 | 265 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
999 | /src/classes/GW_LeadMaintenance.cls | 271 | 27 | 291 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
999 | /src/classes/GW_LeadMaintenance.cls | 271 | 27 | 291 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1000 | /src/classes/GW_LeadMaintenance.cls | 271 | 27 | 291 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1000 | /src/classes/GW_LeadMaintenance.cls | 271 | 27 | 291 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1001 | /src/classes/GW_LeadMaintenance.cls | 287 | 3 | 287 | 48 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1001 | /src/classes/GW_LeadMaintenance.cls | 287 | 3 | 287 | 48 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1002 | /src/classes/GW_LeadMaintenance.cls | 287 | 3 | 287 | 48 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1002 | /src/classes/GW_LeadMaintenance.cls | 287 | 3 | 287 | 48 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1003 | /src/classes/GW_LeadMaintenance.cls | 289 | 3 | 289 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1003 | /src/classes/GW_LeadMaintenance.cls | 289 | 3 | 289 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1004 | /src/classes/GW_LeadMaintenance.cls | 289 | 3 | 289 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1004 | /src/classes/GW_LeadMaintenance.cls | 289 | 3 | 289 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1005 | /src/classes/GW_LeadMaintenance.cls | 293 | 27 | 314 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1005 | /src/classes/GW_LeadMaintenance.cls | 293 | 27 | 314 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1006 | /src/classes/GW_LeadMaintenance.cls | 293 | 27 | 314 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1006 | /src/classes/GW_LeadMaintenance.cls | 293 | 27 | 314 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1007 | /src/classes/GW_LeadMaintenance.cls | 316 | 27 | 337 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1007 | /src/classes/GW_LeadMaintenance.cls | 316 | 27 | 337 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1008 | /src/classes/GW_LeadMaintenance.cls | 316 | 27 | 337 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1008 | /src/classes/GW_LeadMaintenance.cls | 316 | 27 | 337 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1009 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1009 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1010 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_OppRollups' has a total cognitive complexity of 810 (highest 109), current threshold is 50 |
1010 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_OppRollups' has a total cognitive complexity of 810 (highest 109), current threshold is 50 |
1011 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_OppRollups' has a total cyclomatic complexity of 270 (highest 57). |
1011 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'GW_OppRollups' has a total cyclomatic complexity of 270 (highest 57). |
1012 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
1012 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
1013 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount | The class GW_OppRollups has 28 public methods, attributes, and properties (limit: 20) |
1013 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | ExcessivePublicCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount | The class GW_OppRollups has 28 public methods, attributes, and properties (limit: 20) |
1014 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 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 957 |
1014 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 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 957 |
1015 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_OppRollups' has a Standard Cyclomatic Complexity of 5 (Highest = 29). |
1015 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_OppRollups' has a Standard Cyclomatic Complexity of 5 (Highest = 29). |
1016 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1016 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1017 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1017 | /src/classes/GW_OppRollups.cls | 1 | 24 | 2058 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1018 | /src/classes/GW_OppRollups.cls | 66 | 39 | 66 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'ConFieldtypeMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1018 | /src/classes/GW_OppRollups.cls | 66 | 39 | 66 | 54 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'ConFieldtypeMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1019 | /src/classes/GW_OppRollups.cls | 67 | 39 | 67 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'AcctFieldtypeMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1019 | /src/classes/GW_OppRollups.cls | 67 | 39 | 67 | 55 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'AcctFieldtypeMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1020 | /src/classes/GW_OppRollups.cls | 68 | 39 | 68 | 53 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'HHFieldtypeMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1020 | /src/classes/GW_OppRollups.cls | 68 | 39 | 68 | 53 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'HHFieldtypeMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1021 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1021 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1022 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'GW_OppRollups()' has a cognitive complexity of 19, current threshold is 15 |
1022 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'GW_OppRollups()' has a cognitive complexity of 19, current threshold is 15 |
1023 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'GW_OppRollups()' has a cyclomatic complexity of 12. |
1023 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'GW_OppRollups()' has a cyclomatic complexity of 12. |
1024 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 42 |
1024 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 42 |
1025 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'GW_OppRollups' has a Standard Cyclomatic Complexity of 12. |
1025 | /src/classes/GW_OppRollups.cls | 72 | 12 | 115 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'GW_OppRollups' has a Standard Cyclomatic Complexity of 12. |
1026 | /src/classes/GW_OppRollups.cls | 98 | 17 | 98 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1026 | /src/classes/GW_OppRollups.cls | 98 | 17 | 98 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1027 | /src/classes/GW_OppRollups.cls | 98 | 17 | 98 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1027 | /src/classes/GW_OppRollups.cls | 98 | 17 | 98 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1028 | /src/classes/GW_OppRollups.cls | 100 | 17 | 100 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1028 | /src/classes/GW_OppRollups.cls | 100 | 17 | 100 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1029 | /src/classes/GW_OppRollups.cls | 100 | 17 | 100 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1029 | /src/classes/GW_OppRollups.cls | 100 | 17 | 100 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1030 | /src/classes/GW_OppRollups.cls | 110 | 30 | 110 | 85 | 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 |
1030 | /src/classes/GW_OppRollups.cls | 110 | 30 | 110 | 85 | 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 |
1031 | /src/classes/GW_OppRollups.cls | 112 | 17 | 112 | 28 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1031 | /src/classes/GW_OppRollups.cls | 112 | 17 | 112 | 28 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1032 | /src/classes/GW_OppRollups.cls | 112 | 17 | 112 | 28 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1032 | /src/classes/GW_OppRollups.cls | 112 | 17 | 112 | 28 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1033 | /src/classes/GW_OppRollups.cls | 117 | 12 | 126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1033 | /src/classes/GW_OppRollups.cls | 117 | 12 | 126 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1034 | /src/classes/GW_OppRollups.cls | 121 | 42 | 121 | 46 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1034 | /src/classes/GW_OppRollups.cls | 121 | 42 | 121 | 46 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1035 | /src/classes/GW_OppRollups.cls | 125 | 13 | 125 | 36 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1035 | /src/classes/GW_OppRollups.cls | 125 | 13 | 125 | 36 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1036 | /src/classes/GW_OppRollups.cls | 125 | 13 | 125 | 36 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1036 | /src/classes/GW_OppRollups.cls | 125 | 13 | 125 | 36 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1037 | /src/classes/GW_OppRollups.cls | 129 | 19 | 140 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1037 | /src/classes/GW_OppRollups.cls | 129 | 19 | 140 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1038 | /src/classes/GW_OppRollups.cls | 134 | 46 | 134 | 50 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1038 | /src/classes/GW_OppRollups.cls | 134 | 46 | 134 | 50 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1039 | /src/classes/GW_OppRollups.cls | 142 | 12 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1039 | /src/classes/GW_OppRollups.cls | 142 | 12 | 148 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1040 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1040 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1041 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupAccounts(map |
1041 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupAccounts(map |
1042 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'rollupAccounts(map |
1042 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'rollupAccounts(map |
1043 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'rollupAccounts()' has an NCSS line count of 63 (limit: 40) |
1043 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'rollupAccounts()' has an NCSS line count of 63 (limit: 40) |
1044 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'rollupAccounts' has a Standard Cyclomatic Complexity of 17. |
1044 | /src/classes/GW_OppRollups.cls | 150 | 12 | 296 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'rollupAccounts' has a Standard Cyclomatic Complexity of 17. |
1045 | /src/classes/GW_OppRollups.cls | 163 | 38 | 163 | 84 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1045 | /src/classes/GW_OppRollups.cls | 163 | 38 | 163 | 84 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1046 | /src/classes/GW_OppRollups.cls | 163 | 38 | 163 | 84 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1046 | /src/classes/GW_OppRollups.cls | 163 | 38 | 163 | 84 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1047 | /src/classes/GW_OppRollups.cls | 169 | 17 | 169 | 87 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1047 | /src/classes/GW_OppRollups.cls | 169 | 17 | 169 | 87 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1048 | /src/classes/GW_OppRollups.cls | 169 | 17 | 169 | 87 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1048 | /src/classes/GW_OppRollups.cls | 169 | 17 | 169 | 87 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1049 | /src/classes/GW_OppRollups.cls | 174 | 13 | 174 | 47 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1049 | /src/classes/GW_OppRollups.cls | 174 | 13 | 174 | 47 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1050 | /src/classes/GW_OppRollups.cls | 174 | 13 | 174 | 47 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1050 | /src/classes/GW_OppRollups.cls | 174 | 13 | 174 | 47 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1051 | /src/classes/GW_OppRollups.cls | 195 | 4 | 195 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1051 | /src/classes/GW_OppRollups.cls | 195 | 4 | 195 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1052 | /src/classes/GW_OppRollups.cls | 195 | 4 | 195 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1052 | /src/classes/GW_OppRollups.cls | 195 | 4 | 195 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1053 | /src/classes/GW_OppRollups.cls | 257 | 5 | 257 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1053 | /src/classes/GW_OppRollups.cls | 257 | 5 | 257 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1054 | /src/classes/GW_OppRollups.cls | 257 | 5 | 257 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1054 | /src/classes/GW_OppRollups.cls | 257 | 5 | 257 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1055 | /src/classes/GW_OppRollups.cls | 291 | 27 | 291 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1055 | /src/classes/GW_OppRollups.cls | 291 | 27 | 291 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1056 | /src/classes/GW_OppRollups.cls | 291 | 27 | 291 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1056 | /src/classes/GW_OppRollups.cls | 291 | 27 | 291 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1057 | /src/classes/GW_OppRollups.cls | 298 | 12 | 307 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1057 | /src/classes/GW_OppRollups.cls | 298 | 12 | 307 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1058 | /src/classes/GW_OppRollups.cls | 301 | 39 | 301 | 43 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1058 | /src/classes/GW_OppRollups.cls | 301 | 39 | 301 | 43 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1059 | /src/classes/GW_OppRollups.cls | 306 | 13 | 306 | 36 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1059 | /src/classes/GW_OppRollups.cls | 306 | 13 | 306 | 36 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1060 | /src/classes/GW_OppRollups.cls | 306 | 13 | 306 | 36 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1060 | /src/classes/GW_OppRollups.cls | 306 | 13 | 306 | 36 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1061 | /src/classes/GW_OppRollups.cls | 309 | 12 | 317 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1061 | /src/classes/GW_OppRollups.cls | 309 | 12 | 317 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1062 | /src/classes/GW_OppRollups.cls | 312 | 50 | 312 | 54 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1062 | /src/classes/GW_OppRollups.cls | 312 | 50 | 312 | 54 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1063 | /src/classes/GW_OppRollups.cls | 316 | 13 | 316 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1063 | /src/classes/GW_OppRollups.cls | 316 | 13 | 316 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1064 | /src/classes/GW_OppRollups.cls | 316 | 13 | 316 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1064 | /src/classes/GW_OppRollups.cls | 316 | 13 | 316 | 39 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1065 | /src/classes/GW_OppRollups.cls | 319 | 12 | 325 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1065 | /src/classes/GW_OppRollups.cls | 319 | 12 | 325 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1066 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1066 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1067 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupHouseholds(map |
1067 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupHouseholds(map |
1068 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'rollupHouseholds(map |
1068 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'rollupHouseholds(map |
1069 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'rollupHouseholds()' has an NCSS line count of 70 (limit: 40) |
1069 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'rollupHouseholds()' has an NCSS line count of 70 (limit: 40) |
1070 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'rollupHouseholds' has a Standard Cyclomatic Complexity of 19. |
1070 | /src/classes/GW_OppRollups.cls | 327 | 12 | 494 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'rollupHouseholds' has a Standard Cyclomatic Complexity of 19. |
1071 | /src/classes/GW_OppRollups.cls | 339 | 36 | 339 | 90 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1071 | /src/classes/GW_OppRollups.cls | 339 | 36 | 339 | 90 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1072 | /src/classes/GW_OppRollups.cls | 339 | 36 | 339 | 90 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1072 | /src/classes/GW_OppRollups.cls | 339 | 36 | 339 | 90 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1073 | /src/classes/GW_OppRollups.cls | 345 | 17 | 345 | 96 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1073 | /src/classes/GW_OppRollups.cls | 345 | 17 | 345 | 96 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1074 | /src/classes/GW_OppRollups.cls | 345 | 17 | 345 | 96 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1074 | /src/classes/GW_OppRollups.cls | 345 | 17 | 345 | 96 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1075 | /src/classes/GW_OppRollups.cls | 369 | 4 | 369 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1075 | /src/classes/GW_OppRollups.cls | 369 | 4 | 369 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1076 | /src/classes/GW_OppRollups.cls | 369 | 4 | 369 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1076 | /src/classes/GW_OppRollups.cls | 369 | 4 | 369 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1077 | /src/classes/GW_OppRollups.cls | 405 | 13 | 416 | 59 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1077 | /src/classes/GW_OppRollups.cls | 405 | 13 | 416 | 59 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1078 | /src/classes/GW_OppRollups.cls | 454 | 5 | 454 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1078 | /src/classes/GW_OppRollups.cls | 454 | 5 | 454 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1079 | /src/classes/GW_OppRollups.cls | 454 | 5 | 454 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1079 | /src/classes/GW_OppRollups.cls | 454 | 5 | 454 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1080 | /src/classes/GW_OppRollups.cls | 488 | 27 | 488 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1080 | /src/classes/GW_OppRollups.cls | 488 | 27 | 488 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1081 | /src/classes/GW_OppRollups.cls | 488 | 27 | 488 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1081 | /src/classes/GW_OppRollups.cls | 488 | 27 | 488 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1082 | /src/classes/GW_OppRollups.cls | 497 | 19 | 509 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1082 | /src/classes/GW_OppRollups.cls | 497 | 19 | 509 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1083 | /src/classes/GW_OppRollups.cls | 502 | 53 | 502 | 57 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1083 | /src/classes/GW_OppRollups.cls | 502 | 53 | 502 | 57 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1084 | /src/classes/GW_OppRollups.cls | 512 | 19 | 524 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1084 | /src/classes/GW_OppRollups.cls | 512 | 19 | 524 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1085 | /src/classes/GW_OppRollups.cls | 517 | 43 | 517 | 47 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1085 | /src/classes/GW_OppRollups.cls | 517 | 43 | 517 | 47 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1086 | /src/classes/GW_OppRollups.cls | 526 | 12 | 532 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1086 | /src/classes/GW_OppRollups.cls | 526 | 12 | 532 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1087 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1087 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1088 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupContacts(map |
1088 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupContacts(map |
1089 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'rollupContacts(map |
1089 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'rollupContacts(map |
1090 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'rollupContacts()' has an NCSS line count of 80 (limit: 40) |
1090 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'rollupContacts()' has an NCSS line count of 80 (limit: 40) |
1091 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'rollupContacts' has a Standard Cyclomatic Complexity of 22. |
1091 | /src/classes/GW_OppRollups.cls | 534 | 12 | 709 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'rollupContacts' has a Standard Cyclomatic Complexity of 22. |
1092 | /src/classes/GW_OppRollups.cls | 546 | 36 | 546 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1092 | /src/classes/GW_OppRollups.cls | 546 | 36 | 546 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1093 | /src/classes/GW_OppRollups.cls | 546 | 36 | 546 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1093 | /src/classes/GW_OppRollups.cls | 546 | 36 | 546 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1094 | /src/classes/GW_OppRollups.cls | 553 | 17 | 553 | 87 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1094 | /src/classes/GW_OppRollups.cls | 553 | 17 | 553 | 87 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1095 | /src/classes/GW_OppRollups.cls | 553 | 17 | 553 | 87 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1095 | /src/classes/GW_OppRollups.cls | 553 | 17 | 553 | 87 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1096 | /src/classes/GW_OppRollups.cls | 579 | 4 | 579 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1096 | /src/classes/GW_OppRollups.cls | 579 | 4 | 579 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1097 | /src/classes/GW_OppRollups.cls | 579 | 4 | 579 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1097 | /src/classes/GW_OppRollups.cls | 579 | 4 | 579 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1098 | /src/classes/GW_OppRollups.cls | 614 | 13 | 624 | 36 | 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 |
1098 | /src/classes/GW_OppRollups.cls | 614 | 13 | 624 | 36 | 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 |
1099 | /src/classes/GW_OppRollups.cls | 663 | 5 | 663 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1099 | /src/classes/GW_OppRollups.cls | 663 | 5 | 663 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1100 | /src/classes/GW_OppRollups.cls | 663 | 5 | 663 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1100 | /src/classes/GW_OppRollups.cls | 663 | 5 | 663 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1101 | /src/classes/GW_OppRollups.cls | 704 | 27 | 704 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1101 | /src/classes/GW_OppRollups.cls | 704 | 27 | 704 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1102 | /src/classes/GW_OppRollups.cls | 704 | 27 | 704 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1102 | /src/classes/GW_OppRollups.cls | 704 | 27 | 704 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1103 | /src/classes/GW_OppRollups.cls | 708 | 42 | 708 | 75 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1103 | /src/classes/GW_OppRollups.cls | 708 | 42 | 708 | 75 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1104 | /src/classes/GW_OppRollups.cls | 708 | 42 | 708 | 75 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1104 | /src/classes/GW_OppRollups.cls | 708 | 42 | 708 | 75 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1105 | /src/classes/GW_OppRollups.cls | 720 | 42 | 720 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'M' doesn't match '[a-z][a-zA-Z0-9]*' |
1105 | /src/classes/GW_OppRollups.cls | 720 | 42 | 720 | 43 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'M' doesn't match '[a-z][a-zA-Z0-9]*' |
1106 | /src/classes/GW_OppRollups.cls | 736 | 40 | 736 | 61 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'R' doesn't match '[a-z][a-zA-Z0-9]*' |
1106 | /src/classes/GW_OppRollups.cls | 736 | 40 | 736 | 61 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'R' doesn't match '[a-z][a-zA-Z0-9]*' |
1107 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1107 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1108 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupForOppTrigger(map |
1108 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupForOppTrigger(map |
1109 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'rollupForOppTrigger(map |
1109 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'rollupForOppTrigger(map |
1110 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'rollupForOppTrigger()' has an NCSS line count of 121 (limit: 40) |
1110 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'rollupForOppTrigger()' has an NCSS line count of 121 (limit: 40) |
1111 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'rollupForOppTrigger' has a Standard Cyclomatic Complexity of 29. |
1111 | /src/classes/GW_OppRollups.cls | 758 | 12 | 913 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'rollupForOppTrigger' has a Standard Cyclomatic Complexity of 29. |
1112 | /src/classes/GW_OppRollups.cls | 772 | 21 | 788 | 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 |
1112 | /src/classes/GW_OppRollups.cls | 772 | 21 | 788 | 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 |
1113 | /src/classes/GW_OppRollups.cls | 794 | 21 | 810 | 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 |
1113 | /src/classes/GW_OppRollups.cls | 794 | 21 | 810 | 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 |
1114 | /src/classes/GW_OppRollups.cls | 834 | 25 | 835 | 59 | 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 |
1114 | /src/classes/GW_OppRollups.cls | 834 | 25 | 835 | 59 | 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 |
1115 | /src/classes/GW_OppRollups.cls | 835 | 29 | 835 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1115 | /src/classes/GW_OppRollups.cls | 835 | 29 | 835 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1116 | /src/classes/GW_OppRollups.cls | 835 | 29 | 835 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1116 | /src/classes/GW_OppRollups.cls | 835 | 29 | 835 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1117 | /src/classes/GW_OppRollups.cls | 837 | 25 | 838 | 60 | 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 |
1117 | /src/classes/GW_OppRollups.cls | 837 | 25 | 838 | 60 | 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 |
1118 | /src/classes/GW_OppRollups.cls | 838 | 29 | 838 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1118 | /src/classes/GW_OppRollups.cls | 838 | 29 | 838 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1119 | /src/classes/GW_OppRollups.cls | 838 | 29 | 838 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1119 | /src/classes/GW_OppRollups.cls | 838 | 29 | 838 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1120 | /src/classes/GW_OppRollups.cls | 851 | 68 | 851 | 72 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1120 | /src/classes/GW_OppRollups.cls | 851 | 68 | 851 | 72 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1121 | /src/classes/GW_OppRollups.cls | 852 | 17 | 852 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1121 | /src/classes/GW_OppRollups.cls | 852 | 17 | 852 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1122 | /src/classes/GW_OppRollups.cls | 857 | 21 | 859 | 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 |
1122 | /src/classes/GW_OppRollups.cls | 857 | 21 | 859 | 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 |
1123 | /src/classes/GW_OppRollups.cls | 862 | 17 | 874 | 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 |
1123 | /src/classes/GW_OppRollups.cls | 862 | 17 | 874 | 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 |
1124 | /src/classes/GW_OppRollups.cls | 871 | 28 | 873 | 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. |
1124 | /src/classes/GW_OppRollups.cls | 871 | 28 | 873 | 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. |
1125 | /src/classes/GW_OppRollups.cls | 876 | 17 | 888 | 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 |
1125 | /src/classes/GW_OppRollups.cls | 876 | 17 | 888 | 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 |
1126 | /src/classes/GW_OppRollups.cls | 885 | 28 | 887 | 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. |
1126 | /src/classes/GW_OppRollups.cls | 885 | 28 | 887 | 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. |
1127 | /src/classes/GW_OppRollups.cls | 896 | 17 | 902 | 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 |
1127 | /src/classes/GW_OppRollups.cls | 896 | 17 | 902 | 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 |
1128 | /src/classes/GW_OppRollups.cls | 898 | 54 | 898 | 58 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1128 | /src/classes/GW_OppRollups.cls | 898 | 54 | 898 | 58 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1129 | /src/classes/GW_OppRollups.cls | 905 | 17 | 908 | 59 | 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 |
1129 | /src/classes/GW_OppRollups.cls | 905 | 17 | 908 | 59 | 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 |
1130 | /src/classes/GW_OppRollups.cls | 906 | 21 | 906 | 44 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1130 | /src/classes/GW_OppRollups.cls | 906 | 21 | 906 | 44 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1131 | /src/classes/GW_OppRollups.cls | 906 | 21 | 906 | 44 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1131 | /src/classes/GW_OppRollups.cls | 906 | 21 | 906 | 44 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1132 | /src/classes/GW_OppRollups.cls | 907 | 22 | 908 | 59 | 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 |
1132 | /src/classes/GW_OppRollups.cls | 907 | 22 | 908 | 59 | 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 |
1133 | /src/classes/GW_OppRollups.cls | 908 | 21 | 908 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1133 | /src/classes/GW_OppRollups.cls | 908 | 21 | 908 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1134 | /src/classes/GW_OppRollups.cls | 908 | 21 | 908 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1134 | /src/classes/GW_OppRollups.cls | 908 | 21 | 908 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1135 | /src/classes/GW_OppRollups.cls | 915 | 12 | 921 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1135 | /src/classes/GW_OppRollups.cls | 915 | 12 | 921 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1136 | /src/classes/GW_OppRollups.cls | 923 | 12 | 972 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1136 | /src/classes/GW_OppRollups.cls | 923 | 12 | 972 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1137 | /src/classes/GW_OppRollups.cls | 932 | 36 | 932 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1137 | /src/classes/GW_OppRollups.cls | 932 | 36 | 932 | 81 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1138 | /src/classes/GW_OppRollups.cls | 932 | 36 | 932 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1138 | /src/classes/GW_OppRollups.cls | 932 | 36 | 932 | 81 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1139 | /src/classes/GW_OppRollups.cls | 942 | 49 | 944 | 45 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1139 | /src/classes/GW_OppRollups.cls | 942 | 49 | 944 | 45 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1140 | /src/classes/GW_OppRollups.cls | 967 | 27 | 967 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1140 | /src/classes/GW_OppRollups.cls | 967 | 27 | 967 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1141 | /src/classes/GW_OppRollups.cls | 967 | 27 | 967 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1141 | /src/classes/GW_OppRollups.cls | 967 | 27 | 967 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1142 | /src/classes/GW_OppRollups.cls | 971 | 42 | 971 | 75 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1142 | /src/classes/GW_OppRollups.cls | 971 | 42 | 971 | 75 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1143 | /src/classes/GW_OppRollups.cls | 971 | 42 | 971 | 75 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1143 | /src/classes/GW_OppRollups.cls | 971 | 42 | 971 | 75 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1144 | /src/classes/GW_OppRollups.cls | 974 | 12 | 1010 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1144 | /src/classes/GW_OppRollups.cls | 974 | 12 | 1010 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1145 | /src/classes/GW_OppRollups.cls | 974 | 12 | 1010 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupForRecurringTrigger(map |
1145 | /src/classes/GW_OppRollups.cls | 974 | 12 | 1010 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'rollupForRecurringTrigger(map |
1146 | /src/classes/GW_OppRollups.cls | 1000 | 63 | 1000 | 67 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1146 | /src/classes/GW_OppRollups.cls | 1000 | 63 | 1000 | 67 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1147 | /src/classes/GW_OppRollups.cls | 1012 | 12 | 1016 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1147 | /src/classes/GW_OppRollups.cls | 1012 | 12 | 1016 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1148 | /src/classes/GW_OppRollups.cls | 1018 | 12 | 1040 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1148 | /src/classes/GW_OppRollups.cls | 1018 | 12 | 1040 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1149 | /src/classes/GW_OppRollups.cls | 1024 | 36 | 1026 | 57 | 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 |
1149 | /src/classes/GW_OppRollups.cls | 1024 | 36 | 1026 | 57 | 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 |
1150 | /src/classes/GW_OppRollups.cls | 1039 | 12 | 1039 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
1150 | /src/classes/GW_OppRollups.cls | 1039 | 12 | 1039 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
1151 | /src/classes/GW_OppRollups.cls | 1042 | 12 | 1064 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1151 | /src/classes/GW_OppRollups.cls | 1042 | 12 | 1064 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1152 | /src/classes/GW_OppRollups.cls | 1048 | 48 | 1050 | 57 | 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 |
1152 | /src/classes/GW_OppRollups.cls | 1048 | 48 | 1050 | 57 | 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 |
1153 | /src/classes/GW_OppRollups.cls | 1063 | 12 | 1063 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
1153 | /src/classes/GW_OppRollups.cls | 1063 | 12 | 1063 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
1154 | /src/classes/GW_OppRollups.cls | 1066 | 12 | 1087 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1154 | /src/classes/GW_OppRollups.cls | 1066 | 12 | 1087 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1155 | /src/classes/GW_OppRollups.cls | 1072 | 36 | 1074 | 57 | 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 |
1155 | /src/classes/GW_OppRollups.cls | 1072 | 36 | 1074 | 57 | 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 |
1156 | /src/classes/GW_OppRollups.cls | 1086 | 12 | 1086 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
1156 | /src/classes/GW_OppRollups.cls | 1086 | 12 | 1086 | 68 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'batchProcessId' defined but not used |
1157 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1157 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1158 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'updateRollupFromResult(sobject, sobject, map |
1158 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'updateRollupFromResult(sobject, sobject, map |
1159 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'updateRollupFromResult(sobject, sobject, map |
1159 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'updateRollupFromResult(sobject, sobject, map |
1160 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'updateRollupFromResult()' has an NCSS line count of 47 (limit: 40) |
1160 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'updateRollupFromResult()' has an NCSS line count of 47 (limit: 40) |
1161 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'updateRollupFromResult' has a Standard Cyclomatic Complexity of 10. |
1161 | /src/classes/GW_OppRollups.cls | 1089 | 19 | 1144 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'updateRollupFromResult' has a Standard Cyclomatic Complexity of 10. |
1162 | /src/classes/GW_OppRollups.cls | 1105 | 17 | 1105 | 150 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1162 | /src/classes/GW_OppRollups.cls | 1105 | 17 | 1105 | 150 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1163 | /src/classes/GW_OppRollups.cls | 1105 | 17 | 1105 | 150 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1163 | /src/classes/GW_OppRollups.cls | 1105 | 17 | 1105 | 150 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1164 | /src/classes/GW_OppRollups.cls | 1146 | 19 | 1160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1164 | /src/classes/GW_OppRollups.cls | 1146 | 19 | 1160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1165 | /src/classes/GW_OppRollups.cls | 1155 | 12 | 1155 | 79 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1165 | /src/classes/GW_OppRollups.cls | 1155 | 12 | 1155 | 79 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1166 | /src/classes/GW_OppRollups.cls | 1155 | 12 | 1155 | 79 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1166 | /src/classes/GW_OppRollups.cls | 1155 | 12 | 1155 | 79 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1167 | /src/classes/GW_OppRollups.cls | 1162 | 19 | 1214 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1167 | /src/classes/GW_OppRollups.cls | 1162 | 19 | 1214 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1168 | /src/classes/GW_OppRollups.cls | 1162 | 19 | 1214 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'updateRollupFromResultMembership(sobject, sobject, map |
1168 | /src/classes/GW_OppRollups.cls | 1162 | 19 | 1214 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'updateRollupFromResultMembership(sobject, sobject, map |
1169 | /src/classes/GW_OppRollups.cls | 1174 | 34 | 1174 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1169 | /src/classes/GW_OppRollups.cls | 1174 | 34 | 1174 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1170 | /src/classes/GW_OppRollups.cls | 1174 | 34 | 1174 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1170 | /src/classes/GW_OppRollups.cls | 1174 | 34 | 1174 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1171 | /src/classes/GW_OppRollups.cls | 1176 | 36 | 1176 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1171 | /src/classes/GW_OppRollups.cls | 1176 | 36 | 1176 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1172 | /src/classes/GW_OppRollups.cls | 1176 | 36 | 1176 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1172 | /src/classes/GW_OppRollups.cls | 1176 | 36 | 1176 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1173 | /src/classes/GW_OppRollups.cls | 1182 | 16 | 1182 | 149 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1173 | /src/classes/GW_OppRollups.cls | 1182 | 16 | 1182 | 149 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1174 | /src/classes/GW_OppRollups.cls | 1182 | 16 | 1182 | 149 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1174 | /src/classes/GW_OppRollups.cls | 1182 | 16 | 1182 | 149 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1175 | /src/classes/GW_OppRollups.cls | 1220 | 19 | 1253 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1175 | /src/classes/GW_OppRollups.cls | 1220 | 19 | 1253 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1176 | /src/classes/GW_OppRollups.cls | 1220 | 19 | 1253 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1176 | /src/classes/GW_OppRollups.cls | 1220 | 19 | 1253 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1177 | /src/classes/GW_OppRollups.cls | 1245 | 21 | 1245 | 93 | 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 |
1177 | /src/classes/GW_OppRollups.cls | 1245 | 21 | 1245 | 93 | 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 |
1178 | /src/classes/GW_OppRollups.cls | 1245 | 53 | 1245 | 93 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1178 | /src/classes/GW_OppRollups.cls | 1245 | 53 | 1245 | 93 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1179 | /src/classes/GW_OppRollups.cls | 1245 | 53 | 1245 | 93 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1179 | /src/classes/GW_OppRollups.cls | 1245 | 53 | 1245 | 93 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1180 | /src/classes/GW_OppRollups.cls | 1249 | 17 | 1249 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1180 | /src/classes/GW_OppRollups.cls | 1249 | 17 | 1249 | 39 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1181 | /src/classes/GW_OppRollups.cls | 1256 | 19 | 1261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1181 | /src/classes/GW_OppRollups.cls | 1256 | 19 | 1261 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1182 | /src/classes/GW_OppRollups.cls | 1256 | 48 | 1256 | 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 'ISO' doesn't match '[a-z][a-zA-Z0-9]*' |
1182 | /src/classes/GW_OppRollups.cls | 1256 | 48 | 1256 | 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 'ISO' doesn't match '[a-z][a-zA-Z0-9]*' |
1183 | /src/classes/GW_OppRollups.cls | 1256 | 19 | 1261 | 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 'ConvertFromCorporate' doesn't match '[a-z][a-zA-Z0-9]*' |
1183 | /src/classes/GW_OppRollups.cls | 1256 | 19 | 1261 | 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 'ConvertFromCorporate' doesn't match '[a-z][a-zA-Z0-9]*' |
1184 | /src/classes/GW_OppRollups.cls | 1258 | 13 | 1258 | 24 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1184 | /src/classes/GW_OppRollups.cls | 1258 | 13 | 1258 | 24 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1185 | /src/classes/GW_OppRollups.cls | 1258 | 13 | 1258 | 24 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1185 | /src/classes/GW_OppRollups.cls | 1258 | 13 | 1258 | 24 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1186 | /src/classes/GW_OppRollups.cls | 1260 | 13 | 1260 | 64 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1186 | /src/classes/GW_OppRollups.cls | 1260 | 13 | 1260 | 64 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1187 | /src/classes/GW_OppRollups.cls | 1263 | 19 | 1268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1187 | /src/classes/GW_OppRollups.cls | 1263 | 19 | 1268 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1188 | /src/classes/GW_OppRollups.cls | 1263 | 19 | 1268 | 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 'ConvertCurrency' doesn't match '[a-z][a-zA-Z0-9]*' |
1188 | /src/classes/GW_OppRollups.cls | 1263 | 19 | 1268 | 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 'ConvertCurrency' doesn't match '[a-z][a-zA-Z0-9]*' |
1189 | /src/classes/GW_OppRollups.cls | 1265 | 13 | 1265 | 24 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1189 | /src/classes/GW_OppRollups.cls | 1265 | 13 | 1265 | 24 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1190 | /src/classes/GW_OppRollups.cls | 1265 | 13 | 1265 | 24 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1190 | /src/classes/GW_OppRollups.cls | 1265 | 13 | 1265 | 24 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1191 | /src/classes/GW_OppRollups.cls | 1267 | 13 | 1267 | 97 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1191 | /src/classes/GW_OppRollups.cls | 1267 | 13 | 1267 | 97 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1192 | /src/classes/GW_OppRollups.cls | 1273 | 12 | 1294 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1192 | /src/classes/GW_OppRollups.cls | 1273 | 12 | 1294 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1193 | /src/classes/GW_OppRollups.cls | 1282 | 17 | 1282 | 51 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1193 | /src/classes/GW_OppRollups.cls | 1282 | 17 | 1282 | 51 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1194 | /src/classes/GW_OppRollups.cls | 1282 | 17 | 1282 | 51 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1194 | /src/classes/GW_OppRollups.cls | 1282 | 17 | 1282 | 51 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1195 | /src/classes/GW_OppRollups.cls | 1292 | 13 | 1292 | 25 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1195 | /src/classes/GW_OppRollups.cls | 1292 | 13 | 1292 | 25 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1196 | /src/classes/GW_OppRollups.cls | 1298 | 23 | 1358 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1196 | /src/classes/GW_OppRollups.cls | 1298 | 23 | 1358 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1197 | /src/classes/GW_OppRollups.cls | 1298 | 23 | 1358 | 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. |
1197 | /src/classes/GW_OppRollups.cls | 1298 | 23 | 1358 | 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. |
1198 | /src/classes/GW_OppRollups.cls | 1303 | 19 | 1303 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1198 | /src/classes/GW_OppRollups.cls | 1303 | 19 | 1303 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1199 | /src/classes/GW_OppRollups.cls | 1315 | 12 | 1315 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1199 | /src/classes/GW_OppRollups.cls | 1315 | 12 | 1315 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1200 | /src/classes/GW_OppRollups.cls | 1316 | 17 | 1316 | 223 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1200 | /src/classes/GW_OppRollups.cls | 1316 | 17 | 1316 | 223 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1201 | /src/classes/GW_OppRollups.cls | 1360 | 23 | 1434 | 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. |
1201 | /src/classes/GW_OppRollups.cls | 1360 | 23 | 1434 | 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. |
1202 | /src/classes/GW_OppRollups.cls | 1366 | 19 | 1366 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1202 | /src/classes/GW_OppRollups.cls | 1366 | 19 | 1366 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1203 | /src/classes/GW_OppRollups.cls | 1394 | 12 | 1394 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1203 | /src/classes/GW_OppRollups.cls | 1394 | 12 | 1394 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1204 | /src/classes/GW_OppRollups.cls | 1395 | 17 | 1397 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1204 | /src/classes/GW_OppRollups.cls | 1395 | 17 | 1397 | 49 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1205 | /src/classes/GW_OppRollups.cls | 1436 | 23 | 1491 | 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/GW_OppRollups.cls | 1436 | 23 | 1491 | 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/GW_OppRollups.cls | 1441 | 19 | 1441 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1206 | /src/classes/GW_OppRollups.cls | 1441 | 19 | 1441 | 98 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1207 | /src/classes/GW_OppRollups.cls | 1445 | 23 | 1445 | 199 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOpps' defined but not used |
1207 | /src/classes/GW_OppRollups.cls | 1445 | 23 | 1445 | 199 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOpps' defined but not used |
1208 | /src/classes/GW_OppRollups.cls | 1461 | 12 | 1461 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1208 | /src/classes/GW_OppRollups.cls | 1461 | 12 | 1461 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1209 | /src/classes/GW_OppRollups.cls | 1462 | 17 | 1462 | 157 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1209 | /src/classes/GW_OppRollups.cls | 1462 | 17 | 1462 | 157 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1210 | /src/classes/GW_OppRollups.cls | 1493 | 23 | 1535 | 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. |
1210 | /src/classes/GW_OppRollups.cls | 1493 | 23 | 1535 | 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. |
1211 | /src/classes/GW_OppRollups.cls | 1537 | 23 | 1611 | 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. |
1211 | /src/classes/GW_OppRollups.cls | 1537 | 23 | 1611 | 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. |
1212 | /src/classes/GW_OppRollups.cls | 1613 | 23 | 1687 | 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. |
1212 | /src/classes/GW_OppRollups.cls | 1613 | 23 | 1687 | 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. |
1213 | /src/classes/GW_OppRollups.cls | 1689 | 23 | 1709 | 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. |
1213 | /src/classes/GW_OppRollups.cls | 1689 | 23 | 1709 | 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. |
1214 | /src/classes/GW_OppRollups.cls | 1694 | 19 | 1694 | 82 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1214 | /src/classes/GW_OppRollups.cls | 1694 | 19 | 1694 | 82 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1215 | /src/classes/GW_OppRollups.cls | 1698 | 23 | 1698 | 200 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOpps' defined but not used |
1215 | /src/classes/GW_OppRollups.cls | 1698 | 23 | 1698 | 200 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOpps' defined but not used |
1216 | /src/classes/GW_OppRollups.cls | 1711 | 23 | 1759 | 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. |
1216 | /src/classes/GW_OppRollups.cls | 1711 | 23 | 1759 | 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. |
1217 | /src/classes/GW_OppRollups.cls | 1711 | 23 | 1759 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OneContactCreateThreeOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
1217 | /src/classes/GW_OppRollups.cls | 1711 | 23 | 1759 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OneContactCreateThreeOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
1218 | /src/classes/GW_OppRollups.cls | 1717 | 14 | 1717 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat4YearAgo' defined but not used |
1218 | /src/classes/GW_OppRollups.cls | 1717 | 14 | 1717 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat4YearAgo' defined but not used |
1219 | /src/classes/GW_OppRollups.cls | 1718 | 14 | 1718 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat5YearAgo' defined but not used |
1219 | /src/classes/GW_OppRollups.cls | 1718 | 14 | 1718 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat5YearAgo' defined but not used |
1220 | /src/classes/GW_OppRollups.cls | 1721 | 19 | 1721 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1220 | /src/classes/GW_OppRollups.cls | 1721 | 19 | 1721 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1221 | /src/classes/GW_OppRollups.cls | 1747 | 12 | 1747 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1221 | /src/classes/GW_OppRollups.cls | 1747 | 12 | 1747 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1222 | /src/classes/GW_OppRollups.cls | 1748 | 17 | 1748 | 207 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1222 | /src/classes/GW_OppRollups.cls | 1748 | 17 | 1748 | 207 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1223 | /src/classes/GW_OppRollups.cls | 1761 | 23 | 1809 | 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/GW_OppRollups.cls | 1761 | 23 | 1809 | 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/GW_OppRollups.cls | 1761 | 23 | 1809 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OneContactUpdateTwoOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
1224 | /src/classes/GW_OppRollups.cls | 1761 | 23 | 1809 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OneContactUpdateTwoOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
1225 | /src/classes/GW_OppRollups.cls | 1766 | 14 | 1766 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat2YearAgo' defined but not used |
1225 | /src/classes/GW_OppRollups.cls | 1766 | 14 | 1766 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat2YearAgo' defined but not used |
1226 | /src/classes/GW_OppRollups.cls | 1767 | 14 | 1767 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat4YearAgo' defined but not used |
1226 | /src/classes/GW_OppRollups.cls | 1767 | 14 | 1767 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat4YearAgo' defined but not used |
1227 | /src/classes/GW_OppRollups.cls | 1768 | 14 | 1768 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat5YearAgo' defined but not used |
1227 | /src/classes/GW_OppRollups.cls | 1768 | 14 | 1768 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat5YearAgo' defined but not used |
1228 | /src/classes/GW_OppRollups.cls | 1771 | 19 | 1771 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1228 | /src/classes/GW_OppRollups.cls | 1771 | 19 | 1771 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1229 | /src/classes/GW_OppRollups.cls | 1801 | 12 | 1801 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1229 | /src/classes/GW_OppRollups.cls | 1801 | 12 | 1801 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1230 | /src/classes/GW_OppRollups.cls | 1802 | 17 | 1802 | 140 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1230 | /src/classes/GW_OppRollups.cls | 1802 | 17 | 1802 | 140 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1231 | /src/classes/GW_OppRollups.cls | 1811 | 23 | 1860 | 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. |
1231 | /src/classes/GW_OppRollups.cls | 1811 | 23 | 1860 | 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. |
1232 | /src/classes/GW_OppRollups.cls | 1816 | 14 | 1816 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat2YearAgo' defined but not used |
1232 | /src/classes/GW_OppRollups.cls | 1816 | 14 | 1816 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat2YearAgo' defined but not used |
1233 | /src/classes/GW_OppRollups.cls | 1818 | 14 | 1818 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat5YearAgo' defined but not used |
1233 | /src/classes/GW_OppRollups.cls | 1818 | 14 | 1818 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat5YearAgo' defined but not used |
1234 | /src/classes/GW_OppRollups.cls | 1821 | 19 | 1821 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1234 | /src/classes/GW_OppRollups.cls | 1821 | 19 | 1821 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1235 | /src/classes/GW_OppRollups.cls | 1849 | 12 | 1849 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1235 | /src/classes/GW_OppRollups.cls | 1849 | 12 | 1849 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1236 | /src/classes/GW_OppRollups.cls | 1850 | 17 | 1850 | 184 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1236 | /src/classes/GW_OppRollups.cls | 1850 | 17 | 1850 | 184 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1237 | /src/classes/GW_OppRollups.cls | 1862 | 23 | 1911 | 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. |
1237 | /src/classes/GW_OppRollups.cls | 1862 | 23 | 1911 | 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. |
1238 | /src/classes/GW_OppRollups.cls | 1868 | 14 | 1868 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat4YearAgo' defined but not used |
1238 | /src/classes/GW_OppRollups.cls | 1868 | 14 | 1868 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat4YearAgo' defined but not used |
1239 | /src/classes/GW_OppRollups.cls | 1869 | 14 | 1869 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat5YearAgo' defined but not used |
1239 | /src/classes/GW_OppRollups.cls | 1869 | 14 | 1869 | 49 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dat5YearAgo' defined but not used |
1240 | /src/classes/GW_OppRollups.cls | 1872 | 19 | 1872 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1240 | /src/classes/GW_OppRollups.cls | 1872 | 19 | 1872 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1241 | /src/classes/GW_OppRollups.cls | 1901 | 12 | 1901 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1241 | /src/classes/GW_OppRollups.cls | 1901 | 12 | 1901 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1242 | /src/classes/GW_OppRollups.cls | 1902 | 17 | 1902 | 208 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1242 | /src/classes/GW_OppRollups.cls | 1902 | 17 | 1902 | 208 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1243 | /src/classes/GW_OppRollups.cls | 1913 | 23 | 1941 | 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. |
1243 | /src/classes/GW_OppRollups.cls | 1913 | 23 | 1941 | 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. |
1244 | /src/classes/GW_OppRollups.cls | 1913 | 23 | 1941 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OneContactOneInkind' doesn't match '[a-z][a-zA-Z0-9]*' |
1244 | /src/classes/GW_OppRollups.cls | 1913 | 23 | 1941 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OneContactOneInkind' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /src/classes/GW_OppRollups.cls | 1919 | 19 | 1919 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1245 | /src/classes/GW_OppRollups.cls | 1919 | 19 | 1919 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /src/classes/GW_OppRollups.cls | 1929 | 12 | 1929 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1246 | /src/classes/GW_OppRollups.cls | 1929 | 12 | 1929 | 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 'ThisConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /src/classes/GW_OppRollups.cls | 1930 | 17 | 1930 | 163 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1247 | /src/classes/GW_OppRollups.cls | 1930 | 17 | 1930 | 163 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1248 | /src/classes/GW_OppRollups.cls | 1943 | 23 | 1974 | 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. |
1248 | /src/classes/GW_OppRollups.cls | 1943 | 23 | 1974 | 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. |
1249 | /src/classes/GW_OppRollups.cls | 1951 | 19 | 1951 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1249 | /src/classes/GW_OppRollups.cls | 1951 | 19 | 1951 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1250 | /src/classes/GW_OppRollups.cls | 1966 | 12 | 1966 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1250 | /src/classes/GW_OppRollups.cls | 1966 | 12 | 1966 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1251 | /src/classes/GW_OppRollups.cls | 1967 | 17 | 1967 | 164 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1251 | /src/classes/GW_OppRollups.cls | 1967 | 17 | 1967 | 164 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1252 | /src/classes/GW_OppRollups.cls | 1977 | 23 | 2005 | 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. |
1252 | /src/classes/GW_OppRollups.cls | 1977 | 23 | 2005 | 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. |
1253 | /src/classes/GW_OppRollups.cls | 1983 | 19 | 1983 | 80 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1253 | /src/classes/GW_OppRollups.cls | 1983 | 19 | 1983 | 80 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1254 | /src/classes/GW_OppRollups.cls | 2000 | 12 | 2000 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1254 | /src/classes/GW_OppRollups.cls | 2000 | 12 | 2000 | 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 'FirstConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1255 | /src/classes/GW_OppRollups.cls | 2001 | 17 | 2001 | 164 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1255 | /src/classes/GW_OppRollups.cls | 2001 | 17 | 2001 | 164 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'UpdatedCon' doesn't match '[a-z][a-zA-Z0-9]*' |
1256 | /src/classes/GW_OppRollups.cls | 2007 | 23 | 2056 | 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. |
1256 | /src/classes/GW_OppRollups.cls | 2007 | 23 | 2056 | 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. |
1257 | /src/classes/GW_OppRollups.cls | 2016 | 17 | 2022 | 10 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Con1' doesn't match '[a-z][a-zA-Z0-9]*' |
1257 | /src/classes/GW_OppRollups.cls | 2016 | 17 | 2022 | 10 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Con1' doesn't match '[a-z][a-zA-Z0-9]*' |
1258 | /src/classes/GW_OppRollups.cls | 2024 | 19 | 2024 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1258 | /src/classes/GW_OppRollups.cls | 2024 | 19 | 2024 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
1259 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 8 | 425 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1259 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 8 | 425 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1260 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 1 | 4 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
1260 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 1 | 4 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
1261 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 8 | 425 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_OpportunityAddToCampaign' has a total cognitive complexity of 74 (highest 72), current threshold is 50 |
1261 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 8 | 425 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_OpportunityAddToCampaign' has a total cognitive complexity of 74 (highest 72), current threshold is 50 |
1262 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 8 | 425 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_OpportunityAddToCampaign' has a Standard Cyclomatic Complexity of 6 (Highest = 21). |
1262 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 8 | 425 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_OpportunityAddToCampaign' has a Standard Cyclomatic Complexity of 6 (Highest = 21). |
1263 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 8 | 425 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1263 | /src/classes/GW_OpportunityAddToCampaign.cls | 4 | 8 | 425 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1264 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1264 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1265 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'AddToCampaign(list |
1265 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'AddToCampaign(list |
1266 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'AddToCampaign(list |
1266 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'AddToCampaign(list |
1267 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 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 'AddToCampaign' doesn't match '[a-z][a-zA-Z0-9]*' |
1267 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 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 'AddToCampaign' doesn't match '[a-z][a-zA-Z0-9]*' |
1268 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'AddToCampaign()' has an NCSS line count of 90 (limit: 40) |
1268 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'AddToCampaign()' has an NCSS line count of 90 (limit: 40) |
1269 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'AddToCampaign' has a Standard Cyclomatic Complexity of 21. |
1269 | /src/classes/GW_OpportunityAddToCampaign.cls | 6 | 19 | 160 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'AddToCampaign' has a Standard Cyclomatic Complexity of 21. |
1270 | /src/classes/GW_OpportunityAddToCampaign.cls | 14 | 16 | 14 | 85 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DefaultDonatedStatus' doesn't match '[a-z][a-zA-Z0-9]*' |
1270 | /src/classes/GW_OpportunityAddToCampaign.cls | 14 | 16 | 14 | 85 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DefaultDonatedStatus' doesn't match '[a-z][a-zA-Z0-9]*' |
1271 | /src/classes/GW_OpportunityAddToCampaign.cls | 16 | 20 | 16 | 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 'OppToContactIds' doesn't match '[a-z][a-zA-Z0-9]*' |
1271 | /src/classes/GW_OpportunityAddToCampaign.cls | 16 | 20 | 16 | 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 'OppToContactIds' doesn't match '[a-z][a-zA-Z0-9]*' |
1272 | /src/classes/GW_OpportunityAddToCampaign.cls | 19 | 29 | 19 | 69 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMsToUpsert' doesn't match '[a-z][a-zA-Z0-9]*' |
1272 | /src/classes/GW_OpportunityAddToCampaign.cls | 19 | 29 | 19 | 69 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMsToUpsert' doesn't match '[a-z][a-zA-Z0-9]*' |
1273 | /src/classes/GW_OpportunityAddToCampaign.cls | 25 | 17 | 25 | 53 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CampaignsToCheckCMS' doesn't match '[a-z][a-zA-Z0-9]*' |
1273 | /src/classes/GW_OpportunityAddToCampaign.cls | 25 | 17 | 25 | 53 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CampaignsToCheckCMS' doesn't match '[a-z][a-zA-Z0-9]*' |
1274 | /src/classes/GW_OpportunityAddToCampaign.cls | 26 | 17 | 26 | 54 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CampToCheckResponded' doesn't match '[a-z][a-zA-Z0-9]*' |
1274 | /src/classes/GW_OpportunityAddToCampaign.cls | 26 | 17 | 26 | 54 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CampToCheckResponded' doesn't match '[a-z][a-zA-Z0-9]*' |
1275 | /src/classes/GW_OpportunityAddToCampaign.cls | 27 | 17 | 27 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMIDsToUpdateSet' doesn't match '[a-z][a-zA-Z0-9]*' |
1275 | /src/classes/GW_OpportunityAddToCampaign.cls | 27 | 17 | 27 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMIDsToUpdateSet' doesn't match '[a-z][a-zA-Z0-9]*' |
1276 | /src/classes/GW_OpportunityAddToCampaign.cls | 28 | 17 | 28 | 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 'CampaignIds' doesn't match '[a-z][a-zA-Z0-9]*' |
1276 | /src/classes/GW_OpportunityAddToCampaign.cls | 28 | 17 | 28 | 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 'CampaignIds' doesn't match '[a-z][a-zA-Z0-9]*' |
1277 | /src/classes/GW_OpportunityAddToCampaign.cls | 65 | 95 | 65 | 109 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1277 | /src/classes/GW_OpportunityAddToCampaign.cls | 65 | 95 | 65 | 109 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1278 | /src/classes/GW_OpportunityAddToCampaign.cls | 65 | 95 | 65 | 109 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1278 | /src/classes/GW_OpportunityAddToCampaign.cls | 65 | 95 | 65 | 109 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1279 | /src/classes/GW_OpportunityAddToCampaign.cls | 83 | 42 | 83 | 194 | 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 |
1279 | /src/classes/GW_OpportunityAddToCampaign.cls | 83 | 42 | 83 | 194 | 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 |
1280 | /src/classes/GW_OpportunityAddToCampaign.cls | 92 | 20 | 92 | 59 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1280 | /src/classes/GW_OpportunityAddToCampaign.cls | 92 | 20 | 92 | 59 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ConId' doesn't match '[a-z][a-zA-Z0-9]*' |
1281 | /src/classes/GW_OpportunityAddToCampaign.cls | 93 | 20 | 93 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
1281 | /src/classes/GW_OpportunityAddToCampaign.cls | 93 | 20 | 93 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
1282 | /src/classes/GW_OpportunityAddToCampaign.cls | 109 | 21 | 144 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1282 | /src/classes/GW_OpportunityAddToCampaign.cls | 109 | 21 | 144 | 22 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1283 | /src/classes/GW_OpportunityAddToCampaign.cls | 130 | 25 | 143 | 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 |
1283 | /src/classes/GW_OpportunityAddToCampaign.cls | 130 | 25 | 143 | 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 |
1284 | /src/classes/GW_OpportunityAddToCampaign.cls | 130 | 25 | 143 | 26 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
1284 | /src/classes/GW_OpportunityAddToCampaign.cls | 130 | 25 | 143 | 26 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
1285 | /src/classes/GW_OpportunityAddToCampaign.cls | 130 | 85 | 132 | 26 | 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. |
1285 | /src/classes/GW_OpportunityAddToCampaign.cls | 130 | 85 | 132 | 26 | 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. |
1286 | /src/classes/GW_OpportunityAddToCampaign.cls | 133 | 29 | 139 | 30 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1286 | /src/classes/GW_OpportunityAddToCampaign.cls | 133 | 29 | 139 | 30 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1287 | /src/classes/GW_OpportunityAddToCampaign.cls | 140 | 29 | 142 | 30 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1287 | /src/classes/GW_OpportunityAddToCampaign.cls | 140 | 29 | 142 | 30 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1288 | /src/classes/GW_OpportunityAddToCampaign.cls | 151 | 21 | 151 | 129 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'statusOK' defined but not used |
1288 | /src/classes/GW_OpportunityAddToCampaign.cls | 151 | 21 | 151 | 129 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'statusOK' defined but not used |
1289 | /src/classes/GW_OpportunityAddToCampaign.cls | 152 | 21 | 152 | 122 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'statusOK2' defined but not used |
1289 | /src/classes/GW_OpportunityAddToCampaign.cls | 152 | 21 | 152 | 122 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'statusOK2' defined but not used |
1290 | /src/classes/GW_OpportunityAddToCampaign.cls | 155 | 35 | 155 | 78 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMListToUpsert' doesn't match '[a-z][a-zA-Z0-9]*' |
1290 | /src/classes/GW_OpportunityAddToCampaign.cls | 155 | 35 | 155 | 78 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMListToUpsert' doesn't match '[a-z][a-zA-Z0-9]*' |
1291 | /src/classes/GW_OpportunityAddToCampaign.cls | 166 | 27 | 166 | 84 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'GiftRectype' should be before method declarations in its class |
1291 | /src/classes/GW_OpportunityAddToCampaign.cls | 166 | 27 | 166 | 84 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'GiftRectype' should be before method declarations in its class |
1292 | /src/classes/GW_OpportunityAddToCampaign.cls | 166 | 27 | 166 | 84 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'GiftRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
1292 | /src/classes/GW_OpportunityAddToCampaign.cls | 166 | 27 | 166 | 84 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'GiftRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
1293 | /src/classes/GW_OpportunityAddToCampaign.cls | 167 | 27 | 167 | 89 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'WithOppStatus' should be before method declarations in its class |
1293 | /src/classes/GW_OpportunityAddToCampaign.cls | 167 | 27 | 167 | 89 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'WithOppStatus' should be before method declarations in its class |
1294 | /src/classes/GW_OpportunityAddToCampaign.cls | 167 | 27 | 167 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'WithOppStatus' doesn't match '[a-z][a-zA-Z0-9]*' |
1294 | /src/classes/GW_OpportunityAddToCampaign.cls | 167 | 27 | 167 | 89 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'WithOppStatus' doesn't match '[a-z][a-zA-Z0-9]*' |
1295 | /src/classes/GW_OpportunityAddToCampaign.cls | 169 | 23 | 228 | 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/GW_OpportunityAddToCampaign.cls | 169 | 23 | 228 | 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/GW_OpportunityAddToCampaign.cls | 169 | 23 | 228 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OppToCampaign_OnUpdateChgToResponded' doesn't match '[a-z][a-zA-Z0-9]*' |
1296 | /src/classes/GW_OpportunityAddToCampaign.cls | 169 | 23 | 228 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OppToCampaign_OnUpdateChgToResponded' doesn't match '[a-z][a-zA-Z0-9]*' |
1297 | /src/classes/GW_OpportunityAddToCampaign.cls | 176 | 9 | 176 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1297 | /src/classes/GW_OpportunityAddToCampaign.cls | 176 | 9 | 176 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1298 | /src/classes/GW_OpportunityAddToCampaign.cls | 176 | 9 | 176 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1298 | /src/classes/GW_OpportunityAddToCampaign.cls | 176 | 9 | 176 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1299 | /src/classes/GW_OpportunityAddToCampaign.cls | 181 | 9 | 181 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1299 | /src/classes/GW_OpportunityAddToCampaign.cls | 181 | 9 | 181 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1300 | /src/classes/GW_OpportunityAddToCampaign.cls | 181 | 9 | 181 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1300 | /src/classes/GW_OpportunityAddToCampaign.cls | 181 | 9 | 181 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1301 | /src/classes/GW_OpportunityAddToCampaign.cls | 190 | 9 | 190 | 86 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1301 | /src/classes/GW_OpportunityAddToCampaign.cls | 190 | 9 | 190 | 86 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1302 | /src/classes/GW_OpportunityAddToCampaign.cls | 190 | 9 | 190 | 86 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1302 | /src/classes/GW_OpportunityAddToCampaign.cls | 190 | 9 | 190 | 86 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1303 | /src/classes/GW_OpportunityAddToCampaign.cls | 195 | 9 | 195 | 83 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1303 | /src/classes/GW_OpportunityAddToCampaign.cls | 195 | 9 | 195 | 83 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1304 | /src/classes/GW_OpportunityAddToCampaign.cls | 195 | 9 | 195 | 83 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1304 | /src/classes/GW_OpportunityAddToCampaign.cls | 195 | 9 | 195 | 83 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1305 | /src/classes/GW_OpportunityAddToCampaign.cls | 217 | 9 | 217 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1305 | /src/classes/GW_OpportunityAddToCampaign.cls | 217 | 9 | 217 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1306 | /src/classes/GW_OpportunityAddToCampaign.cls | 217 | 9 | 217 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1306 | /src/classes/GW_OpportunityAddToCampaign.cls | 217 | 9 | 217 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1307 | /src/classes/GW_OpportunityAddToCampaign.cls | 230 | 23 | 305 | 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. |
1307 | /src/classes/GW_OpportunityAddToCampaign.cls | 230 | 23 | 305 | 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. |
1308 | /src/classes/GW_OpportunityAddToCampaign.cls | 230 | 23 | 305 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OppToCampaign_AlreadyCampaignMbr' doesn't match '[a-z][a-zA-Z0-9]*' |
1308 | /src/classes/GW_OpportunityAddToCampaign.cls | 230 | 23 | 305 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OppToCampaign_AlreadyCampaignMbr' doesn't match '[a-z][a-zA-Z0-9]*' |
1309 | /src/classes/GW_OpportunityAddToCampaign.cls | 241 | 9 | 241 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1309 | /src/classes/GW_OpportunityAddToCampaign.cls | 241 | 9 | 241 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1310 | /src/classes/GW_OpportunityAddToCampaign.cls | 241 | 9 | 241 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1310 | /src/classes/GW_OpportunityAddToCampaign.cls | 241 | 9 | 241 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1311 | /src/classes/GW_OpportunityAddToCampaign.cls | 246 | 9 | 246 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1311 | /src/classes/GW_OpportunityAddToCampaign.cls | 246 | 9 | 246 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1312 | /src/classes/GW_OpportunityAddToCampaign.cls | 246 | 9 | 246 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1312 | /src/classes/GW_OpportunityAddToCampaign.cls | 246 | 9 | 246 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1313 | /src/classes/GW_OpportunityAddToCampaign.cls | 267 | 9 | 267 | 87 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1313 | /src/classes/GW_OpportunityAddToCampaign.cls | 267 | 9 | 267 | 87 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1314 | /src/classes/GW_OpportunityAddToCampaign.cls | 267 | 9 | 267 | 87 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1314 | /src/classes/GW_OpportunityAddToCampaign.cls | 267 | 9 | 267 | 87 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1315 | /src/classes/GW_OpportunityAddToCampaign.cls | 270 | 24 | 270 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testCMbr1' defined but not used |
1315 | /src/classes/GW_OpportunityAddToCampaign.cls | 270 | 24 | 270 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testCMbr1' defined but not used |
1316 | /src/classes/GW_OpportunityAddToCampaign.cls | 271 | 24 | 271 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testCMbr2' defined but not used |
1316 | /src/classes/GW_OpportunityAddToCampaign.cls | 271 | 24 | 271 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testCMbr2' defined but not used |
1317 | /src/classes/GW_OpportunityAddToCampaign.cls | 272 | 24 | 272 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testCMbr3' defined but not used |
1317 | /src/classes/GW_OpportunityAddToCampaign.cls | 272 | 24 | 272 | 115 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'testCMbr3' defined but not used |
1318 | /src/classes/GW_OpportunityAddToCampaign.cls | 274 | 9 | 274 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1318 | /src/classes/GW_OpportunityAddToCampaign.cls | 274 | 9 | 274 | 84 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1319 | /src/classes/GW_OpportunityAddToCampaign.cls | 274 | 9 | 274 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1319 | /src/classes/GW_OpportunityAddToCampaign.cls | 274 | 9 | 274 | 84 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1320 | /src/classes/GW_OpportunityAddToCampaign.cls | 295 | 9 | 295 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1320 | /src/classes/GW_OpportunityAddToCampaign.cls | 295 | 9 | 295 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1321 | /src/classes/GW_OpportunityAddToCampaign.cls | 295 | 9 | 295 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1321 | /src/classes/GW_OpportunityAddToCampaign.cls | 295 | 9 | 295 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1322 | /src/classes/GW_OpportunityAddToCampaign.cls | 308 | 23 | 364 | 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. |
1322 | /src/classes/GW_OpportunityAddToCampaign.cls | 308 | 23 | 364 | 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. |
1323 | /src/classes/GW_OpportunityAddToCampaign.cls | 308 | 23 | 364 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OppToCampaign_NotCampMbr' doesn't match '[a-z][a-zA-Z0-9]*' |
1323 | /src/classes/GW_OpportunityAddToCampaign.cls | 308 | 23 | 364 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'OppToCampaign_NotCampMbr' doesn't match '[a-z][a-zA-Z0-9]*' |
1324 | /src/classes/GW_OpportunityAddToCampaign.cls | 314 | 9 | 314 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1324 | /src/classes/GW_OpportunityAddToCampaign.cls | 314 | 9 | 314 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1325 | /src/classes/GW_OpportunityAddToCampaign.cls | 314 | 9 | 314 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1325 | /src/classes/GW_OpportunityAddToCampaign.cls | 314 | 9 | 314 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1326 | /src/classes/GW_OpportunityAddToCampaign.cls | 319 | 9 | 319 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1326 | /src/classes/GW_OpportunityAddToCampaign.cls | 319 | 9 | 319 | 50 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1327 | /src/classes/GW_OpportunityAddToCampaign.cls | 319 | 9 | 319 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1327 | /src/classes/GW_OpportunityAddToCampaign.cls | 319 | 9 | 319 | 50 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1328 | /src/classes/GW_OpportunityAddToCampaign.cls | 328 | 9 | 328 | 81 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1328 | /src/classes/GW_OpportunityAddToCampaign.cls | 328 | 9 | 328 | 81 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1329 | /src/classes/GW_OpportunityAddToCampaign.cls | 328 | 9 | 328 | 81 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1329 | /src/classes/GW_OpportunityAddToCampaign.cls | 328 | 9 | 328 | 81 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1330 | /src/classes/GW_OpportunityAddToCampaign.cls | 346 | 9 | 346 | 64 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1330 | /src/classes/GW_OpportunityAddToCampaign.cls | 346 | 9 | 346 | 64 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1331 | /src/classes/GW_OpportunityAddToCampaign.cls | 346 | 9 | 346 | 64 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1331 | /src/classes/GW_OpportunityAddToCampaign.cls | 346 | 9 | 346 | 64 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1332 | /src/classes/GW_OpportunityAddToCampaign.cls | 366 | 23 | 423 | 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. |
1332 | /src/classes/GW_OpportunityAddToCampaign.cls | 366 | 23 | 423 | 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. |
1333 | /src/classes/GW_OpportunityAddToCampaign.cls | 368 | 17 | 368 | 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 'ConIds' doesn't match '[a-z][a-zA-Z0-9]*' |
1333 | /src/classes/GW_OpportunityAddToCampaign.cls | 368 | 17 | 368 | 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 'ConIds' doesn't match '[a-z][a-zA-Z0-9]*' |
1334 | /src/classes/GW_OpportunityAddToCampaign.cls | 369 | 17 | 369 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ConIDsInCM' doesn't match '[a-z][a-zA-Z0-9]*' |
1334 | /src/classes/GW_OpportunityAddToCampaign.cls | 369 | 17 | 369 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ConIDsInCM' doesn't match '[a-z][a-zA-Z0-9]*' |
1335 | /src/classes/GW_OpportunityAddToCampaign.cls | 373 | 23 | 373 | 94 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestContacts' doesn't match '[a-z][a-zA-Z0-9]*' |
1335 | /src/classes/GW_OpportunityAddToCampaign.cls | 373 | 23 | 373 | 94 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestContacts' doesn't match '[a-z][a-zA-Z0-9]*' |
1336 | /src/classes/GW_OpportunityAddToCampaign.cls | 375 | 9 | 375 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1336 | /src/classes/GW_OpportunityAddToCampaign.cls | 375 | 9 | 375 | 56 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1337 | /src/classes/GW_OpportunityAddToCampaign.cls | 375 | 9 | 375 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1337 | /src/classes/GW_OpportunityAddToCampaign.cls | 375 | 9 | 375 | 56 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1338 | /src/classes/GW_OpportunityAddToCampaign.cls | 385 | 9 | 385 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1338 | /src/classes/GW_OpportunityAddToCampaign.cls | 385 | 9 | 385 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1339 | /src/classes/GW_OpportunityAddToCampaign.cls | 385 | 9 | 385 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1339 | /src/classes/GW_OpportunityAddToCampaign.cls | 385 | 9 | 385 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1340 | /src/classes/GW_OpportunityAddToCampaign.cls | 389 | 27 | 389 | 151 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
1340 | /src/classes/GW_OpportunityAddToCampaign.cls | 389 | 27 | 389 | 151 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
1341 | /src/classes/GW_OpportunityAddToCampaign.cls | 390 | 27 | 390 | 155 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MoreOppsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
1341 | /src/classes/GW_OpportunityAddToCampaign.cls | 390 | 27 | 390 | 155 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MoreOppsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
1342 | /src/classes/GW_OpportunityAddToCampaign.cls | 395 | 9 | 395 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1342 | /src/classes/GW_OpportunityAddToCampaign.cls | 395 | 9 | 395 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1343 | /src/classes/GW_OpportunityAddToCampaign.cls | 395 | 9 | 395 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1343 | /src/classes/GW_OpportunityAddToCampaign.cls | 395 | 9 | 395 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1344 | /src/classes/GW_OpportunityAddToCampaign.cls | 405 | 26 | 405 | 136 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMsCreated' doesn't match '[a-z][a-zA-Z0-9]*' |
1344 | /src/classes/GW_OpportunityAddToCampaign.cls | 405 | 26 | 405 | 136 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMsCreated' doesn't match '[a-z][a-zA-Z0-9]*' |
1345 | /src/classes/GW_RecTypes.cls | 14 | 1 | 14 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
1345 | /src/classes/GW_RecTypes.cls | 14 | 1 | 14 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
1346 | /src/classes/GW_RecTypes.cls | 14 | 8 | 217 | 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 |
1346 | /src/classes/GW_RecTypes.cls | 14 | 8 | 217 | 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 |
1347 | /src/classes/GW_RecTypes.cls | 14 | 8 | 217 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1347 | /src/classes/GW_RecTypes.cls | 14 | 8 | 217 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1348 | /src/classes/GW_RecTypes.cls | 24 | 9 | 34 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1348 | /src/classes/GW_RecTypes.cls | 24 | 9 | 34 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1349 | /src/classes/GW_RecTypes.cls | 24 | 9 | 34 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1349 | /src/classes/GW_RecTypes.cls | 24 | 9 | 34 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1350 | /src/classes/GW_RecTypes.cls | 26 | 17 | 26 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1350 | /src/classes/GW_RecTypes.cls | 26 | 17 | 26 | 49 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1351 | /src/classes/GW_RecTypes.cls | 26 | 17 | 26 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1351 | /src/classes/GW_RecTypes.cls | 26 | 17 | 26 | 49 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1352 | /src/classes/GW_RecTypes.cls | 42 | 54 | 42 | 75 | 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 'RecordTypeName' doesn't match '[a-z][a-zA-Z0-9]*' |
1352 | /src/classes/GW_RecTypes.cls | 42 | 54 | 42 | 75 | 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 'RecordTypeName' doesn't match '[a-z][a-zA-Z0-9]*' |
1353 | /src/classes/GW_RecTypes.cls | 42 | 16 | 54 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'GetRecordTypeId' doesn't match '[a-z][a-zA-Z0-9]*' |
1353 | /src/classes/GW_RecTypes.cls | 42 | 16 | 54 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'GetRecordTypeId' doesn't match '[a-z][a-zA-Z0-9]*' |
1354 | /src/classes/GW_RecTypes.cls | 45 | 4 | 45 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1354 | /src/classes/GW_RecTypes.cls | 45 | 4 | 45 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1355 | /src/classes/GW_RecTypes.cls | 45 | 4 | 45 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1355 | /src/classes/GW_RecTypes.cls | 45 | 4 | 45 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1356 | /src/classes/GW_RecTypes.cls | 62 | 60 | 62 | 75 | 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 'RecordTypeId' doesn't match '[a-z][a-zA-Z0-9]*' |
1356 | /src/classes/GW_RecTypes.cls | 62 | 60 | 62 | 75 | 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 'RecordTypeId' doesn't match '[a-z][a-zA-Z0-9]*' |
1357 | /src/classes/GW_RecTypes.cls | 62 | 16 | 74 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'GetRecordTypeName' doesn't match '[a-z][a-zA-Z0-9]*' |
1357 | /src/classes/GW_RecTypes.cls | 62 | 16 | 74 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'GetRecordTypeName' doesn't match '[a-z][a-zA-Z0-9]*' |
1358 | /src/classes/GW_RecTypes.cls | 65 | 4 | 65 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1358 | /src/classes/GW_RecTypes.cls | 65 | 4 | 65 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1359 | /src/classes/GW_RecTypes.cls | 65 | 4 | 65 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1359 | /src/classes/GW_RecTypes.cls | 65 | 4 | 65 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1360 | /src/classes/GW_RecTypes.cls | 82 | 62 | 82 | 91 | 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 'RecordTypeNameSet' doesn't match '[a-z][a-zA-Z0-9]*' |
1360 | /src/classes/GW_RecTypes.cls | 82 | 62 | 82 | 91 | 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 'RecordTypeNameSet' doesn't match '[a-z][a-zA-Z0-9]*' |
1361 | /src/classes/GW_RecTypes.cls | 82 | 16 | 99 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'GetRecordTypeIdSet' doesn't match '[a-z][a-zA-Z0-9]*' |
1361 | /src/classes/GW_RecTypes.cls | 82 | 16 | 99 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'GetRecordTypeIdSet' doesn't match '[a-z][a-zA-Z0-9]*' |
1362 | /src/classes/GW_RecTypes.cls | 87 | 4 | 87 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1362 | /src/classes/GW_RecTypes.cls | 87 | 4 | 87 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1363 | /src/classes/GW_RecTypes.cls | 87 | 4 | 87 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1363 | /src/classes/GW_RecTypes.cls | 87 | 4 | 87 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1364 | /src/classes/GW_RecTypes.cls | 106 | 16 | 122 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'GetRecordTypeIdMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1364 | /src/classes/GW_RecTypes.cls | 106 | 16 | 122 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'GetRecordTypeIdMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1365 | /src/classes/GW_RecTypes.cls | 110 | 4 | 110 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1365 | /src/classes/GW_RecTypes.cls | 110 | 4 | 110 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1366 | /src/classes/GW_RecTypes.cls | 110 | 4 | 110 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1366 | /src/classes/GW_RecTypes.cls | 110 | 4 | 110 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1367 | /src/classes/GW_RecTypes.cls | 117 | 6 | 117 | 62 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1367 | /src/classes/GW_RecTypes.cls | 117 | 6 | 117 | 62 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1368 | /src/classes/GW_RecTypes.cls | 117 | 6 | 117 | 62 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1368 | /src/classes/GW_RecTypes.cls | 117 | 6 | 117 | 62 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1369 | /src/classes/GW_RecTypes.cls | 160 | 20 | 190 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1369 | /src/classes/GW_RecTypes.cls | 160 | 20 | 190 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1370 | /src/classes/GW_RecTypes.cls | 192 | 20 | 216 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1370 | /src/classes/GW_RecTypes.cls | 192 | 20 | 216 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1371 | /src/classes/GW_RecTypes.cls | 192 | 20 | 216 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestRecordTypes' doesn't match '[a-z][a-zA-Z0-9]*' |
1371 | /src/classes/GW_RecTypes.cls | 192 | 20 | 216 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestRecordTypes' doesn't match '[a-z][a-zA-Z0-9]*' |
1372 | /src/classes/GW_RecurringPayments.cls | 10 | 24 | 277 | 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 |
1372 | /src/classes/GW_RecurringPayments.cls | 10 | 24 | 277 | 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 |
1373 | /src/classes/GW_RecurringPayments.cls | 10 | 24 | 277 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_RecurringPayments' has a total cognitive complexity of 61 (highest 35), current threshold is 50 |
1373 | /src/classes/GW_RecurringPayments.cls | 10 | 24 | 277 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'GW_RecurringPayments' has a total cognitive complexity of 61 (highest 35), current threshold is 50 |
1374 | /src/classes/GW_RecurringPayments.cls | 10 | 24 | 277 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_RecurringPayments' has a Standard Cyclomatic Complexity of 6 (Highest = 14). |
1374 | /src/classes/GW_RecurringPayments.cls | 10 | 24 | 277 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'GW_RecurringPayments' has a Standard Cyclomatic Complexity of 6 (Highest = 14). |
1375 | /src/classes/GW_RecurringPayments.cls | 10 | 24 | 277 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1375 | /src/classes/GW_RecurringPayments.cls | 10 | 24 | 277 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1376 | /src/classes/GW_RecurringPayments.cls | 15 | 16 | 29 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1376 | /src/classes/GW_RecurringPayments.cls | 15 | 16 | 29 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1377 | /src/classes/GW_RecurringPayments.cls | 18 | 21 | 18 | 82 | 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 |
1377 | /src/classes/GW_RecurringPayments.cls | 18 | 21 | 18 | 82 | 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 |
1378 | /src/classes/GW_RecurringPayments.cls | 21 | 21 | 21 | 115 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1378 | /src/classes/GW_RecurringPayments.cls | 21 | 21 | 21 | 115 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1379 | /src/classes/GW_RecurringPayments.cls | 37 | 16 | 62 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1379 | /src/classes/GW_RecurringPayments.cls | 37 | 16 | 62 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1380 | /src/classes/GW_RecurringPayments.cls | 37 | 16 | 62 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'HandleEndDateChange' doesn't match '[a-z][a-zA-Z0-9]*' |
1380 | /src/classes/GW_RecurringPayments.cls | 37 | 16 | 62 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'HandleEndDateChange' doesn't match '[a-z][a-zA-Z0-9]*' |
1381 | /src/classes/GW_RecurringPayments.cls | 51 | 36 | 53 | 61 | 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 |
1381 | /src/classes/GW_RecurringPayments.cls | 51 | 36 | 53 | 61 | 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 |
1382 | /src/classes/GW_RecurringPayments.cls | 61 | 3 | 61 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1382 | /src/classes/GW_RecurringPayments.cls | 61 | 3 | 61 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1383 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1383 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1384 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'CreateRecurringOppsIfNeeded(list |
1384 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'CreateRecurringOppsIfNeeded(list |
1385 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'CreateRecurringOppsIfNeeded(list |
1385 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'CreateRecurringOppsIfNeeded(list |
1386 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateRecurringOppsIfNeeded' doesn't match '[a-z][a-zA-Z0-9]*' |
1386 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateRecurringOppsIfNeeded' doesn't match '[a-z][a-zA-Z0-9]*' |
1387 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'CreateRecurringOppsIfNeeded' has a Standard Cyclomatic Complexity of 14. |
1387 | /src/classes/GW_RecurringPayments.cls | 69 | 16 | 136 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'CreateRecurringOppsIfNeeded' has a Standard Cyclomatic Complexity of 14. |
1388 | /src/classes/GW_RecurringPayments.cls | 91 | 37 | 92 | 88 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1388 | /src/classes/GW_RecurringPayments.cls | 91 | 37 | 92 | 88 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1389 | /src/classes/GW_RecurringPayments.cls | 108 | 44 | 110 | 65 | 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 |
1389 | /src/classes/GW_RecurringPayments.cls | 108 | 44 | 110 | 65 | 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 |
1390 | /src/classes/GW_RecurringPayments.cls | 134 | 4 | 134 | 28 | 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 |
1390 | /src/classes/GW_RecurringPayments.cls | 134 | 4 | 134 | 28 | 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 |
1391 | /src/classes/GW_RecurringPayments.cls | 155 | 20 | 180 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1391 | /src/classes/GW_RecurringPayments.cls | 155 | 20 | 180 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1392 | /src/classes/GW_RecurringPayments.cls | 155 | 20 | 180 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestRPPName' doesn't match '[a-z][a-zA-Z0-9]*' |
1392 | /src/classes/GW_RecurringPayments.cls | 155 | 20 | 180 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestRPPName' doesn't match '[a-z][a-zA-Z0-9]*' |
1393 | /src/classes/GW_RecurringPayments.cls | 183 | 20 | 226 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1393 | /src/classes/GW_RecurringPayments.cls | 183 | 20 | 226 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1394 | /src/classes/GW_RecurringPayments.cls | 183 | 20 | 226 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestRPPEndDateChange' doesn't match '[a-z][a-zA-Z0-9]*' |
1394 | /src/classes/GW_RecurringPayments.cls | 183 | 20 | 226 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestRPPEndDateChange' doesn't match '[a-z][a-zA-Z0-9]*' |
1395 | /src/classes/GW_RecurringPayments.cls | 230 | 20 | 276 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1395 | /src/classes/GW_RecurringPayments.cls | 230 | 20 | 276 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1396 | /src/classes/GW_RecurringPayments.cls | 230 | 20 | 276 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestRPPAutoExtendOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
1396 | /src/classes/GW_RecurringPayments.cls | 230 | 20 | 276 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestRPPAutoExtendOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
1397 | /src/classes/GW_TriggerSettings.cls | 15 | 24 | 77 | 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 |
1397 | /src/classes/GW_TriggerSettings.cls | 15 | 24 | 77 | 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 |
1398 | /src/classes/GW_TriggerSettings.cls | 17 | 17 | 47 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'SetTriggerSettingDefaults' doesn't match '[a-z][a-zA-Z0-9]*' |
1398 | /src/classes/GW_TriggerSettings.cls | 17 | 17 | 47 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'SetTriggerSettingDefaults' doesn't match '[a-z][a-zA-Z0-9]*' |
1399 | /src/classes/GW_TriggerSettings.cls | 65 | 6 | 68 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1399 | /src/classes/GW_TriggerSettings.cls | 65 | 6 | 68 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1400 | /src/classes/GW_Utilities.cls | 10 | 24 | 161 | 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 |
1400 | /src/classes/GW_Utilities.cls | 10 | 24 | 161 | 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 |
1401 | /src/classes/GW_Utilities.cls | 10 | 24 | 161 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1401 | /src/classes/GW_Utilities.cls | 10 | 24 | 161 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1402 | /src/classes/GW_Utilities.cls | 16 | 16 | 48 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1402 | /src/classes/GW_Utilities.cls | 16 | 16 | 48 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1403 | /src/classes/GW_Utilities.cls | 16 | 24 | 16 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'InManagedPackage' doesn't match '[a-z][a-zA-Z0-9]*' |
1403 | /src/classes/GW_Utilities.cls | 16 | 24 | 16 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'InManagedPackage' doesn't match '[a-z][a-zA-Z0-9]*' |
1404 | /src/classes/GW_Utilities.cls | 17 | 3 | 46 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method '__sfdc_InManagedPackage()' has a cognitive complexity of 15, current threshold is 15 |
1404 | /src/classes/GW_Utilities.cls | 17 | 3 | 46 | 4 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method '__sfdc_InManagedPackage()' has a cognitive complexity of 15, current threshold is 15 |
1405 | /src/classes/GW_Utilities.cls | 30 | 17 | 30 | 44 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'recs' defined but not used |
1405 | /src/classes/GW_Utilities.cls | 30 | 17 | 30 | 44 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'recs' defined but not used |
1406 | /src/classes/GW_Utilities.cls | 55 | 25 | 55 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fCheckedForDupBlocker' should be before method declarations in its class |
1406 | /src/classes/GW_Utilities.cls | 55 | 25 | 55 | 54 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'fCheckedForDupBlocker' should be before method declarations in its class |
1407 | /src/classes/GW_Utilities.cls | 56 | 16 | 66 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1407 | /src/classes/GW_Utilities.cls | 56 | 16 | 66 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1408 | /src/classes/GW_Utilities.cls | 56 | 24 | 56 | 45 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'IsDupBlockerInstalled' doesn't match '[a-z][a-zA-Z0-9]*' |
1408 | /src/classes/GW_Utilities.cls | 56 | 24 | 56 | 45 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'IsDupBlockerInstalled' doesn't match '[a-z][a-zA-Z0-9]*' |
1409 | /src/classes/GW_Utilities.cls | 100 | 16 | 106 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'StrTokenNSPrefix' doesn't match '[a-z][a-zA-Z0-9]*' |
1409 | /src/classes/GW_Utilities.cls | 100 | 16 | 106 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'StrTokenNSPrefix' doesn't match '[a-z][a-zA-Z0-9]*' |
1410 | /src/classes/GW_Utilities.cls | 101 | 26 | 101 | 37 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1410 | /src/classes/GW_Utilities.cls | 101 | 26 | 101 | 37 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1411 | /src/classes/GW_Utilities.cls | 101 | 26 | 101 | 37 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1411 | /src/classes/GW_Utilities.cls | 101 | 26 | 101 | 37 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1412 | /src/classes/GW_Utilities.cls | 116 | 16 | 121 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'StrAllNSPrefix' doesn't match '[a-z][a-zA-Z0-9]*' |
1412 | /src/classes/GW_Utilities.cls | 116 | 16 | 121 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'StrAllNSPrefix' doesn't match '[a-z][a-zA-Z0-9]*' |
1413 | /src/classes/GW_Utilities.cls | 117 | 26 | 117 | 37 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1413 | /src/classes/GW_Utilities.cls | 117 | 26 | 117 | 37 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1414 | /src/classes/GW_Utilities.cls | 117 | 26 | 117 | 37 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1414 | /src/classes/GW_Utilities.cls | 117 | 26 | 117 | 37 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1415 | /src/classes/GW_Utilities.cls | 133 | 19 | 133 | 76 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1415 | /src/classes/GW_Utilities.cls | 133 | 19 | 133 | 76 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1416 | /src/classes/GW_Utilities.cls | 134 | 24 | 134 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1416 | /src/classes/GW_Utilities.cls | 134 | 24 | 134 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1417 | /src/classes/GW_Utilities.cls | 134 | 24 | 134 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1417 | /src/classes/GW_Utilities.cls | 134 | 24 | 134 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1418 | /src/classes/GW_Utilities.cls | 143 | 20 | 159 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1418 | /src/classes/GW_Utilities.cls | 143 | 20 | 159 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1419 | /src/classes/GW_Utilities.cls | 143 | 20 | 159 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestNamespacePrefixFixups' doesn't match '[a-z][a-zA-Z0-9]*' |
1419 | /src/classes/GW_Utilities.cls | 143 | 20 | 159 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestNamespacePrefixFixups' doesn't match '[a-z][a-zA-Z0-9]*' |
1420 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 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 |
1420 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 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 |
1421 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_AccountMaintenance' has a total cognitive complexity of 75 (highest 34), current threshold is 50 |
1421 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_AccountMaintenance' has a total cognitive complexity of 75 (highest 34), current threshold is 50 |
1422 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_AccountMaintenance' has a total cyclomatic complexity of 44 (highest 15). |
1422 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_AccountMaintenance' has a total cyclomatic complexity of 44 (highest 15). |
1423 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_AccountMaintenance' has a Standard Cyclomatic Complexity of 5 (Highest = 13). |
1423 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_AccountMaintenance' has a Standard Cyclomatic Complexity of 5 (Highest = 13). |
1424 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1424 | /src/classes/ONEN_AccountMaintenance.cls | 9 | 32 | 396 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1425 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'SetPrimaryContact(set |
1425 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'SetPrimaryContact(set |
1426 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'SetPrimaryContact(set |
1426 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'SetPrimaryContact(set |
1427 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | 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 'SetPrimaryContact' doesn't match '[a-z][a-zA-Z0-9]*' |
1427 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | 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 'SetPrimaryContact' doesn't match '[a-z][a-zA-Z0-9]*' |
1428 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'SetPrimaryContact()' has an NCSS line count of 43 (limit: 40) |
1428 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'SetPrimaryContact()' has an NCSS line count of 43 (limit: 40) |
1429 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'SetPrimaryContact' has a Standard Cyclomatic Complexity of 13. |
1429 | /src/classes/ONEN_AccountMaintenance.cls | 19 | 12 | 97 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'SetPrimaryContact' has a Standard Cyclomatic Complexity of 13. |
1430 | /src/classes/ONEN_AccountMaintenance.cls | 20 | 6 | 20 | 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 'DefaultAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
1430 | /src/classes/ONEN_AccountMaintenance.cls | 20 | 6 | 20 | 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 'DefaultAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
1431 | /src/classes/ONEN_AccountMaintenance.cls | 28 | 22 | 28 | 87 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1431 | /src/classes/ONEN_AccountMaintenance.cls | 28 | 22 | 28 | 87 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1432 | /src/classes/ONEN_AccountMaintenance.cls | 45 | 12 | 45 | 150 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1432 | /src/classes/ONEN_AccountMaintenance.cls | 45 | 12 | 45 | 150 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1433 | /src/classes/ONEN_AccountMaintenance.cls | 47 | 12 | 47 | 171 | 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 |
1433 | /src/classes/ONEN_AccountMaintenance.cls | 47 | 12 | 47 | 171 | 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 |
1434 | /src/classes/ONEN_AccountMaintenance.cls | 71 | 9 | 75 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1434 | /src/classes/ONEN_AccountMaintenance.cls | 71 | 9 | 75 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1435 | /src/classes/ONEN_AccountMaintenance.cls | 79 | 6 | 87 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1435 | /src/classes/ONEN_AccountMaintenance.cls | 79 | 6 | 87 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1436 | /src/classes/ONEN_AccountMaintenance.cls | 104 | 17 | 107 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1436 | /src/classes/ONEN_AccountMaintenance.cls | 104 | 17 | 107 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1437 | /src/classes/ONEN_AccountMaintenance.cls | 126 | 17 | 137 | 3 | 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 'UpdateAccounts' doesn't match '[a-z][a-zA-Z0-9]*' |
1437 | /src/classes/ONEN_AccountMaintenance.cls | 126 | 17 | 137 | 3 | 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 'UpdateAccounts' doesn't match '[a-z][a-zA-Z0-9]*' |
1438 | /src/classes/ONEN_AccountMaintenance.cls | 129 | 7 | 129 | 140 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1438 | /src/classes/ONEN_AccountMaintenance.cls | 129 | 7 | 129 | 140 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1439 | /src/classes/ONEN_AccountMaintenance.cls | 129 | 7 | 129 | 140 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1439 | /src/classes/ONEN_AccountMaintenance.cls | 129 | 7 | 129 | 140 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1440 | /src/classes/ONEN_AccountMaintenance.cls | 135 | 3 | 135 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1440 | /src/classes/ONEN_AccountMaintenance.cls | 135 | 3 | 135 | 20 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1441 | /src/classes/ONEN_AccountMaintenance.cls | 146 | 85 | 146 | 96 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1441 | /src/classes/ONEN_AccountMaintenance.cls | 146 | 85 | 146 | 96 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1442 | /src/classes/ONEN_AccountMaintenance.cls | 158 | 9 | 175 | 3 | 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 'SetPrimaryContactForAccounts' doesn't match '[a-z][a-zA-Z0-9]*' |
1442 | /src/classes/ONEN_AccountMaintenance.cls | 158 | 9 | 175 | 3 | 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 'SetPrimaryContactForAccounts' doesn't match '[a-z][a-zA-Z0-9]*' |
1443 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'SetPrimaryContacts(list |
1443 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'SetPrimaryContacts(list |
1444 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'SetPrimaryContacts(list |
1444 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'SetPrimaryContacts(list |
1445 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1445 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
1446 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | 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 'SetPrimaryContacts' doesn't match '[a-z][a-zA-Z0-9]*' |
1446 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | 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 'SetPrimaryContacts' doesn't match '[a-z][a-zA-Z0-9]*' |
1447 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'SetPrimaryContacts' has a Standard Cyclomatic Complexity of 11. |
1447 | /src/classes/ONEN_AccountMaintenance.cls | 184 | 9 | 216 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'SetPrimaryContacts' has a Standard Cyclomatic Complexity of 11. |
1448 | /src/classes/ONEN_AccountMaintenance.cls | 202 | 9 | 202 | 63 | 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 |
1448 | /src/classes/ONEN_AccountMaintenance.cls | 202 | 9 | 202 | 63 | 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 |
1449 | /src/classes/ONEN_AccountMaintenance.cls | 202 | 35 | 202 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1449 | /src/classes/ONEN_AccountMaintenance.cls | 202 | 35 | 202 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1450 | /src/classes/ONEN_AccountMaintenance.cls | 202 | 35 | 202 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1450 | /src/classes/ONEN_AccountMaintenance.cls | 202 | 35 | 202 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1451 | /src/classes/ONEN_AccountMaintenance.cls | 203 | 9 | 203 | 63 | 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 |
1451 | /src/classes/ONEN_AccountMaintenance.cls | 203 | 9 | 203 | 63 | 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 |
1452 | /src/classes/ONEN_AccountMaintenance.cls | 203 | 35 | 203 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1452 | /src/classes/ONEN_AccountMaintenance.cls | 203 | 35 | 203 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1453 | /src/classes/ONEN_AccountMaintenance.cls | 203 | 35 | 203 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1453 | /src/classes/ONEN_AccountMaintenance.cls | 203 | 35 | 203 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1454 | /src/classes/ONEN_AccountMaintenance.cls | 207 | 48 | 207 | 76 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1454 | /src/classes/ONEN_AccountMaintenance.cls | 207 | 48 | 207 | 76 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1455 | /src/classes/ONEN_AccountMaintenance.cls | 207 | 48 | 207 | 76 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1455 | /src/classes/ONEN_AccountMaintenance.cls | 207 | 48 | 207 | 76 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1456 | /src/classes/ONEN_AccountMaintenance.cls | 208 | 45 | 208 | 73 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1456 | /src/classes/ONEN_AccountMaintenance.cls | 208 | 45 | 208 | 73 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1457 | /src/classes/ONEN_AccountMaintenance.cls | 208 | 45 | 208 | 73 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1457 | /src/classes/ONEN_AccountMaintenance.cls | 208 | 45 | 208 | 73 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1458 | /src/classes/ONEN_AccountMaintenance.cls | 222 | 20 | 329 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1458 | /src/classes/ONEN_AccountMaintenance.cls | 222 | 20 | 329 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1459 | /src/classes/ONEN_AccountMaintenance.cls | 231 | 6 | 231 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondAcctId' defined but not used |
1459 | /src/classes/ONEN_AccountMaintenance.cls | 231 | 6 | 231 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondAcctId' defined but not used |
1460 | /src/classes/ONEN_AccountMaintenance.cls | 234 | 3 | 234 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1460 | /src/classes/ONEN_AccountMaintenance.cls | 234 | 3 | 234 | 51 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1461 | /src/classes/ONEN_AccountMaintenance.cls | 234 | 3 | 234 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1461 | /src/classes/ONEN_AccountMaintenance.cls | 234 | 3 | 234 | 51 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1462 | /src/classes/ONEN_AccountMaintenance.cls | 237 | 3 | 237 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1462 | /src/classes/ONEN_AccountMaintenance.cls | 237 | 3 | 237 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1463 | /src/classes/ONEN_AccountMaintenance.cls | 237 | 3 | 237 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1463 | /src/classes/ONEN_AccountMaintenance.cls | 237 | 3 | 237 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1464 | /src/classes/ONEN_AccountMaintenance.cls | 326 | 3 | 326 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1464 | /src/classes/ONEN_AccountMaintenance.cls | 326 | 3 | 326 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1465 | /src/classes/ONEN_AccountMaintenance.cls | 326 | 3 | 326 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1465 | /src/classes/ONEN_AccountMaintenance.cls | 326 | 3 | 326 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1466 | /src/classes/ONEN_AccountMaintenance.cls | 331 | 20 | 363 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1466 | /src/classes/ONEN_AccountMaintenance.cls | 331 | 20 | 363 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1467 | /src/classes/ONEN_AccountMaintenance.cls | 340 | 6 | 340 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondAcctId' defined but not used |
1467 | /src/classes/ONEN_AccountMaintenance.cls | 340 | 6 | 340 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'secondAcctId' defined but not used |
1468 | /src/classes/ONEN_AccountMaintenance.cls | 365 | 20 | 394 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1468 | /src/classes/ONEN_AccountMaintenance.cls | 365 | 20 | 394 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1469 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 1 | 21 | 263 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1469 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 1 | 21 | 263 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1470 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 1 | 21 | 263 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_CTRL_InstallmentWizard' has a Standard Cyclomatic Complexity of 2 (Highest = 12). |
1470 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 1 | 21 | 263 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_CTRL_InstallmentWizard' has a Standard Cyclomatic Complexity of 2 (Highest = 12). |
1471 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 1 | 21 | 263 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1471 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 1 | 21 | 263 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1472 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 15 | 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 |
1472 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 15 | 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 |
1473 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 17 | 21 | 17 | 172 | 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 |
1473 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 17 | 21 | 17 | 172 | 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 |
1474 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 21 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1474 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 21 | 12 | 23 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1475 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 26 | 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 |
1475 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 26 | 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 |
1476 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 44 | 12 | 44 | 115 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1476 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 44 | 12 | 44 | 115 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1477 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 45 | 12 | 45 | 85 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1477 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 45 | 12 | 45 | 85 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1478 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 48 | 12 | 48 | 79 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1478 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 48 | 12 | 48 | 79 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1479 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 51 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1479 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 51 | 12 | 66 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1480 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 69 | 12 | 69 | 90 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1480 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 69 | 12 | 69 | 90 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1481 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 72 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1481 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 72 | 12 | 78 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1482 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 81 | 33 | 81 | 72 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'newPayments' should be before method declarations in its class |
1482 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 81 | 33 | 81 | 72 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'newPayments' should be before method declarations in its class |
1483 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 84 | 12 | 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 |
1483 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 84 | 12 | 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 |
1484 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 84 | 12 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getPayments()' has a cognitive complexity of 19, current threshold is 15 |
1484 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 84 | 12 | 151 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getPayments()' has a cognitive complexity of 19, current threshold is 15 |
1485 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 84 | 12 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getPayments()' has a cyclomatic complexity of 13. |
1485 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 84 | 12 | 151 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'getPayments()' has a cyclomatic complexity of 13. |
1486 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 84 | 12 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getPayments' has a Standard Cyclomatic Complexity of 12. |
1486 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 84 | 12 | 151 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'getPayments' has a Standard Cyclomatic Complexity of 12. |
1487 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 153 | 12 | 156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1487 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 153 | 12 | 156 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1488 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 154 | 37 | 154 | 103 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1488 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 154 | 37 | 154 | 103 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1489 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 154 | 37 | 154 | 103 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1489 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 154 | 37 | 154 | 103 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1490 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 158 | 12 | 169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1490 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 158 | 12 | 169 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1491 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 163 | 9 | 163 | 28 | 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 |
1491 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 163 | 9 | 163 | 28 | 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 |
1492 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 173 | 23 | 261 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1492 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 173 | 23 | 261 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1493 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 173 | 23 | 261 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestInstallments' doesn't match '[a-z][a-zA-Z0-9]*' |
1493 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 173 | 23 | 261 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestInstallments' doesn't match '[a-z][a-zA-Z0-9]*' |
1494 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 225 | 4 | 225 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1494 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 225 | 4 | 225 | 61 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1495 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 225 | 4 | 225 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1495 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 225 | 4 | 225 | 61 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1496 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 238 | 19 | 238 | 180 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Installments' doesn't match '[a-z][a-zA-Z0-9]*' |
1496 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 238 | 19 | 238 | 180 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Installments' doesn't match '[a-z][a-zA-Z0-9]*' |
1497 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 241 | 17 | 241 | 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 'OP1' doesn't match '[a-z][a-zA-Z0-9]*' |
1497 | /src/classes/ONEN_CTRL_InstallmentWizard.cls | 241 | 17 | 241 | 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 'OP1' doesn't match '[a-z][a-zA-Z0-9]*' |
1498 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 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 |
1498 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 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 |
1499 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_CTRL_LeadConverter' has a total cognitive complexity of 149 (highest 34), current threshold is 50 |
1499 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_CTRL_LeadConverter' has a total cognitive complexity of 149 (highest 34), current threshold is 50 |
1500 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_CTRL_LeadConverter' has a total cyclomatic complexity of 57 (highest 12). |
1500 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_CTRL_LeadConverter' has a total cyclomatic complexity of 57 (highest 12). |
1501 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_CTRL_LeadConverter' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
1501 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_CTRL_LeadConverter' has a Standard Cyclomatic Complexity of 2 (Highest = 10). |
1502 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1502 | /src/classes/ONEN_CTRL_LeadConverter.cls | 18 | 29 | 758 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1503 | /src/classes/ONEN_CTRL_LeadConverter.cls | 21 | 26 | 21 | 49 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'MAX_LEADS_PER_PAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1503 | /src/classes/ONEN_CTRL_LeadConverter.cls | 21 | 26 | 21 | 49 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The final field name 'MAX_LEADS_PER_PAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1504 | /src/classes/ONEN_CTRL_LeadConverter.cls | 22 | 22 | 22 | 41 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'IndividualAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
1504 | /src/classes/ONEN_CTRL_LeadConverter.cls | 22 | 22 | 22 | 41 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'IndividualAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
1505 | /src/classes/ONEN_CTRL_LeadConverter.cls | 23 | 26 | 23 | 47 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'IndividualAccountName' doesn't match '[a-z][a-zA-Z0-9]*' |
1505 | /src/classes/ONEN_CTRL_LeadConverter.cls | 23 | 26 | 23 | 47 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'IndividualAccountName' doesn't match '[a-z][a-zA-Z0-9]*' |
1506 | /src/classes/ONEN_CTRL_LeadConverter.cls | 24 | 26 | 24 | 42 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'NotProvidedLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
1506 | /src/classes/ONEN_CTRL_LeadConverter.cls | 24 | 26 | 24 | 42 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'NotProvidedLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
1507 | /src/classes/ONEN_CTRL_LeadConverter.cls | 27 | 12 | 27 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1507 | /src/classes/ONEN_CTRL_LeadConverter.cls | 27 | 12 | 27 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1508 | /src/classes/ONEN_CTRL_LeadConverter.cls | 28 | 12 | 28 | 46 | 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/ONEN_CTRL_LeadConverter.cls | 28 | 12 | 28 | 46 | 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/ONEN_CTRL_LeadConverter.cls | 31 | 35 | 31 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'lc' should be before method declarations in its class |
1509 | /src/classes/ONEN_CTRL_LeadConverter.cls | 31 | 35 | 31 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'lc' should be before method declarations in its class |
1510 | /src/classes/ONEN_CTRL_LeadConverter.cls | 32 | 28 | 32 | 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 'results' should be before method declarations in its class |
1510 | /src/classes/ONEN_CTRL_LeadConverter.cls | 32 | 28 | 32 | 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 'results' should be before method declarations in its class |
1511 | /src/classes/ONEN_CTRL_LeadConverter.cls | 33 | 31 | 33 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'convertedLeads' should be before method declarations in its class |
1511 | /src/classes/ONEN_CTRL_LeadConverter.cls | 33 | 31 | 33 | 45 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'convertedLeads' should be before method declarations in its class |
1512 | /src/classes/ONEN_CTRL_LeadConverter.cls | 57 | 17 | 59 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1512 | /src/classes/ONEN_CTRL_LeadConverter.cls | 57 | 17 | 59 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1513 | /src/classes/ONEN_CTRL_LeadConverter.cls | 57 | 17 | 59 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1513 | /src/classes/ONEN_CTRL_LeadConverter.cls | 57 | 17 | 59 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1514 | /src/classes/ONEN_CTRL_LeadConverter.cls | 61 | 12 | 61 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1514 | /src/classes/ONEN_CTRL_LeadConverter.cls | 61 | 12 | 61 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1515 | /src/classes/ONEN_CTRL_LeadConverter.cls | 62 | 12 | 62 | 54 | 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/ONEN_CTRL_LeadConverter.cls | 62 | 12 | 62 | 54 | 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/ONEN_CTRL_LeadConverter.cls | 67 | 20 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1516 | /src/classes/ONEN_CTRL_LeadConverter.cls | 67 | 20 | 70 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1517 | /src/classes/ONEN_CTRL_LeadConverter.cls | 68 | 21 | 68 | 81 | 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 |
1517 | /src/classes/ONEN_CTRL_LeadConverter.cls | 68 | 21 | 68 | 81 | 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 |
1518 | /src/classes/ONEN_CTRL_LeadConverter.cls | 73 | 12 | 73 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1518 | /src/classes/ONEN_CTRL_LeadConverter.cls | 73 | 12 | 73 | 44 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1519 | /src/classes/ONEN_CTRL_LeadConverter.cls | 78 | 20 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1519 | /src/classes/ONEN_CTRL_LeadConverter.cls | 78 | 20 | 95 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1520 | /src/classes/ONEN_CTRL_LeadConverter.cls | 83 | 24 | 83 | 150 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1520 | /src/classes/ONEN_CTRL_LeadConverter.cls | 83 | 24 | 83 | 150 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1521 | /src/classes/ONEN_CTRL_LeadConverter.cls | 98 | 57 | 98 | 94 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
1521 | /src/classes/ONEN_CTRL_LeadConverter.cls | 98 | 57 | 98 | 94 | pmd | EagerlyLoadedDescribeSObjectResult | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#eagerlyloadeddescribesobjectresult | DescribeSObjectResult could be being loaded eagerly with all child relationships. |
1522 | /src/classes/ONEN_CTRL_LeadConverter.cls | 98 | 49 | 98 | 94 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'OppRT' should be before method declarations in its class |
1522 | /src/classes/ONEN_CTRL_LeadConverter.cls | 98 | 49 | 98 | 94 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'OppRT' should be before method declarations in its class |
1523 | /src/classes/ONEN_CTRL_LeadConverter.cls | 98 | 49 | 98 | 94 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'OppRT' doesn't match '[a-z][a-zA-Z0-9]*' |
1523 | /src/classes/ONEN_CTRL_LeadConverter.cls | 98 | 49 | 98 | 94 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'OppRT' doesn't match '[a-z][a-zA-Z0-9]*' |
1524 | /src/classes/ONEN_CTRL_LeadConverter.cls | 99 | 48 | 99 | 79 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'RT' should be before method declarations in its class |
1524 | /src/classes/ONEN_CTRL_LeadConverter.cls | 99 | 48 | 99 | 79 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'RT' should be before method declarations in its class |
1525 | /src/classes/ONEN_CTRL_LeadConverter.cls | 99 | 48 | 99 | 79 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'RT' doesn't match '[a-z][a-zA-Z0-9]*' |
1525 | /src/classes/ONEN_CTRL_LeadConverter.cls | 99 | 48 | 99 | 79 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'RT' doesn't match '[a-z][a-zA-Z0-9]*' |
1526 | /src/classes/ONEN_CTRL_LeadConverter.cls | 104 | 20 | 307 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'leadResult' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1526 | /src/classes/ONEN_CTRL_LeadConverter.cls | 104 | 20 | 307 | 6 | pmd | ClassNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#classnamingconventions | The class name 'leadResult' doesn't match '[A-Z][a-zA-Z0-9_]*' |
1527 | /src/classes/ONEN_CTRL_LeadConverter.cls | 104 | 20 | 307 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'leadResult' has a total cognitive complexity of 50 (highest 45), current threshold is 50 |
1527 | /src/classes/ONEN_CTRL_LeadConverter.cls | 104 | 20 | 307 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'leadResult' has a total cognitive complexity of 50 (highest 45), current threshold is 50 |
1528 | /src/classes/ONEN_CTRL_LeadConverter.cls | 104 | 20 | 307 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'leadResult' has a Standard Cyclomatic Complexity of 2 (Highest = 17). |
1528 | /src/classes/ONEN_CTRL_LeadConverter.cls | 104 | 20 | 307 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'leadResult' has a Standard Cyclomatic Complexity of 2 (Highest = 17). |
1529 | /src/classes/ONEN_CTRL_LeadConverter.cls | 110 | 16 | 110 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1529 | /src/classes/ONEN_CTRL_LeadConverter.cls | 110 | 16 | 110 | 50 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1530 | /src/classes/ONEN_CTRL_LeadConverter.cls | 113 | 16 | 113 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1530 | /src/classes/ONEN_CTRL_LeadConverter.cls | 113 | 16 | 113 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1531 | /src/classes/ONEN_CTRL_LeadConverter.cls | 116 | 41 | 116 | 52 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'aOptionsMap' should be before method declarations in its class |
1531 | /src/classes/ONEN_CTRL_LeadConverter.cls | 116 | 41 | 116 | 52 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'aOptionsMap' should be before method declarations in its class |
1532 | /src/classes/ONEN_CTRL_LeadConverter.cls | 119 | 28 | 119 | 36 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oOptions' should be before method declarations in its class |
1532 | /src/classes/ONEN_CTRL_LeadConverter.cls | 119 | 28 | 119 | 36 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oOptions' should be before method declarations in its class |
1533 | /src/classes/ONEN_CTRL_LeadConverter.cls | 120 | 28 | 120 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'RToptions' should be before method declarations in its class |
1533 | /src/classes/ONEN_CTRL_LeadConverter.cls | 120 | 28 | 120 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'RToptions' should be before method declarations in its class |
1534 | /src/classes/ONEN_CTRL_LeadConverter.cls | 120 | 28 | 120 | 37 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RToptions' doesn't match '[a-z][a-zA-Z0-9]*' |
1534 | /src/classes/ONEN_CTRL_LeadConverter.cls | 120 | 28 | 120 | 37 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'RToptions' doesn't match '[a-z][a-zA-Z0-9]*' |
1535 | /src/classes/ONEN_CTRL_LeadConverter.cls | 123 | 16 | 123 | 72 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1535 | /src/classes/ONEN_CTRL_LeadConverter.cls | 123 | 16 | 123 | 72 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1536 | /src/classes/ONEN_CTRL_LeadConverter.cls | 124 | 16 | 124 | 87 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1536 | /src/classes/ONEN_CTRL_LeadConverter.cls | 124 | 16 | 124 | 87 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1537 | /src/classes/ONEN_CTRL_LeadConverter.cls | 125 | 16 | 125 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1537 | /src/classes/ONEN_CTRL_LeadConverter.cls | 125 | 16 | 125 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1538 | /src/classes/ONEN_CTRL_LeadConverter.cls | 126 | 16 | 126 | 74 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1538 | /src/classes/ONEN_CTRL_LeadConverter.cls | 126 | 16 | 126 | 74 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1539 | /src/classes/ONEN_CTRL_LeadConverter.cls | 129 | 16 | 129 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1539 | /src/classes/ONEN_CTRL_LeadConverter.cls | 129 | 16 | 129 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1540 | /src/classes/ONEN_CTRL_LeadConverter.cls | 132 | 16 | 132 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1540 | /src/classes/ONEN_CTRL_LeadConverter.cls | 132 | 16 | 132 | 46 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1541 | /src/classes/ONEN_CTRL_LeadConverter.cls | 135 | 16 | 135 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1541 | /src/classes/ONEN_CTRL_LeadConverter.cls | 135 | 16 | 135 | 42 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1542 | /src/classes/ONEN_CTRL_LeadConverter.cls | 138 | 16 | 138 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1542 | /src/classes/ONEN_CTRL_LeadConverter.cls | 138 | 16 | 138 | 57 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1543 | /src/classes/ONEN_CTRL_LeadConverter.cls | 141 | 16 | 141 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1543 | /src/classes/ONEN_CTRL_LeadConverter.cls | 141 | 16 | 141 | 65 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1544 | /src/classes/ONEN_CTRL_LeadConverter.cls | 142 | 16 | 142 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1544 | /src/classes/ONEN_CTRL_LeadConverter.cls | 142 | 16 | 142 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1545 | /src/classes/ONEN_CTRL_LeadConverter.cls | 145 | 16 | 145 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1545 | /src/classes/ONEN_CTRL_LeadConverter.cls | 145 | 16 | 145 | 43 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1546 | /src/classes/ONEN_CTRL_LeadConverter.cls | 147 | 16 | 147 | 173 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1546 | /src/classes/ONEN_CTRL_LeadConverter.cls | 147 | 16 | 147 | 173 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1547 | /src/classes/ONEN_CTRL_LeadConverter.cls | 150 | 16 | 150 | 83 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1547 | /src/classes/ONEN_CTRL_LeadConverter.cls | 150 | 16 | 150 | 83 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1548 | /src/classes/ONEN_CTRL_LeadConverter.cls | 151 | 16 | 151 | 83 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1548 | /src/classes/ONEN_CTRL_LeadConverter.cls | 151 | 16 | 151 | 83 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1549 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1549 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1550 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'leadResult(ONEN_LeadConversion.LeadMatchup)' has a cognitive complexity of 45, current threshold is 15 |
1550 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The constructor 'leadResult(ONEN_LeadConversion.LeadMatchup)' has a cognitive complexity of 45, current threshold is 15 |
1551 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'leadResult(ONEN_LeadConversion.LeadMatchup)' has a cyclomatic complexity of 22. |
1551 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The constructor 'leadResult(ONEN_LeadConversion.LeadMatchup)' has a cyclomatic complexity of 22. |
1552 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 52 |
1552 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | NcssConstructorCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssconstructorcount | The constructor has an NCSS line count of 52 |
1553 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'leadResult' has a Standard Cyclomatic Complexity of 17. |
1553 | /src/classes/ONEN_CTRL_LeadConverter.cls | 157 | 16 | 271 | 10 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The constructor 'leadResult' has a Standard Cyclomatic Complexity of 17. |
1554 | /src/classes/ONEN_CTRL_LeadConverter.cls | 185 | 45 | 185 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1554 | /src/classes/ONEN_CTRL_LeadConverter.cls | 185 | 45 | 185 | 65 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1555 | /src/classes/ONEN_CTRL_LeadConverter.cls | 185 | 45 | 185 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1555 | /src/classes/ONEN_CTRL_LeadConverter.cls | 185 | 45 | 185 | 65 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1556 | /src/classes/ONEN_CTRL_LeadConverter.cls | 273 | 24 | 275 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1556 | /src/classes/ONEN_CTRL_LeadConverter.cls | 273 | 24 | 275 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1557 | /src/classes/ONEN_CTRL_LeadConverter.cls | 277 | 24 | 279 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1557 | /src/classes/ONEN_CTRL_LeadConverter.cls | 277 | 24 | 279 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1558 | /src/classes/ONEN_CTRL_LeadConverter.cls | 281 | 24 | 283 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1558 | /src/classes/ONEN_CTRL_LeadConverter.cls | 281 | 24 | 283 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1559 | /src/classes/ONEN_CTRL_LeadConverter.cls | 286 | 24 | 290 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1559 | /src/classes/ONEN_CTRL_LeadConverter.cls | 286 | 24 | 290 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1560 | /src/classes/ONEN_CTRL_LeadConverter.cls | 295 | 24 | 306 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1560 | /src/classes/ONEN_CTRL_LeadConverter.cls | 295 | 24 | 306 | 10 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1561 | /src/classes/ONEN_CTRL_LeadConverter.cls | 312 | 20 | 334 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1561 | /src/classes/ONEN_CTRL_LeadConverter.cls | 312 | 20 | 334 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1562 | /src/classes/ONEN_CTRL_LeadConverter.cls | 320 | 28 | 320 | 77 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1562 | /src/classes/ONEN_CTRL_LeadConverter.cls | 320 | 28 | 320 | 77 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1563 | /src/classes/ONEN_CTRL_LeadConverter.cls | 339 | 20 | 402 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1563 | /src/classes/ONEN_CTRL_LeadConverter.cls | 339 | 20 | 402 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1564 | /src/classes/ONEN_CTRL_LeadConverter.cls | 339 | 20 | 402 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertLeads()' has a cognitive complexity of 34, current threshold is 15 |
1564 | /src/classes/ONEN_CTRL_LeadConverter.cls | 339 | 20 | 402 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertLeads()' has a cognitive complexity of 34, current threshold is 15 |
1565 | /src/classes/ONEN_CTRL_LeadConverter.cls | 339 | 20 | 402 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertLeads()' has a cyclomatic complexity of 12. |
1565 | /src/classes/ONEN_CTRL_LeadConverter.cls | 339 | 20 | 402 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertLeads()' has a cyclomatic complexity of 12. |
1566 | /src/classes/ONEN_CTRL_LeadConverter.cls | 339 | 20 | 402 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertLeads' has a Standard Cyclomatic Complexity of 10. |
1566 | /src/classes/ONEN_CTRL_LeadConverter.cls | 339 | 20 | 402 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'convertLeads' has a Standard Cyclomatic Complexity of 10. |
1567 | /src/classes/ONEN_CTRL_LeadConverter.cls | 356 | 21 | 363 | 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 |
1567 | /src/classes/ONEN_CTRL_LeadConverter.cls | 356 | 21 | 363 | 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 |
1568 | /src/classes/ONEN_CTRL_LeadConverter.cls | 395 | 21 | 395 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1568 | /src/classes/ONEN_CTRL_LeadConverter.cls | 395 | 21 | 395 | 53 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1569 | /src/classes/ONEN_CTRL_LeadConverter.cls | 395 | 21 | 395 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1569 | /src/classes/ONEN_CTRL_LeadConverter.cls | 395 | 21 | 395 | 53 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1570 | /src/classes/ONEN_CTRL_LeadConverter.cls | 410 | 13 | 410 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1570 | /src/classes/ONEN_CTRL_LeadConverter.cls | 410 | 13 | 410 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1571 | /src/classes/ONEN_CTRL_LeadConverter.cls | 410 | 13 | 410 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1571 | /src/classes/ONEN_CTRL_LeadConverter.cls | 410 | 13 | 410 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1572 | /src/classes/ONEN_CTRL_LeadConverter.cls | 428 | 20 | 431 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1572 | /src/classes/ONEN_CTRL_LeadConverter.cls | 428 | 20 | 431 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1573 | /src/classes/ONEN_CTRL_LeadConverter.cls | 437 | 16 | 437 | 69 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1573 | /src/classes/ONEN_CTRL_LeadConverter.cls | 437 | 16 | 437 | 69 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1574 | /src/classes/ONEN_CTRL_LeadConverter.cls | 438 | 16 | 438 | 85 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1574 | /src/classes/ONEN_CTRL_LeadConverter.cls | 438 | 16 | 438 | 85 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1575 | /src/classes/ONEN_CTRL_LeadConverter.cls | 439 | 16 | 439 | 91 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1575 | /src/classes/ONEN_CTRL_LeadConverter.cls | 439 | 16 | 439 | 91 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1576 | /src/classes/ONEN_CTRL_LeadConverter.cls | 440 | 16 | 440 | 94 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1576 | /src/classes/ONEN_CTRL_LeadConverter.cls | 440 | 16 | 440 | 94 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1577 | /src/classes/ONEN_CTRL_LeadConverter.cls | 441 | 16 | 441 | 85 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1577 | /src/classes/ONEN_CTRL_LeadConverter.cls | 441 | 16 | 441 | 85 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1578 | /src/classes/ONEN_CTRL_LeadConverter.cls | 442 | 16 | 442 | 91 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1578 | /src/classes/ONEN_CTRL_LeadConverter.cls | 442 | 16 | 442 | 91 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1579 | /src/classes/ONEN_CTRL_LeadConverter.cls | 443 | 16 | 443 | 94 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1579 | /src/classes/ONEN_CTRL_LeadConverter.cls | 443 | 16 | 443 | 94 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1580 | /src/classes/ONEN_CTRL_LeadConverter.cls | 444 | 16 | 444 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1580 | /src/classes/ONEN_CTRL_LeadConverter.cls | 444 | 16 | 444 | 73 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1581 | /src/classes/ONEN_CTRL_LeadConverter.cls | 445 | 16 | 445 | 79 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1581 | /src/classes/ONEN_CTRL_LeadConverter.cls | 445 | 16 | 445 | 79 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1582 | /src/classes/ONEN_CTRL_LeadConverter.cls | 446 | 16 | 446 | 82 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1582 | /src/classes/ONEN_CTRL_LeadConverter.cls | 446 | 16 | 446 | 82 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1583 | /src/classes/ONEN_CTRL_LeadConverter.cls | 452 | 20 | 454 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1583 | /src/classes/ONEN_CTRL_LeadConverter.cls | 452 | 20 | 454 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1584 | /src/classes/ONEN_CTRL_LeadConverter.cls | 459 | 20 | 471 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1584 | /src/classes/ONEN_CTRL_LeadConverter.cls | 459 | 20 | 471 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1585 | /src/classes/ONEN_CTRL_LeadConverter.cls | 463 | 34 | 463 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1585 | /src/classes/ONEN_CTRL_LeadConverter.cls | 463 | 34 | 463 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1586 | /src/classes/ONEN_CTRL_LeadConverter.cls | 463 | 34 | 463 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1586 | /src/classes/ONEN_CTRL_LeadConverter.cls | 463 | 34 | 463 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1587 | /src/classes/ONEN_CTRL_LeadConverter.cls | 466 | 17 | 466 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1587 | /src/classes/ONEN_CTRL_LeadConverter.cls | 466 | 17 | 466 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1588 | /src/classes/ONEN_CTRL_LeadConverter.cls | 483 | 33 | 483 | 44 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1588 | /src/classes/ONEN_CTRL_LeadConverter.cls | 483 | 33 | 483 | 44 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1589 | /src/classes/ONEN_CTRL_LeadConverter.cls | 494 | 33 | 494 | 42 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1589 | /src/classes/ONEN_CTRL_LeadConverter.cls | 494 | 33 | 494 | 42 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1590 | /src/classes/ONEN_CTRL_LeadConverter.cls | 494 | 33 | 494 | 42 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1590 | /src/classes/ONEN_CTRL_LeadConverter.cls | 494 | 33 | 494 | 42 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1591 | /src/classes/ONEN_CTRL_LeadConverter.cls | 502 | 23 | 511 | 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. |
1591 | /src/classes/ONEN_CTRL_LeadConverter.cls | 502 | 23 | 511 | 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. |
1592 | /src/classes/ONEN_CTRL_LeadConverter.cls | 502 | 23 | 511 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOneEmail' doesn't match '[a-z][a-zA-Z0-9]*' |
1592 | /src/classes/ONEN_CTRL_LeadConverter.cls | 502 | 23 | 511 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOneEmail' doesn't match '[a-z][a-zA-Z0-9]*' |
1593 | /src/classes/ONEN_CTRL_LeadConverter.cls | 513 | 23 | 636 | 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. |
1593 | /src/classes/ONEN_CTRL_LeadConverter.cls | 513 | 23 | 636 | 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. |
1594 | /src/classes/ONEN_CTRL_LeadConverter.cls | 513 | 23 | 636 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestPage' doesn't match '[a-z][a-zA-Z0-9]*' |
1594 | /src/classes/ONEN_CTRL_LeadConverter.cls | 513 | 23 | 636 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestPage' doesn't match '[a-z][a-zA-Z0-9]*' |
1595 | /src/classes/ONEN_CTRL_LeadConverter.cls | 513 | 23 | 636 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'TestPage()' has an NCSS line count of 53 (limit: 40) |
1595 | /src/classes/ONEN_CTRL_LeadConverter.cls | 513 | 23 | 636 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'TestPage()' has an NCSS line count of 53 (limit: 40) |
1596 | /src/classes/ONEN_CTRL_LeadConverter.cls | 525 | 36 | 525 | 69 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'L' doesn't match '[a-z][a-zA-Z0-9]*' |
1596 | /src/classes/ONEN_CTRL_LeadConverter.cls | 525 | 36 | 525 | 69 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'L' doesn't match '[a-z][a-zA-Z0-9]*' |
1597 | /src/classes/ONEN_CTRL_LeadConverter.cls | 526 | 36 | 526 | 62 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ls' defined but not used |
1597 | /src/classes/ONEN_CTRL_LeadConverter.cls | 526 | 36 | 526 | 62 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'ls' defined but not used |
1598 | /src/classes/ONEN_CTRL_LeadConverter.cls | 638 | 23 | 696 | 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. |
1598 | /src/classes/ONEN_CTRL_LeadConverter.cls | 638 | 23 | 696 | 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. |
1599 | /src/classes/ONEN_CTRL_LeadConverter.cls | 682 | 17 | 682 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'partnerCount' defined but not used |
1599 | /src/classes/ONEN_CTRL_LeadConverter.cls | 682 | 17 | 682 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'partnerCount' defined but not used |
1600 | /src/classes/ONEN_CTRL_LeadConverter.cls | 698 | 23 | 755 | 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. |
1600 | /src/classes/ONEN_CTRL_LeadConverter.cls | 698 | 23 | 755 | 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. |
1601 | /src/classes/ONEN_CTRL_LeadConverter.cls | 698 | 23 | 755 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestPageMax' doesn't match '[a-z][a-zA-Z0-9]*' |
1601 | /src/classes/ONEN_CTRL_LeadConverter.cls | 698 | 23 | 755 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestPageMax' doesn't match '[a-z][a-zA-Z0-9]*' |
1602 | /src/classes/ONEN_CTRL_LeadConverter.cls | 741 | 17 | 741 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'partnerCount' defined but not used |
1602 | /src/classes/ONEN_CTRL_LeadConverter.cls | 741 | 17 | 741 | 46 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'partnerCount' defined but not used |
1603 | /src/classes/ONEN_CTRL_LeadConverter.cls | 748 | 39 | 748 | 58 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1603 | /src/classes/ONEN_CTRL_LeadConverter.cls | 748 | 39 | 748 | 58 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1604 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 1 | 21 | 180 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1604 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 1 | 21 | 180 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1605 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 1 | 21 | 180 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1605 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 1 | 21 | 180 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1606 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 9 | 12 | 9 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1606 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 9 | 12 | 9 | 70 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1607 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 11 | 12 | 11 | 81 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1607 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 11 | 12 | 11 | 81 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1608 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 13 | 40 | 13 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'newOpp' should be before method declarations in its class |
1608 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 13 | 40 | 13 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'newOpp' should be before method declarations in its class |
1609 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 16 | 12 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1609 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 16 | 12 | 34 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1610 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 21 | 41 | 21 | 133 | 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 |
1610 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 21 | 41 | 21 | 133 | 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 |
1611 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 36 | 12 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1611 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 36 | 12 | 74 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1612 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 76 | 23 | 129 | 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. |
1612 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 76 | 23 | 129 | 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. |
1613 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 76 | 23 | 129 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ONEN_Test_Matching' doesn't match '[a-z][a-zA-Z0-9]*' |
1613 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 76 | 23 | 129 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ONEN_Test_Matching' doesn't match '[a-z][a-zA-Z0-9]*' |
1614 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 131 | 23 | 179 | 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. |
1614 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 131 | 23 | 179 | 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. |
1615 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 131 | 23 | 179 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ONEN_Test_Matching_no_org' doesn't match '[a-z][a-zA-Z0-9]*' |
1615 | /src/classes/ONEN_CTRL_MatchingGiftWizard.cls | 131 | 23 | 179 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ONEN_Test_Matching_no_org' doesn't match '[a-z][a-zA-Z0-9]*' |
1616 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 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 |
1616 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 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 |
1617 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_CTRL_NewOppWizard' has a total cognitive complexity of 78 (highest 36), current threshold is 50 |
1617 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_CTRL_NewOppWizard' has a total cognitive complexity of 78 (highest 36), current threshold is 50 |
1618 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_CTRL_NewOppWizard' has a total cyclomatic complexity of 62 (highest 17). |
1618 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_CTRL_NewOppWizard' has a total cyclomatic complexity of 62 (highest 17). |
1619 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
1619 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
1620 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_CTRL_NewOppWizard' has a Standard Cyclomatic Complexity of 2 (Highest = 17). |
1620 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_CTRL_NewOppWizard' has a Standard Cyclomatic Complexity of 2 (Highest = 17). |
1621 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1621 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 18 | 29 | 1090 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1622 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 59 | 20 | 59 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryContact' should be before method declarations in its class |
1622 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 59 | 20 | 59 | 50 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryContact' should be before method declarations in its class |
1623 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 63 | 20 | 63 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryOrg' should be before method declarations in its class |
1623 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 63 | 20 | 63 | 46 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryOrg' should be before method declarations in its class |
1624 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 67 | 15 | 67 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryContactId' should be before method declarations in its class |
1624 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 67 | 15 | 67 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryContactId' should be before method declarations in its class |
1625 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 71 | 15 | 71 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryAccountId' should be before method declarations in its class |
1625 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 71 | 15 | 71 | 31 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryAccountId' should be before method declarations in its class |
1626 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 91 | 19 | 91 | 222 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageIndividualOrgForOrgOpp' should be before method declarations in its class |
1626 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 91 | 19 | 91 | 222 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageIndividualOrgForOrgOpp' should be before method declarations in its class |
1627 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 96 | 19 | 96 | 128 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoOrgForOrgOpp' should be before method declarations in its class |
1627 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 96 | 19 | 96 | 128 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoOrgForOrgOpp' should be before method declarations in its class |
1628 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 101 | 19 | 101 | 124 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoContactForContactOpp' should be before method declarations in its class |
1628 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 101 | 19 | 101 | 124 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoContactForContactOpp' should be before method declarations in its class |
1629 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 106 | 19 | 106 | 75 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoCloseDate' should be before method declarations in its class |
1629 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 106 | 19 | 106 | 75 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoCloseDate' should be before method declarations in its class |
1630 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 111 | 19 | 111 | 76 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoAmount' should be before method declarations in its class |
1630 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 111 | 19 | 111 | 76 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoAmount' should be before method declarations in its class |
1631 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 116 | 19 | 116 | 83 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoStartDate' should be before method declarations in its class |
1631 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 116 | 19 | 116 | 83 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoStartDate' should be before method declarations in its class |
1632 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 121 | 19 | 121 | 87 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoOccurrences' should be before method declarations in its class |
1632 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 121 | 19 | 121 | 87 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'errorMessageNoOccurrences' should be before method declarations in its class |
1633 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 137 | 33 | 137 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oppSettings' should be before method declarations in its class |
1633 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 137 | 33 | 137 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'oppSettings' should be before method declarations in its class |
1634 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 196 | 20 | 201 | 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 'NewOppMaintenance' doesn't match '[a-z][a-zA-Z0-9]*' |
1634 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 196 | 20 | 201 | 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 'NewOppMaintenance' doesn't match '[a-z][a-zA-Z0-9]*' |
1635 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 262 | 51 | 262 | 60 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1635 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 262 | 51 | 262 | 60 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1636 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 267 | 51 | 267 | 60 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1636 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 267 | 51 | 267 | 60 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1637 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 276 | 20 | 314 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'resetRecordTypeArray()' has a cognitive complexity of 15, current threshold is 15 |
1637 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 276 | 20 | 314 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'resetRecordTypeArray()' has a cognitive complexity of 15, current threshold is 15 |
1638 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1638 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1639 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'save()' has a cognitive complexity of 36, current threshold is 15 |
1639 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'save()' has a cognitive complexity of 36, current threshold is 15 |
1640 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'save()' has a cyclomatic complexity of 17. |
1640 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'save()' has a cyclomatic complexity of 17. |
1641 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'save()' has an NCSS line count of 51 (limit: 40) |
1641 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'save()' has an NCSS line count of 51 (limit: 40) |
1642 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'save' has a Standard Cyclomatic Complexity of 17. |
1642 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 320 | 20 | 456 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'save' has a Standard Cyclomatic Complexity of 17. |
1643 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 322 | 47 | 322 | 56 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1643 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 322 | 47 | 322 | 56 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1644 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 323 | 47 | 323 | 56 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1644 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 323 | 47 | 323 | 56 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1645 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 330 | 56 | 330 | 65 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1645 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 330 | 56 | 330 | 65 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1646 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 344 | 52 | 344 | 61 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1646 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 344 | 52 | 344 | 61 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1647 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 374 | 21 | 374 | 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 |
1647 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 374 | 21 | 374 | 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 |
1648 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 390 | 21 | 390 | 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 |
1648 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 390 | 21 | 390 | 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 |
1649 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 404 | 17 | 404 | 36 | 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 |
1649 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 404 | 17 | 404 | 36 | 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 |
1650 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 407 | 31 | 407 | 125 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1650 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 407 | 31 | 407 | 125 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1651 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 409 | 21 | 409 | 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 |
1651 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 409 | 21 | 409 | 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 |
1652 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 409 | 21 | 409 | 40 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1652 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 409 | 21 | 409 | 40 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1653 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 409 | 21 | 409 | 40 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1653 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 409 | 21 | 409 | 40 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1654 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 413 | 52 | 413 | 61 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1654 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 413 | 52 | 413 | 61 | pmd | ApexXSSFromURLParam | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam | Apex classes should escape/sanitize Strings obtained from URL parameters |
1655 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 423 | 21 | 423 | 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 |
1655 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 423 | 21 | 423 | 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 |
1656 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 443 | 21 | 443 | 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 |
1656 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 443 | 21 | 443 | 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 |
1657 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 465 | 20 | 499 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveErrorCheck()' has a cyclomatic complexity of 13. |
1657 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 465 | 20 | 499 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'saveErrorCheck()' has a cyclomatic complexity of 13. |
1658 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 504 | 12 | 506 | 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 'ChangePaymentType' doesn't match '[a-z][a-zA-Z0-9]*' |
1658 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 504 | 12 | 506 | 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 'ChangePaymentType' doesn't match '[a-z][a-zA-Z0-9]*' |
1659 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 511 | 20 | 527 | 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 'ChangeOppType' doesn't match '[a-z][a-zA-Z0-9]*' |
1659 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 511 | 20 | 527 | 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 'ChangeOppType' doesn't match '[a-z][a-zA-Z0-9]*' |
1660 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 517 | 17 | 517 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'strOppNameCurrent' defined but not used |
1660 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 517 | 17 | 517 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'strOppNameCurrent' defined but not used |
1661 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 522 | 14 | 524 | 15 | 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 |
1661 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 522 | 14 | 524 | 15 | 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 |
1662 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 533 | 5 | 533 | 19 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1662 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 533 | 5 | 533 | 19 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
1663 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 533 | 20 | 536 | 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 'CustomOppProcessing' doesn't match '[a-z][a-zA-Z0-9]*' |
1663 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 533 | 20 | 536 | 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 'CustomOppProcessing' doesn't match '[a-z][a-zA-Z0-9]*' |
1664 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 542 | 23 | 660 | 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. |
1664 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 542 | 23 | 660 | 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. |
1665 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 662 | 23 | 726 | 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. |
1665 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 662 | 23 | 726 | 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. |
1666 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 727 | 23 | 791 | 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. |
1666 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 727 | 23 | 791 | 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. |
1667 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 793 | 23 | 839 | 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. |
1667 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 793 | 23 | 839 | 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. |
1668 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 842 | 23 | 886 | 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. |
1668 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 842 | 23 | 886 | 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. |
1669 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 894 | 23 | 983 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1669 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 894 | 23 | 983 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @description |
1670 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 894 | 23 | 983 | 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. |
1670 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 894 | 23 | 983 | 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. |
1671 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 894 | 23 | 983 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestInstallments' doesn't match '[a-z][a-zA-Z0-9]*' |
1671 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 894 | 23 | 983 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestInstallments' doesn't match '[a-z][a-zA-Z0-9]*' |
1672 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 947 | 13 | 947 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1672 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 947 | 13 | 947 | 70 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1673 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 947 | 13 | 947 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1673 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 947 | 13 | 947 | 70 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1674 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 960 | 25 | 960 | 186 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Installments' doesn't match '[a-z][a-zA-Z0-9]*' |
1674 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 960 | 25 | 960 | 186 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Installments' doesn't match '[a-z][a-zA-Z0-9]*' |
1675 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 963 | 23 | 963 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OP1' doesn't match '[a-z][a-zA-Z0-9]*' |
1675 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 963 | 23 | 963 | 44 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OP1' doesn't match '[a-z][a-zA-Z0-9]*' |
1676 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 985 | 23 | 1041 | 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. |
1676 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 985 | 23 | 1041 | 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. |
1677 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 1043 | 23 | 1088 | 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. |
1677 | /src/classes/ONEN_CTRL_NewOppWizard.cls | 1043 | 23 | 1088 | 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. |
1678 | /src/classes/ONEN_CampaignMemberStatus.cls | 1 | 24 | 569 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1678 | /src/classes/ONEN_CampaignMemberStatus.cls | 1 | 24 | 569 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1679 | /src/classes/ONEN_CampaignMemberStatus.cls | 1 | 24 | 569 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_CampaignMemberStatus' has a Standard Cyclomatic Complexity of 5 (Highest = 10). |
1679 | /src/classes/ONEN_CampaignMemberStatus.cls | 1 | 24 | 569 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_CampaignMemberStatus' has a Standard Cyclomatic Complexity of 5 (Highest = 10). |
1680 | /src/classes/ONEN_CampaignMemberStatus.cls | 1 | 24 | 569 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1680 | /src/classes/ONEN_CampaignMemberStatus.cls | 1 | 24 | 569 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1681 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1681 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1682 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'addDefaultStatuses(list |
1682 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'addDefaultStatuses(list |
1683 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'addDefaultStatuses(list |
1683 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'addDefaultStatuses(list |
1684 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'addDefaultStatuses()' has an NCSS line count of 40 (limit: 40) |
1684 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'addDefaultStatuses()' has an NCSS line count of 40 (limit: 40) |
1685 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'addDefaultStatuses' has a Standard Cyclomatic Complexity of 10. |
1685 | /src/classes/ONEN_CampaignMemberStatus.cls | 5 | 19 | 71 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'addDefaultStatuses' has a Standard Cyclomatic Complexity of 10. |
1686 | /src/classes/ONEN_CampaignMemberStatus.cls | 14 | 29 | 14 | 73 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMStoStatusesMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1686 | /src/classes/ONEN_CampaignMemberStatus.cls | 14 | 29 | 14 | 73 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMStoStatusesMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1687 | /src/classes/ONEN_CampaignMemberStatus.cls | 63 | 13 | 63 | 32 | 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 |
1687 | /src/classes/ONEN_CampaignMemberStatus.cls | 63 | 13 | 63 | 32 | 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 |
1688 | /src/classes/ONEN_CampaignMemberStatus.cls | 69 | 13 | 69 | 32 | 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 |
1688 | /src/classes/ONEN_CampaignMemberStatus.cls | 69 | 13 | 69 | 32 | 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 |
1689 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 19 | 167 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1689 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 19 | 167 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1690 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 19 | 167 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'CheckCMStatusExistsBulk(set |
1690 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 19 | 167 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'CheckCMStatusExistsBulk(set |
1691 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 19 | 167 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'CheckCMStatusExistsBulk(set |
1691 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 19 | 167 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'CheckCMStatusExistsBulk(set |
1692 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 52 | 100 | 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 'CampIDs' doesn't match '[a-z][a-zA-Z0-9]*' |
1692 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 52 | 100 | 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 'CampIDs' doesn't match '[a-z][a-zA-Z0-9]*' |
1693 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 69 | 100 | 82 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Status' doesn't match '[a-z][a-zA-Z0-9]*' |
1693 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 69 | 100 | 82 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'Status' doesn't match '[a-z][a-zA-Z0-9]*' |
1694 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 19 | 167 | 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 'CheckCMStatusExistsBulk' doesn't match '[a-z][a-zA-Z0-9]*' |
1694 | /src/classes/ONEN_CampaignMemberStatus.cls | 100 | 19 | 167 | 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 'CheckCMStatusExistsBulk' doesn't match '[a-z][a-zA-Z0-9]*' |
1695 | /src/classes/ONEN_CampaignMemberStatus.cls | 102 | 39 | 102 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CampStatusMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1695 | /src/classes/ONEN_CampaignMemberStatus.cls | 102 | 39 | 102 | 91 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CampStatusMap' doesn't match '[a-z][a-zA-Z0-9]*' |
1696 | /src/classes/ONEN_CampaignMemberStatus.cls | 104 | 36 | 104 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMSToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
1696 | /src/classes/ONEN_CampaignMemberStatus.cls | 104 | 36 | 104 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMSToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
1697 | /src/classes/ONEN_CampaignMemberStatus.cls | 105 | 36 | 105 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMSToInsert' doesn't match '[a-z][a-zA-Z0-9]*' |
1697 | /src/classes/ONEN_CampaignMemberStatus.cls | 105 | 36 | 105 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMSToInsert' doesn't match '[a-z][a-zA-Z0-9]*' |
1698 | /src/classes/ONEN_CampaignMemberStatus.cls | 111 | 43 | 111 | 150 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1698 | /src/classes/ONEN_CampaignMemberStatus.cls | 111 | 43 | 111 | 150 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1699 | /src/classes/ONEN_CampaignMemberStatus.cls | 111 | 32 | 111 | 150 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMSFound' doesn't match '[a-z][a-zA-Z0-9]*' |
1699 | /src/classes/ONEN_CampaignMemberStatus.cls | 111 | 32 | 111 | 150 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'CMSFound' doesn't match '[a-z][a-zA-Z0-9]*' |
1700 | /src/classes/ONEN_CampaignMemberStatus.cls | 125 | 15 | 125 | 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 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
1700 | /src/classes/ONEN_CampaignMemberStatus.cls | 125 | 15 | 125 | 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 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
1701 | /src/classes/ONEN_CampaignMemberStatus.cls | 155 | 13 | 155 | 32 | 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 |
1701 | /src/classes/ONEN_CampaignMemberStatus.cls | 155 | 13 | 155 | 32 | 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 |
1702 | /src/classes/ONEN_CampaignMemberStatus.cls | 160 | 13 | 160 | 32 | 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 |
1702 | /src/classes/ONEN_CampaignMemberStatus.cls | 160 | 13 | 160 | 32 | 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 |
1703 | /src/classes/ONEN_CampaignMemberStatus.cls | 250 | 28 | 250 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'settingsDoneForTests' should be before method declarations in its class |
1703 | /src/classes/ONEN_CampaignMemberStatus.cls | 250 | 28 | 250 | 56 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'settingsDoneForTests' should be before method declarations in its class |
1704 | /src/classes/ONEN_CampaignMemberStatus.cls | 281 | 13 | 281 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1704 | /src/classes/ONEN_CampaignMemberStatus.cls | 281 | 13 | 281 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1705 | /src/classes/ONEN_CampaignMemberStatus.cls | 291 | 13 | 291 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1705 | /src/classes/ONEN_CampaignMemberStatus.cls | 291 | 13 | 291 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1706 | /src/classes/ONEN_CampaignMemberStatus.cls | 301 | 13 | 301 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1706 | /src/classes/ONEN_CampaignMemberStatus.cls | 301 | 13 | 301 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1707 | /src/classes/ONEN_CampaignMemberStatus.cls | 311 | 13 | 311 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1707 | /src/classes/ONEN_CampaignMemberStatus.cls | 311 | 13 | 311 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1708 | /src/classes/ONEN_CampaignMemberStatus.cls | 321 | 13 | 321 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1708 | /src/classes/ONEN_CampaignMemberStatus.cls | 321 | 13 | 321 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1709 | /src/classes/ONEN_CampaignMemberStatus.cls | 331 | 13 | 331 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1709 | /src/classes/ONEN_CampaignMemberStatus.cls | 331 | 13 | 331 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1710 | /src/classes/ONEN_CampaignMemberStatus.cls | 341 | 13 | 341 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1710 | /src/classes/ONEN_CampaignMemberStatus.cls | 341 | 13 | 341 | 25 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1711 | /src/classes/ONEN_CampaignMemberStatus.cls | 344 | 13 | 344 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1711 | /src/classes/ONEN_CampaignMemberStatus.cls | 344 | 13 | 344 | 55 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1712 | /src/classes/ONEN_CampaignMemberStatus.cls | 344 | 13 | 344 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1712 | /src/classes/ONEN_CampaignMemberStatus.cls | 344 | 13 | 344 | 55 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1713 | /src/classes/ONEN_CampaignMemberStatus.cls | 345 | 13 | 345 | 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 |
1713 | /src/classes/ONEN_CampaignMemberStatus.cls | 345 | 13 | 345 | 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 |
1714 | /src/classes/ONEN_CampaignMemberStatus.cls | 345 | 13 | 345 | 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. |
1714 | /src/classes/ONEN_CampaignMemberStatus.cls | 345 | 13 | 345 | 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. |
1715 | /src/classes/ONEN_CampaignMemberStatus.cls | 346 | 35 | 346 | 50 | 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 |
1715 | /src/classes/ONEN_CampaignMemberStatus.cls | 346 | 35 | 346 | 50 | 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 |
1716 | /src/classes/ONEN_CampaignMemberStatus.cls | 346 | 35 | 346 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1716 | /src/classes/ONEN_CampaignMemberStatus.cls | 346 | 35 | 346 | 50 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1717 | /src/classes/ONEN_CampaignMemberStatus.cls | 346 | 35 | 346 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1717 | /src/classes/ONEN_CampaignMemberStatus.cls | 346 | 35 | 346 | 50 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1718 | /src/classes/ONEN_CampaignMemberStatus.cls | 352 | 30 | 434 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1718 | /src/classes/ONEN_CampaignMemberStatus.cls | 352 | 30 | 434 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1719 | /src/classes/ONEN_CampaignMemberStatus.cls | 352 | 30 | 434 | 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. |
1719 | /src/classes/ONEN_CampaignMemberStatus.cls | 352 | 30 | 434 | 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. |
1720 | /src/classes/ONEN_CampaignMemberStatus.cls | 368 | 17 | 368 | 53 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'i' defined but not used |
1720 | /src/classes/ONEN_CampaignMemberStatus.cls | 368 | 17 | 368 | 53 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'i' defined but not used |
1721 | /src/classes/ONEN_CampaignMemberStatus.cls | 405 | 11 | 405 | 33 | 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 |
1721 | /src/classes/ONEN_CampaignMemberStatus.cls | 405 | 11 | 405 | 33 | 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 |
1722 | /src/classes/ONEN_CampaignMemberStatus.cls | 436 | 30 | 479 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1722 | /src/classes/ONEN_CampaignMemberStatus.cls | 436 | 30 | 479 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1723 | /src/classes/ONEN_CampaignMemberStatus.cls | 436 | 30 | 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. |
1723 | /src/classes/ONEN_CampaignMemberStatus.cls | 436 | 30 | 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. |
1724 | /src/classes/ONEN_CampaignMemberStatus.cls | 481 | 30 | 534 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1724 | /src/classes/ONEN_CampaignMemberStatus.cls | 481 | 30 | 534 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1725 | /src/classes/ONEN_CampaignMemberStatus.cls | 481 | 30 | 534 | 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. |
1725 | /src/classes/ONEN_CampaignMemberStatus.cls | 481 | 30 | 534 | 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. |
1726 | /src/classes/ONEN_CampaignMemberStatus.cls | 515 | 11 | 515 | 33 | 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 |
1726 | /src/classes/ONEN_CampaignMemberStatus.cls | 515 | 11 | 515 | 33 | 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 |
1727 | /src/classes/ONEN_CampaignMemberStatus.cls | 551 | 27 | 568 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1727 | /src/classes/ONEN_CampaignMemberStatus.cls | 551 | 27 | 568 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1728 | /src/classes/ONEN_CampaignMemberStatus.cls | 551 | 27 | 568 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1728 | /src/classes/ONEN_CampaignMemberStatus.cls | 551 | 27 | 568 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1729 | /src/classes/ONEN_CampaignMemberStatus.cls | 557 | 4 | 557 | 15 | 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 |
1729 | /src/classes/ONEN_CampaignMemberStatus.cls | 557 | 4 | 557 | 15 | 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 |
1730 | /src/classes/ONEN_Constants.cls | 12 | 24 | 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 |
1730 | /src/classes/ONEN_Constants.cls | 12 | 24 | 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 |
1731 | /src/classes/ONEN_Constants.cls | 23 | 16 | 37 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1731 | /src/classes/ONEN_Constants.cls | 23 | 16 | 37 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1732 | /src/classes/ONEN_Constants.cls | 23 | 23 | 23 | 46 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'INDIVIDUAL_ACCOUNT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
1732 | /src/classes/ONEN_Constants.cls | 23 | 23 | 23 | 46 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'INDIVIDUAL_ACCOUNT_NAME' doesn't match '[a-z][a-zA-Z0-9]*' |
1733 | /src/classes/ONEN_Constants.cls | 25 | 35 | 25 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1733 | /src/classes/ONEN_Constants.cls | 25 | 35 | 25 | 60 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1734 | /src/classes/ONEN_Constants.cls | 25 | 35 | 25 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1734 | /src/classes/ONEN_Constants.cls | 25 | 35 | 25 | 60 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1735 | /src/classes/ONEN_Constants.cls | 43 | 23 | 43 | 41 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'NOT_PROVIDED_LABEL' doesn't match '[a-z][a-zA-Z0-9]*' |
1735 | /src/classes/ONEN_Constants.cls | 43 | 23 | 43 | 41 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'NOT_PROVIDED_LABEL' doesn't match '[a-z][a-zA-Z0-9]*' |
1736 | /src/classes/ONEN_Constants.cls | 54 | 23 | 54 | 54 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'CAMPAIGN_DEFAULT_DONATED_STATUS' doesn't match '[a-z][a-zA-Z0-9]*' |
1736 | /src/classes/ONEN_Constants.cls | 54 | 23 | 54 | 54 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'CAMPAIGN_DEFAULT_DONATED_STATUS' doesn't match '[a-z][a-zA-Z0-9]*' |
1737 | /src/classes/ONEN_Constants.cls | 65 | 23 | 65 | 61 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'StrJobChangeWizardEmployeeRelationship' doesn't match '[a-z][a-zA-Z0-9]*' |
1737 | /src/classes/ONEN_Constants.cls | 65 | 23 | 65 | 61 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'StrJobChangeWizardEmployeeRelationship' doesn't match '[a-z][a-zA-Z0-9]*' |
1738 | /src/classes/ONEN_Constants.cls | 77 | 24 | 77 | 57 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'ENABLE_CAMPAIGNMEMBER_ERROR_TABLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1738 | /src/classes/ONEN_Constants.cls | 77 | 24 | 77 | 57 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'ENABLE_CAMPAIGNMEMBER_ERROR_TABLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1739 | /src/classes/ONEN_Constants.cls | 91 | 23 | 91 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1739 | /src/classes/ONEN_Constants.cls | 91 | 23 | 91 | 40 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1740 | /src/classes/ONEN_Constants.cls | 103 | 23 | 103 | 56 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_WON_NOT_THANKED_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1740 | /src/classes/ONEN_Constants.cls | 103 | 23 | 103 | 56 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_WON_NOT_THANKED_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1741 | /src/classes/ONEN_Constants.cls | 114 | 23 | 114 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_CLOSED_WON_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1741 | /src/classes/ONEN_Constants.cls | 114 | 23 | 114 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_CLOSED_WON_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1742 | /src/classes/ONEN_Constants.cls | 125 | 23 | 125 | 52 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_CLOSED_LOST_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1742 | /src/classes/ONEN_Constants.cls | 125 | 23 | 125 | 52 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_CLOSED_LOST_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1743 | /src/classes/ONEN_Constants.cls | 137 | 23 | 137 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_PLEDGED_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1743 | /src/classes/ONEN_Constants.cls | 137 | 23 | 137 | 48 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_PLEDGED_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1744 | /src/classes/ONEN_Constants.cls | 149 | 23 | 149 | 50 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_RECURRING_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1744 | /src/classes/ONEN_Constants.cls | 149 | 23 | 149 | 50 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_RECURRING_STAGE' doesn't match '[a-z][a-zA-Z0-9]*' |
1745 | /src/classes/ONEN_Constants.cls | 162 | 16 | 165 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1745 | /src/classes/ONEN_Constants.cls | 162 | 16 | 165 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1746 | /src/classes/ONEN_Constants.cls | 162 | 16 | 165 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OPP_GIFT_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1746 | /src/classes/ONEN_Constants.cls | 162 | 16 | 165 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OPP_GIFT_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1747 | /src/classes/ONEN_Constants.cls | 172 | 23 | 172 | 45 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_GIFT_HH_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1747 | /src/classes/ONEN_Constants.cls | 172 | 23 | 172 | 45 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_GIFT_HH_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1748 | /src/classes/ONEN_Constants.cls | 184 | 23 | 184 | 46 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_ORG_GIFT_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1748 | /src/classes/ONEN_Constants.cls | 184 | 23 | 184 | 46 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_ORG_GIFT_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1749 | /src/classes/ONEN_Constants.cls | 196 | 16 | 199 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1749 | /src/classes/ONEN_Constants.cls | 196 | 16 | 199 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1750 | /src/classes/ONEN_Constants.cls | 196 | 16 | 199 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1750 | /src/classes/ONEN_Constants.cls | 196 | 16 | 199 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1751 | /src/classes/ONEN_Constants.cls | 196 | 16 | 199 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OPP_ORG_GIFT_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1751 | /src/classes/ONEN_Constants.cls | 196 | 16 | 199 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OPP_ORG_GIFT_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1752 | /src/classes/ONEN_Constants.cls | 206 | 23 | 206 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_MATCHING_GIFT_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1752 | /src/classes/ONEN_Constants.cls | 206 | 23 | 206 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_MATCHING_GIFT_DONOR_ROLE' doesn't match '[a-z][a-zA-Z0-9]*' |
1753 | /src/classes/ONEN_Constants.cls | 217 | 23 | 217 | 50 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_RECTYPE_CONTACT' doesn't match '[a-z][a-zA-Z0-9]*' |
1753 | /src/classes/ONEN_Constants.cls | 217 | 23 | 217 | 50 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_RECTYPE_CONTACT' doesn't match '[a-z][a-zA-Z0-9]*' |
1754 | /src/classes/ONEN_Constants.cls | 228 | 23 | 228 | 50 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_MEMBER_RECTYPE_FORTESTS' doesn't match '[a-z][a-zA-Z0-9]*' |
1754 | /src/classes/ONEN_Constants.cls | 228 | 23 | 228 | 50 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_MEMBER_RECTYPE_FORTESTS' doesn't match '[a-z][a-zA-Z0-9]*' |
1755 | /src/classes/ONEN_Constants.cls | 239 | 23 | 239 | 53 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_NONMEMBER_RECTYPE_FORTESTS' doesn't match '[a-z][a-zA-Z0-9]*' |
1755 | /src/classes/ONEN_Constants.cls | 239 | 23 | 239 | 53 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_NONMEMBER_RECTYPE_FORTESTS' doesn't match '[a-z][a-zA-Z0-9]*' |
1756 | /src/classes/ONEN_Constants.cls | 250 | 23 | 250 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_RECTYPE_FORTESTS' doesn't match '[a-z][a-zA-Z0-9]*' |
1756 | /src/classes/ONEN_Constants.cls | 250 | 23 | 250 | 51 | pmd | PropertyNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions | The static property name 'OPP_DEFAULT_RECTYPE_FORTESTS' doesn't match '[a-z][a-zA-Z0-9]*' |
1757 | /src/classes/ONEN_ContactRelationships.cls | 1 | 24 | 229 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1757 | /src/classes/ONEN_ContactRelationships.cls | 1 | 24 | 229 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1758 | /src/classes/ONEN_ContactRelationships.cls | 1 | 24 | 229 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1758 | /src/classes/ONEN_ContactRelationships.cls | 1 | 24 | 229 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1759 | /src/classes/ONEN_ContactRelationships.cls | 39 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1759 | /src/classes/ONEN_ContactRelationships.cls | 39 | 9 | 43 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1760 | /src/classes/ONEN_ContactRelationships.cls | 40 | 25 | 40 | 100 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1760 | /src/classes/ONEN_ContactRelationships.cls | 40 | 25 | 40 | 100 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1761 | /src/classes/ONEN_ContactRelationships.cls | 41 | 39 | 41 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1761 | /src/classes/ONEN_ContactRelationships.cls | 41 | 39 | 41 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1762 | /src/classes/ONEN_ContactRelationships.cls | 41 | 39 | 41 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1762 | /src/classes/ONEN_ContactRelationships.cls | 41 | 39 | 41 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1763 | /src/classes/ONEN_ContactRelationships.cls | 41 | 39 | 41 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1763 | /src/classes/ONEN_ContactRelationships.cls | 41 | 39 | 41 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1764 | /src/classes/ONEN_ContactRelationships.cls | 46 | 9 | 50 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1764 | /src/classes/ONEN_ContactRelationships.cls | 46 | 9 | 50 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1765 | /src/classes/ONEN_ContactRelationships.cls | 47 | 25 | 47 | 107 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1765 | /src/classes/ONEN_ContactRelationships.cls | 47 | 25 | 47 | 107 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1766 | /src/classes/ONEN_ContactRelationships.cls | 48 | 39 | 48 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1766 | /src/classes/ONEN_ContactRelationships.cls | 48 | 39 | 48 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1767 | /src/classes/ONEN_ContactRelationships.cls | 48 | 39 | 48 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1767 | /src/classes/ONEN_ContactRelationships.cls | 48 | 39 | 48 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1768 | /src/classes/ONEN_ContactRelationships.cls | 48 | 39 | 48 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1768 | /src/classes/ONEN_ContactRelationships.cls | 48 | 39 | 48 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1769 | /src/classes/ONEN_ContactRelationships.cls | 52 | 9 | 70 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1769 | /src/classes/ONEN_ContactRelationships.cls | 52 | 9 | 70 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1770 | /src/classes/ONEN_ContactRelationships.cls | 53 | 54 | 53 | 218 | 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 |
1770 | /src/classes/ONEN_ContactRelationships.cls | 53 | 54 | 53 | 218 | 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 |
1771 | /src/classes/ONEN_ContactRelationships.cls | 68 | 40 | 68 | 67 | 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 |
1771 | /src/classes/ONEN_ContactRelationships.cls | 68 | 40 | 68 | 67 | 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 |
1772 | /src/classes/ONEN_ContactRelationships.cls | 68 | 40 | 68 | 67 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1772 | /src/classes/ONEN_ContactRelationships.cls | 68 | 40 | 68 | 67 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1773 | /src/classes/ONEN_ContactRelationships.cls | 68 | 40 | 68 | 67 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1773 | /src/classes/ONEN_ContactRelationships.cls | 68 | 40 | 68 | 67 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1774 | /src/classes/ONEN_ContactRelationships.cls | 72 | 9 | 104 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1774 | /src/classes/ONEN_ContactRelationships.cls | 72 | 9 | 104 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1775 | /src/classes/ONEN_ContactRelationships.cls | 89 | 39 | 89 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1775 | /src/classes/ONEN_ContactRelationships.cls | 89 | 39 | 89 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1776 | /src/classes/ONEN_ContactRelationships.cls | 89 | 39 | 89 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1776 | /src/classes/ONEN_ContactRelationships.cls | 89 | 39 | 89 | 66 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1777 | /src/classes/ONEN_ContactRelationships.cls | 89 | 39 | 89 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1777 | /src/classes/ONEN_ContactRelationships.cls | 89 | 39 | 89 | 66 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1778 | /src/classes/ONEN_ContactRelationships.cls | 103 | 47 | 103 | 82 | 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 |
1778 | /src/classes/ONEN_ContactRelationships.cls | 103 | 47 | 103 | 82 | 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 |
1779 | /src/classes/ONEN_ContactRelationships.cls | 103 | 47 | 103 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1779 | /src/classes/ONEN_ContactRelationships.cls | 103 | 47 | 103 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1780 | /src/classes/ONEN_ContactRelationships.cls | 103 | 47 | 103 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1780 | /src/classes/ONEN_ContactRelationships.cls | 103 | 47 | 103 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1781 | /src/classes/ONEN_ContactRelationships.cls | 108 | 16 | 119 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1781 | /src/classes/ONEN_ContactRelationships.cls | 108 | 16 | 119 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1782 | /src/classes/ONEN_ContactRelationships.cls | 108 | 16 | 119 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'DeleteOrphanedRelationships' doesn't match '[a-z][a-zA-Z0-9]*' |
1782 | /src/classes/ONEN_ContactRelationships.cls | 108 | 16 | 119 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'DeleteOrphanedRelationships' doesn't match '[a-z][a-zA-Z0-9]*' |
1783 | /src/classes/ONEN_ContactRelationships.cls | 123 | 27 | 189 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1783 | /src/classes/ONEN_ContactRelationships.cls | 123 | 27 | 189 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1784 | /src/classes/ONEN_ContactRelationships.cls | 123 | 27 | 189 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1784 | /src/classes/ONEN_ContactRelationships.cls | 123 | 27 | 189 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1785 | /src/classes/ONEN_ContactRelationships.cls | 123 | 27 | 189 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestContactRel' doesn't match '[a-z][a-zA-Z0-9]*' |
1785 | /src/classes/ONEN_ContactRelationships.cls | 123 | 27 | 189 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestContactRel' doesn't match '[a-z][a-zA-Z0-9]*' |
1786 | /src/classes/ONEN_ContactRelationships.cls | 142 | 27 | 142 | 182 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'crel_original' doesn't match '[a-z][a-zA-Z0-9]*' |
1786 | /src/classes/ONEN_ContactRelationships.cls | 142 | 27 | 142 | 182 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'crel_original' doesn't match '[a-z][a-zA-Z0-9]*' |
1787 | /src/classes/ONEN_ContactRelationships.cls | 148 | 27 | 148 | 206 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'crel_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
1787 | /src/classes/ONEN_ContactRelationships.cls | 148 | 27 | 148 | 206 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'crel_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
1788 | /src/classes/ONEN_ContactRelationships.cls | 161 | 27 | 162 | 133 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'updated_original' doesn't match '[a-z][a-zA-Z0-9]*' |
1788 | /src/classes/ONEN_ContactRelationships.cls | 161 | 27 | 162 | 133 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'updated_original' doesn't match '[a-z][a-zA-Z0-9]*' |
1789 | /src/classes/ONEN_ContactRelationships.cls | 175 | 27 | 175 | 188 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'updated_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
1789 | /src/classes/ONEN_ContactRelationships.cls | 175 | 27 | 175 | 188 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'updated_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
1790 | /src/classes/ONEN_ContactRelationships.cls | 185 | 29 | 185 | 150 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'mirror_after_original_deleted' doesn't match '[a-z][a-zA-Z0-9]*' |
1790 | /src/classes/ONEN_ContactRelationships.cls | 185 | 29 | 185 | 150 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'mirror_after_original_deleted' doesn't match '[a-z][a-zA-Z0-9]*' |
1791 | /src/classes/ONEN_ContactRelationships.cls | 191 | 27 | 227 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1791 | /src/classes/ONEN_ContactRelationships.cls | 191 | 27 | 227 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1792 | /src/classes/ONEN_ContactRelationships.cls | 191 | 27 | 227 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1792 | /src/classes/ONEN_ContactRelationships.cls | 191 | 27 | 227 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1793 | /src/classes/ONEN_ContactRelationships.cls | 191 | 27 | 227 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOrphanedRelDelete' doesn't match '[a-z][a-zA-Z0-9]*' |
1793 | /src/classes/ONEN_ContactRelationships.cls | 191 | 27 | 227 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOrphanedRelDelete' doesn't match '[a-z][a-zA-Z0-9]*' |
1794 | /src/classes/ONEN_ContactRelationships.cls | 210 | 27 | 210 | 182 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'crel_original' doesn't match '[a-z][a-zA-Z0-9]*' |
1794 | /src/classes/ONEN_ContactRelationships.cls | 210 | 27 | 210 | 182 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'crel_original' doesn't match '[a-z][a-zA-Z0-9]*' |
1795 | /src/classes/ONEN_ContactRelationships.cls | 215 | 27 | 215 | 206 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'crel_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
1795 | /src/classes/ONEN_ContactRelationships.cls | 215 | 27 | 215 | 206 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'crel_mirror' doesn't match '[a-z][a-zA-Z0-9]*' |
1796 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 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 |
1796 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 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 |
1797 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_DefaultAccount' has a total cognitive complexity of 79 (highest 51), current threshold is 50 |
1797 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_DefaultAccount' has a total cognitive complexity of 79 (highest 51), current threshold is 50 |
1798 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_DefaultAccount' has a total cyclomatic complexity of 44 (highest 24). |
1798 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_DefaultAccount' has a total cyclomatic complexity of 44 (highest 24). |
1799 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_DefaultAccount' has a Standard Cyclomatic Complexity of 6 (Highest = 19). |
1799 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_DefaultAccount' has a Standard Cyclomatic Complexity of 6 (Highest = 19). |
1800 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1800 | /src/classes/ONEN_DefaultAccount.cls | 10 | 32 | 239 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1801 | /src/classes/ONEN_DefaultAccount.cls | 18 | 32 | 18 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'individualAcctName' doesn't match '[A-Z][A-Z0-9_]*' |
1801 | /src/classes/ONEN_DefaultAccount.cls | 18 | 32 | 18 | 91 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'individualAcctName' doesn't match '[A-Z][A-Z0-9_]*' |
1802 | /src/classes/ONEN_DefaultAccount.cls | 23 | 9 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1802 | /src/classes/ONEN_DefaultAccount.cls | 23 | 9 | 54 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1803 | /src/classes/ONEN_DefaultAccount.cls | 23 | 9 | 54 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getIndividualAccountIdNonStatic()' has a cognitive complexity of 18, current threshold is 15 |
1803 | /src/classes/ONEN_DefaultAccount.cls | 23 | 9 | 54 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'getIndividualAccountIdNonStatic()' has a cognitive complexity of 18, current threshold is 15 |
1804 | /src/classes/ONEN_DefaultAccount.cls | 30 | 25 | 30 | 109 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1804 | /src/classes/ONEN_DefaultAccount.cls | 30 | 25 | 30 | 109 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1805 | /src/classes/ONEN_DefaultAccount.cls | 47 | 32 | 47 | 116 | 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 |
1805 | /src/classes/ONEN_DefaultAccount.cls | 47 | 32 | 47 | 116 | 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 |
1806 | /src/classes/ONEN_DefaultAccount.cls | 61 | 19 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1806 | /src/classes/ONEN_DefaultAccount.cls | 61 | 19 | 64 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1807 | /src/classes/ONEN_DefaultAccount.cls | 71 | 9 | 83 | 3 | 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 'SetIndividualAccount' doesn't match '[a-z][a-zA-Z0-9]*' |
1807 | /src/classes/ONEN_DefaultAccount.cls | 71 | 9 | 83 | 3 | 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 'SetIndividualAccount' doesn't match '[a-z][a-zA-Z0-9]*' |
1808 | /src/classes/ONEN_DefaultAccount.cls | 72 | 6 | 72 | 58 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DefaultAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
1808 | /src/classes/ONEN_DefaultAccount.cls | 72 | 6 | 72 | 58 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DefaultAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
1809 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'ProtectIndividualAccount()' has a cognitive complexity of 51, current threshold is 15 |
1809 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'ProtectIndividualAccount()' has a cognitive complexity of 51, current threshold is 15 |
1810 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'ProtectIndividualAccount()' has a cyclomatic complexity of 24. |
1810 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'ProtectIndividualAccount()' has a cyclomatic complexity of 24. |
1811 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | 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 'ProtectIndividualAccount' doesn't match '[a-z][a-zA-Z0-9]*' |
1811 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | 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 'ProtectIndividualAccount' doesn't match '[a-z][a-zA-Z0-9]*' |
1812 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'ProtectIndividualAccount()' has an NCSS line count of 61 (limit: 40) |
1812 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'ProtectIndividualAccount()' has an NCSS line count of 61 (limit: 40) |
1813 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'ProtectIndividualAccount' has a Standard Cyclomatic Complexity of 19. |
1813 | /src/classes/ONEN_DefaultAccount.cls | 90 | 9 | 160 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'ProtectIndividualAccount' has a Standard Cyclomatic Complexity of 19. |
1814 | /src/classes/ONEN_DefaultAccount.cls | 105 | 14 | 105 | 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 'AcctsRenamedTo' doesn't match '[a-z][a-zA-Z0-9]*' |
1814 | /src/classes/ONEN_DefaultAccount.cls | 105 | 14 | 105 | 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 'AcctsRenamedTo' doesn't match '[a-z][a-zA-Z0-9]*' |
1815 | /src/classes/ONEN_DefaultAccount.cls | 106 | 14 | 106 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'AcctsRenamedFrom' doesn't match '[a-z][a-zA-Z0-9]*' |
1815 | /src/classes/ONEN_DefaultAccount.cls | 106 | 14 | 106 | 47 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'AcctsRenamedFrom' doesn't match '[a-z][a-zA-Z0-9]*' |
1816 | /src/classes/ONEN_DefaultAccount.cls | 109 | 13 | 109 | 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 'Acct' doesn't match '[a-z][a-zA-Z0-9]*' |
1816 | /src/classes/ONEN_DefaultAccount.cls | 109 | 13 | 109 | 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 'Acct' doesn't match '[a-z][a-zA-Z0-9]*' |
1817 | /src/classes/ONEN_DefaultAccount.cls | 127 | 5 | 131 | 6 | 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 |
1817 | /src/classes/ONEN_DefaultAccount.cls | 127 | 5 | 131 | 6 | 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 |
1818 | /src/classes/ONEN_DefaultAccount.cls | 128 | 11 | 128 | 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 'Acct' doesn't match '[a-z][a-zA-Z0-9]*' |
1818 | /src/classes/ONEN_DefaultAccount.cls | 128 | 11 | 128 | 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 'Acct' doesn't match '[a-z][a-zA-Z0-9]*' |
1819 | /src/classes/ONEN_DefaultAccount.cls | 134 | 5 | 138 | 6 | 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 |
1819 | /src/classes/ONEN_DefaultAccount.cls | 134 | 5 | 138 | 6 | 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 |
1820 | /src/classes/ONEN_DefaultAccount.cls | 135 | 11 | 135 | 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 'Acct' doesn't match '[a-z][a-zA-Z0-9]*' |
1820 | /src/classes/ONEN_DefaultAccount.cls | 135 | 11 | 135 | 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 'Acct' doesn't match '[a-z][a-zA-Z0-9]*' |
1821 | /src/classes/ONEN_DefaultAccount.cls | 153 | 5 | 157 | 6 | 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 |
1821 | /src/classes/ONEN_DefaultAccount.cls | 153 | 5 | 157 | 6 | 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 |
1822 | /src/classes/ONEN_DefaultAccount.cls | 168 | 20 | 172 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1822 | /src/classes/ONEN_DefaultAccount.cls | 168 | 20 | 172 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc @return |
1823 | /src/classes/ONEN_DefaultAccount.cls | 170 | 6 | 170 | 15 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1823 | /src/classes/ONEN_DefaultAccount.cls | 170 | 6 | 170 | 15 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1824 | /src/classes/ONEN_DefaultAccount.cls | 181 | 20 | 192 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1824 | /src/classes/ONEN_DefaultAccount.cls | 181 | 20 | 192 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1825 | /src/classes/ONEN_DefaultAccount.cls | 181 | 20 | 192 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestAccountAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
1825 | /src/classes/ONEN_DefaultAccount.cls | 181 | 20 | 192 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestAccountAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
1826 | /src/classes/ONEN_DefaultAccount.cls | 195 | 20 | 237 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1826 | /src/classes/ONEN_DefaultAccount.cls | 195 | 20 | 237 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1827 | /src/classes/ONEN_DefaultAccount.cls | 195 | 20 | 237 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestIndividualAccountDelete' doesn't match '[a-z][a-zA-Z0-9]*' |
1827 | /src/classes/ONEN_DefaultAccount.cls | 195 | 20 | 237 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestIndividualAccountDelete' doesn't match '[a-z][a-zA-Z0-9]*' |
1828 | /src/classes/ONEN_DefaultAccount.cls | 197 | 11 | 197 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'IndAcct' doesn't match '[a-z][a-zA-Z0-9]*' |
1828 | /src/classes/ONEN_DefaultAccount.cls | 197 | 11 | 197 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'IndAcct' doesn't match '[a-z][a-zA-Z0-9]*' |
1829 | /src/classes/ONEN_DefaultAccount.cls | 205 | 4 | 205 | 24 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1829 | /src/classes/ONEN_DefaultAccount.cls | 205 | 4 | 205 | 24 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1830 | /src/classes/ONEN_DefaultAccount.cls | 205 | 4 | 205 | 24 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1830 | /src/classes/ONEN_DefaultAccount.cls | 205 | 4 | 205 | 24 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1831 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 1 | 21 | 156 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1831 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 1 | 21 | 156 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1832 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 1 | 21 | 156 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1832 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 1 | 21 | 156 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1833 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 7 | 13 | 7 | 19 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Offset' doesn't match '[a-z][a-zA-Z0-9]*' |
1833 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 7 | 13 | 7 | 19 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'Offset' doesn't match '[a-z][a-zA-Z0-9]*' |
1834 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 8 | 12 | 8 | 22 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'OffsetUnit' doesn't match '[a-z][a-zA-Z0-9]*' |
1834 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 8 | 12 | 8 | 22 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'OffsetUnit' doesn't match '[a-z][a-zA-Z0-9]*' |
1835 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 11 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1835 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 11 | 12 | 17 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1836 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 19 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1836 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 19 | 12 | 24 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1837 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 25 | 23 | 68 | 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. |
1837 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 25 | 23 | 68 | 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. |
1838 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 25 | 23 | 68 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_clone_one_month' doesn't match '[a-z][a-zA-Z0-9]*' |
1838 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 25 | 23 | 68 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_clone_one_month' doesn't match '[a-z][a-zA-Z0-9]*' |
1839 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 58 | 23 | 58 | 53 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOppPageRef' defined but not used |
1839 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 58 | 23 | 58 | 53 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOppPageRef' defined but not used |
1840 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 60 | 23 | 60 | 132 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Opps' doesn't match '[a-z][a-zA-Z0-9]*' |
1840 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 60 | 23 | 60 | 132 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Opps' doesn't match '[a-z][a-zA-Z0-9]*' |
1841 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 69 | 23 | 111 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1841 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 69 | 23 | 111 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1842 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 69 | 23 | 111 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_clone_two_years' doesn't match '[a-z][a-zA-Z0-9]*' |
1842 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 69 | 23 | 111 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'test_clone_two_years' doesn't match '[a-z][a-zA-Z0-9]*' |
1843 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 99 | 25 | 99 | 55 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOppPageRef' defined but not used |
1843 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 99 | 25 | 99 | 55 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOppPageRef' defined but not used |
1844 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 113 | 23 | 155 | 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. |
1844 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 113 | 23 | 155 | 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. |
1845 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 135 | 12 | 135 | 20 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewOppId' doesn't match '[a-z][a-zA-Z0-9]*' |
1845 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 135 | 12 | 135 | 20 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewOppId' doesn't match '[a-z][a-zA-Z0-9]*' |
1846 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 137 | 9 | 137 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1846 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 137 | 9 | 137 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1847 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 137 | 9 | 137 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1847 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 137 | 9 | 137 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1848 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 144 | 23 | 144 | 53 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOppPageRef' defined but not used |
1848 | /src/classes/ONEN_EXT_CloneOpportunity.cls | 144 | 23 | 144 | 53 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newOppPageRef' defined but not used |
1849 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 1 | 21 | 159 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1849 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 1 | 21 | 159 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1850 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 1 | 21 | 159 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1850 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 1 | 21 | 159 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1851 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 5 | 5 | 5 | 17 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'OldAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
1851 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 5 | 5 | 5 | 17 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'OldAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
1852 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 11 | 12 | 16 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1852 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 11 | 12 | 16 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1853 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 19 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1853 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 19 | 12 | 22 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1854 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 20 | 34 | 20 | 80 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1854 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 20 | 34 | 20 | 80 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1855 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 20 | 34 | 20 | 80 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1855 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 20 | 34 | 20 | 80 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1856 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 24 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1856 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 24 | 12 | 27 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1857 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 25 | 29 | 25 | 53 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1857 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 25 | 29 | 25 | 53 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1858 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 25 | 29 | 25 | 53 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1858 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 25 | 29 | 25 | 53 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1859 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 29 | 12 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1859 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 29 | 12 | 59 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1860 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 31 | 11 | 31 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1860 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 31 | 11 | 31 | 26 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1861 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 45 | 9 | 45 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1861 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 45 | 9 | 45 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1862 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 66 | 21 | 118 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1862 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 66 | 21 | 118 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1863 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 66 | 21 | 118 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ONEN_Test_Changing_The_Job' doesn't match '[a-z][a-zA-Z0-9]*' |
1863 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 66 | 21 | 118 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ONEN_Test_Changing_The_Job' doesn't match '[a-z][a-zA-Z0-9]*' |
1864 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 103 | 10 | 103 | 40 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'savePage' defined but not used |
1864 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 103 | 10 | 103 | 40 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'savePage' defined but not used |
1865 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 120 | 21 | 158 | 4 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1865 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 120 | 21 | 158 | 4 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
1866 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 120 | 21 | 158 | 4 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ONEN_Test_Changing_The_Job_from_individual' doesn't match '[a-z][a-zA-Z0-9]*' |
1866 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 120 | 21 | 158 | 4 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'ONEN_Test_Changing_The_Job_from_individual' doesn't match '[a-z][a-zA-Z0-9]*' |
1867 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 151 | 10 | 151 | 40 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'savePage' defined but not used |
1867 | /src/classes/ONEN_EXT_JobChangeWizard.cls | 151 | 10 | 151 | 40 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'savePage' defined but not used |
1868 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 1 | 21 | 163 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1868 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 1 | 21 | 163 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1869 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 1 | 21 | 163 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1869 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 1 | 21 | 163 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1870 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 9 | 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 |
1870 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 9 | 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 |
1871 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 16 | 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 |
1871 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 16 | 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 |
1872 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 22 | 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 |
1872 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 22 | 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 |
1873 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 30 | 57 | 30 | 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 |
1873 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 30 | 57 | 30 | 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 |
1874 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 30 | 29 | 30 | 129 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'InstallmentsFromSelection' doesn't match '[a-z][a-zA-Z0-9]*' |
1874 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 30 | 29 | 30 | 129 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'InstallmentsFromSelection' doesn't match '[a-z][a-zA-Z0-9]*' |
1875 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 43 | 13 | 43 | 46 | 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 |
1875 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 43 | 13 | 43 | 46 | 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 |
1876 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 53 | 31 | 106 | 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. |
1876 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 53 | 31 | 106 | 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. |
1877 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 53 | 31 | 106 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkAsPaid' doesn't match '[a-z][a-zA-Z0-9]*' |
1877 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 53 | 31 | 106 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkAsPaid' doesn't match '[a-z][a-zA-Z0-9]*' |
1878 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 108 | 31 | 161 | 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. |
1878 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 108 | 31 | 161 | 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. |
1879 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 108 | 31 | 161 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkWriteOff' doesn't match '[a-z][a-zA-Z0-9]*' |
1879 | /src/classes/ONEN_EXT_MarkPaymentsPaid.cls | 108 | 31 | 161 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkWriteOff' doesn't match '[a-z][a-zA-Z0-9]*' |
1880 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 1 | 21 | 262 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1880 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 1 | 21 | 262 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1881 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 1 | 21 | 262 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1881 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 1 | 21 | 262 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1882 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1882 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 7 | 12 | 9 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1883 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 11 | 12 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1883 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 11 | 12 | 29 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1884 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 11 | 12 | 29 | 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 'MarkAsWon' doesn't match '[a-z][a-zA-Z0-9]*' |
1884 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 11 | 12 | 29 | 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 'MarkAsWon' doesn't match '[a-z][a-zA-Z0-9]*' |
1885 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 13 | 27 | 13 | 65 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
1885 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 13 | 27 | 13 | 65 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
1886 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 23 | 13 | 23 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1886 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 23 | 13 | 23 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1887 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 31 | 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 |
1887 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 31 | 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 |
1888 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 31 | 12 | 50 | 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 'MarkAsLost' doesn't match '[a-z][a-zA-Z0-9]*' |
1888 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 31 | 12 | 50 | 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 'MarkAsLost' doesn't match '[a-z][a-zA-Z0-9]*' |
1889 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 33 | 27 | 33 | 65 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
1889 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 33 | 27 | 33 | 65 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
1890 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 43 | 13 | 43 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1890 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 43 | 13 | 43 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1891 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 52 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1891 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 52 | 12 | 71 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1892 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 52 | 12 | 71 | 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 'MarkAsThanked' doesn't match '[a-z][a-zA-Z0-9]*' |
1892 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 52 | 12 | 71 | 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 'MarkAsThanked' doesn't match '[a-z][a-zA-Z0-9]*' |
1893 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 54 | 27 | 54 | 65 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
1893 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 54 | 27 | 54 | 65 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
1894 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 64 | 13 | 64 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1894 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 64 | 13 | 64 | 33 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1895 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 76 | 30 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1895 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 76 | 30 | 118 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1896 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 76 | 30 | 118 | 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. |
1896 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 76 | 30 | 118 | 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. |
1897 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 76 | 30 | 118 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkAsWon' doesn't match '[a-z][a-zA-Z0-9]*' |
1897 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 76 | 30 | 118 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkAsWon' doesn't match '[a-z][a-zA-Z0-9]*' |
1898 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 114 | 20 | 114 | 93 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Opps' doesn't match '[a-z][a-zA-Z0-9]*' |
1898 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 114 | 20 | 114 | 93 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Opps' doesn't match '[a-z][a-zA-Z0-9]*' |
1899 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 120 | 30 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1899 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 120 | 30 | 162 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1900 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 120 | 30 | 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. |
1900 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 120 | 30 | 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. |
1901 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 120 | 30 | 162 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkAsThanked' doesn't match '[a-z][a-zA-Z0-9]*' |
1901 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 120 | 30 | 162 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkAsThanked' doesn't match '[a-z][a-zA-Z0-9]*' |
1902 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 158 | 20 | 158 | 93 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Opps' doesn't match '[a-z][a-zA-Z0-9]*' |
1902 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 158 | 20 | 158 | 93 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Opps' doesn't match '[a-z][a-zA-Z0-9]*' |
1903 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 164 | 30 | 206 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1903 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 164 | 30 | 206 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1904 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 164 | 30 | 206 | 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. |
1904 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 164 | 30 | 206 | 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. |
1905 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 164 | 30 | 206 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkAsLost' doesn't match '[a-z][a-zA-Z0-9]*' |
1905 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 164 | 30 | 206 | 6 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestMarkAsLost' doesn't match '[a-z][a-zA-Z0-9]*' |
1906 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 202 | 20 | 202 | 93 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Opps' doesn't match '[a-z][a-zA-Z0-9]*' |
1906 | /src/classes/ONEN_EXT_OpportunitiesMarkAs.cls | 202 | 20 | 202 | 93 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'Opps' doesn't match '[a-z][a-zA-Z0-9]*' |
1907 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 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 |
1907 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 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 |
1908 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_LeadConversion' has a total cognitive complexity of 315 (highest 103), current threshold is 50 |
1908 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_LeadConversion' has a total cognitive complexity of 315 (highest 103), current threshold is 50 |
1909 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_LeadConversion' has a total cyclomatic complexity of 148 (highest 37). |
1909 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_LeadConversion' has a total cyclomatic complexity of 148 (highest 37). |
1910 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
1910 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | ExcessiveClassLength | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength | Avoid really long classes. |
1911 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 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 522 |
1911 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 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 522 |
1912 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_LeadConversion' has a Standard Cyclomatic Complexity of 5 (Highest = 31). |
1912 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_LeadConversion' has a Standard Cyclomatic Complexity of 5 (Highest = 31). |
1913 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1913 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
1914 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1914 | /src/classes/ONEN_LeadConversion.cls | 11 | 29 | 1255 | 2 | pmd | TooManyFields | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields | Too many fields |
1915 | /src/classes/ONEN_LeadConversion.cls | 14 | 29 | 14 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'OppWonStageName' doesn't match '[A-Z][A-Z0-9_]*' |
1915 | /src/classes/ONEN_LeadConversion.cls | 14 | 29 | 14 | 95 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'OppWonStageName' doesn't match '[A-Z][A-Z0-9_]*' |
1916 | /src/classes/ONEN_LeadConversion.cls | 15 | 29 | 15 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'OppContactRole' doesn't match '[A-Z][A-Z0-9_]*' |
1916 | /src/classes/ONEN_LeadConversion.cls | 15 | 29 | 15 | 125 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'OppContactRole' doesn't match '[A-Z][A-Z0-9_]*' |
1917 | /src/classes/ONEN_LeadConversion.cls | 16 | 24 | 16 | 83 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'GiftRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
1917 | /src/classes/ONEN_LeadConversion.cls | 16 | 24 | 16 | 83 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'GiftRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
1918 | /src/classes/ONEN_LeadConversion.cls | 19 | 29 | 19 | 98 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'OppStageForUpdates' doesn't match '[A-Z][A-Z0-9_]*' |
1918 | /src/classes/ONEN_LeadConversion.cls | 19 | 29 | 19 | 98 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The constant field name 'OppStageForUpdates' doesn't match '[A-Z][A-Z0-9_]*' |
1919 | /src/classes/ONEN_LeadConversion.cls | 22 | 17 | 22 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'IsATest' doesn't match '[a-z][a-zA-Z0-9]*' |
1919 | /src/classes/ONEN_LeadConversion.cls | 22 | 17 | 22 | 32 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The instance field name 'IsATest' doesn't match '[a-z][a-zA-Z0-9]*' |
1920 | /src/classes/ONEN_LeadConversion.cls | 42 | 10 | 44 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1920 | /src/classes/ONEN_LeadConversion.cls | 42 | 10 | 44 | 4 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1921 | /src/classes/ONEN_LeadConversion.cls | 73 | 16 | 73 | 21 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leads' should be before method declarations in its class |
1921 | /src/classes/ONEN_LeadConversion.cls | 73 | 16 | 73 | 21 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leads' should be before method declarations in its class |
1922 | /src/classes/ONEN_LeadConversion.cls | 74 | 30 | 74 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'matchMap' should be before method declarations in its class |
1922 | /src/classes/ONEN_LeadConversion.cls | 74 | 30 | 74 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'matchMap' should be before method declarations in its class |
1923 | /src/classes/ONEN_LeadConversion.cls | 77 | 16 | 77 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'multiselectFields' should be before method declarations in its class |
1923 | /src/classes/ONEN_LeadConversion.cls | 77 | 16 | 77 | 38 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'multiselectFields' should be before method declarations in its class |
1924 | /src/classes/ONEN_LeadConversion.cls | 79 | 10 | 79 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'queryLimit' should be before method declarations in its class |
1924 | /src/classes/ONEN_LeadConversion.cls | 79 | 10 | 79 | 20 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'queryLimit' should be before method declarations in its class |
1925 | /src/classes/ONEN_LeadConversion.cls | 85 | 9 | 93 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1925 | /src/classes/ONEN_LeadConversion.cls | 85 | 9 | 93 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1926 | /src/classes/ONEN_LeadConversion.cls | 91 | 41 | 91 | 88 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1926 | /src/classes/ONEN_LeadConversion.cls | 91 | 41 | 91 | 88 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1927 | /src/classes/ONEN_LeadConversion.cls | 91 | 41 | 91 | 88 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1927 | /src/classes/ONEN_LeadConversion.cls | 91 | 41 | 91 | 88 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1928 | /src/classes/ONEN_LeadConversion.cls | 96 | 35 | 96 | 89 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leadFieldMap' should be before method declarations in its class |
1928 | /src/classes/ONEN_LeadConversion.cls | 96 | 35 | 96 | 89 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leadFieldMap' should be before method declarations in its class |
1929 | /src/classes/ONEN_LeadConversion.cls | 99 | 9 | 99 | 18 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'querySOQL' should be before method declarations in its class |
1929 | /src/classes/ONEN_LeadConversion.cls | 99 | 9 | 99 | 18 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'querySOQL' should be before method declarations in its class |
1930 | /src/classes/ONEN_LeadConversion.cls | 102 | 23 | 102 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leadsThatNeedOpps' should be before method declarations in its class |
1930 | /src/classes/ONEN_LeadConversion.cls | 102 | 23 | 102 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leadsThatNeedOpps' should be before method declarations in its class |
1931 | /src/classes/ONEN_LeadConversion.cls | 104 | 23 | 104 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leadsWithOppUpdates' should be before method declarations in its class |
1931 | /src/classes/ONEN_LeadConversion.cls | 104 | 23 | 104 | 42 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leadsWithOppUpdates' should be before method declarations in its class |
1932 | /src/classes/ONEN_LeadConversion.cls | 106 | 9 | 106 | 18 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leadFixes' should be before method declarations in its class |
1932 | /src/classes/ONEN_LeadConversion.cls | 106 | 9 | 106 | 18 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'leadFixes' should be before method declarations in its class |
1933 | /src/classes/ONEN_LeadConversion.cls | 110 | 15 | 110 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'conversions' should be before method declarations in its class |
1933 | /src/classes/ONEN_LeadConversion.cls | 110 | 15 | 110 | 26 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'conversions' should be before method declarations in its class |
1934 | /src/classes/ONEN_LeadConversion.cls | 113 | 9 | 131 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1934 | /src/classes/ONEN_LeadConversion.cls | 113 | 9 | 131 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1935 | /src/classes/ONEN_LeadConversion.cls | 114 | 3 | 114 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1935 | /src/classes/ONEN_LeadConversion.cls | 114 | 3 | 114 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1936 | /src/classes/ONEN_LeadConversion.cls | 114 | 3 | 114 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1936 | /src/classes/ONEN_LeadConversion.cls | 114 | 3 | 114 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1937 | /src/classes/ONEN_LeadConversion.cls | 123 | 6 | 123 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1937 | /src/classes/ONEN_LeadConversion.cls | 123 | 6 | 123 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1938 | /src/classes/ONEN_LeadConversion.cls | 123 | 6 | 123 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1938 | /src/classes/ONEN_LeadConversion.cls | 123 | 6 | 123 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1939 | /src/classes/ONEN_LeadConversion.cls | 134 | 9 | 153 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1939 | /src/classes/ONEN_LeadConversion.cls | 134 | 9 | 153 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1940 | /src/classes/ONEN_LeadConversion.cls | 134 | 35 | 134 | 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 'LeadSource' doesn't match '[a-z][a-zA-Z0-9]*' |
1940 | /src/classes/ONEN_LeadConversion.cls | 134 | 35 | 134 | 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 'LeadSource' doesn't match '[a-z][a-zA-Z0-9]*' |
1941 | /src/classes/ONEN_LeadConversion.cls | 135 | 3 | 135 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1941 | /src/classes/ONEN_LeadConversion.cls | 135 | 3 | 135 | 52 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1942 | /src/classes/ONEN_LeadConversion.cls | 135 | 3 | 135 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1942 | /src/classes/ONEN_LeadConversion.cls | 135 | 3 | 135 | 52 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1943 | /src/classes/ONEN_LeadConversion.cls | 145 | 6 | 145 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1943 | /src/classes/ONEN_LeadConversion.cls | 145 | 6 | 145 | 49 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1944 | /src/classes/ONEN_LeadConversion.cls | 145 | 6 | 145 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1944 | /src/classes/ONEN_LeadConversion.cls | 145 | 6 | 145 | 49 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1945 | /src/classes/ONEN_LeadConversion.cls | 156 | 9 | 172 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1945 | /src/classes/ONEN_LeadConversion.cls | 156 | 9 | 172 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1946 | /src/classes/ONEN_LeadConversion.cls | 182 | 17 | 342 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'matchLeads()' has a cognitive complexity of 103, current threshold is 15 |
1946 | /src/classes/ONEN_LeadConversion.cls | 182 | 17 | 342 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'matchLeads()' has a cognitive complexity of 103, current threshold is 15 |
1947 | /src/classes/ONEN_LeadConversion.cls | 182 | 17 | 342 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'matchLeads()' has a cyclomatic complexity of 37. |
1947 | /src/classes/ONEN_LeadConversion.cls | 182 | 17 | 342 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'matchLeads()' has a cyclomatic complexity of 37. |
1948 | /src/classes/ONEN_LeadConversion.cls | 182 | 17 | 342 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'matchLeads()' has an NCSS line count of 108 (limit: 40) |
1948 | /src/classes/ONEN_LeadConversion.cls | 182 | 17 | 342 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'matchLeads()' has an NCSS line count of 108 (limit: 40) |
1949 | /src/classes/ONEN_LeadConversion.cls | 182 | 17 | 342 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'matchLeads' has a Standard Cyclomatic Complexity of 31. |
1949 | /src/classes/ONEN_LeadConversion.cls | 182 | 17 | 342 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'matchLeads' has a Standard Cyclomatic Complexity of 31. |
1950 | /src/classes/ONEN_LeadConversion.cls | 192 | 12 | 192 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'oppids' defined but not used |
1950 | /src/classes/ONEN_LeadConversion.cls | 192 | 12 | 192 | 34 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'oppids' defined but not used |
1951 | /src/classes/ONEN_LeadConversion.cls | 200 | 28 | 200 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1951 | /src/classes/ONEN_LeadConversion.cls | 200 | 28 | 200 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1952 | /src/classes/ONEN_LeadConversion.cls | 200 | 28 | 200 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1952 | /src/classes/ONEN_LeadConversion.cls | 200 | 28 | 200 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1953 | /src/classes/ONEN_LeadConversion.cls | 201 | 34 | 201 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1953 | /src/classes/ONEN_LeadConversion.cls | 201 | 34 | 201 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1954 | /src/classes/ONEN_LeadConversion.cls | 201 | 34 | 201 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1954 | /src/classes/ONEN_LeadConversion.cls | 201 | 34 | 201 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1955 | /src/classes/ONEN_LeadConversion.cls | 202 | 35 | 202 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1955 | /src/classes/ONEN_LeadConversion.cls | 202 | 35 | 202 | 63 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1956 | /src/classes/ONEN_LeadConversion.cls | 202 | 35 | 202 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1956 | /src/classes/ONEN_LeadConversion.cls | 202 | 35 | 202 | 63 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1957 | /src/classes/ONEN_LeadConversion.cls | 223 | 24 | 223 | 96 | 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 |
1957 | /src/classes/ONEN_LeadConversion.cls | 223 | 24 | 223 | 96 | 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 |
1958 | /src/classes/ONEN_LeadConversion.cls | 225 | 38 | 229 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1958 | /src/classes/ONEN_LeadConversion.cls | 225 | 38 | 229 | 66 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
1959 | /src/classes/ONEN_LeadConversion.cls | 234 | 39 | 234 | 88 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1959 | /src/classes/ONEN_LeadConversion.cls | 234 | 39 | 234 | 88 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1960 | /src/classes/ONEN_LeadConversion.cls | 234 | 39 | 234 | 88 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1960 | /src/classes/ONEN_LeadConversion.cls | 234 | 39 | 234 | 88 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1961 | /src/classes/ONEN_LeadConversion.cls | 267 | 7 | 274 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1961 | /src/classes/ONEN_LeadConversion.cls | 267 | 7 | 274 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1962 | /src/classes/ONEN_LeadConversion.cls | 277 | 7 | 283 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1962 | /src/classes/ONEN_LeadConversion.cls | 277 | 7 | 283 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1963 | /src/classes/ONEN_LeadConversion.cls | 278 | 8 | 278 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1963 | /src/classes/ONEN_LeadConversion.cls | 278 | 8 | 278 | 62 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
1964 | /src/classes/ONEN_LeadConversion.cls | 278 | 8 | 278 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1964 | /src/classes/ONEN_LeadConversion.cls | 278 | 8 | 278 | 62 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
1965 | /src/classes/ONEN_LeadConversion.cls | 288 | 47 | 288 | 53 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1965 | /src/classes/ONEN_LeadConversion.cls | 288 | 47 | 288 | 53 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1966 | /src/classes/ONEN_LeadConversion.cls | 288 | 47 | 288 | 53 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1966 | /src/classes/ONEN_LeadConversion.cls | 288 | 47 | 288 | 53 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1967 | /src/classes/ONEN_LeadConversion.cls | 293 | 26 | 293 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1967 | /src/classes/ONEN_LeadConversion.cls | 293 | 26 | 293 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1968 | /src/classes/ONEN_LeadConversion.cls | 293 | 26 | 293 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1968 | /src/classes/ONEN_LeadConversion.cls | 293 | 26 | 293 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1969 | /src/classes/ONEN_LeadConversion.cls | 321 | 9 | 332 | 10 | 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 |
1969 | /src/classes/ONEN_LeadConversion.cls | 321 | 9 | 332 | 10 | 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 |
1970 | /src/classes/ONEN_LeadConversion.cls | 330 | 10 | 330 | 58 | 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 |
1970 | /src/classes/ONEN_LeadConversion.cls | 330 | 10 | 330 | 58 | 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 |
1971 | /src/classes/ONEN_LeadConversion.cls | 330 | 29 | 330 | 58 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1971 | /src/classes/ONEN_LeadConversion.cls | 330 | 29 | 330 | 58 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1972 | /src/classes/ONEN_LeadConversion.cls | 330 | 29 | 330 | 58 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1972 | /src/classes/ONEN_LeadConversion.cls | 330 | 29 | 330 | 58 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1973 | /src/classes/ONEN_LeadConversion.cls | 345 | 9 | 350 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1973 | /src/classes/ONEN_LeadConversion.cls | 345 | 9 | 350 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1974 | /src/classes/ONEN_LeadConversion.cls | 354 | 34 | 354 | 57 | 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 'MultiselectValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1974 | /src/classes/ONEN_LeadConversion.cls | 354 | 34 | 354 | 57 | 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 'MultiselectValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1975 | /src/classes/ONEN_LeadConversion.cls | 354 | 59 | 354 | 76 | 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 'AddedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1975 | /src/classes/ONEN_LeadConversion.cls | 354 | 59 | 354 | 76 | 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 'AddedValue' doesn't match '[a-z][a-zA-Z0-9]*' |
1976 | /src/classes/ONEN_LeadConversion.cls | 354 | 10 | 374 | 3 | 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 'AddToMultiselect' doesn't match '[a-z][a-zA-Z0-9]*' |
1976 | /src/classes/ONEN_LeadConversion.cls | 354 | 10 | 374 | 3 | 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 'AddToMultiselect' doesn't match '[a-z][a-zA-Z0-9]*' |
1977 | /src/classes/ONEN_LeadConversion.cls | 356 | 10 | 356 | 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 'NewMultiselectString' doesn't match '[a-z][a-zA-Z0-9]*' |
1977 | /src/classes/ONEN_LeadConversion.cls | 356 | 10 | 356 | 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 'NewMultiselectString' doesn't match '[a-z][a-zA-Z0-9]*' |
1978 | /src/classes/ONEN_LeadConversion.cls | 358 | 15 | 358 | 54 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MultiselectValueSet' doesn't match '[a-z][a-zA-Z0-9]*' |
1978 | /src/classes/ONEN_LeadConversion.cls | 358 | 15 | 358 | 54 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'MultiselectValueSet' doesn't match '[a-z][a-zA-Z0-9]*' |
1979 | /src/classes/ONEN_LeadConversion.cls | 377 | 9 | 430 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1979 | /src/classes/ONEN_LeadConversion.cls | 377 | 9 | 430 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
1980 | /src/classes/ONEN_LeadConversion.cls | 377 | 9 | 430 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertLeads(ConvertSpec[])' has a cognitive complexity of 16, current threshold is 15 |
1980 | /src/classes/ONEN_LeadConversion.cls | 377 | 9 | 430 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'convertLeads(ConvertSpec[])' has a cognitive complexity of 16, current threshold is 15 |
1981 | /src/classes/ONEN_LeadConversion.cls | 377 | 9 | 430 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertLeads(ConvertSpec[])' has a cyclomatic complexity of 10. |
1981 | /src/classes/ONEN_LeadConversion.cls | 377 | 9 | 430 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'convertLeads(ConvertSpec[])' has a cyclomatic complexity of 10. |
1982 | /src/classes/ONEN_LeadConversion.cls | 387 | 29 | 387 | 46 | 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 |
1982 | /src/classes/ONEN_LeadConversion.cls | 387 | 29 | 387 | 46 | 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 |
1983 | /src/classes/ONEN_LeadConversion.cls | 387 | 29 | 387 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1983 | /src/classes/ONEN_LeadConversion.cls | 387 | 29 | 387 | 46 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
1984 | /src/classes/ONEN_LeadConversion.cls | 387 | 29 | 387 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1984 | /src/classes/ONEN_LeadConversion.cls | 387 | 29 | 387 | 46 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
1985 | /src/classes/ONEN_LeadConversion.cls | 403 | 27 | 403 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dsrs' defined but not used |
1985 | /src/classes/ONEN_LeadConversion.cls | 403 | 27 | 403 | 84 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'dsrs' defined but not used |
1986 | /src/classes/ONEN_LeadConversion.cls | 406 | 6 | 408 | 5 | 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 |
1986 | /src/classes/ONEN_LeadConversion.cls | 406 | 6 | 408 | 5 | 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 |
1987 | /src/classes/ONEN_LeadConversion.cls | 415 | 6 | 423 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1987 | /src/classes/ONEN_LeadConversion.cls | 415 | 6 | 423 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1988 | /src/classes/ONEN_LeadConversion.cls | 419 | 13 | 423 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1988 | /src/classes/ONEN_LeadConversion.cls | 419 | 13 | 423 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1989 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1989 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
1990 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'postProcessAndPrepareOpps(Database.leadConvertResult[])' has a cognitive complexity of 32, current threshold is 15 |
1990 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'postProcessAndPrepareOpps(Database.leadConvertResult[])' has a cognitive complexity of 32, current threshold is 15 |
1991 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'postProcessAndPrepareOpps(Database.leadConvertResult[])' has a cyclomatic complexity of 14. |
1991 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'postProcessAndPrepareOpps(Database.leadConvertResult[])' has a cyclomatic complexity of 14. |
1992 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'postProcessAndPrepareOpps()' has an NCSS line count of 48 (limit: 40) |
1992 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'postProcessAndPrepareOpps()' has an NCSS line count of 48 (limit: 40) |
1993 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'postProcessAndPrepareOpps' has a Standard Cyclomatic Complexity of 13. |
1993 | /src/classes/ONEN_LeadConversion.cls | 440 | 17 | 518 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'postProcessAndPrepareOpps' has a Standard Cyclomatic Complexity of 13. |
1994 | /src/classes/ONEN_LeadConversion.cls | 446 | 47 | 446 | 78 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1994 | /src/classes/ONEN_LeadConversion.cls | 446 | 47 | 446 | 78 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1995 | /src/classes/ONEN_LeadConversion.cls | 453 | 63 | 453 | 80 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1995 | /src/classes/ONEN_LeadConversion.cls | 453 | 63 | 453 | 80 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
1996 | /src/classes/ONEN_LeadConversion.cls | 455 | 8 | 455 | 26 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1996 | /src/classes/ONEN_LeadConversion.cls | 455 | 8 | 455 | 26 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1997 | /src/classes/ONEN_LeadConversion.cls | 482 | 6 | 486 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1997 | /src/classes/ONEN_LeadConversion.cls | 482 | 6 | 486 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1998 | /src/classes/ONEN_LeadConversion.cls | 487 | 6 | 491 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1998 | /src/classes/ONEN_LeadConversion.cls | 487 | 6 | 491 | 7 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
1999 | /src/classes/ONEN_LeadConversion.cls | 507 | 46 | 507 | 76 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
1999 | /src/classes/ONEN_LeadConversion.cls | 507 | 46 | 507 | 76 | pmd | ForLoopsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces | Avoid using for statements without curly braces |
2000 | /src/classes/ONEN_LeadConversion.cls | 516 | 32 | 516 | 52 | 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 |
2000 | /src/classes/ONEN_LeadConversion.cls | 516 | 32 | 516 | 52 | 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 |
2001 | /src/classes/ONEN_LeadConversion.cls | 516 | 32 | 516 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2001 | /src/classes/ONEN_LeadConversion.cls | 516 | 32 | 516 | 52 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2002 | /src/classes/ONEN_LeadConversion.cls | 516 | 32 | 516 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2002 | /src/classes/ONEN_LeadConversion.cls | 516 | 32 | 516 | 52 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2003 | /src/classes/ONEN_LeadConversion.cls | 517 | 39 | 517 | 75 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2003 | /src/classes/ONEN_LeadConversion.cls | 517 | 39 | 517 | 75 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2004 | /src/classes/ONEN_LeadConversion.cls | 517 | 39 | 517 | 75 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2004 | /src/classes/ONEN_LeadConversion.cls | 517 | 39 | 517 | 75 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2005 | /src/classes/ONEN_LeadConversion.cls | 524 | 17 | 526 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
2005 | /src/classes/ONEN_LeadConversion.cls | 524 | 17 | 526 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
2006 | /src/classes/ONEN_LeadConversion.cls | 524 | 2 | 524 | 16 | 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. |
2006 | /src/classes/ONEN_LeadConversion.cls | 524 | 2 | 524 | 16 | 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. |
2007 | /src/classes/ONEN_LeadConversion.cls | 524 | 17 | 526 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2007 | /src/classes/ONEN_LeadConversion.cls | 524 | 17 | 526 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2008 | /src/classes/ONEN_LeadConversion.cls | 532 | 17 | 534 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
2008 | /src/classes/ONEN_LeadConversion.cls | 532 | 17 | 534 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
2009 | /src/classes/ONEN_LeadConversion.cls | 532 | 2 | 532 | 16 | 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. |
2009 | /src/classes/ONEN_LeadConversion.cls | 532 | 2 | 532 | 16 | 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. |
2010 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2010 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2011 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'prepareConversions(ConvertSpec[])' has a cognitive complexity of 101, current threshold is 15 |
2011 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'prepareConversions(ConvertSpec[])' has a cognitive complexity of 101, current threshold is 15 |
2012 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'prepareConversions(ConvertSpec[])' has a cyclomatic complexity of 26. |
2012 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'prepareConversions(ConvertSpec[])' has a cyclomatic complexity of 26. |
2013 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'prepareConversions()' has an NCSS line count of 74 (limit: 40) |
2013 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'prepareConversions()' has an NCSS line count of 74 (limit: 40) |
2014 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'prepareConversions' has a Standard Cyclomatic Complexity of 18. |
2014 | /src/classes/ONEN_LeadConversion.cls | 536 | 9 | 632 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'prepareConversions' has a Standard Cyclomatic Complexity of 18. |
2015 | /src/classes/ONEN_LeadConversion.cls | 548 | 30 | 548 | 118 | 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 |
2015 | /src/classes/ONEN_LeadConversion.cls | 548 | 30 | 548 | 118 | 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 |
2016 | /src/classes/ONEN_LeadConversion.cls | 570 | 7 | 570 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2016 | /src/classes/ONEN_LeadConversion.cls | 570 | 7 | 570 | 59 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2017 | /src/classes/ONEN_LeadConversion.cls | 570 | 7 | 570 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2017 | /src/classes/ONEN_LeadConversion.cls | 570 | 7 | 570 | 59 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2018 | /src/classes/ONEN_LeadConversion.cls | 575 | 7 | 601 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2018 | /src/classes/ONEN_LeadConversion.cls | 575 | 7 | 601 | 8 | pmd | AvoidDeeplyNestedIfStmts | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts | Deeply nested if..then statements are hard to read |
2019 | /src/classes/ONEN_LeadConversion.cls | 582 | 56 | 582 | 95 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2019 | /src/classes/ONEN_LeadConversion.cls | 582 | 56 | 582 | 95 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2020 | /src/classes/ONEN_LeadConversion.cls | 582 | 56 | 582 | 95 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2020 | /src/classes/ONEN_LeadConversion.cls | 582 | 56 | 582 | 95 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2021 | /src/classes/ONEN_LeadConversion.cls | 583 | 44 | 583 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2021 | /src/classes/ONEN_LeadConversion.cls | 583 | 44 | 583 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2022 | /src/classes/ONEN_LeadConversion.cls | 583 | 44 | 583 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2022 | /src/classes/ONEN_LeadConversion.cls | 583 | 44 | 583 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2023 | /src/classes/ONEN_LeadConversion.cls | 608 | 7 | 608 | 57 | 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 |
2023 | /src/classes/ONEN_LeadConversion.cls | 608 | 7 | 608 | 57 | 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 |
2024 | /src/classes/ONEN_LeadConversion.cls | 608 | 21 | 608 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2024 | /src/classes/ONEN_LeadConversion.cls | 608 | 21 | 608 | 57 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2025 | /src/classes/ONEN_LeadConversion.cls | 608 | 21 | 608 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2025 | /src/classes/ONEN_LeadConversion.cls | 608 | 21 | 608 | 57 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2026 | /src/classes/ONEN_LeadConversion.cls | 614 | 62 | 614 | 92 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2026 | /src/classes/ONEN_LeadConversion.cls | 614 | 62 | 614 | 92 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2027 | /src/classes/ONEN_LeadConversion.cls | 614 | 62 | 614 | 92 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2027 | /src/classes/ONEN_LeadConversion.cls | 614 | 62 | 614 | 92 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2028 | /src/classes/ONEN_LeadConversion.cls | 615 | 62 | 615 | 92 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2028 | /src/classes/ONEN_LeadConversion.cls | 615 | 62 | 615 | 92 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2029 | /src/classes/ONEN_LeadConversion.cls | 615 | 62 | 615 | 92 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2029 | /src/classes/ONEN_LeadConversion.cls | 615 | 62 | 615 | 92 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2030 | /src/classes/ONEN_LeadConversion.cls | 641 | 17 | 697 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'fixContact(Database.leadConvertResult)' has a cognitive complexity of 18, current threshold is 15 |
2030 | /src/classes/ONEN_LeadConversion.cls | 641 | 17 | 697 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'fixContact(Database.leadConvertResult)' has a cognitive complexity of 18, current threshold is 15 |
2031 | /src/classes/ONEN_LeadConversion.cls | 679 | 6 | 679 | 106 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2031 | /src/classes/ONEN_LeadConversion.cls | 679 | 6 | 679 | 106 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2032 | /src/classes/ONEN_LeadConversion.cls | 679 | 6 | 679 | 106 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2032 | /src/classes/ONEN_LeadConversion.cls | 679 | 6 | 679 | 106 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2033 | /src/classes/ONEN_LeadConversion.cls | 686 | 7 | 686 | 93 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2033 | /src/classes/ONEN_LeadConversion.cls | 686 | 7 | 686 | 93 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2034 | /src/classes/ONEN_LeadConversion.cls | 686 | 7 | 686 | 93 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2034 | /src/classes/ONEN_LeadConversion.cls | 686 | 7 | 686 | 93 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2035 | /src/classes/ONEN_LeadConversion.cls | 704 | 17 | 706 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
2035 | /src/classes/ONEN_LeadConversion.cls | 704 | 17 | 706 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing or mismatched ApexDoc @param |
2036 | /src/classes/ONEN_LeadConversion.cls | 704 | 2 | 704 | 16 | 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. |
2036 | /src/classes/ONEN_LeadConversion.cls | 704 | 2 | 704 | 16 | 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. |
2037 | /src/classes/ONEN_LeadConversion.cls | 709 | 16 | 719 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2037 | /src/classes/ONEN_LeadConversion.cls | 709 | 16 | 719 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2038 | /src/classes/ONEN_LeadConversion.cls | 715 | 21 | 715 | 30 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2038 | /src/classes/ONEN_LeadConversion.cls | 715 | 21 | 715 | 30 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2039 | /src/classes/ONEN_LeadConversion.cls | 715 | 21 | 715 | 30 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2039 | /src/classes/ONEN_LeadConversion.cls | 715 | 21 | 715 | 30 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2040 | /src/classes/ONEN_LeadConversion.cls | 723 | 20 | 732 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2040 | /src/classes/ONEN_LeadConversion.cls | 723 | 20 | 732 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2041 | /src/classes/ONEN_LeadConversion.cls | 723 | 20 | 732 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOneEmail' doesn't match '[a-z][a-zA-Z0-9]*' |
2041 | /src/classes/ONEN_LeadConversion.cls | 723 | 20 | 732 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOneEmail' doesn't match '[a-z][a-zA-Z0-9]*' |
2042 | /src/classes/ONEN_LeadConversion.cls | 734 | 20 | 741 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2042 | /src/classes/ONEN_LeadConversion.cls | 734 | 20 | 741 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2043 | /src/classes/ONEN_LeadConversion.cls | 743 | 20 | 750 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2043 | /src/classes/ONEN_LeadConversion.cls | 743 | 20 | 750 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2044 | /src/classes/ONEN_LeadConversion.cls | 743 | 20 | 750 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestEmptyLeadSet' doesn't match '[a-z][a-zA-Z0-9]*' |
2044 | /src/classes/ONEN_LeadConversion.cls | 743 | 20 | 750 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestEmptyLeadSet' doesn't match '[a-z][a-zA-Z0-9]*' |
2045 | /src/classes/ONEN_LeadConversion.cls | 746 | 3 | 746 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2045 | /src/classes/ONEN_LeadConversion.cls | 746 | 3 | 746 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2046 | /src/classes/ONEN_LeadConversion.cls | 746 | 3 | 746 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2046 | /src/classes/ONEN_LeadConversion.cls | 746 | 3 | 746 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2047 | /src/classes/ONEN_LeadConversion.cls | 752 | 20 | 824 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2047 | /src/classes/ONEN_LeadConversion.cls | 752 | 20 | 824 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2048 | /src/classes/ONEN_LeadConversion.cls | 752 | 20 | 824 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOneLead' doesn't match '[a-z][a-zA-Z0-9]*' |
2048 | /src/classes/ONEN_LeadConversion.cls | 752 | 20 | 824 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOneLead' doesn't match '[a-z][a-zA-Z0-9]*' |
2049 | /src/classes/ONEN_LeadConversion.cls | 803 | 3 | 803 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2049 | /src/classes/ONEN_LeadConversion.cls | 803 | 3 | 803 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2050 | /src/classes/ONEN_LeadConversion.cls | 803 | 3 | 803 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2050 | /src/classes/ONEN_LeadConversion.cls | 803 | 3 | 803 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2051 | /src/classes/ONEN_LeadConversion.cls | 826 | 20 | 868 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2051 | /src/classes/ONEN_LeadConversion.cls | 826 | 20 | 868 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2052 | /src/classes/ONEN_LeadConversion.cls | 826 | 20 | 868 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestEmailMatch' doesn't match '[a-z][a-zA-Z0-9]*' |
2052 | /src/classes/ONEN_LeadConversion.cls | 826 | 20 | 868 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestEmailMatch' doesn't match '[a-z][a-zA-Z0-9]*' |
2053 | /src/classes/ONEN_LeadConversion.cls | 856 | 3 | 856 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2053 | /src/classes/ONEN_LeadConversion.cls | 856 | 3 | 856 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2054 | /src/classes/ONEN_LeadConversion.cls | 856 | 3 | 856 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2054 | /src/classes/ONEN_LeadConversion.cls | 856 | 3 | 856 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2055 | /src/classes/ONEN_LeadConversion.cls | 870 | 20 | 910 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2055 | /src/classes/ONEN_LeadConversion.cls | 870 | 20 | 910 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2056 | /src/classes/ONEN_LeadConversion.cls | 870 | 20 | 910 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLead' doesn't match '[a-z][a-zA-Z0-9]*' |
2056 | /src/classes/ONEN_LeadConversion.cls | 870 | 20 | 910 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLead' doesn't match '[a-z][a-zA-Z0-9]*' |
2057 | /src/classes/ONEN_LeadConversion.cls | 890 | 3 | 890 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2057 | /src/classes/ONEN_LeadConversion.cls | 890 | 3 | 890 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2058 | /src/classes/ONEN_LeadConversion.cls | 890 | 3 | 890 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2058 | /src/classes/ONEN_LeadConversion.cls | 890 | 3 | 890 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2059 | /src/classes/ONEN_LeadConversion.cls | 912 | 20 | 952 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2059 | /src/classes/ONEN_LeadConversion.cls | 912 | 20 | 952 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2060 | /src/classes/ONEN_LeadConversion.cls | 912 | 20 | 952 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadWorkAddr' doesn't match '[a-z][a-zA-Z0-9]*' |
2060 | /src/classes/ONEN_LeadConversion.cls | 912 | 20 | 952 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadWorkAddr' doesn't match '[a-z][a-zA-Z0-9]*' |
2061 | /src/classes/ONEN_LeadConversion.cls | 936 | 3 | 936 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2061 | /src/classes/ONEN_LeadConversion.cls | 936 | 3 | 936 | 38 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2062 | /src/classes/ONEN_LeadConversion.cls | 936 | 3 | 936 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2062 | /src/classes/ONEN_LeadConversion.cls | 936 | 3 | 936 | 38 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2063 | /src/classes/ONEN_LeadConversion.cls | 954 | 20 | 1031 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2063 | /src/classes/ONEN_LeadConversion.cls | 954 | 20 | 1031 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2064 | /src/classes/ONEN_LeadConversion.cls | 954 | 20 | 1031 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadWithOppUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
2064 | /src/classes/ONEN_LeadConversion.cls | 954 | 20 | 1031 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadWithOppUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
2065 | /src/classes/ONEN_LeadConversion.cls | 1005 | 3 | 1005 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2065 | /src/classes/ONEN_LeadConversion.cls | 1005 | 3 | 1005 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2066 | /src/classes/ONEN_LeadConversion.cls | 1005 | 3 | 1005 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2066 | /src/classes/ONEN_LeadConversion.cls | 1005 | 3 | 1005 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2067 | /src/classes/ONEN_LeadConversion.cls | 1033 | 20 | 1104 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2067 | /src/classes/ONEN_LeadConversion.cls | 1033 | 20 | 1104 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2068 | /src/classes/ONEN_LeadConversion.cls | 1033 | 20 | 1104 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadWithOpp' doesn't match '[a-z][a-zA-Z0-9]*' |
2068 | /src/classes/ONEN_LeadConversion.cls | 1033 | 20 | 1104 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadWithOpp' doesn't match '[a-z][a-zA-Z0-9]*' |
2069 | /src/classes/ONEN_LeadConversion.cls | 1076 | 3 | 1076 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2069 | /src/classes/ONEN_LeadConversion.cls | 1076 | 3 | 1076 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2070 | /src/classes/ONEN_LeadConversion.cls | 1076 | 3 | 1076 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2070 | /src/classes/ONEN_LeadConversion.cls | 1076 | 3 | 1076 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2071 | /src/classes/ONEN_LeadConversion.cls | 1106 | 20 | 1158 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2071 | /src/classes/ONEN_LeadConversion.cls | 1106 | 20 | 1158 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2072 | /src/classes/ONEN_LeadConversion.cls | 1106 | 20 | 1158 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestDupeLeads' doesn't match '[a-z][a-zA-Z0-9]*' |
2072 | /src/classes/ONEN_LeadConversion.cls | 1106 | 20 | 1158 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestDupeLeads' doesn't match '[a-z][a-zA-Z0-9]*' |
2073 | /src/classes/ONEN_LeadConversion.cls | 1124 | 3 | 1124 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2073 | /src/classes/ONEN_LeadConversion.cls | 1124 | 3 | 1124 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2074 | /src/classes/ONEN_LeadConversion.cls | 1124 | 3 | 1124 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2074 | /src/classes/ONEN_LeadConversion.cls | 1124 | 3 | 1124 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2075 | /src/classes/ONEN_LeadConversion.cls | 1156 | 13 | 1156 | 63 | 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 |
2075 | /src/classes/ONEN_LeadConversion.cls | 1156 | 13 | 1156 | 63 | 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 |
2076 | /src/classes/ONEN_LeadConversion.cls | 1160 | 20 | 1164 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2076 | /src/classes/ONEN_LeadConversion.cls | 1160 | 20 | 1164 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2077 | /src/classes/ONEN_LeadConversion.cls | 1160 | 2 | 1160 | 19 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2077 | /src/classes/ONEN_LeadConversion.cls | 1160 | 2 | 1160 | 19 | pmd | EmptyStatementBlock | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptystatementblock | Avoid empty block statements. |
2078 | /src/classes/ONEN_LeadConversion.cls | 1166 | 20 | 1224 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2078 | /src/classes/ONEN_LeadConversion.cls | 1166 | 20 | 1224 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2079 | /src/classes/ONEN_LeadConversion.cls | 1166 | 20 | 1224 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadMax' doesn't match '[a-z][a-zA-Z0-9]*' |
2079 | /src/classes/ONEN_LeadConversion.cls | 1166 | 20 | 1224 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestLeadMax' doesn't match '[a-z][a-zA-Z0-9]*' |
2080 | /src/classes/ONEN_LeadConversion.cls | 1168 | 10 | 1168 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NotProvidedLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
2080 | /src/classes/ONEN_LeadConversion.cls | 1168 | 10 | 1168 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NotProvidedLabel' doesn't match '[a-z][a-zA-Z0-9]*' |
2081 | /src/classes/ONEN_LeadConversion.cls | 1207 | 3 | 1207 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2081 | /src/classes/ONEN_LeadConversion.cls | 1207 | 3 | 1207 | 54 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2082 | /src/classes/ONEN_LeadConversion.cls | 1207 | 3 | 1207 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2082 | /src/classes/ONEN_LeadConversion.cls | 1207 | 3 | 1207 | 54 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2083 | /src/classes/ONEN_LeadConversion.cls | 1219 | 3 | 1219 | 27 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2083 | /src/classes/ONEN_LeadConversion.cls | 1219 | 3 | 1219 | 27 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2084 | /src/classes/ONEN_LeadConversion.cls | 1219 | 3 | 1219 | 27 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2084 | /src/classes/ONEN_LeadConversion.cls | 1219 | 3 | 1219 | 27 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2085 | /src/classes/ONEN_LeadConversion.cls | 1223 | 3 | 1223 | 35 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2085 | /src/classes/ONEN_LeadConversion.cls | 1223 | 3 | 1223 | 35 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2086 | /src/classes/ONEN_LeadConversion.cls | 1223 | 3 | 1223 | 35 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2086 | /src/classes/ONEN_LeadConversion.cls | 1223 | 3 | 1223 | 35 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2087 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2087 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2088 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_OpportunityContactRoles' has a total cognitive complexity of 73 (highest 28), current threshold is 50 |
2088 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_OpportunityContactRoles' has a total cognitive complexity of 73 (highest 28), current threshold is 50 |
2089 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_OpportunityContactRoles' has a total cyclomatic complexity of 49 (highest 12). |
2089 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_OpportunityContactRoles' has a total cyclomatic complexity of 49 (highest 12). |
2090 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_OpportunityContactRoles' has a Standard Cyclomatic Complexity of 5 (Highest = 11). |
2090 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_OpportunityContactRoles' has a Standard Cyclomatic Complexity of 5 (Highest = 11). |
2091 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
2091 | /src/classes/ONEN_OpportunityContactRoles.cls | 1 | 24 | 468 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
2092 | /src/classes/ONEN_OpportunityContactRoles.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 |
2092 | /src/classes/ONEN_OpportunityContactRoles.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 |
2093 | /src/classes/ONEN_OpportunityContactRoles.cls | 5 | 19 | 17 | 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 'GetPrimaryContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
2093 | /src/classes/ONEN_OpportunityContactRoles.cls | 5 | 19 | 17 | 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 'GetPrimaryContactId' doesn't match '[a-z][a-zA-Z0-9]*' |
2094 | /src/classes/ONEN_OpportunityContactRoles.cls | 10 | 45 | 10 | 142 | 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 |
2094 | /src/classes/ONEN_OpportunityContactRoles.cls | 10 | 45 | 10 | 142 | 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 |
2095 | /src/classes/ONEN_OpportunityContactRoles.cls | 19 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2095 | /src/classes/ONEN_OpportunityContactRoles.cls | 19 | 19 | 38 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2096 | /src/classes/ONEN_OpportunityContactRoles.cls | 19 | 19 | 38 | 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 'GetPrimaryContactIdsBulk' doesn't match '[a-z][a-zA-Z0-9]*' |
2096 | /src/classes/ONEN_OpportunityContactRoles.cls | 19 | 19 | 38 | 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 'GetPrimaryContactIdsBulk' doesn't match '[a-z][a-zA-Z0-9]*' |
2097 | /src/classes/ONEN_OpportunityContactRoles.cls | 26 | 21 | 26 | 54 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactIdMap' doesn't match '[a-z][a-zA-Z0-9]*' |
2097 | /src/classes/ONEN_OpportunityContactRoles.cls | 26 | 21 | 26 | 54 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactIdMap' doesn't match '[a-z][a-zA-Z0-9]*' |
2098 | /src/classes/ONEN_OpportunityContactRoles.cls | 29 | 45 | 29 | 160 | 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 |
2098 | /src/classes/ONEN_OpportunityContactRoles.cls | 29 | 45 | 29 | 160 | 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 |
2099 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2099 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2100 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'CreateOppConRolesBulk(list |
2100 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'CreateOppConRolesBulk(list |
2101 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'CreateOppConRolesBulk(list |
2101 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'CreateOppConRolesBulk(list |
2102 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 73 | 41 | 88 | 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 'ConIds' doesn't match '[a-z][a-zA-Z0-9]*' |
2102 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 73 | 41 | 88 | 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 'ConIds' doesn't match '[a-z][a-zA-Z0-9]*' |
2103 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 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 'CreateOppConRolesBulk' doesn't match '[a-z][a-zA-Z0-9]*' |
2103 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 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 'CreateOppConRolesBulk' doesn't match '[a-z][a-zA-Z0-9]*' |
2104 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'CreateOppConRolesBulk' has a Standard Cyclomatic Complexity of 11. |
2104 | /src/classes/ONEN_OpportunityContactRoles.cls | 41 | 19 | 139 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'CreateOppConRolesBulk' has a Standard Cyclomatic Complexity of 11. |
2105 | /src/classes/ONEN_OpportunityContactRoles.cls | 55 | 38 | 55 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OCRtoCreate' doesn't match '[a-z][a-zA-Z0-9]*' |
2105 | /src/classes/ONEN_OpportunityContactRoles.cls | 55 | 38 | 55 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OCRtoCreate' doesn't match '[a-z][a-zA-Z0-9]*' |
2106 | /src/classes/ONEN_OpportunityContactRoles.cls | 114 | 21 | 126 | 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 |
2106 | /src/classes/ONEN_OpportunityContactRoles.cls | 114 | 21 | 126 | 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 |
2107 | /src/classes/ONEN_OpportunityContactRoles.cls | 118 | 56 | 122 | 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 'HHSoftCreditRole' doesn't match '[a-z][a-zA-Z0-9]*' |
2107 | /src/classes/ONEN_OpportunityContactRoles.cls | 118 | 56 | 122 | 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 'HHSoftCreditRole' doesn't match '[a-z][a-zA-Z0-9]*' |
2108 | /src/classes/ONEN_OpportunityContactRoles.cls | 133 | 9 | 133 | 28 | 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 |
2108 | /src/classes/ONEN_OpportunityContactRoles.cls | 133 | 9 | 133 | 28 | 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 |
2109 | /src/classes/ONEN_OpportunityContactRoles.cls | 142 | 19 | 174 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2109 | /src/classes/ONEN_OpportunityContactRoles.cls | 142 | 19 | 174 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2110 | /src/classes/ONEN_OpportunityContactRoles.cls | 142 | 19 | 174 | 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 'CheckContactRoles' doesn't match '[a-z][a-zA-Z0-9]*' |
2110 | /src/classes/ONEN_OpportunityContactRoles.cls | 142 | 19 | 174 | 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 'CheckContactRoles' doesn't match '[a-z][a-zA-Z0-9]*' |
2111 | /src/classes/ONEN_OpportunityContactRoles.cls | 153 | 27 | 153 | 67 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToProcess' doesn't match '[a-z][a-zA-Z0-9]*' |
2111 | /src/classes/ONEN_OpportunityContactRoles.cls | 153 | 27 | 153 | 67 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToProcess' doesn't match '[a-z][a-zA-Z0-9]*' |
2112 | /src/classes/ONEN_OpportunityContactRoles.cls | 154 | 18 | 154 | 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 'ConIds' doesn't match '[a-z][a-zA-Z0-9]*' |
2112 | /src/classes/ONEN_OpportunityContactRoles.cls | 154 | 18 | 154 | 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 'ConIds' doesn't match '[a-z][a-zA-Z0-9]*' |
2113 | /src/classes/ONEN_OpportunityContactRoles.cls | 178 | 27 | 178 | 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 'runPrimaryContactRoleSync' should be before method declarations in its class |
2113 | /src/classes/ONEN_OpportunityContactRoles.cls | 178 | 27 | 178 | 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 'runPrimaryContactRoleSync' should be before method declarations in its class |
2114 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2114 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2115 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'updatePrimaryOppContactRole(Map |
2115 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'updatePrimaryOppContactRole(Map |
2116 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'updatePrimaryOppContactRole(Map |
2116 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'updatePrimaryOppContactRole(Map |
2117 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'updatePrimaryOppContactRole()' has an NCSS line count of 42 (limit: 40) |
2117 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | NcssMethodCount | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount | The method 'updatePrimaryOppContactRole()' has an NCSS line count of 42 (limit: 40) |
2118 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'updatePrimaryOppContactRole' has a Standard Cyclomatic Complexity of 11. |
2118 | /src/classes/ONEN_OpportunityContactRoles.cls | 181 | 19 | 236 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'updatePrimaryOppContactRole' has a Standard Cyclomatic Complexity of 11. |
2119 | /src/classes/ONEN_OpportunityContactRoles.cls | 187 | 41 | 187 | 83 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'allSettings' defined but not used |
2119 | /src/classes/ONEN_OpportunityContactRoles.cls | 187 | 41 | 187 | 83 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'allSettings' defined but not used |
2120 | /src/classes/ONEN_OpportunityContactRoles.cls | 200 | 58 | 200 | 238 | 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 |
2120 | /src/classes/ONEN_OpportunityContactRoles.cls | 200 | 58 | 200 | 238 | 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 |
2121 | /src/classes/ONEN_OpportunityContactRoles.cls | 233 | 17 | 233 | 37 | 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 |
2121 | /src/classes/ONEN_OpportunityContactRoles.cls | 233 | 17 | 233 | 37 | 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 |
2122 | /src/classes/ONEN_OpportunityContactRoles.cls | 233 | 17 | 233 | 37 | 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 |
2122 | /src/classes/ONEN_OpportunityContactRoles.cls | 233 | 17 | 233 | 37 | 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 |
2123 | /src/classes/ONEN_OpportunityContactRoles.cls | 238 | 12 | 278 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2123 | /src/classes/ONEN_OpportunityContactRoles.cls | 238 | 12 | 278 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2124 | /src/classes/ONEN_OpportunityContactRoles.cls | 255 | 13 | 259 | 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 |
2124 | /src/classes/ONEN_OpportunityContactRoles.cls | 255 | 13 | 259 | 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 |
2125 | /src/classes/ONEN_OpportunityContactRoles.cls | 275 | 17 | 275 | 37 | 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 |
2125 | /src/classes/ONEN_OpportunityContactRoles.cls | 275 | 17 | 275 | 37 | 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 |
2126 | /src/classes/ONEN_OpportunityContactRoles.cls | 276 | 15 | 276 | 37 | 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 |
2126 | /src/classes/ONEN_OpportunityContactRoles.cls | 276 | 15 | 276 | 37 | 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 |
2127 | /src/classes/ONEN_OpportunityContactRoles.cls | 283 | 37 | 283 | 94 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'GiftRectype' should be before method declarations in its class |
2127 | /src/classes/ONEN_OpportunityContactRoles.cls | 283 | 37 | 283 | 94 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'GiftRectype' should be before method declarations in its class |
2128 | /src/classes/ONEN_OpportunityContactRoles.cls | 283 | 37 | 283 | 94 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'GiftRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
2128 | /src/classes/ONEN_OpportunityContactRoles.cls | 283 | 37 | 283 | 94 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'GiftRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
2129 | /src/classes/ONEN_OpportunityContactRoles.cls | 285 | 23 | 307 | 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. |
2129 | /src/classes/ONEN_OpportunityContactRoles.cls | 285 | 23 | 307 | 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. |
2130 | /src/classes/ONEN_OpportunityContactRoles.cls | 287 | 17 | 287 | 67 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCon1' doesn't match '[a-z][a-zA-Z0-9]*' |
2130 | /src/classes/ONEN_OpportunityContactRoles.cls | 287 | 17 | 287 | 67 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCon1' doesn't match '[a-z][a-zA-Z0-9]*' |
2131 | /src/classes/ONEN_OpportunityContactRoles.cls | 309 | 23 | 374 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2131 | /src/classes/ONEN_OpportunityContactRoles.cls | 309 | 23 | 374 | 6 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2132 | /src/classes/ONEN_OpportunityContactRoles.cls | 312 | 19 | 312 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCon1' doesn't match '[a-z][a-zA-Z0-9]*' |
2132 | /src/classes/ONEN_OpportunityContactRoles.cls | 312 | 19 | 312 | 87 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCon1' doesn't match '[a-z][a-zA-Z0-9]*' |
2133 | /src/classes/ONEN_OpportunityContactRoles.cls | 322 | 19 | 322 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCon1WithHoueshold' doesn't match '[a-z][a-zA-Z0-9]*' |
2133 | /src/classes/ONEN_OpportunityContactRoles.cls | 322 | 19 | 322 | 116 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCon1WithHoueshold' doesn't match '[a-z][a-zA-Z0-9]*' |
2134 | /src/classes/ONEN_OpportunityContactRoles.cls | 376 | 23 | 407 | 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. |
2134 | /src/classes/ONEN_OpportunityContactRoles.cls | 376 | 23 | 407 | 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. |
2135 | /src/classes/ONEN_OpportunityContactRoles.cls | 378 | 18 | 378 | 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 'OppIds' doesn't match '[a-z][a-zA-Z0-9]*' |
2135 | /src/classes/ONEN_OpportunityContactRoles.cls | 378 | 18 | 378 | 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 'OppIds' doesn't match '[a-z][a-zA-Z0-9]*' |
2136 | /src/classes/ONEN_OpportunityContactRoles.cls | 381 | 19 | 381 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
2136 | /src/classes/ONEN_OpportunityContactRoles.cls | 381 | 19 | 381 | 86 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestCons' doesn't match '[a-z][a-zA-Z0-9]*' |
2137 | /src/classes/ONEN_OpportunityContactRoles.cls | 409 | 23 | 467 | 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. |
2137 | /src/classes/ONEN_OpportunityContactRoles.cls | 409 | 23 | 467 | 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. |
2138 | /src/classes/ONEN_OpportunityContactRoles.cls | 449 | 38 | 449 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OCRClass' doesn't match '[a-z][a-zA-Z0-9]*' |
2138 | /src/classes/ONEN_OpportunityContactRoles.cls | 449 | 38 | 449 | 83 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OCRClass' doesn't match '[a-z][a-zA-Z0-9]*' |
2139 | /src/classes/ONEN_OpportunityInstallments.cls | 1 | 24 | 461 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2139 | /src/classes/ONEN_OpportunityInstallments.cls | 1 | 24 | 461 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2140 | /src/classes/ONEN_OpportunityInstallments.cls | 1 | 24 | 461 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_OpportunityInstallments' has a total cognitive complexity of 51 (highest 15), current threshold is 50 |
2140 | /src/classes/ONEN_OpportunityInstallments.cls | 1 | 24 | 461 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_OpportunityInstallments' has a total cognitive complexity of 51 (highest 15), current threshold is 50 |
2141 | /src/classes/ONEN_OpportunityInstallments.cls | 1 | 24 | 461 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_OpportunityInstallments' has a total cyclomatic complexity of 46 (highest 11). |
2141 | /src/classes/ONEN_OpportunityInstallments.cls | 1 | 24 | 461 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_OpportunityInstallments' has a total cyclomatic complexity of 46 (highest 11). |
2142 | /src/classes/ONEN_OpportunityInstallments.cls | 1 | 24 | 461 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
2142 | /src/classes/ONEN_OpportunityInstallments.cls | 1 | 24 | 461 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
2143 | /src/classes/ONEN_OpportunityInstallments.cls | 5 | 16 | 21 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2143 | /src/classes/ONEN_OpportunityInstallments.cls | 5 | 16 | 21 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2144 | /src/classes/ONEN_OpportunityInstallments.cls | 5 | 16 | 21 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateMirrorPayments' doesn't match '[a-z][a-zA-Z0-9]*' |
2144 | /src/classes/ONEN_OpportunityInstallments.cls | 5 | 16 | 21 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateMirrorPayments' doesn't match '[a-z][a-zA-Z0-9]*' |
2145 | /src/classes/ONEN_OpportunityInstallments.cls | 11 | 23 | 11 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OPToCreate' doesn't match '[a-z][a-zA-Z0-9]*' |
2145 | /src/classes/ONEN_OpportunityInstallments.cls | 11 | 23 | 11 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OPToCreate' doesn't match '[a-z][a-zA-Z0-9]*' |
2146 | /src/classes/ONEN_OpportunityInstallments.cls | 19 | 4 | 19 | 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 |
2146 | /src/classes/ONEN_OpportunityInstallments.cls | 19 | 4 | 19 | 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 |
2147 | /src/classes/ONEN_OpportunityInstallments.cls | 23 | 16 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2147 | /src/classes/ONEN_OpportunityInstallments.cls | 23 | 16 | 46 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2148 | /src/classes/ONEN_OpportunityInstallments.cls | 23 | 16 | 46 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CheckMirrorPayments' doesn't match '[a-z][a-zA-Z0-9]*' |
2148 | /src/classes/ONEN_OpportunityInstallments.cls | 23 | 16 | 46 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CheckMirrorPayments' doesn't match '[a-z][a-zA-Z0-9]*' |
2149 | /src/classes/ONEN_OpportunityInstallments.cls | 27 | 11 | 27 | 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 'OppsToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
2149 | /src/classes/ONEN_OpportunityInstallments.cls | 27 | 11 | 27 | 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 'OppsToUpdate' doesn't match '[a-z][a-zA-Z0-9]*' |
2150 | /src/classes/ONEN_OpportunityInstallments.cls | 27 | 11 | 27 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'OppsToUpdate' defined but not used |
2150 | /src/classes/ONEN_OpportunityInstallments.cls | 27 | 11 | 27 | 39 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'OppsToUpdate' defined but not used |
2151 | /src/classes/ONEN_OpportunityInstallments.cls | 45 | 32 | 45 | 96 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2151 | /src/classes/ONEN_OpportunityInstallments.cls | 45 | 32 | 45 | 96 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2152 | /src/classes/ONEN_OpportunityInstallments.cls | 45 | 32 | 45 | 96 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2152 | /src/classes/ONEN_OpportunityInstallments.cls | 45 | 32 | 45 | 96 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2153 | /src/classes/ONEN_OpportunityInstallments.cls | 48 | 47 | 48 | 82 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'OppsToUpdateMap' doesn't match '[a-z][a-zA-Z0-9]*' |
2153 | /src/classes/ONEN_OpportunityInstallments.cls | 48 | 47 | 48 | 82 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'OppsToUpdateMap' doesn't match '[a-z][a-zA-Z0-9]*' |
2154 | /src/classes/ONEN_OpportunityInstallments.cls | 51 | 39 | 54 | 70 | 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 |
2154 | /src/classes/ONEN_OpportunityInstallments.cls | 51 | 39 | 54 | 70 | 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 |
2155 | /src/classes/ONEN_OpportunityInstallments.cls | 51 | 25 | 54 | 70 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppPayments' doesn't match '[a-z][a-zA-Z0-9]*' |
2155 | /src/classes/ONEN_OpportunityInstallments.cls | 51 | 25 | 54 | 70 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppPayments' doesn't match '[a-z][a-zA-Z0-9]*' |
2156 | /src/classes/ONEN_OpportunityInstallments.cls | 69 | 13 | 69 | 32 | 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 |
2156 | /src/classes/ONEN_OpportunityInstallments.cls | 69 | 13 | 69 | 32 | 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 |
2157 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2157 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2158 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'SyncTotalPaymentAmount(list |
2158 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'SyncTotalPaymentAmount(list |
2159 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'SyncTotalPaymentAmount(list |
2159 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'SyncTotalPaymentAmount(list |
2160 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 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. |
2160 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 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. |
2161 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 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 'SyncTotalPaymentAmount' doesn't match '[a-z][a-zA-Z0-9]*' |
2161 | /src/classes/ONEN_OpportunityInstallments.cls | 73 | 19 | 122 | 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 'SyncTotalPaymentAmount' doesn't match '[a-z][a-zA-Z0-9]*' |
2162 | /src/classes/ONEN_OpportunityInstallments.cls | 85 | 9 | 85 | 47 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2162 | /src/classes/ONEN_OpportunityInstallments.cls | 85 | 9 | 85 | 47 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2163 | /src/classes/ONEN_OpportunityInstallments.cls | 85 | 9 | 85 | 47 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2163 | /src/classes/ONEN_OpportunityInstallments.cls | 85 | 9 | 85 | 47 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2164 | /src/classes/ONEN_OpportunityInstallments.cls | 93 | 4 | 94 | 67 | 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 |
2164 | /src/classes/ONEN_OpportunityInstallments.cls | 93 | 4 | 94 | 67 | 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 |
2165 | /src/classes/ONEN_OpportunityInstallments.cls | 105 | 24 | 107 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2165 | /src/classes/ONEN_OpportunityInstallments.cls | 105 | 24 | 107 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2166 | /src/classes/ONEN_OpportunityInstallments.cls | 105 | 24 | 107 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2166 | /src/classes/ONEN_OpportunityInstallments.cls | 105 | 24 | 107 | 58 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2167 | /src/classes/ONEN_OpportunityInstallments.cls | 121 | 4 | 121 | 33 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2167 | /src/classes/ONEN_OpportunityInstallments.cls | 121 | 4 | 121 | 33 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2168 | /src/classes/ONEN_OpportunityInstallments.cls | 121 | 4 | 121 | 33 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2168 | /src/classes/ONEN_OpportunityInstallments.cls | 121 | 4 | 121 | 33 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2169 | /src/classes/ONEN_OpportunityInstallments.cls | 124 | 19 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2169 | /src/classes/ONEN_OpportunityInstallments.cls | 124 | 19 | 137 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2170 | /src/classes/ONEN_OpportunityInstallments.cls | 124 | 19 | 137 | 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 'DeleteMirrors' doesn't match '[a-z][a-zA-Z0-9]*' |
2170 | /src/classes/ONEN_OpportunityInstallments.cls | 124 | 19 | 137 | 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 'DeleteMirrors' doesn't match '[a-z][a-zA-Z0-9]*' |
2171 | /src/classes/ONEN_OpportunityInstallments.cls | 132 | 8 | 132 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2171 | /src/classes/ONEN_OpportunityInstallments.cls | 132 | 8 | 132 | 56 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2172 | /src/classes/ONEN_OpportunityInstallments.cls | 132 | 8 | 132 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2172 | /src/classes/ONEN_OpportunityInstallments.cls | 132 | 8 | 132 | 56 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2173 | /src/classes/ONEN_OpportunityInstallments.cls | 164 | 60 | 164 | 90 | 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 'OppsToMirror' doesn't match '[a-z][a-zA-Z0-9]*' |
2173 | /src/classes/ONEN_OpportunityInstallments.cls | 164 | 60 | 164 | 90 | 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 'OppsToMirror' doesn't match '[a-z][a-zA-Z0-9]*' |
2174 | /src/classes/ONEN_OpportunityInstallments.cls | 164 | 20 | 187 | 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 'GetMirrorPayments' doesn't match '[a-z][a-zA-Z0-9]*' |
2174 | /src/classes/ONEN_OpportunityInstallments.cls | 164 | 20 | 187 | 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 'GetMirrorPayments' doesn't match '[a-z][a-zA-Z0-9]*' |
2175 | /src/classes/ONEN_OpportunityInstallments.cls | 166 | 29 | 166 | 67 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OPToCreate' doesn't match '[a-z][a-zA-Z0-9]*' |
2175 | /src/classes/ONEN_OpportunityInstallments.cls | 166 | 29 | 166 | 67 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OPToCreate' doesn't match '[a-z][a-zA-Z0-9]*' |
2176 | /src/classes/ONEN_OpportunityInstallments.cls | 170 | 21 | 170 | 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 'IsWon' doesn't match '[a-z][a-zA-Z0-9]*' |
2176 | /src/classes/ONEN_OpportunityInstallments.cls | 170 | 21 | 170 | 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 'IsWon' doesn't match '[a-z][a-zA-Z0-9]*' |
2177 | /src/classes/ONEN_OpportunityInstallments.cls | 171 | 21 | 171 | 54 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'IsPaid' doesn't match '[a-z][a-zA-Z0-9]*' |
2177 | /src/classes/ONEN_OpportunityInstallments.cls | 171 | 21 | 171 | 54 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'IsPaid' doesn't match '[a-z][a-zA-Z0-9]*' |
2178 | /src/classes/ONEN_OpportunityInstallments.cls | 189 | 16 | 227 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2178 | /src/classes/ONEN_OpportunityInstallments.cls | 189 | 16 | 227 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2179 | /src/classes/ONEN_OpportunityInstallments.cls | 189 | 16 | 227 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'ConvertDeletedInstallmentsToMirror' doesn't match '[a-z][a-zA-Z0-9]*' |
2179 | /src/classes/ONEN_OpportunityInstallments.cls | 189 | 16 | 227 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'ConvertDeletedInstallmentsToMirror' doesn't match '[a-z][a-zA-Z0-9]*' |
2180 | /src/classes/ONEN_OpportunityInstallments.cls | 197 | 11 | 197 | 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 'OppsToCheck' doesn't match '[a-z][a-zA-Z0-9]*' |
2180 | /src/classes/ONEN_OpportunityInstallments.cls | 197 | 11 | 197 | 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 'OppsToCheck' doesn't match '[a-z][a-zA-Z0-9]*' |
2181 | /src/classes/ONEN_OpportunityInstallments.cls | 198 | 21 | 198 | 60 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToMirror' doesn't match '[a-z][a-zA-Z0-9]*' |
2181 | /src/classes/ONEN_OpportunityInstallments.cls | 198 | 21 | 198 | 60 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToMirror' doesn't match '[a-z][a-zA-Z0-9]*' |
2182 | /src/classes/ONEN_OpportunityInstallments.cls | 199 | 23 | 199 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OPToCreate' doesn't match '[a-z][a-zA-Z0-9]*' |
2182 | /src/classes/ONEN_OpportunityInstallments.cls | 199 | 23 | 199 | 62 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OPToCreate' doesn't match '[a-z][a-zA-Z0-9]*' |
2183 | /src/classes/ONEN_OpportunityInstallments.cls | 200 | 19 | 200 | 58 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'PmtCountsPerOpp' doesn't match '[a-z][a-zA-Z0-9]*' |
2183 | /src/classes/ONEN_OpportunityInstallments.cls | 200 | 19 | 200 | 58 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'PmtCountsPerOpp' doesn't match '[a-z][a-zA-Z0-9]*' |
2184 | /src/classes/ONEN_OpportunityInstallments.cls | 200 | 19 | 200 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'PmtCountsPerOpp' defined but not used |
2184 | /src/classes/ONEN_OpportunityInstallments.cls | 200 | 19 | 200 | 58 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'PmtCountsPerOpp' defined but not used |
2185 | /src/classes/ONEN_OpportunityInstallments.cls | 208 | 36 | 208 | 202 | 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 |
2185 | /src/classes/ONEN_OpportunityInstallments.cls | 208 | 36 | 208 | 202 | 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 |
2186 | /src/classes/ONEN_OpportunityInstallments.cls | 208 | 36 | 208 | 202 | 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 |
2186 | /src/classes/ONEN_OpportunityInstallments.cls | 208 | 36 | 208 | 202 | 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 |
2187 | /src/classes/ONEN_OpportunityInstallments.cls | 208 | 17 | 208 | 202 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsWithPmtsLeft' doesn't match '[a-z][a-zA-Z0-9]*' |
2187 | /src/classes/ONEN_OpportunityInstallments.cls | 208 | 17 | 208 | 202 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsWithPmtsLeft' doesn't match '[a-z][a-zA-Z0-9]*' |
2188 | /src/classes/ONEN_OpportunityInstallments.cls | 225 | 4 | 225 | 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 |
2188 | /src/classes/ONEN_OpportunityInstallments.cls | 225 | 4 | 225 | 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 |
2189 | /src/classes/ONEN_OpportunityInstallments.cls | 233 | 16 | 268 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2189 | /src/classes/ONEN_OpportunityInstallments.cls | 233 | 16 | 268 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2190 | /src/classes/ONEN_OpportunityInstallments.cls | 233 | 16 | 268 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2190 | /src/classes/ONEN_OpportunityInstallments.cls | 233 | 16 | 268 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2191 | /src/classes/ONEN_OpportunityInstallments.cls | 275 | 27 | 275 | 82 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MbrRectype' should be before method declarations in its class |
2191 | /src/classes/ONEN_OpportunityInstallments.cls | 275 | 27 | 275 | 82 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'MbrRectype' should be before method declarations in its class |
2192 | /src/classes/ONEN_OpportunityInstallments.cls | 275 | 27 | 275 | 82 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MbrRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
2192 | /src/classes/ONEN_OpportunityInstallments.cls | 275 | 27 | 275 | 82 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'MbrRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
2193 | /src/classes/ONEN_OpportunityInstallments.cls | 276 | 27 | 276 | 86 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'GiftRectype' should be before method declarations in its class |
2193 | /src/classes/ONEN_OpportunityInstallments.cls | 276 | 27 | 276 | 86 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'GiftRectype' should be before method declarations in its class |
2194 | /src/classes/ONEN_OpportunityInstallments.cls | 276 | 27 | 276 | 86 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'GiftRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
2194 | /src/classes/ONEN_OpportunityInstallments.cls | 276 | 27 | 276 | 86 | pmd | FieldNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions | The static field name 'GiftRectype' doesn't match '[a-z][a-zA-Z0-9]*' |
2195 | /src/classes/ONEN_OpportunityInstallments.cls | 278 | 23 | 350 | 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. |
2195 | /src/classes/ONEN_OpportunityInstallments.cls | 278 | 23 | 350 | 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. |
2196 | /src/classes/ONEN_OpportunityInstallments.cls | 284 | 19 | 284 | 78 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestAccts' doesn't match '[a-z][a-zA-Z0-9]*' |
2196 | /src/classes/ONEN_OpportunityInstallments.cls | 284 | 19 | 284 | 78 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestAccts' doesn't match '[a-z][a-zA-Z0-9]*' |
2197 | /src/classes/ONEN_OpportunityInstallments.cls | 287 | 17 | 287 | 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 'Acct1' doesn't match '[a-z][a-zA-Z0-9]*' |
2197 | /src/classes/ONEN_OpportunityInstallments.cls | 287 | 17 | 287 | 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 'Acct1' doesn't match '[a-z][a-zA-Z0-9]*' |
2198 | /src/classes/ONEN_OpportunityInstallments.cls | 287 | 17 | 287 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Acct1' defined but not used |
2198 | /src/classes/ONEN_OpportunityInstallments.cls | 287 | 17 | 287 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Acct1' defined but not used |
2199 | /src/classes/ONEN_OpportunityInstallments.cls | 290 | 23 | 290 | 151 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
2199 | /src/classes/ONEN_OpportunityInstallments.cls | 290 | 23 | 290 | 151 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
2200 | /src/classes/ONEN_OpportunityInstallments.cls | 293 | 21 | 293 | 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 'Opp1' doesn't match '[a-z][a-zA-Z0-9]*' |
2200 | /src/classes/ONEN_OpportunityInstallments.cls | 293 | 21 | 293 | 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 'Opp1' doesn't match '[a-z][a-zA-Z0-9]*' |
2201 | /src/classes/ONEN_OpportunityInstallments.cls | 300 | 23 | 300 | 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 'OP1' doesn't match '[a-z][a-zA-Z0-9]*' |
2201 | /src/classes/ONEN_OpportunityInstallments.cls | 300 | 23 | 300 | 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 'OP1' doesn't match '[a-z][a-zA-Z0-9]*' |
2202 | /src/classes/ONEN_OpportunityInstallments.cls | 307 | 9 | 307 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2202 | /src/classes/ONEN_OpportunityInstallments.cls | 307 | 9 | 307 | 57 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2203 | /src/classes/ONEN_OpportunityInstallments.cls | 307 | 9 | 307 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2203 | /src/classes/ONEN_OpportunityInstallments.cls | 307 | 9 | 307 | 57 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2204 | /src/classes/ONEN_OpportunityInstallments.cls | 321 | 9 | 321 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2204 | /src/classes/ONEN_OpportunityInstallments.cls | 321 | 9 | 321 | 60 | pmd | AvoidDebugStatements | 3 | Performance | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements | Avoid debug statements since they impact on performance |
2205 | /src/classes/ONEN_OpportunityInstallments.cls | 321 | 9 | 321 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2205 | /src/classes/ONEN_OpportunityInstallments.cls | 321 | 9 | 321 | 60 | pmd | DebugsShouldUseLoggingLevel | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel | Calls to System.debug should specify a logging level. |
2206 | /src/classes/ONEN_OpportunityInstallments.cls | 322 | 9 | 322 | 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 |
2206 | /src/classes/ONEN_OpportunityInstallments.cls | 322 | 9 | 322 | 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 |
2207 | /src/classes/ONEN_OpportunityInstallments.cls | 322 | 9 | 322 | 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. |
2207 | /src/classes/ONEN_OpportunityInstallments.cls | 322 | 9 | 322 | 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. |
2208 | /src/classes/ONEN_OpportunityInstallments.cls | 331 | 9 | 331 | 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 |
2208 | /src/classes/ONEN_OpportunityInstallments.cls | 331 | 9 | 331 | 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 |
2209 | /src/classes/ONEN_OpportunityInstallments.cls | 331 | 9 | 331 | 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. |
2209 | /src/classes/ONEN_OpportunityInstallments.cls | 331 | 9 | 331 | 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. |
2210 | /src/classes/ONEN_OpportunityInstallments.cls | 424 | 23 | 460 | 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. |
2210 | /src/classes/ONEN_OpportunityInstallments.cls | 424 | 23 | 460 | 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. |
2211 | /src/classes/ONEN_OpportunityInstallments.cls | 429 | 19 | 429 | 78 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestAccts' doesn't match '[a-z][a-zA-Z0-9]*' |
2211 | /src/classes/ONEN_OpportunityInstallments.cls | 429 | 19 | 429 | 78 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestAccts' doesn't match '[a-z][a-zA-Z0-9]*' |
2212 | /src/classes/ONEN_OpportunityInstallments.cls | 431 | 17 | 431 | 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 'Acct1' doesn't match '[a-z][a-zA-Z0-9]*' |
2212 | /src/classes/ONEN_OpportunityInstallments.cls | 431 | 17 | 431 | 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 'Acct1' doesn't match '[a-z][a-zA-Z0-9]*' |
2213 | /src/classes/ONEN_OpportunityInstallments.cls | 431 | 17 | 431 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Acct1' defined but not used |
2213 | /src/classes/ONEN_OpportunityInstallments.cls | 431 | 17 | 431 | 37 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'Acct1' defined but not used |
2214 | /src/classes/ONEN_OpportunityInstallments.cls | 434 | 23 | 434 | 189 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
2214 | /src/classes/ONEN_OpportunityInstallments.cls | 434 | 23 | 434 | 189 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'TestOpps' doesn't match '[a-z][a-zA-Z0-9]*' |
2215 | /src/classes/ONEN_OpportunityInstallments.cls | 436 | 21 | 436 | 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 'Opp1' doesn't match '[a-z][a-zA-Z0-9]*' |
2215 | /src/classes/ONEN_OpportunityInstallments.cls | 436 | 21 | 436 | 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 'Opp1' doesn't match '[a-z][a-zA-Z0-9]*' |
2216 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2216 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2217 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 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 |
2217 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 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 |
2218 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_OpportunityMaintenance' has a total cognitive complexity of 136 (highest 33), current threshold is 50 |
2218 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The class 'ONEN_OpportunityMaintenance' has a total cognitive complexity of 136 (highest 33), current threshold is 50 |
2219 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_OpportunityMaintenance' has a total cyclomatic complexity of 68 (highest 20). |
2219 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The class 'ONEN_OpportunityMaintenance' has a total cyclomatic complexity of 68 (highest 20). |
2220 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_OpportunityMaintenance' has a Standard Cyclomatic Complexity of 4 (Highest = 15). |
2220 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The class 'ONEN_OpportunityMaintenance' has a Standard Cyclomatic Complexity of 4 (Highest = 15). |
2221 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
2221 | /src/classes/ONEN_OpportunityMaintenance.cls | 1 | 32 | 353 | 2 | pmd | TestMethodsMustBeInTestClasses | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#testmethodsmustbeintestclasses | Test methods must be in test classes |
2222 | /src/classes/ONEN_OpportunityMaintenance.cls | 5 | 9 | 9 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2222 | /src/classes/ONEN_OpportunityMaintenance.cls | 5 | 9 | 9 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2223 | /src/classes/ONEN_OpportunityMaintenance.cls | 11 | 12 | 11 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'opportunityId' should be before method declarations in its class |
2223 | /src/classes/ONEN_OpportunityMaintenance.cls | 11 | 12 | 11 | 25 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'opportunityId' should be before method declarations in its class |
2224 | /src/classes/ONEN_OpportunityMaintenance.cls | 13 | 9 | 16 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2224 | /src/classes/ONEN_OpportunityMaintenance.cls | 13 | 9 | 16 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2225 | /src/classes/ONEN_OpportunityMaintenance.cls | 18 | 21 | 18 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'thisOpp' should be before method declarations in its class |
2225 | /src/classes/ONEN_OpportunityMaintenance.cls | 18 | 21 | 18 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'thisOpp' should be before method declarations in its class |
2226 | /src/classes/ONEN_OpportunityMaintenance.cls | 20 | 21 | 20 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'newOpp' should be before method declarations in its class |
2226 | /src/classes/ONEN_OpportunityMaintenance.cls | 20 | 21 | 20 | 27 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'newOpp' should be before method declarations in its class |
2227 | /src/classes/ONEN_OpportunityMaintenance.cls | 23 | 27 | 23 | 78 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'openOpportunitiesForDonor' should be before method declarations in its class |
2227 | /src/classes/ONEN_OpportunityMaintenance.cls | 23 | 27 | 23 | 78 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'openOpportunitiesForDonor' should be before method declarations in its class |
2228 | /src/classes/ONEN_OpportunityMaintenance.cls | 26 | 17 | 26 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'donorForMatchingGift' should be before method declarations in its class |
2228 | /src/classes/ONEN_OpportunityMaintenance.cls | 26 | 17 | 26 | 37 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'donorForMatchingGift' should be before method declarations in its class |
2229 | /src/classes/ONEN_OpportunityMaintenance.cls | 29 | 32 | 29 | 85 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'donorRoleOnMatchedGift' should be before method declarations in its class |
2229 | /src/classes/ONEN_OpportunityMaintenance.cls | 29 | 32 | 29 | 85 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'donorRoleOnMatchedGift' should be before method declarations in its class |
2230 | /src/classes/ONEN_OpportunityMaintenance.cls | 30 | 12 | 30 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'donorIdOnMatchedGift' should be before method declarations in its class |
2230 | /src/classes/ONEN_OpportunityMaintenance.cls | 30 | 12 | 30 | 32 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'donorIdOnMatchedGift' should be before method declarations in its class |
2231 | /src/classes/ONEN_OpportunityMaintenance.cls | 33 | 21 | 33 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'matchingGift' should be before method declarations in its class |
2231 | /src/classes/ONEN_OpportunityMaintenance.cls | 33 | 21 | 33 | 33 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'matchingGift' should be before method declarations in its class |
2232 | /src/classes/ONEN_OpportunityMaintenance.cls | 35 | 9 | 39 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2232 | /src/classes/ONEN_OpportunityMaintenance.cls | 35 | 9 | 39 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2233 | /src/classes/ONEN_OpportunityMaintenance.cls | 37 | 25 | 37 | 94 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2233 | /src/classes/ONEN_OpportunityMaintenance.cls | 37 | 25 | 37 | 94 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2234 | /src/classes/ONEN_OpportunityMaintenance.cls | 42 | 12 | 42 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryContactId' should be before method declarations in its class |
2234 | /src/classes/ONEN_OpportunityMaintenance.cls | 42 | 12 | 42 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryContactId' should be before method declarations in its class |
2235 | /src/classes/ONEN_OpportunityMaintenance.cls | 43 | 12 | 43 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryAccountId' should be before method declarations in its class |
2235 | /src/classes/ONEN_OpportunityMaintenance.cls | 43 | 12 | 43 | 28 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryAccountId' should be before method declarations in its class |
2236 | /src/classes/ONEN_OpportunityMaintenance.cls | 44 | 12 | 44 | 24 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordTypeId' should be before method declarations in its class |
2236 | /src/classes/ONEN_OpportunityMaintenance.cls | 44 | 12 | 44 | 24 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'recordTypeId' should be before method declarations in its class |
2237 | /src/classes/ONEN_OpportunityMaintenance.cls | 45 | 14 | 45 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'closeDate' should be before method declarations in its class |
2237 | /src/classes/ONEN_OpportunityMaintenance.cls | 45 | 14 | 45 | 40 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'closeDate' should be before method declarations in its class |
2238 | /src/classes/ONEN_OpportunityMaintenance.cls | 47 | 17 | 47 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryContact' should be before method declarations in its class |
2238 | /src/classes/ONEN_OpportunityMaintenance.cls | 47 | 17 | 47 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryContact' should be before method declarations in its class |
2239 | /src/classes/ONEN_OpportunityMaintenance.cls | 48 | 17 | 48 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryAccount' should be before method declarations in its class |
2239 | /src/classes/ONEN_OpportunityMaintenance.cls | 48 | 17 | 48 | 47 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'primaryAccount' should be before method declarations in its class |
2240 | /src/classes/ONEN_OpportunityMaintenance.cls | 53 | 17 | 62 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2240 | /src/classes/ONEN_OpportunityMaintenance.cls | 53 | 17 | 62 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2241 | /src/classes/ONEN_OpportunityMaintenance.cls | 54 | 24 | 54 | 124 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2241 | /src/classes/ONEN_OpportunityMaintenance.cls | 54 | 24 | 54 | 124 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2242 | /src/classes/ONEN_OpportunityMaintenance.cls | 65 | 17 | 81 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2242 | /src/classes/ONEN_OpportunityMaintenance.cls | 65 | 17 | 81 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2243 | /src/classes/ONEN_OpportunityMaintenance.cls | 67 | 21 | 67 | 74 | 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 |
2243 | /src/classes/ONEN_OpportunityMaintenance.cls | 67 | 21 | 67 | 74 | 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 |
2244 | /src/classes/ONEN_OpportunityMaintenance.cls | 83 | 17 | 83 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isIndividualAccount' should be before method declarations in its class |
2244 | /src/classes/ONEN_OpportunityMaintenance.cls | 83 | 17 | 83 | 44 | pmd | FieldDeclarationsShouldBeAtStart | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart | Field declaration for 'isIndividualAccount' should be before method declarations in its class |
2245 | /src/classes/ONEN_OpportunityMaintenance.cls | 88 | 17 | 101 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2245 | /src/classes/ONEN_OpportunityMaintenance.cls | 88 | 17 | 101 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2246 | /src/classes/ONEN_OpportunityMaintenance.cls | 91 | 40 | 91 | 124 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2246 | /src/classes/ONEN_OpportunityMaintenance.cls | 91 | 40 | 91 | 124 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2247 | /src/classes/ONEN_OpportunityMaintenance.cls | 96 | 32 | 96 | 260 | 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 |
2247 | /src/classes/ONEN_OpportunityMaintenance.cls | 96 | 32 | 96 | 260 | 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 |
2248 | /src/classes/ONEN_OpportunityMaintenance.cls | 104 | 17 | 111 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2248 | /src/classes/ONEN_OpportunityMaintenance.cls | 104 | 17 | 111 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2249 | /src/classes/ONEN_OpportunityMaintenance.cls | 106 | 32 | 106 | 270 | 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 |
2249 | /src/classes/ONEN_OpportunityMaintenance.cls | 106 | 32 | 106 | 270 | 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 |
2250 | /src/classes/ONEN_OpportunityMaintenance.cls | 113 | 9 | 208 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2250 | /src/classes/ONEN_OpportunityMaintenance.cls | 113 | 9 | 208 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2251 | /src/classes/ONEN_OpportunityMaintenance.cls | 113 | 9 | 208 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'cloneThisOpp(Integer, String)' has a cyclomatic complexity of 11. |
2251 | /src/classes/ONEN_OpportunityMaintenance.cls | 113 | 9 | 208 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'cloneThisOpp(Integer, String)' has a cyclomatic complexity of 11. |
2252 | /src/classes/ONEN_OpportunityMaintenance.cls | 113 | 25 | 113 | 39 | 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 'Offset' doesn't match '[a-z][a-zA-Z0-9]*' |
2252 | /src/classes/ONEN_OpportunityMaintenance.cls | 113 | 25 | 113 | 39 | 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 'Offset' doesn't match '[a-z][a-zA-Z0-9]*' |
2253 | /src/classes/ONEN_OpportunityMaintenance.cls | 113 | 41 | 113 | 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 'OffsetUnit' doesn't match '[a-z][a-zA-Z0-9]*' |
2253 | /src/classes/ONEN_OpportunityMaintenance.cls | 113 | 41 | 113 | 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 'OffsetUnit' doesn't match '[a-z][a-zA-Z0-9]*' |
2254 | /src/classes/ONEN_OpportunityMaintenance.cls | 134 | 15 | 136 | 47 | 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 |
2254 | /src/classes/ONEN_OpportunityMaintenance.cls | 134 | 15 | 136 | 47 | 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 |
2255 | /src/classes/ONEN_OpportunityMaintenance.cls | 139 | 5 | 143 | 6 | 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 |
2255 | /src/classes/ONEN_OpportunityMaintenance.cls | 139 | 5 | 143 | 6 | 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 |
2256 | /src/classes/ONEN_OpportunityMaintenance.cls | 147 | 10 | 147 | 20 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewOppName' doesn't match '[a-z][a-zA-Z0-9]*' |
2256 | /src/classes/ONEN_OpportunityMaintenance.cls | 147 | 10 | 147 | 20 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewOppName' doesn't match '[a-z][a-zA-Z0-9]*' |
2257 | /src/classes/ONEN_OpportunityMaintenance.cls | 147 | 10 | 147 | 20 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewOppName' defined but not used |
2257 | /src/classes/ONEN_OpportunityMaintenance.cls | 147 | 10 | 147 | 20 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewOppName' defined but not used |
2258 | /src/classes/ONEN_OpportunityMaintenance.cls | 148 | 10 | 148 | 22 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewOppPrefix' doesn't match '[a-z][a-zA-Z0-9]*' |
2258 | /src/classes/ONEN_OpportunityMaintenance.cls | 148 | 10 | 148 | 22 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewOppPrefix' doesn't match '[a-z][a-zA-Z0-9]*' |
2259 | /src/classes/ONEN_OpportunityMaintenance.cls | 148 | 10 | 148 | 22 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewOppPrefix' defined but not used |
2259 | /src/classes/ONEN_OpportunityMaintenance.cls | 148 | 10 | 148 | 22 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewOppPrefix' defined but not used |
2260 | /src/classes/ONEN_OpportunityMaintenance.cls | 149 | 10 | 149 | 22 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewOppSuffix' doesn't match '[a-z][a-zA-Z0-9]*' |
2260 | /src/classes/ONEN_OpportunityMaintenance.cls | 149 | 10 | 149 | 22 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewOppSuffix' doesn't match '[a-z][a-zA-Z0-9]*' |
2261 | /src/classes/ONEN_OpportunityMaintenance.cls | 149 | 10 | 149 | 22 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewOppSuffix' defined but not used |
2261 | /src/classes/ONEN_OpportunityMaintenance.cls | 149 | 10 | 149 | 22 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewOppSuffix' defined but not used |
2262 | /src/classes/ONEN_OpportunityMaintenance.cls | 150 | 8 | 150 | 20 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewCloseDate' doesn't match '[a-z][a-zA-Z0-9]*' |
2262 | /src/classes/ONEN_OpportunityMaintenance.cls | 150 | 8 | 150 | 20 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewCloseDate' doesn't match '[a-z][a-zA-Z0-9]*' |
2263 | /src/classes/ONEN_OpportunityMaintenance.cls | 150 | 8 | 150 | 20 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewCloseDate' defined but not used |
2263 | /src/classes/ONEN_OpportunityMaintenance.cls | 150 | 8 | 150 | 20 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewCloseDate' defined but not used |
2264 | /src/classes/ONEN_OpportunityMaintenance.cls | 154 | 6 | 154 | 69 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DefaultAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
2264 | /src/classes/ONEN_OpportunityMaintenance.cls | 154 | 6 | 154 | 69 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'DefaultAccountId' doesn't match '[a-z][a-zA-Z0-9]*' |
2265 | /src/classes/ONEN_OpportunityMaintenance.cls | 159 | 11 | 159 | 18 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewYear' doesn't match '[a-z][a-zA-Z0-9]*' |
2265 | /src/classes/ONEN_OpportunityMaintenance.cls | 159 | 11 | 159 | 18 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewYear' doesn't match '[a-z][a-zA-Z0-9]*' |
2266 | /src/classes/ONEN_OpportunityMaintenance.cls | 159 | 11 | 159 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewYear' defined but not used |
2266 | /src/classes/ONEN_OpportunityMaintenance.cls | 159 | 11 | 159 | 18 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewYear' defined but not used |
2267 | /src/classes/ONEN_OpportunityMaintenance.cls | 160 | 11 | 160 | 19 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewMonth' doesn't match '[a-z][a-zA-Z0-9]*' |
2267 | /src/classes/ONEN_OpportunityMaintenance.cls | 160 | 11 | 160 | 19 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'NewMonth' doesn't match '[a-z][a-zA-Z0-9]*' |
2268 | /src/classes/ONEN_OpportunityMaintenance.cls | 160 | 11 | 160 | 19 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewMonth' defined but not used |
2268 | /src/classes/ONEN_OpportunityMaintenance.cls | 160 | 11 | 160 | 19 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'NewMonth' defined but not used |
2269 | /src/classes/ONEN_OpportunityMaintenance.cls | 161 | 10 | 161 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newCloseDateName' defined but not used |
2269 | /src/classes/ONEN_OpportunityMaintenance.cls | 161 | 10 | 161 | 26 | pmd | UnusedLocalVariable | 5 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable | Variable 'newCloseDateName' defined but not used |
2270 | /src/classes/ONEN_OpportunityMaintenance.cls | 176 | 50 | 176 | 229 | 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 |
2270 | /src/classes/ONEN_OpportunityMaintenance.cls | 176 | 50 | 176 | 229 | 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 |
2271 | /src/classes/ONEN_OpportunityMaintenance.cls | 198 | 4 | 198 | 18 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2271 | /src/classes/ONEN_OpportunityMaintenance.cls | 198 | 4 | 198 | 18 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2272 | /src/classes/ONEN_OpportunityMaintenance.cls | 211 | 9 | 219 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2272 | /src/classes/ONEN_OpportunityMaintenance.cls | 211 | 9 | 219 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2273 | /src/classes/ONEN_OpportunityMaintenance.cls | 212 | 10 | 212 | 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 'OppNamePrefix' doesn't match '[a-z][a-zA-Z0-9]*' |
2273 | /src/classes/ONEN_OpportunityMaintenance.cls | 212 | 10 | 212 | 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 'OppNamePrefix' doesn't match '[a-z][a-zA-Z0-9]*' |
2274 | /src/classes/ONEN_OpportunityMaintenance.cls | 223 | 19 | 257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2274 | /src/classes/ONEN_OpportunityMaintenance.cls | 223 | 19 | 257 | 6 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2275 | /src/classes/ONEN_OpportunityMaintenance.cls | 223 | 19 | 257 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'oppName(opportunity, String, Boolean)' has a cognitive complexity of 23, current threshold is 15 |
2275 | /src/classes/ONEN_OpportunityMaintenance.cls | 223 | 19 | 257 | 6 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity | The method 'oppName(opportunity, String, Boolean)' has a cognitive complexity of 23, current threshold is 15 |
2276 | /src/classes/ONEN_OpportunityMaintenance.cls | 223 | 19 | 257 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'oppName(opportunity, String, Boolean)' has a cyclomatic complexity of 20. |
2276 | /src/classes/ONEN_OpportunityMaintenance.cls | 223 | 19 | 257 | 6 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The method 'oppName(opportunity, String, Boolean)' has a cyclomatic complexity of 20. |
2277 | /src/classes/ONEN_OpportunityMaintenance.cls | 223 | 19 | 257 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'oppName' has a Standard Cyclomatic Complexity of 15. |
2277 | /src/classes/ONEN_OpportunityMaintenance.cls | 223 | 19 | 257 | 6 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'oppName' has a Standard Cyclomatic Complexity of 15. |
2278 | /src/classes/ONEN_OpportunityMaintenance.cls | 240 | 71 | 240 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2278 | /src/classes/ONEN_OpportunityMaintenance.cls | 240 | 71 | 240 | 82 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2279 | /src/classes/ONEN_OpportunityMaintenance.cls | 240 | 71 | 240 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2279 | /src/classes/ONEN_OpportunityMaintenance.cls | 240 | 71 | 240 | 82 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2280 | /src/classes/ONEN_OpportunityMaintenance.cls | 254 | 56 | 254 | 136 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2280 | /src/classes/ONEN_OpportunityMaintenance.cls | 254 | 56 | 254 | 136 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2281 | /src/classes/ONEN_OpportunityMaintenance.cls | 254 | 56 | 254 | 136 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2281 | /src/classes/ONEN_OpportunityMaintenance.cls | 254 | 56 | 254 | 136 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2282 | /src/classes/ONEN_OpportunityMaintenance.cls | 255 | 32 | 255 | 68 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2282 | /src/classes/ONEN_OpportunityMaintenance.cls | 255 | 32 | 255 | 68 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2283 | /src/classes/ONEN_OpportunityMaintenance.cls | 255 | 32 | 255 | 68 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2283 | /src/classes/ONEN_OpportunityMaintenance.cls | 255 | 32 | 255 | 68 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2284 | /src/classes/ONEN_OpportunityMaintenance.cls | 256 | 14 | 256 | 33 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2284 | /src/classes/ONEN_OpportunityMaintenance.cls | 256 | 14 | 256 | 33 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2285 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2285 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2286 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'OpportunityAutoName(list |
2286 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity |
The method 'OpportunityAutoName(list |
2287 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'OpportunityAutoName(list |
2287 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity |
The method 'OpportunityAutoName(list |
2288 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OpportunityAutoName' doesn't match '[a-z][a-zA-Z0-9]*' |
2288 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OpportunityAutoName' doesn't match '[a-z][a-zA-Z0-9]*' |
2289 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'OpportunityAutoName' has a Standard Cyclomatic Complexity of 13. |
2289 | /src/classes/ONEN_OpportunityMaintenance.cls | 261 | 16 | 295 | 3 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The method 'OpportunityAutoName' has a Standard Cyclomatic Complexity of 13. |
2290 | /src/classes/ONEN_OpportunityMaintenance.cls | 267 | 32 | 267 | 79 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2290 | /src/classes/ONEN_OpportunityMaintenance.cls | 267 | 32 | 267 | 79 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2291 | /src/classes/ONEN_OpportunityMaintenance.cls | 267 | 32 | 267 | 79 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2291 | /src/classes/ONEN_OpportunityMaintenance.cls | 267 | 32 | 267 | 79 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2292 | /src/classes/ONEN_OpportunityMaintenance.cls | 268 | 32 | 268 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2292 | /src/classes/ONEN_OpportunityMaintenance.cls | 268 | 32 | 268 | 61 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2293 | /src/classes/ONEN_OpportunityMaintenance.cls | 268 | 32 | 268 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2293 | /src/classes/ONEN_OpportunityMaintenance.cls | 268 | 32 | 268 | 61 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2294 | /src/classes/ONEN_OpportunityMaintenance.cls | 270 | 40 | 270 | 71 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2294 | /src/classes/ONEN_OpportunityMaintenance.cls | 270 | 40 | 270 | 71 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2295 | /src/classes/ONEN_OpportunityMaintenance.cls | 270 | 40 | 270 | 71 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2295 | /src/classes/ONEN_OpportunityMaintenance.cls | 270 | 40 | 270 | 71 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2296 | /src/classes/ONEN_OpportunityMaintenance.cls | 272 | 9 | 272 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2296 | /src/classes/ONEN_OpportunityMaintenance.cls | 272 | 9 | 272 | 34 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2297 | /src/classes/ONEN_OpportunityMaintenance.cls | 272 | 9 | 272 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2297 | /src/classes/ONEN_OpportunityMaintenance.cls | 272 | 9 | 272 | 34 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2298 | /src/classes/ONEN_OpportunityMaintenance.cls | 298 | 16 | 304 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2298 | /src/classes/ONEN_OpportunityMaintenance.cls | 298 | 16 | 304 | 3 | pmd | ApexDoc | 3 | Documentation | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc | Missing ApexDoc comment |
2299 | /src/classes/ONEN_OpportunityMaintenance.cls | 298 | 16 | 304 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CheckPrimaryContactLookup' doesn't match '[a-z][a-zA-Z0-9]*' |
2299 | /src/classes/ONEN_OpportunityMaintenance.cls | 298 | 16 | 304 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CheckPrimaryContactLookup' doesn't match '[a-z][a-zA-Z0-9]*' |
2300 | /src/classes/ONEN_OpportunityMaintenance.cls | 310 | 20 | 351 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2300 | /src/classes/ONEN_OpportunityMaintenance.cls | 310 | 20 | 351 | 3 | pmd | ApexUnitTestMethodShouldHaveIsTestAnnotation | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation | Apex test methods should have @isTest annotation. |
2301 | /src/classes/ONEN_OpportunityMaintenance.cls | 310 | 20 | 351 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOppAutoNaming' doesn't match '[a-z][a-zA-Z0-9]*' |
2301 | /src/classes/ONEN_OpportunityMaintenance.cls | 310 | 20 | 351 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The test method name 'TestOppAutoNaming' doesn't match '[a-z][a-zA-Z0-9]*' |
2302 | /src/classes/ONEN_UnitTestData.cls | 10 | 1 | 10 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
2302 | /src/classes/ONEN_UnitTestData.cls | 10 | 1 | 10 | 7 | pmd | ApexSharingViolations | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsharingviolations | Apex classes should declare a sharing model if DML or SOQL/SOSL is used |
2303 | /src/classes/ONEN_UnitTestData.cls | 10 | 8 | 237 | 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 |
2303 | /src/classes/ONEN_UnitTestData.cls | 10 | 8 | 237 | 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 |
2304 | /src/classes/ONEN_UnitTestData.cls | 17 | 16 | 40 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateTestContact' doesn't match '[a-z][a-zA-Z0-9]*' |
2304 | /src/classes/ONEN_UnitTestData.cls | 17 | 16 | 40 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateTestContact' doesn't match '[a-z][a-zA-Z0-9]*' |
2305 | /src/classes/ONEN_UnitTestData.cls | 47 | 16 | 64 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateMultipleTestContacts' doesn't match '[a-z][a-zA-Z0-9]*' |
2305 | /src/classes/ONEN_UnitTestData.cls | 47 | 16 | 64 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateMultipleTestContacts' doesn't match '[a-z][a-zA-Z0-9]*' |
2306 | /src/classes/ONEN_UnitTestData.cls | 49 | 17 | 49 | 53 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2306 | /src/classes/ONEN_UnitTestData.cls | 49 | 17 | 49 | 53 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2307 | /src/classes/ONEN_UnitTestData.cls | 72 | 16 | 100 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateMultipleTestContactsInHouseholds' doesn't match '[a-z][a-zA-Z0-9]*' |
2307 | /src/classes/ONEN_UnitTestData.cls | 72 | 16 | 100 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateMultipleTestContactsInHouseholds' doesn't match '[a-z][a-zA-Z0-9]*' |
2308 | /src/classes/ONEN_UnitTestData.cls | 74 | 17 | 74 | 53 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2308 | /src/classes/ONEN_UnitTestData.cls | 74 | 17 | 74 | 53 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'ContactsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2309 | /src/classes/ONEN_UnitTestData.cls | 81 | 3 | 81 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2309 | /src/classes/ONEN_UnitTestData.cls | 81 | 3 | 81 | 29 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2310 | /src/classes/ONEN_UnitTestData.cls | 84 | 55 | 84 | 120 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2310 | /src/classes/ONEN_UnitTestData.cls | 84 | 55 | 84 | 120 | pmd | IfElseStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces | Avoid using if...else statements without curly braces |
2311 | /src/classes/ONEN_UnitTestData.cls | 84 | 55 | 84 | 120 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2311 | /src/classes/ONEN_UnitTestData.cls | 84 | 55 | 84 | 120 | pmd | IfStmtsMustUseBraces | 3 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces | Avoid using if statements without curly braces |
2312 | /src/classes/ONEN_UnitTestData.cls | 94 | 3 | 94 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2312 | /src/classes/ONEN_UnitTestData.cls | 94 | 3 | 94 | 27 | pmd | ApexCRUDViolation | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation | Validate CRUD permission before SOQL/DML operation or enforce user mode |
2313 | /src/classes/ONEN_UnitTestData.cls | 114 | 16 | 140 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2313 | /src/classes/ONEN_UnitTestData.cls | 114 | 16 | 140 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2314 | /src/classes/ONEN_UnitTestData.cls | 114 | 54 | 114 | 72 | 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 'Cons' doesn't match '[a-z][a-zA-Z0-9]*' |
2314 | /src/classes/ONEN_UnitTestData.cls | 114 | 54 | 114 | 72 | 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 'Cons' doesn't match '[a-z][a-zA-Z0-9]*' |
2315 | /src/classes/ONEN_UnitTestData.cls | 114 | 74 | 114 | 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 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
2315 | /src/classes/ONEN_UnitTestData.cls | 114 | 74 | 114 | 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 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
2316 | /src/classes/ONEN_UnitTestData.cls | 114 | 85 | 114 | 97 | 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 'Stage' doesn't match '[a-z][a-zA-Z0-9]*' |
2316 | /src/classes/ONEN_UnitTestData.cls | 114 | 85 | 114 | 97 | 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 'Stage' doesn't match '[a-z][a-zA-Z0-9]*' |
2317 | /src/classes/ONEN_UnitTestData.cls | 114 | 99 | 114 | 109 | 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 'Close' doesn't match '[a-z][a-zA-Z0-9]*' |
2317 | /src/classes/ONEN_UnitTestData.cls | 114 | 99 | 114 | 109 | 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 'Close' doesn't match '[a-z][a-zA-Z0-9]*' |
2318 | /src/classes/ONEN_UnitTestData.cls | 114 | 111 | 114 | 121 | 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 'Amt' doesn't match '[a-z][a-zA-Z0-9]*' |
2318 | /src/classes/ONEN_UnitTestData.cls | 114 | 111 | 114 | 121 | 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 'Amt' doesn't match '[a-z][a-zA-Z0-9]*' |
2319 | /src/classes/ONEN_UnitTestData.cls | 114 | 16 | 140 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OppsForContactList' doesn't match '[a-z][a-zA-Z0-9]*' |
2319 | /src/classes/ONEN_UnitTestData.cls | 114 | 16 | 140 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OppsForContactList' doesn't match '[a-z][a-zA-Z0-9]*' |
2320 | /src/classes/ONEN_UnitTestData.cls | 120 | 21 | 120 | 57 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2320 | /src/classes/ONEN_UnitTestData.cls | 120 | 21 | 120 | 57 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2321 | /src/classes/ONEN_UnitTestData.cls | 147 | 16 | 159 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateMultipleTestAccounts' doesn't match '[a-z][a-zA-Z0-9]*' |
2321 | /src/classes/ONEN_UnitTestData.cls | 147 | 16 | 159 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateMultipleTestAccounts' doesn't match '[a-z][a-zA-Z0-9]*' |
2322 | /src/classes/ONEN_UnitTestData.cls | 149 | 17 | 149 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'AcctsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2322 | /src/classes/ONEN_UnitTestData.cls | 149 | 17 | 149 | 50 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'AcctsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2323 | /src/classes/ONEN_UnitTestData.cls | 171 | 16 | 196 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2323 | /src/classes/ONEN_UnitTestData.cls | 171 | 16 | 196 | 3 | pmd | ExcessiveParameterList | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist | Avoid long parameter lists. |
2324 | /src/classes/ONEN_UnitTestData.cls | 171 | 54 | 171 | 73 | 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 'Accts' doesn't match '[a-z][a-zA-Z0-9]*' |
2324 | /src/classes/ONEN_UnitTestData.cls | 171 | 54 | 171 | 73 | 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 'Accts' doesn't match '[a-z][a-zA-Z0-9]*' |
2325 | /src/classes/ONEN_UnitTestData.cls | 171 | 75 | 171 | 84 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
2325 | /src/classes/ONEN_UnitTestData.cls | 171 | 75 | 171 | 84 | pmd | FormalParameterNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions | The method parameter name 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
2326 | /src/classes/ONEN_UnitTestData.cls | 171 | 86 | 171 | 98 | 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 'Stage' doesn't match '[a-z][a-zA-Z0-9]*' |
2326 | /src/classes/ONEN_UnitTestData.cls | 171 | 86 | 171 | 98 | 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 'Stage' doesn't match '[a-z][a-zA-Z0-9]*' |
2327 | /src/classes/ONEN_UnitTestData.cls | 171 | 100 | 171 | 110 | 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 'Close' doesn't match '[a-z][a-zA-Z0-9]*' |
2327 | /src/classes/ONEN_UnitTestData.cls | 171 | 100 | 171 | 110 | 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 'Close' doesn't match '[a-z][a-zA-Z0-9]*' |
2328 | /src/classes/ONEN_UnitTestData.cls | 171 | 112 | 171 | 122 | 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 'Amt' doesn't match '[a-z][a-zA-Z0-9]*' |
2328 | /src/classes/ONEN_UnitTestData.cls | 171 | 112 | 171 | 122 | 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 'Amt' doesn't match '[a-z][a-zA-Z0-9]*' |
2329 | /src/classes/ONEN_UnitTestData.cls | 171 | 16 | 196 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OppsForAccountList' doesn't match '[a-z][a-zA-Z0-9]*' |
2329 | /src/classes/ONEN_UnitTestData.cls | 171 | 16 | 196 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'OppsForAccountList' doesn't match '[a-z][a-zA-Z0-9]*' |
2330 | /src/classes/ONEN_UnitTestData.cls | 176 | 21 | 176 | 57 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2330 | /src/classes/ONEN_UnitTestData.cls | 176 | 21 | 176 | 57 | pmd | LocalVariableNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions | The local variable name 'OppsToAdd' doesn't match '[a-z][a-zA-Z0-9]*' |
2331 | /src/classes/ONEN_UnitTestData.cls | 205 | 53 | 205 | 62 | 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 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
2331 | /src/classes/ONEN_UnitTestData.cls | 205 | 53 | 205 | 62 | 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 'CampId' doesn't match '[a-z][a-zA-Z0-9]*' |
2332 | /src/classes/ONEN_UnitTestData.cls | 205 | 64 | 205 | 72 | 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 'ConId' doesn't match '[a-z][a-zA-Z0-9]*' |
2332 | /src/classes/ONEN_UnitTestData.cls | 205 | 64 | 205 | 72 | 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 'ConId' doesn't match '[a-z][a-zA-Z0-9]*' |
2333 | /src/classes/ONEN_UnitTestData.cls | 205 | 74 | 205 | 89 | 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 'CMStatus' doesn't match '[a-z][a-zA-Z0-9]*' |
2333 | /src/classes/ONEN_UnitTestData.cls | 205 | 74 | 205 | 89 | 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 'CMStatus' doesn't match '[a-z][a-zA-Z0-9]*' |
2334 | /src/classes/ONEN_UnitTestData.cls | 205 | 16 | 216 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateCampaignMember' doesn't match '[a-z][a-zA-Z0-9]*' |
2334 | /src/classes/ONEN_UnitTestData.cls | 205 | 16 | 216 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'CreateCampaignMember' doesn't match '[a-z][a-zA-Z0-9]*' |
2335 | /src/classes/ONEN_UnitTestData.cls | 213 | 3 | 213 | 16 | 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 |
2335 | /src/classes/ONEN_UnitTestData.cls | 213 | 3 | 213 | 16 | 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 |
2336 | /src/classes/ONEN_UnitTestData.cls | 222 | 16 | 235 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'DeleteListCustomSettingRecs' doesn't match '[a-z][a-zA-Z0-9]*' |
2336 | /src/classes/ONEN_UnitTestData.cls | 222 | 16 | 235 | 3 | pmd | MethodNamingConventions | 1 | Code Style | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions | The static method name 'DeleteListCustomSettingRecs' doesn't match '[a-z][a-zA-Z0-9]*' |
2337 | /src/classes/ONEN_UnitTestData.cls | 225 | 42 | 225 | 46 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2337 | /src/classes/ONEN_UnitTestData.cls | 225 | 42 | 225 | 46 | pmd | ApexSOQLInjection | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsoqlinjection | Avoid untrusted/unescaped variables in DML query |
2338 | /src/classes/ONEN_UnitTestData.cls | 232 | 11 | 232 | 24 | 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 |
2338 | /src/classes/ONEN_UnitTestData.cls | 232 | 11 | 232 | 24 | 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 |
2339 | /src/classes/ONEN_ZipLookup.cls | 1 | 8 | 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 |
2339 | /src/classes/ONEN_ZipLookup.cls | 1 | 8 | 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 |
2340 | /src/components/setting.component | 22 | 95 | 22 | 100 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2340 | /src/components/setting.component | 22 | 95 | 22 | 100 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2341 | /src/pages/CampaignHHDedupe.page | 3 | 10 | 3 | 24 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
2341 | /src/pages/CampaignHHDedupe.page | 3 | 10 | 3 | 24 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
2342 | /src/pages/OpenReport.page | 1 | 52 | 1 | 72 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
2342 | /src/pages/OpenReport.page | 1 | 52 | 1 | 72 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
2343 | /src/pages/OpportunityRollup.page | 2 | 33 | 2 | 47 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
2343 | /src/pages/OpportunityRollup.page | 2 | 33 | 2 | 47 | pmd | VfCsrf | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfcsrf | Avoid calling VF action upon page load |
2344 | /src/pages/helpDocs.page | 6 | 8 | 6 | 22 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2344 | /src/pages/helpDocs.page | 6 | 8 | 6 | 22 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2345 | /src/pages/leadConverter.page | 204 | 49 | 204 | 63 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2345 | /src/pages/leadConverter.page | 204 | 49 | 204 | 63 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2346 | /src/pages/leadConverter.page | 205 | 49 | 205 | 54 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2346 | /src/pages/leadConverter.page | 205 | 49 | 205 | 54 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2347 | /src/pages/manageHousehold.page | 176 | 20 | 176 | 32 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2347 | /src/pages/manageHousehold.page | 176 | 20 | 176 | 32 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2348 | /src/pages/manageHousehold.page | 178 | 43 | 178 | 59 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2348 | /src/pages/manageHousehold.page | 178 | 43 | 178 | 59 | pmd | VfUnescapeEl | 3 | Security | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel | Avoid unescaped user controlled content in EL |
2349 | /src/triggers/GW_AccountTriggerAfter.trigger | 4 | 1 | 22 | 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 |
2349 | /src/triggers/GW_AccountTriggerAfter.trigger | 4 | 1 | 22 | 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 |
2350 | /src/triggers/GW_AccountTriggerBefore.trigger | 4 | 1 | 21 | 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 |
2350 | /src/triggers/GW_AccountTriggerBefore.trigger | 4 | 1 | 21 | 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 |
2351 | /src/triggers/GW_CampaignTriggerAfter.trigger | 4 | 1 | 9 | 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 |
2351 | /src/triggers/GW_CampaignTriggerAfter.trigger | 4 | 1 | 9 | 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 |
2352 | /src/triggers/GW_CampaignTriggerBefore.trigger | 4 | 1 | 13 | 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 |
2352 | /src/triggers/GW_CampaignTriggerBefore.trigger | 4 | 1 | 13 | 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 |
2353 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 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 |
2353 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 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 |
2354 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'GW_ContactRelationshipTriggerAfter' has a cognitive complexity of 19, current threshold is 15 |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2355 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'GW_ContactRelationshipTriggerAfter' has a cyclomatic complexity of 18. |
2354 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'GW_ContactRelationshipTriggerAfter' has a cyclomatic complexity of 13. |
2356 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 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 13. |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2357 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'GW_ContactRelationshipTriggerAfter' has a Standard Cyclomatic Complexity of 14 (Highest = 13). |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2358 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 37 | 10 | 39 | 4 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
2355 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 37 | 10 | 39 | 4 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2356 | /src/triggers/GW_ContactRelationshipTriggerAfter.trigger | 37 | 34 | 39 | 4 | 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. |
2359 | /src/triggers/GW_ContactTriggerAfter.trigger | 5 | 1 | 49 | 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 |
2357 | /src/triggers/GW_ContactTriggerAfter.trigger | 5 | 1 | 49 | 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 |
2360 | /src/triggers/GW_ContactTriggerBefore.trigger | 5 | 1 | 34 | 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 |
2358 | /src/triggers/GW_ContactTriggerBefore.trigger | 5 | 1 | 34 | 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 |
2361 | /src/triggers/GW_HouseholdTriggerBefore.trigger | 4 | 1 | 20 | 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 |
2359 | /src/triggers/GW_HouseholdTriggerBefore.trigger | 4 | 1 | 20 | 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 |
2362 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 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 |
2360 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 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 |
2363 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'GW_InterAccountRelationshipTriggerAfter' has a cognitive complexity of 19, current threshold is 15 |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2364 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'GW_InterAccountRelationshipTriggerAfter' has a cyclomatic complexity of 18. |
2361 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'GW_InterAccountRelationshipTriggerAfter' has a cyclomatic complexity of 13. |
2365 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 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 13. |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2366 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 5 | 1 | 53 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'GW_InterAccountRelationshipTriggerAfter' has a Standard Cyclomatic Complexity of 14 (Highest = 13). |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2367 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 37 | 10 | 39 | 4 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
2362 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 37 | 10 | 39 | 4 | pmd | EmptyIfStmt | 3 | Error Prone | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_errorprone.html#emptyifstmt | Avoid empty if statements |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2363 | /src/triggers/GW_InterAccountRelationshipTriggerAfter.trigger | 37 | 34 | 39 | 4 | 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. |
2368 | /src/triggers/GW_LeadTriggerAfter.trigger | 4 | 1 | 10 | 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 |
2364 | /src/triggers/GW_LeadTriggerAfter.trigger | 4 | 1 | 10 | 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 |
2369 | /src/triggers/GW_LeadTriggerBefore.trigger | 4 | 1 | 10 | 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 |
2365 | /src/triggers/GW_LeadTriggerBefore.trigger | 4 | 1 | 10 | 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 |
2370 | /src/triggers/GW_OppPaymentTriggerAfter.trigger | 4 | 1 | 22 | 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 |
2366 | /src/triggers/GW_OppPaymentTriggerAfter.trigger | 4 | 1 | 22 | 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 |
2371 | /src/triggers/GW_OpportunityTriggerAfter.trigger | 4 | 1 | 44 | 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 |
2367 | /src/triggers/GW_OpportunityTriggerAfter.trigger | 4 | 1 | 44 | 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 |
2372 | /src/triggers/GW_OpportunityTriggerAfter.trigger | 4 | 1 | 44 | 2 | pmd | CognitiveComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity | The trigger 'GW_OpportunityTriggerAfter' has a cognitive complexity of 16, current threshold is 15 |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2373 | /src/triggers/GW_OpportunityTriggerAfter.trigger | 4 | 1 | 44 | 2 | pmd | CyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity | The trigger 'GW_OpportunityTriggerAfter' has a cyclomatic complexity of 15. |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2374 | /src/triggers/GW_OpportunityTriggerAfter.trigger | 4 | 1 | 44 | 2 | pmd | StdCyclomaticComplexity | 3 | Design | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity | The trigger 'GW_OpportunityTriggerAfter' has a Standard Cyclomatic Complexity of 10 (Highest = 9). |
0 | 0 | 0 | 0 | 0 | 0 | ||||||
2375 | /src/triggers/GW_OpportunityTriggerBefore.trigger | 4 | 1 | 22 | 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 |
2368 | /src/triggers/GW_OpportunityTriggerBefore.trigger | 4 | 1 | 22 | 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 |
2376 | /src/triggers/GW_RecurringPaymentProfileTriggerAfter.trigger | 4 | 1 | 16 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |
2369 | /src/triggers/GW_RecurringPaymentProfileTriggerAfter.trigger | 4 | 1 | 16 | 2 | pmd | AvoidLogicInTrigger | 3 | Best Practices | https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidlogicintrigger | Avoid logic in triggers |