Comparison results for https://github.com/SalesforceLabs/Contact-Viewer.git

pmd7_2 took 14 seconds to run and found 544 violations

pmd7_3 took 17 seconds to run and found 544 violations

Among the 544 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /src/classes/BaseServiceController.cls 28 29 54 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1 /src/classes/BaseServiceController.cls 28 29 54 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /src/classes/BaseServiceController.cls 33 12 35 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /src/classes/BaseServiceController.cls 33 12 35 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /src/classes/BaseServiceController.cls 37 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
3 /src/classes/BaseServiceController.cls 37 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
4 /src/classes/BaseServiceController.cls 42 12 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /src/classes/BaseServiceController.cls 42 12 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /src/classes/BaseServiceController.cls 47 12 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /src/classes/BaseServiceController.cls 47 12 49 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6 /src/classes/BaseServiceController.cls 51 12 53 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6 /src/classes/BaseServiceController.cls 51 12 53 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /src/classes/ContactDetailsController.cls 28 21 234 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7 /src/classes/ContactDetailsController.cls 28 21 234 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8 /src/classes/ContactDetailsController.cls 28 21 234 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'ContactDetailsController' has a total cognitive complexity of 154 (highest 56), current threshold is 50
8 /src/classes/ContactDetailsController.cls 28 21 234 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'ContactDetailsController' has a total cognitive complexity of 154 (highest 56), current threshold is 50
9 /src/classes/ContactDetailsController.cls 28 21 234 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'ContactDetailsController' has a total cyclomatic complexity of 69 (highest 26).
9 /src/classes/ContactDetailsController.cls 28 21 234 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'ContactDetailsController' has a total cyclomatic complexity of 69 (highest 26).
10 /src/classes/ContactDetailsController.cls 28 21 234 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'ContactDetailsController' has a Standard Cyclomatic Complexity of 7 (Highest = 19).
10 /src/classes/ContactDetailsController.cls 28 21 234 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'ContactDetailsController' has a Standard Cyclomatic Complexity of 7 (Highest = 19).
11 /src/classes/ContactDetailsController.cls 30 12 30 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
11 /src/classes/ContactDetailsController.cls 30 12 30 60 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
12 /src/classes/ContactDetailsController.cls 31 21 31 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 'timezoneDiffInMinutes' should be before method declarations in its class
12 /src/classes/ContactDetailsController.cls 31 21 31 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 'timezoneDiffInMinutes' should be before method declarations in its class
13 /src/classes/ContactDetailsController.cls 33 38 35 6 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldTypesToSkip' should be before method declarations in its class
13 /src/classes/ContactDetailsController.cls 33 38 35 6 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'fieldTypesToSkip' should be before method declarations in its class
14 /src/classes/ContactDetailsController.cls 33 38 35 6 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 'fieldTypesToSkip' doesn't match '[A-Z][A-Z0-9_]*'
14 /src/classes/ContactDetailsController.cls 33 38 35 6 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 'fieldTypesToSkip' doesn't match '[A-Z][A-Z0-9_]*'
15 /src/classes/ContactDetailsController.cls 37 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /src/classes/ContactDetailsController.cls 37 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
16 /src/classes/ContactDetailsController.cls 38 16 38 61 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
16 /src/classes/ContactDetailsController.cls 38 16 38 61 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
17 /src/classes/ContactDetailsController.cls 39 16 39 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
17 /src/classes/ContactDetailsController.cls 39 16 39 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /src/classes/ContactDetailsController.cls 40 16 40 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /src/classes/ContactDetailsController.cls 40 16 40 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /src/classes/ContactDetailsController.cls 49 12 55 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /src/classes/ContactDetailsController.cls 49 12 55 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /src/classes/ContactDetailsController.cls 50 16 50 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /src/classes/ContactDetailsController.cls 50 16 50 48 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /src/classes/ContactDetailsController.cls 51 16 51 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /src/classes/ContactDetailsController.cls 51 16 51 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
22 /src/classes/ContactDetailsController.cls 52 24 52 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 'value' should be before method declarations in its class
22 /src/classes/ContactDetailsController.cls 52 24 52 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 'value' should be before method declarations in its class
23 /src/classes/ContactDetailsController.cls 53 16 53 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
23 /src/classes/ContactDetailsController.cls 53 16 53 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /src/classes/ContactDetailsController.cls 54 16 54 137 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/ContactDetailsController.cls 54 16 54 137 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/ContactDetailsController.cls 57 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
25 /src/classes/ContactDetailsController.cls 57 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
26 /src/classes/ContactDetailsController.cls 61 20 74 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getFieldNamesFromLayout(SFDCPartnerSoap.DescribeLayout)' has a cognitive complexity of 40, current threshold is 15
26 /src/classes/ContactDetailsController.cls 61 20 74 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getFieldNamesFromLayout(SFDCPartnerSoap.DescribeLayout)' has a cognitive complexity of 40, current threshold is 15
27 /src/classes/ContactDetailsController.cls 61 20 74 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getFieldNamesFromLayout(SFDCPartnerSoap.DescribeLayout)' has a cyclomatic complexity of 13.
27 /src/classes/ContactDetailsController.cls 61 20 74 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getFieldNamesFromLayout(SFDCPartnerSoap.DescribeLayout)' has a cyclomatic complexity of 13.
28 /src/classes/ContactDetailsController.cls 65 13 71 119 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
28 /src/classes/ContactDetailsController.cls 65 13 71 119 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
29 /src/classes/ContactDetailsController.cls 66 17 71 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
29 /src/classes/ContactDetailsController.cls 66 17 71 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
30 /src/classes/ContactDetailsController.cls 66 17 71 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
30 /src/classes/ContactDetailsController.cls 66 17 71 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
31 /src/classes/ContactDetailsController.cls 67 21 71 119 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
31 /src/classes/ContactDetailsController.cls 67 21 71 119 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
32 /src/classes/ContactDetailsController.cls 68 25 71 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
32 /src/classes/ContactDetailsController.cls 68 25 71 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
33 /src/classes/ContactDetailsController.cls 68 25 71 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
33 /src/classes/ContactDetailsController.cls 68 25 71 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
34 /src/classes/ContactDetailsController.cls 69 29 71 119 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
34 /src/classes/ContactDetailsController.cls 69 29 71 119 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
35 /src/classes/ContactDetailsController.cls 69 29 71 119 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
35 /src/classes/ContactDetailsController.cls 69 29 71 119 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
36 /src/classes/ContactDetailsController.cls 70 33 71 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
36 /src/classes/ContactDetailsController.cls 70 33 71 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
37 /src/classes/ContactDetailsController.cls 70 33 71 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
37 /src/classes/ContactDetailsController.cls 70 33 71 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
38 /src/classes/ContactDetailsController.cls 71 37 71 119 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
38 /src/classes/ContactDetailsController.cls 71 37 71 119 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
39 /src/classes/ContactDetailsController.cls 71 96 71 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
39 /src/classes/ContactDetailsController.cls 71 96 71 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
40 /src/classes/ContactDetailsController.cls 71 96 71 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
40 /src/classes/ContactDetailsController.cls 71 96 71 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
41 /src/classes/ContactDetailsController.cls 85 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
41 /src/classes/ContactDetailsController.cls 85 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
42 /src/classes/ContactDetailsController.cls 85 12 169 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'fetchContactDetails()' has a cognitive complexity of 43, current threshold is 15
42 /src/classes/ContactDetailsController.cls 85 12 169 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'fetchContactDetails()' has a cognitive complexity of 43, current threshold is 15
43 /src/classes/ContactDetailsController.cls 85 12 169 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'fetchContactDetails()' has a cyclomatic complexity of 26.
43 /src/classes/ContactDetailsController.cls 85 12 169 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'fetchContactDetails()' has a cyclomatic complexity of 26.
44 /src/classes/ContactDetailsController.cls 85 12 169 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'fetchContactDetails()' has an NCSS line count of 68 (limit: 40)
44 /src/classes/ContactDetailsController.cls 85 12 169 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'fetchContactDetails()' has an NCSS line count of 68 (limit: 40)
45 /src/classes/ContactDetailsController.cls 85 12 169 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'fetchContactDetails' has a Standard Cyclomatic Complexity of 19.
45 /src/classes/ContactDetailsController.cls 85 12 169 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'fetchContactDetails' has a Standard Cyclomatic Complexity of 19.
46 /src/classes/ContactDetailsController.cls 87 33 87 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
46 /src/classes/ContactDetailsController.cls 87 33 87 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
47 /src/classes/ContactDetailsController.cls 87 33 87 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
47 /src/classes/ContactDetailsController.cls 87 33 87 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
48 /src/classes/ContactDetailsController.cls 93 72 93 93 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
48 /src/classes/ContactDetailsController.cls 93 72 93 93 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
49 /src/classes/ContactDetailsController.cls 102 58 102 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
49 /src/classes/ContactDetailsController.cls 102 58 102 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
50 /src/classes/ContactDetailsController.cls 102 58 102 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
50 /src/classes/ContactDetailsController.cls 102 58 102 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
51 /src/classes/ContactDetailsController.cls 149 25 158 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
51 /src/classes/ContactDetailsController.cls 149 25 158 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
52 /src/classes/ContactDetailsController.cls 152 32 158 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
52 /src/classes/ContactDetailsController.cls 152 32 158 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
53 /src/classes/ContactDetailsController.cls 155 32 158 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
53 /src/classes/ContactDetailsController.cls 155 32 158 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
54 /src/classes/ContactDetailsController.cls 171 13 215 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getLayoutItemForDescribe(SFDCPartnerSoap.DescribeLayoutItem, Map, JSONObject)' has a cognitive complexity of 56, current threshold is 15
54 /src/classes/ContactDetailsController.cls 171 13 215 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getLayoutItemForDescribe(SFDCPartnerSoap.DescribeLayoutItem, Map, JSONObject)' has a cognitive complexity of 56, current threshold is 15
55 /src/classes/ContactDetailsController.cls 171 13 215 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getLayoutItemForDescribe(SFDCPartnerSoap.DescribeLayoutItem, Map, JSONObject)' has a cyclomatic complexity of 21.
55 /src/classes/ContactDetailsController.cls 171 13 215 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'getLayoutItemForDescribe(SFDCPartnerSoap.DescribeLayoutItem, Map, JSONObject)' has a cyclomatic complexity of 21.
56 /src/classes/ContactDetailsController.cls 171 13 215 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'getLayoutItemForDescribe()' has an NCSS line count of 43 (limit: 40)
56 /src/classes/ContactDetailsController.cls 171 13 215 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'getLayoutItemForDescribe()' has an NCSS line count of 43 (limit: 40)
57 /src/classes/ContactDetailsController.cls 171 13 215 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'getLayoutItemForDescribe' has a Standard Cyclomatic Complexity of 14.
57 /src/classes/ContactDetailsController.cls 171 13 215 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'getLayoutItemForDescribe' has a Standard Cyclomatic Complexity of 14.
58 /src/classes/ContactDetailsController.cls 180 21 203 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
58 /src/classes/ContactDetailsController.cls 180 21 203 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
59 /src/classes/ContactDetailsController.cls 205 21 205 94 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
59 /src/classes/ContactDetailsController.cls 205 21 205 94 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
60 /src/classes/ContactDetailsController.cls 205 70 205 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
60 /src/classes/ContactDetailsController.cls 205 70 205 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
61 /src/classes/ContactDetailsController.cls 205 70 205 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
61 /src/classes/ContactDetailsController.cls 205 70 205 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
62 /src/classes/ContactDetailsController.cls 213 13 213 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
62 /src/classes/ContactDetailsController.cls 213 13 213 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
63 /src/classes/ContactDetailsController.cls 213 13 213 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
63 /src/classes/ContactDetailsController.cls 213 13 213 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
64 /src/classes/ContactDetailsController.cls 227 38 227 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
64 /src/classes/ContactDetailsController.cls 227 38 227 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
65 /src/classes/ContactDetailsController.cls 227 38 227 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
65 /src/classes/ContactDetailsController.cls 227 38 227 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
66 /src/classes/ContactDetailsController.cls 230 42 230 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
66 /src/classes/ContactDetailsController.cls 230 42 230 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
67 /src/classes/ContactDetailsController.cls 230 42 230 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
67 /src/classes/ContactDetailsController.cls 230 42 230 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
68 /src/classes/ContactsAppController.cls 28 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
68 /src/classes/ContactsAppController.cls 28 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
69 /src/classes/ContactsAppController.cls 31 12 31 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
69 /src/classes/ContactsAppController.cls 31 12 31 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /src/classes/ContactsAppController.cls 32 12 32 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /src/classes/ContactsAppController.cls 32 12 32 45 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
71 /src/classes/ContactsAppController.cls 34 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
71 /src/classes/ContactsAppController.cls 34 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
72 /src/classes/ContactsAppController.cls 39 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
72 /src/classes/ContactsAppController.cls 39 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
73 /src/classes/ContactsAppController.cls 44 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
73 /src/classes/ContactsAppController.cls 44 12 47 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
74 /src/classes/ContactsAppController.cls 50 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
74 /src/classes/ContactsAppController.cls 50 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
75 /src/classes/ContactsAppController.cls 55 12 58 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
75 /src/classes/ContactsAppController.cls 55 12 58 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
76 /src/classes/ContactsAppController.cls 60 12 63 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
76 /src/classes/ContactsAppController.cls 60 12 63 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
77 /src/classes/ContactsAppController.cls 65 12 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
77 /src/classes/ContactsAppController.cls 65 12 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
78 /src/classes/ContactsAppController.cls 70 12 73 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
78 /src/classes/ContactsAppController.cls 70 12 73 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
79 /src/classes/ContactsAppController.cls 75 12 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
79 /src/classes/ContactsAppController.cls 75 12 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
80 /src/classes/ContactsAppController.cls 82 12 86 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
80 /src/classes/ContactsAppController.cls 82 12 86 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
81 /src/classes/ContactsAppController.cls 88 12 91 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
81 /src/classes/ContactsAppController.cls 88 12 91 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
82 /src/classes/ContactsAppOAuthController.cls 29 21 406 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
82 /src/classes/ContactsAppOAuthController.cls 29 21 406 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
83 /src/classes/ContactsAppOAuthController.cls 29 21 406 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'ContactsAppOAuthController' has a total cognitive complexity of 81 (highest 21), current threshold is 50
83 /src/classes/ContactsAppOAuthController.cls 29 21 406 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'ContactsAppOAuthController' has a total cognitive complexity of 81 (highest 21), current threshold is 50
84 /src/classes/ContactsAppOAuthController.cls 29 21 406 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'ContactsAppOAuthController' has a total cyclomatic complexity of 72 (highest 15).
84 /src/classes/ContactsAppOAuthController.cls 29 21 406 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'ContactsAppOAuthController' has a total cyclomatic complexity of 72 (highest 15).
85 /src/classes/ContactsAppOAuthController.cls 40 12 40 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
85 /src/classes/ContactsAppOAuthController.cls 40 12 40 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
86 /src/classes/ContactsAppOAuthController.cls 43 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 @description
86 /src/classes/ContactsAppOAuthController.cls 43 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 @description
87 /src/classes/ContactsAppOAuthController.cls 45 9 45 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.
87 /src/classes/ContactsAppOAuthController.cls 45 9 45 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.
88 /src/classes/ContactsAppOAuthController.cls 71 17 71 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
88 /src/classes/ContactsAppOAuthController.cls 71 17 71 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
89 /src/classes/ContactsAppOAuthController.cls 71 17 71 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
89 /src/classes/ContactsAppOAuthController.cls 71 17 71 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
90 /src/classes/ContactsAppOAuthController.cls 74 13 74 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
90 /src/classes/ContactsAppOAuthController.cls 74 13 74 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
91 /src/classes/ContactsAppOAuthController.cls 74 13 74 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.
91 /src/classes/ContactsAppOAuthController.cls 74 13 74 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.
92 /src/classes/ContactsAppOAuthController.cls 80 13 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
92 /src/classes/ContactsAppOAuthController.cls 80 13 88 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
93 /src/classes/ContactsAppOAuthController.cls 81 16 81 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
93 /src/classes/ContactsAppOAuthController.cls 81 16 81 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
94 /src/classes/ContactsAppOAuthController.cls 82 16 82 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
94 /src/classes/ContactsAppOAuthController.cls 82 16 82 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
95 /src/classes/ContactsAppOAuthController.cls 99 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 @description
95 /src/classes/ContactsAppOAuthController.cls 99 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 @description
96 /src/classes/ContactsAppOAuthController.cls 125 19 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
96 /src/classes/ContactsAppOAuthController.cls 125 19 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
97 /src/classes/ContactsAppOAuthController.cls 137 13 151 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
97 /src/classes/ContactsAppOAuthController.cls 137 13 151 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
98 /src/classes/ContactsAppOAuthController.cls 137 13 151 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
98 /src/classes/ContactsAppOAuthController.cls 137 13 151 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
99 /src/classes/ContactsAppOAuthController.cls 150 32 150 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
99 /src/classes/ContactsAppOAuthController.cls 150 32 150 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
100 /src/classes/ContactsAppOAuthController.cls 150 32 150 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
100 /src/classes/ContactsAppOAuthController.cls 150 32 150 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
101 /src/classes/ContactsAppOAuthController.cls 156 13 172 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
101 /src/classes/ContactsAppOAuthController.cls 156 13 172 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
102 /src/classes/ContactsAppOAuthController.cls 156 13 172 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
102 /src/classes/ContactsAppOAuthController.cls 156 13 172 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
103 /src/classes/ContactsAppOAuthController.cls 178 13 211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
103 /src/classes/ContactsAppOAuthController.cls 178 13 211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
104 /src/classes/ContactsAppOAuthController.cls 178 13 211 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
104 /src/classes/ContactsAppOAuthController.cls 178 13 211 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
105 /src/classes/ContactsAppOAuthController.cls 184 9 184 72 pmd ApexDangerousMethods 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexdangerousmethods Calling potentially dangerous method
105 /src/classes/ContactsAppOAuthController.cls 184 9 184 72 pmd ApexDangerousMethods 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexdangerousmethods Calling potentially dangerous method
106 /src/classes/ContactsAppOAuthController.cls 184 9 184 72 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
106 /src/classes/ContactsAppOAuthController.cls 184 9 184 72 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
107 /src/classes/ContactsAppOAuthController.cls 184 9 184 72 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
107 /src/classes/ContactsAppOAuthController.cls 184 9 184 72 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
108 /src/classes/ContactsAppOAuthController.cls 217 13 238 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
108 /src/classes/ContactsAppOAuthController.cls 217 13 238 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
109 /src/classes/ContactsAppOAuthController.cls 217 13 238 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
109 /src/classes/ContactsAppOAuthController.cls 217 13 238 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
110 /src/classes/ContactsAppOAuthController.cls 249 62 249 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
110 /src/classes/ContactsAppOAuthController.cls 249 62 249 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
111 /src/classes/ContactsAppOAuthController.cls 249 62 249 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
111 /src/classes/ContactsAppOAuthController.cls 249 62 249 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
112 /src/classes/ContactsAppOAuthController.cls 256 13 265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
112 /src/classes/ContactsAppOAuthController.cls 256 13 265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
113 /src/classes/ContactsAppOAuthController.cls 256 13 265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
113 /src/classes/ContactsAppOAuthController.cls 256 13 265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
114 /src/classes/ContactsAppOAuthController.cls 256 13 265 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
114 /src/classes/ContactsAppOAuthController.cls 256 13 265 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
115 /src/classes/ContactsAppOAuthController.cls 270 20 278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
115 /src/classes/ContactsAppOAuthController.cls 270 20 278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
116 /src/classes/ContactsAppOAuthController.cls 270 20 278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
116 /src/classes/ContactsAppOAuthController.cls 270 20 278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
117 /src/classes/ContactsAppOAuthController.cls 270 20 278 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
117 /src/classes/ContactsAppOAuthController.cls 270 20 278 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
118 /src/classes/ContactsAppOAuthController.cls 272 42 272 149 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
118 /src/classes/ContactsAppOAuthController.cls 272 42 272 149 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
119 /src/classes/ContactsAppOAuthController.cls 284 13 319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
119 /src/classes/ContactsAppOAuthController.cls 284 13 319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
120 /src/classes/ContactsAppOAuthController.cls 284 13 319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
120 /src/classes/ContactsAppOAuthController.cls 284 13 319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
121 /src/classes/ContactsAppOAuthController.cls 284 13 319 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
121 /src/classes/ContactsAppOAuthController.cls 284 13 319 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
122 /src/classes/ContactsAppOAuthController.cls 284 13 319 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'validateAndGetOAuthInfo(AppClient__c, String, String)' has a cognitive complexity of 21, current threshold is 15
122 /src/classes/ContactsAppOAuthController.cls 284 13 319 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'validateAndGetOAuthInfo(AppClient__c, String, String)' has a cognitive complexity of 21, current threshold is 15
123 /src/classes/ContactsAppOAuthController.cls 284 13 319 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'validateAndGetOAuthInfo(AppClient__c, String, String)' has a cyclomatic complexity of 15.
123 /src/classes/ContactsAppOAuthController.cls 284 13 319 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'validateAndGetOAuthInfo(AppClient__c, String, String)' has a cyclomatic complexity of 15.
124 /src/classes/ContactsAppOAuthController.cls 300 17 312 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
124 /src/classes/ContactsAppOAuthController.cls 300 17 312 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
125 /src/classes/ContactsAppOAuthController.cls 305 21 305 86 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
125 /src/classes/ContactsAppOAuthController.cls 305 21 305 86 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
126 /src/classes/ContactsAppOAuthController.cls 305 58 305 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
126 /src/classes/ContactsAppOAuthController.cls 305 58 305 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
127 /src/classes/ContactsAppOAuthController.cls 305 58 305 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
127 /src/classes/ContactsAppOAuthController.cls 305 58 305 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
128 /src/classes/ContactsAppOAuthController.cls 307 21 310 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
128 /src/classes/ContactsAppOAuthController.cls 307 21 310 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
129 /src/classes/ContactsAppOAuthController.cls 340 13 360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
129 /src/classes/ContactsAppOAuthController.cls 340 13 360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
130 /src/classes/ContactsAppOAuthController.cls 340 13 360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
130 /src/classes/ContactsAppOAuthController.cls 340 13 360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
131 /src/classes/ContactsAppOAuthController.cls 340 13 360 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
131 /src/classes/ContactsAppOAuthController.cls 340 13 360 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
132 /src/classes/ContactsAppOAuthController.cls 344 9 344 61 pmd ApexDangerousMethods 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexdangerousmethods Calling potentially dangerous method
132 /src/classes/ContactsAppOAuthController.cls 344 9 344 61 pmd ApexDangerousMethods 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexdangerousmethods Calling potentially dangerous method
133 /src/classes/ContactsAppOAuthController.cls 344 9 344 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
133 /src/classes/ContactsAppOAuthController.cls 344 9 344 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
134 /src/classes/ContactsAppOAuthController.cls 344 9 344 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.
134 /src/classes/ContactsAppOAuthController.cls 344 9 344 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.
135 /src/classes/ContactsAppOAuthController.cls 365 13 390 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
135 /src/classes/ContactsAppOAuthController.cls 365 13 390 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
136 /src/classes/ContactsAppOAuthController.cls 365 13 390 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
136 /src/classes/ContactsAppOAuthController.cls 365 13 390 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
137 /src/classes/ContactsAppOAuthController.cls 365 13 390 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
137 /src/classes/ContactsAppOAuthController.cls 365 13 390 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
138 /src/classes/ContactsAppOAuthController.cls 374 38 374 127 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
138 /src/classes/ContactsAppOAuthController.cls 374 38 374 127 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
139 /src/classes/ContactsAppOAuthController.cls 399 27 399 83 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
139 /src/classes/ContactsAppOAuthController.cls 399 27 399 83 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
140 /src/classes/ContactsAppOAuthController.cls 399 27 399 83 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
140 /src/classes/ContactsAppOAuthController.cls 399 27 399 83 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
141 /src/classes/ContactsAppOAuthController.cls 399 16 399 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
141 /src/classes/ContactsAppOAuthController.cls 399 16 399 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
142 /src/classes/ContactsAppOAuthController.cls 399 16 399 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
142 /src/classes/ContactsAppOAuthController.cls 399 16 399 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
143 /src/classes/ContactsAppServiceController.cls 29 21 288 2 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/ContactsAppServiceController.cls 29 21 288 2 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/ContactsAppServiceController.cls 29 21 288 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'ContactsAppServiceController' has a total cognitive complexity of 64 (highest 21), current threshold is 50
144 /src/classes/ContactsAppServiceController.cls 29 21 288 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'ContactsAppServiceController' has a total cognitive complexity of 64 (highest 21), current threshold is 50
145 /src/classes/ContactsAppServiceController.cls 29 21 288 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'ContactsAppServiceController' has a total cyclomatic complexity of 61 (highest 13).
145 /src/classes/ContactsAppServiceController.cls 29 21 288 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'ContactsAppServiceController' has a total cyclomatic complexity of 61 (highest 13).
146 /src/classes/ContactsAppServiceController.cls 29 21 288 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'ContactsAppServiceController' has a Standard Cyclomatic Complexity of 3 (Highest = 12).
146 /src/classes/ContactsAppServiceController.cls 29 21 288 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'ContactsAppServiceController' has a Standard Cyclomatic Complexity of 3 (Highest = 12).
147 /src/classes/ContactsAppServiceController.cls 31 12 31 48 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/ContactsAppServiceController.cls 31 12 31 48 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/ContactsAppServiceController.cls 32 25 32 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 'restReq' should be before method declarations in its class
148 /src/classes/ContactsAppServiceController.cls 32 25 32 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 'restReq' should be before method declarations in its class
149 /src/classes/ContactsAppServiceController.cls 33 26 33 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 'restResp' should be before method declarations in its class
149 /src/classes/ContactsAppServiceController.cls 33 26 33 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 'restResp' should be before method declarations in its class
150 /src/classes/ContactsAppServiceController.cls 35 12 39 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /src/classes/ContactsAppServiceController.cls 35 12 39 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /src/classes/ContactsAppServiceController.cls 42 19 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /src/classes/ContactsAppServiceController.cls 42 19 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
152 /src/classes/ContactsAppServiceController.cls 48 12 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
152 /src/classes/ContactsAppServiceController.cls 48 12 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
153 /src/classes/ContactsAppServiceController.cls 48 12 80 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'loadPage()' has a cognitive complexity of 16, current threshold is 15
153 /src/classes/ContactsAppServiceController.cls 48 12 80 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'loadPage()' has a cognitive complexity of 16, current threshold is 15
154 /src/classes/ContactsAppServiceController.cls 48 12 80 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'loadPage()' has a cyclomatic complexity of 13.
154 /src/classes/ContactsAppServiceController.cls 48 12 80 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'loadPage()' has a cyclomatic complexity of 13.
155 /src/classes/ContactsAppServiceController.cls 48 12 80 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'loadPage' has a Standard Cyclomatic Complexity of 12.
155 /src/classes/ContactsAppServiceController.cls 48 12 80 6 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'loadPage' has a Standard Cyclomatic Complexity of 12.
156 /src/classes/ContactsAppServiceController.cls 158 9 158 37 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
156 /src/classes/ContactsAppServiceController.cls 158 9 158 37 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
157 /src/classes/ContactsAppServiceController.cls 158 9 158 37 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
157 /src/classes/ContactsAppServiceController.cls 158 9 158 37 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
158 /src/classes/ContactsAppServiceController.cls 214 31 214 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
158 /src/classes/ContactsAppServiceController.cls 214 31 214 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
159 /src/classes/ContactsAppServiceController.cls 214 31 214 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
159 /src/classes/ContactsAppServiceController.cls 214 31 214 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
160 /src/classes/ContactsAppServiceController.cls 222 9 222 29 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
160 /src/classes/ContactsAppServiceController.cls 222 9 222 29 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
161 /src/classes/ContactsAppServiceController.cls 251 13 287 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'manageEula()' has a cognitive complexity of 21, current threshold is 15
161 /src/classes/ContactsAppServiceController.cls 251 13 287 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'manageEula()' has a cognitive complexity of 21, current threshold is 15
162 /src/classes/ContactsAppServiceController.cls 251 13 287 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'manageEula()' has a cyclomatic complexity of 12.
162 /src/classes/ContactsAppServiceController.cls 251 13 287 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'manageEula()' has a cyclomatic complexity of 12.
163 /src/classes/ContactsAppServiceController.cls 262 44 262 113 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
163 /src/classes/ContactsAppServiceController.cls 262 44 262 113 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
164 /src/classes/ContactsAppServiceController.cls 264 47 264 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
164 /src/classes/ContactsAppServiceController.cls 264 47 264 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
165 /src/classes/ContactsAppServiceController.cls 265 16 282 17 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
165 /src/classes/ContactsAppServiceController.cls 265 16 282 17 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
166 /src/classes/ContactsAppServiceController.cls 266 27 266 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'userInfoStr' defined but not used
166 /src/classes/ContactsAppServiceController.cls 266 27 266 61 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'userInfoStr' defined but not used
167 /src/classes/ContactsAppServiceController.cls 273 29 273 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
167 /src/classes/ContactsAppServiceController.cls 273 29 273 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
168 /src/classes/ContactsAppServiceController.cls 273 29 273 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
168 /src/classes/ContactsAppServiceController.cls 273 29 273 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
169 /src/classes/ContactsAppUtil.cls 28 21 81 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
169 /src/classes/ContactsAppUtil.cls 28 21 81 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
170 /src/classes/ContactsAppUtil.cls 30 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
170 /src/classes/ContactsAppUtil.cls 30 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
171 /src/classes/ContactsAppUtil.cls 40 19 48 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
171 /src/classes/ContactsAppUtil.cls 40 19 48 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
172 /src/classes/ContactsAppUtil.cls 50 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
172 /src/classes/ContactsAppUtil.cls 50 19 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
173 /src/classes/ContactsAppUtil.cls 58 19 60 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
173 /src/classes/ContactsAppUtil.cls 58 19 60 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
174 /src/classes/ContactsAppUtil.cls 62 19 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
174 /src/classes/ContactsAppUtil.cls 62 19 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
175 /src/classes/ContactsAppUtil.cls 68 32 68 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
175 /src/classes/ContactsAppUtil.cls 68 32 68 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
176 /src/classes/ContactsAppUtil.cls 68 32 68 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
176 /src/classes/ContactsAppUtil.cls 68 32 68 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
177 /src/classes/ContactsAppUtil.cls 76 19 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
177 /src/classes/ContactsAppUtil.cls 76 19 80 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
178 /src/classes/ContactsAppUtil.cls 78 26 78 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
178 /src/classes/ContactsAppUtil.cls 78 26 78 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
179 /src/classes/ContactsAppUtil.cls 78 26 78 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
179 /src/classes/ContactsAppUtil.cls 78 26 78 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
180 /src/classes/JSONObject.cls 28 21 182 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
180 /src/classes/JSONObject.cls 28 21 182 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
181 /src/classes/JSONObject.cls 28 21 182 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
181 /src/classes/JSONObject.cls 28 21 182 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
182 /src/classes/JSONObject.cls 53 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 comment
182 /src/classes/JSONObject.cls 53 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 comment
183 /src/classes/JSONObject.cls 66 19 82 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
183 /src/classes/JSONObject.cls 66 19 82 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
184 /src/classes/JSONObject.cls 84 19 110 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
184 /src/classes/JSONObject.cls 84 19 110 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
185 /src/classes/JSONObject.cls 86 30 86 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
185 /src/classes/JSONObject.cls 86 30 86 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
186 /src/classes/JSONObject.cls 86 30 86 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
186 /src/classes/JSONObject.cls 86 30 86 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
187 /src/classes/JSONObject.cls 119 17 119 47 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
187 /src/classes/JSONObject.cls 119 17 119 47 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
188 /src/classes/JSONObject.cls 119 17 119 47 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
188 /src/classes/JSONObject.cls 119 17 119 47 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
189 /src/classes/JSONObject.cls 128 12 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
189 /src/classes/JSONObject.cls 128 12 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
190 /src/classes/JSONObject.cls 142 12 149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
190 /src/classes/JSONObject.cls 142 12 149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
191 /src/classes/JSONObject.cls 151 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
191 /src/classes/JSONObject.cls 151 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
192 /src/classes/JSONObject.cls 151 12 169 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getArray(String)' has a cognitive complexity of 15, current threshold is 15
192 /src/classes/JSONObject.cls 151 12 169 6 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'getArray(String)' has a cognitive complexity of 15, current threshold is 15
193 /src/classes/JSONObject.cls 160 20 160 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
193 /src/classes/JSONObject.cls 160 20 160 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
194 /src/classes/JSONObject.cls 160 20 160 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
194 /src/classes/JSONObject.cls 160 20 160 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
195 /src/classes/JSONObject.cls 171 30 181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
195 /src/classes/JSONObject.cls 171 30 181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
196 /src/classes/JSONObject.cls 171 30 181 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
196 /src/classes/JSONObject.cls 171 30 181 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
197 /src/classes/SFDCApiClient.cls 28 21 146 2 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/SFDCApiClient.cls 28 21 146 2 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/SFDCApiClient.cls 36 12 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
198 /src/classes/SFDCApiClient.cls 36 12 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
199 /src/classes/SFDCApiClient.cls 40 12 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
199 /src/classes/SFDCApiClient.cls 40 12 56 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
200 /src/classes/SFDCApiClient.cls 41 13 41 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
200 /src/classes/SFDCApiClient.cls 41 13 41 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
201 /src/classes/SFDCApiClient.cls 42 16 42 52 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/SFDCApiClient.cls 42 16 42 52 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/SFDCApiClient.cls 43 16 43 50 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/SFDCApiClient.cls 43 16 43 50 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/SFDCApiClient.cls 50 16 55 10 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/SFDCApiClient.cls 50 16 55 10 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/SFDCApiClient.cls 60 23 60 38 pmd ApexSuggestUsingNamedCred 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred Suggest named credentials for authentication
204 /src/classes/SFDCApiClient.cls 60 23 60 38 pmd ApexSuggestUsingNamedCred 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexsuggestusingnamedcred Suggest named credentials for authentication
205 /src/classes/SFDCApiClient.cls 65 13 81 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'makeRequest(HttpRequest)' has a cyclomatic complexity of 10.
205 /src/classes/SFDCApiClient.cls 65 13 81 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'makeRequest(HttpRequest)' has a cyclomatic complexity of 10.
206 /src/classes/SFDCApiClient.cls 103 12 109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
206 /src/classes/SFDCApiClient.cls 103 12 109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
207 /src/classes/SFDCApiClient.cls 111 12 113 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
207 /src/classes/SFDCApiClient.cls 111 12 113 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
208 /src/classes/SFDCApiClient.cls 115 12 117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
208 /src/classes/SFDCApiClient.cls 115 12 117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
209 /src/classes/SFDCApiClient.cls 119 12 121 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
209 /src/classes/SFDCApiClient.cls 119 12 121 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
210 /src/classes/SFDCApiClient.cls 123 12 125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
210 /src/classes/SFDCApiClient.cls 123 12 125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
211 /src/classes/SFDCApiClient.cls 127 12 129 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
211 /src/classes/SFDCApiClient.cls 127 12 129 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
212 /src/classes/SFDCApiClient.cls 131 12 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
212 /src/classes/SFDCApiClient.cls 131 12 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
213 /src/classes/SFDCApiClient.cls 139 12 145 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
213 /src/classes/SFDCApiClient.cls 139 12 145 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /src/classes/SFDCPartnerSoap.cls 30 8 498 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
214 /src/classes/SFDCPartnerSoap.cls 30 8 498 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
215 /src/classes/SFDCPartnerSoap.cls 30 8 498 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
215 /src/classes/SFDCPartnerSoap.cls 30 8 498 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
216 /src/classes/SFDCPartnerSoap.cls 31 12 110 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
216 /src/classes/SFDCPartnerSoap.cls 31 12 110 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
217 /src/classes/SFDCPartnerSoap.cls 31 12 110 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Field has 38 public methods, attributes, and properties (limit: 20)
217 /src/classes/SFDCPartnerSoap.cls 31 12 110 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Field has 38 public methods, attributes, and properties (limit: 20)
218 /src/classes/SFDCPartnerSoap.cls 31 12 110 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
218 /src/classes/SFDCPartnerSoap.cls 31 12 110 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
219 /src/classes/SFDCPartnerSoap.cls 66 23 66 29 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 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
219 /src/classes/SFDCPartnerSoap.cls 66 23 66 29 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 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
220 /src/classes/SFDCPartnerSoap.cls 70 26 70 136 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 'autoNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
220 /src/classes/SFDCPartnerSoap.cls 70 26 70 136 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 'autoNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
221 /src/classes/SFDCPartnerSoap.cls 71 26 71 132 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 'byteLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
221 /src/classes/SFDCPartnerSoap.cls 71 26 71 132 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 'byteLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
222 /src/classes/SFDCPartnerSoap.cls 72 26 72 136 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 'calculated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
222 /src/classes/SFDCPartnerSoap.cls 72 26 72 136 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 'calculated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
223 /src/classes/SFDCPartnerSoap.cls 73 26 73 149 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
223 /src/classes/SFDCPartnerSoap.cls 73 26 73 149 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
224 /src/classes/SFDCPartnerSoap.cls 74 26 74 142 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 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
224 /src/classes/SFDCPartnerSoap.cls 74 26 74 142 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 'caseSensitive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
225 /src/classes/SFDCPartnerSoap.cls 75 26 75 143 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 'controllerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
225 /src/classes/SFDCPartnerSoap.cls 75 26 75 143 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 'controllerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
226 /src/classes/SFDCPartnerSoap.cls 76 26 76 136 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 'createable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
226 /src/classes/SFDCPartnerSoap.cls 76 26 76 136 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 'createable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
227 /src/classes/SFDCPartnerSoap.cls 77 26 77 128 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
227 /src/classes/SFDCPartnerSoap.cls 77 26 77 128 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
228 /src/classes/SFDCPartnerSoap.cls 78 26 78 153 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 'defaultValueFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
228 /src/classes/SFDCPartnerSoap.cls 78 26 78 153 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 'defaultValueFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
229 /src/classes/SFDCPartnerSoap.cls 79 26 79 150 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 'defaultedOnCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
229 /src/classes/SFDCPartnerSoap.cls 79 26 79 150 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 'defaultedOnCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
230 /src/classes/SFDCPartnerSoap.cls 80 26 80 150 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 'dependentPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
230 /src/classes/SFDCPartnerSoap.cls 80 26 80 150 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 'dependentPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
231 /src/classes/SFDCPartnerSoap.cls 81 26 81 154 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 'deprecatedAndHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
231 /src/classes/SFDCPartnerSoap.cls 81 26 81 154 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 'deprecatedAndHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
232 /src/classes/SFDCPartnerSoap.cls 82 26 82 124 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 'digits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
232 /src/classes/SFDCPartnerSoap.cls 82 26 82 124 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 'digits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
233 /src/classes/SFDCPartnerSoap.cls 83 26 83 136 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 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
233 /src/classes/SFDCPartnerSoap.cls 83 26 83 136 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 'externalId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
234 /src/classes/SFDCPartnerSoap.cls 84 26 84 136 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 'filterable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
234 /src/classes/SFDCPartnerSoap.cls 84 26 84 136 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 'filterable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
235 /src/classes/SFDCPartnerSoap.cls 85 26 85 134 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 'groupable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
235 /src/classes/SFDCPartnerSoap.cls 85 26 85 134 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 'groupable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
236 /src/classes/SFDCPartnerSoap.cls 86 26 86 142 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 'htmlFormatted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
236 /src/classes/SFDCPartnerSoap.cls 86 26 86 142 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 'htmlFormatted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
237 /src/classes/SFDCPartnerSoap.cls 87 26 87 132 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 'idLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
237 /src/classes/SFDCPartnerSoap.cls 87 26 87 132 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 'idLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
238 /src/classes/SFDCPartnerSoap.cls 88 26 88 143 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 'inlineHelpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
238 /src/classes/SFDCPartnerSoap.cls 88 26 88 143 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 'inlineHelpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
239 /src/classes/SFDCPartnerSoap.cls 89 26 89 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
239 /src/classes/SFDCPartnerSoap.cls 89 26 89 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
240 /src/classes/SFDCPartnerSoap.cls 90 26 90 124 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
240 /src/classes/SFDCPartnerSoap.cls 90 26 90 124 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 'length_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
241 /src/classes/SFDCPartnerSoap.cls 91 26 91 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
241 /src/classes/SFDCPartnerSoap.cls 91 26 91 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
242 /src/classes/SFDCPartnerSoap.cls 92 26 92 134 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 'nameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
242 /src/classes/SFDCPartnerSoap.cls 92 26 92 134 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 'nameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
243 /src/classes/SFDCPartnerSoap.cls 93 26 93 140 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 'namePointing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
243 /src/classes/SFDCPartnerSoap.cls 93 26 93 140 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 'namePointing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
244 /src/classes/SFDCPartnerSoap.cls 94 26 94 132 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 'nillable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
244 /src/classes/SFDCPartnerSoap.cls 94 26 94 132 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 'nillable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
245 /src/classes/SFDCPartnerSoap.cls 95 26 95 145 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
245 /src/classes/SFDCPartnerSoap.cls 95 26 95 145 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
246 /src/classes/SFDCPartnerSoap.cls 96 26 96 130 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 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
246 /src/classes/SFDCPartnerSoap.cls 96 26 96 130 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 'precision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
247 /src/classes/SFDCPartnerSoap.cls 97 26 97 137 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 'referenceTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
247 /src/classes/SFDCPartnerSoap.cls 97 26 97 137 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 'referenceTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
248 /src/classes/SFDCPartnerSoap.cls 98 26 98 147 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
248 /src/classes/SFDCPartnerSoap.cls 98 26 98 147 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
249 /src/classes/SFDCPartnerSoap.cls 99 26 99 146 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 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
249 /src/classes/SFDCPartnerSoap.cls 99 26 99 146 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 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
250 /src/classes/SFDCPartnerSoap.cls 100 26 100 152 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 'restrictedPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
250 /src/classes/SFDCPartnerSoap.cls 100 26 100 152 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 'restrictedPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
251 /src/classes/SFDCPartnerSoap.cls 101 26 101 122 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
251 /src/classes/SFDCPartnerSoap.cls 101 26 101 122 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 'scale_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
252 /src/classes/SFDCPartnerSoap.cls 102 26 102 128 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 'soapType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
252 /src/classes/SFDCPartnerSoap.cls 102 26 102 128 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 'soapType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
253 /src/classes/SFDCPartnerSoap.cls 103 26 103 132 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 'sortable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
253 /src/classes/SFDCPartnerSoap.cls 103 26 103 132 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 'sortable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
254 /src/classes/SFDCPartnerSoap.cls 104 26 104 123 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
254 /src/classes/SFDCPartnerSoap.cls 104 26 104 123 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
255 /src/classes/SFDCPartnerSoap.cls 105 26 105 128 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 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
255 /src/classes/SFDCPartnerSoap.cls 105 26 105 128 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 'unique_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
256 /src/classes/SFDCPartnerSoap.cls 106 26 106 136 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 'updateable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
256 /src/classes/SFDCPartnerSoap.cls 106 26 106 136 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 'updateable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
257 /src/classes/SFDCPartnerSoap.cls 107 26 107 162 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
257 /src/classes/SFDCPartnerSoap.cls 107 26 107 162 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
258 /src/classes/SFDCPartnerSoap.cls 108 26 108 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
258 /src/classes/SFDCPartnerSoap.cls 108 26 108 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
259 /src/classes/SFDCPartnerSoap.cls 109 26 109 604 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
259 /src/classes/SFDCPartnerSoap.cls 109 26 109 604 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
260 /src/classes/SFDCPartnerSoap.cls 111 12 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
260 /src/classes/SFDCPartnerSoap.cls 111 12 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
261 /src/classes/SFDCPartnerSoap.cls 114 26 114 126 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
261 /src/classes/SFDCPartnerSoap.cls 114 26 114 126 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 'client_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
262 /src/classes/SFDCPartnerSoap.cls 115 26 115 146 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 'defaultNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
262 /src/classes/SFDCPartnerSoap.cls 115 26 115 146 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 'defaultNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
263 /src/classes/SFDCPartnerSoap.cls 116 26 116 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
263 /src/classes/SFDCPartnerSoap.cls 116 26 116 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
264 /src/classes/SFDCPartnerSoap.cls 117 26 117 91 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
264 /src/classes/SFDCPartnerSoap.cls 117 26 117 91 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
265 /src/classes/SFDCPartnerSoap.cls 119 12 124 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
265 /src/classes/SFDCPartnerSoap.cls 119 12 124 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
266 /src/classes/SFDCPartnerSoap.cls 119 12 124 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 'describeLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
266 /src/classes/SFDCPartnerSoap.cls 119 12 124 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 'describeLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
267 /src/classes/SFDCPartnerSoap.cls 121 26 121 135 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
267 /src/classes/SFDCPartnerSoap.cls 121 26 121 135 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
268 /src/classes/SFDCPartnerSoap.cls 122 26 122 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
268 /src/classes/SFDCPartnerSoap.cls 122 26 122 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
269 /src/classes/SFDCPartnerSoap.cls 123 26 123 72 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
269 /src/classes/SFDCPartnerSoap.cls 123 26 123 72 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
270 /src/classes/SFDCPartnerSoap.cls 125 12 191 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
270 /src/classes/SFDCPartnerSoap.cls 125 12 191 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
271 /src/classes/SFDCPartnerSoap.cls 126 24 126 88 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 'endpoint_x' doesn't match '[a-z][a-zA-Z0-9]*'
271 /src/classes/SFDCPartnerSoap.cls 126 24 126 88 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 'endpoint_x' doesn't match '[a-z][a-zA-Z0-9]*'
272 /src/classes/SFDCPartnerSoap.cls 127 35 127 53 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 'inputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*'
272 /src/classes/SFDCPartnerSoap.cls 127 35 127 53 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 'inputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*'
273 /src/classes/SFDCPartnerSoap.cls 128 35 128 54 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 'outputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*'
273 /src/classes/SFDCPartnerSoap.cls 128 35 128 54 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 'outputHttpHeaders_x' doesn't match '[a-z][a-zA-Z0-9]*'
274 /src/classes/SFDCPartnerSoap.cls 129 23 129 39 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 'clientCertName_x' doesn't match '[a-z][a-zA-Z0-9]*'
274 /src/classes/SFDCPartnerSoap.cls 129 23 129 39 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 'clientCertName_x' doesn't match '[a-z][a-zA-Z0-9]*'
275 /src/classes/SFDCPartnerSoap.cls 130 23 130 35 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 'clientCert_x' doesn't match '[a-z][a-zA-Z0-9]*'
275 /src/classes/SFDCPartnerSoap.cls 130 23 130 35 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 'clientCert_x' doesn't match '[a-z][a-zA-Z0-9]*'
276 /src/classes/SFDCPartnerSoap.cls 131 23 131 41 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 'clientCertPasswd_x' doesn't match '[a-z][a-zA-Z0-9]*'
276 /src/classes/SFDCPartnerSoap.cls 131 23 131 41 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 'clientCertPasswd_x' doesn't match '[a-z][a-zA-Z0-9]*'
277 /src/classes/SFDCPartnerSoap.cls 132 24 132 33 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 'timeout_x' doesn't match '[a-z][a-zA-Z0-9]*'
277 /src/classes/SFDCPartnerSoap.cls 132 24 132 33 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 'timeout_x' doesn't match '[a-z][a-zA-Z0-9]*'
278 /src/classes/SFDCPartnerSoap.cls 133 52 133 63 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 'CallOptions' doesn't match '[a-z][a-zA-Z0-9]*'
278 /src/classes/SFDCPartnerSoap.cls 133 52 133 63 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 'CallOptions' doesn't match '[a-z][a-zA-Z0-9]*'
279 /src/classes/SFDCPartnerSoap.cls 134 54 134 67 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 'SessionHeader' doesn't match '[a-z][a-zA-Z0-9]*'
279 /src/classes/SFDCPartnerSoap.cls 134 54 134 67 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 'SessionHeader' doesn't match '[a-z][a-zA-Z0-9]*'
280 /src/classes/SFDCPartnerSoap.cls 135 24 135 83 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 'CallOptions_hns' doesn't match '[a-z][a-zA-Z0-9]*'
280 /src/classes/SFDCPartnerSoap.cls 135 24 135 83 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 'CallOptions_hns' doesn't match '[a-z][a-zA-Z0-9]*'
281 /src/classes/SFDCPartnerSoap.cls 136 24 136 87 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 'SessionHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
281 /src/classes/SFDCPartnerSoap.cls 136 24 136 87 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 'SessionHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
282 /src/classes/SFDCPartnerSoap.cls 137 26 137 168 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 'ns_map_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
282 /src/classes/SFDCPartnerSoap.cls 137 26 137 168 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 'ns_map_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
283 /src/classes/SFDCPartnerSoap.cls 138 16 159 10 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/SFDCPartnerSoap.cls 138 16 159 10 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/SFDCPartnerSoap.cls 139 52 139 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
284 /src/classes/SFDCPartnerSoap.cls 139 52 139 108 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
285 /src/classes/SFDCPartnerSoap.cls 140 60 140 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 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
285 /src/classes/SFDCPartnerSoap.cls 140 60 140 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 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
286 /src/classes/SFDCPartnerSoap.cls 143 73 143 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 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
286 /src/classes/SFDCPartnerSoap.cls 143 73 143 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 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
287 /src/classes/SFDCPartnerSoap.cls 160 16 180 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
287 /src/classes/SFDCPartnerSoap.cls 160 16 180 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
288 /src/classes/SFDCPartnerSoap.cls 161 53 161 110 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
288 /src/classes/SFDCPartnerSoap.cls 161 53 161 110 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
289 /src/classes/SFDCPartnerSoap.cls 162 61 162 71 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
289 /src/classes/SFDCPartnerSoap.cls 162 61 162 71 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
290 /src/classes/SFDCPartnerSoap.cls 164 74 164 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 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
290 /src/classes/SFDCPartnerSoap.cls 164 74 164 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 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
291 /src/classes/SFDCPartnerSoap.cls 181 16 183 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
291 /src/classes/SFDCPartnerSoap.cls 181 16 183 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
292 /src/classes/SFDCPartnerSoap.cls 185 16 190 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
292 /src/classes/SFDCPartnerSoap.cls 185 16 190 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
293 /src/classes/SFDCPartnerSoap.cls 192 12 197 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
293 /src/classes/SFDCPartnerSoap.cls 192 12 197 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
294 /src/classes/SFDCPartnerSoap.cls 194 26 194 133 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 'sessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
294 /src/classes/SFDCPartnerSoap.cls 194 26 194 133 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 'sessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
295 /src/classes/SFDCPartnerSoap.cls 195 26 195 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
295 /src/classes/SFDCPartnerSoap.cls 195 26 195 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
296 /src/classes/SFDCPartnerSoap.cls 196 26 196 75 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
296 /src/classes/SFDCPartnerSoap.cls 196 26 196 75 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
297 /src/classes/SFDCPartnerSoap.cls 198 12 253 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/SFDCPartnerSoap.cls 198 12 253 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/SFDCPartnerSoap.cls 198 12 253 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class DescribeSObjectResult has 26 public methods, attributes, and properties (limit: 20)
298 /src/classes/SFDCPartnerSoap.cls 198 12 253 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class DescribeSObjectResult has 26 public methods, attributes, and properties (limit: 20)
299 /src/classes/SFDCPartnerSoap.cls 198 12 253 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
299 /src/classes/SFDCPartnerSoap.cls 198 12 253 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
300 /src/classes/SFDCPartnerSoap.cls 225 26 225 140 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 'activateable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
300 /src/classes/SFDCPartnerSoap.cls 225 26 225 140 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 'activateable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
301 /src/classes/SFDCPartnerSoap.cls 226 26 226 158 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 'childRelationships_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
301 /src/classes/SFDCPartnerSoap.cls 226 26 226 158 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 'childRelationships_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
302 /src/classes/SFDCPartnerSoap.cls 227 26 227 136 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 'createable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
302 /src/classes/SFDCPartnerSoap.cls 227 26 227 136 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 'createable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
303 /src/classes/SFDCPartnerSoap.cls 228 26 228 128 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
303 /src/classes/SFDCPartnerSoap.cls 228 26 228 128 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
304 /src/classes/SFDCPartnerSoap.cls 229 26 229 142 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 'customSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
304 /src/classes/SFDCPartnerSoap.cls 229 26 229 142 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 'customSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
305 /src/classes/SFDCPartnerSoap.cls 230 26 230 134 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 'deletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
305 /src/classes/SFDCPartnerSoap.cls 230 26 230 134 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 'deletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
306 /src/classes/SFDCPartnerSoap.cls 231 26 231 154 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 'deprecatedAndHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
306 /src/classes/SFDCPartnerSoap.cls 231 26 231 154 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 'deprecatedAndHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
307 /src/classes/SFDCPartnerSoap.cls 232 26 232 138 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 'feedEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
307 /src/classes/SFDCPartnerSoap.cls 232 26 232 138 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 'feedEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
308 /src/classes/SFDCPartnerSoap.cls 233 26 233 121 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
308 /src/classes/SFDCPartnerSoap.cls 233 26 233 121 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 'fields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
309 /src/classes/SFDCPartnerSoap.cls 234 26 234 132 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 'keyPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
309 /src/classes/SFDCPartnerSoap.cls 234 26 234 132 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 'keyPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
310 /src/classes/SFDCPartnerSoap.cls 235 26 235 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
310 /src/classes/SFDCPartnerSoap.cls 235 26 235 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
311 /src/classes/SFDCPartnerSoap.cls 236 26 236 137 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 'labelPlural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
311 /src/classes/SFDCPartnerSoap.cls 236 26 236 137 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 'labelPlural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
312 /src/classes/SFDCPartnerSoap.cls 237 26 237 136 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 'layoutable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
312 /src/classes/SFDCPartnerSoap.cls 237 26 237 136 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 'layoutable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
313 /src/classes/SFDCPartnerSoap.cls 238 26 238 134 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 'mergeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
313 /src/classes/SFDCPartnerSoap.cls 238 26 238 134 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 'mergeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
314 /src/classes/SFDCPartnerSoap.cls 239 26 239 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
314 /src/classes/SFDCPartnerSoap.cls 239 26 239 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
315 /src/classes/SFDCPartnerSoap.cls 240 26 240 134 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 'queryable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
315 /src/classes/SFDCPartnerSoap.cls 240 26 240 134 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 'queryable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
316 /src/classes/SFDCPartnerSoap.cls 241 26 241 149 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 'recordTypeInfos_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
316 /src/classes/SFDCPartnerSoap.cls 241 26 241 149 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 'recordTypeInfos_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
317 /src/classes/SFDCPartnerSoap.cls 242 26 242 142 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 'replicateable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
317 /src/classes/SFDCPartnerSoap.cls 242 26 242 142 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 'replicateable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
318 /src/classes/SFDCPartnerSoap.cls 243 26 243 140 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 'retrieveable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
318 /src/classes/SFDCPartnerSoap.cls 243 26 243 140 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 'retrieveable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
319 /src/classes/SFDCPartnerSoap.cls 244 26 244 136 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 'searchable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
319 /src/classes/SFDCPartnerSoap.cls 244 26 244 136 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 'searchable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
320 /src/classes/SFDCPartnerSoap.cls 245 26 245 138 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 'triggerable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
320 /src/classes/SFDCPartnerSoap.cls 245 26 245 138 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 'triggerable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
321 /src/classes/SFDCPartnerSoap.cls 246 26 246 138 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 'undeletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
321 /src/classes/SFDCPartnerSoap.cls 246 26 246 138 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 'undeletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
322 /src/classes/SFDCPartnerSoap.cls 247 26 247 136 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 'updateable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
322 /src/classes/SFDCPartnerSoap.cls 247 26 247 136 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 'updateable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
323 /src/classes/SFDCPartnerSoap.cls 248 26 248 132 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 'urlDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
323 /src/classes/SFDCPartnerSoap.cls 248 26 248 132 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 'urlDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
324 /src/classes/SFDCPartnerSoap.cls 249 26 249 128 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 'urlEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
324 /src/classes/SFDCPartnerSoap.cls 249 26 249 128 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 'urlEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
325 /src/classes/SFDCPartnerSoap.cls 250 26 250 126 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 'urlNew_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
325 /src/classes/SFDCPartnerSoap.cls 250 26 250 126 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 'urlNew_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
326 /src/classes/SFDCPartnerSoap.cls 251 26 251 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
326 /src/classes/SFDCPartnerSoap.cls 251 26 251 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
327 /src/classes/SFDCPartnerSoap.cls 252 26 252 406 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
327 /src/classes/SFDCPartnerSoap.cls 252 26 252 406 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
328 /src/classes/SFDCPartnerSoap.cls 254 12 261 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
328 /src/classes/SFDCPartnerSoap.cls 254 12 261 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
329 /src/classes/SFDCPartnerSoap.cls 254 12 261 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 'describeLayout_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
329 /src/classes/SFDCPartnerSoap.cls 254 12 261 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 'describeLayout_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
330 /src/classes/SFDCPartnerSoap.cls 257 26 257 137 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 'sObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
330 /src/classes/SFDCPartnerSoap.cls 257 26 257 137 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 'sObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
331 /src/classes/SFDCPartnerSoap.cls 258 26 258 133 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 'recordTypeIds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
331 /src/classes/SFDCPartnerSoap.cls 258 26 258 133 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 'recordTypeIds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
332 /src/classes/SFDCPartnerSoap.cls 259 26 259 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
332 /src/classes/SFDCPartnerSoap.cls 259 26 259 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
333 /src/classes/SFDCPartnerSoap.cls 260 26 260 93 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
333 /src/classes/SFDCPartnerSoap.cls 260 26 260 93 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
334 /src/classes/SFDCPartnerSoap.cls 262 12 275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
334 /src/classes/SFDCPartnerSoap.cls 262 12 275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
335 /src/classes/SFDCPartnerSoap.cls 268 26 268 169 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 'buttonLayoutSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
335 /src/classes/SFDCPartnerSoap.cls 268 26 268 169 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 'buttonLayoutSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
336 /src/classes/SFDCPartnerSoap.cls 269 26 269 166 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 'detailLayoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
336 /src/classes/SFDCPartnerSoap.cls 269 26 269 166 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 'detailLayoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
337 /src/classes/SFDCPartnerSoap.cls 270 26 270 162 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 'editLayoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
337 /src/classes/SFDCPartnerSoap.cls 270 26 270 162 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 'editLayoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
338 /src/classes/SFDCPartnerSoap.cls 271 26 271 110 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
338 /src/classes/SFDCPartnerSoap.cls 271 26 271 110 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
339 /src/classes/SFDCPartnerSoap.cls 272 26 272 140 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
339 /src/classes/SFDCPartnerSoap.cls 272 26 272 140 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 'relatedLists_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
340 /src/classes/SFDCPartnerSoap.cls 273 26 273 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
340 /src/classes/SFDCPartnerSoap.cls 273 26 273 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
341 /src/classes/SFDCPartnerSoap.cls 274 26 274 149 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
341 /src/classes/SFDCPartnerSoap.cls 274 26 274 149 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
342 /src/classes/SFDCPartnerSoap.cls 276 12 291 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
342 /src/classes/SFDCPartnerSoap.cls 276 12 291 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
343 /src/classes/SFDCPartnerSoap.cls 283 26 283 134 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
343 /src/classes/SFDCPartnerSoap.cls 283 26 283 134 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
344 /src/classes/SFDCPartnerSoap.cls 284 26 284 164 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 'defaultRecordTypeMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
344 /src/classes/SFDCPartnerSoap.cls 284 26 284 164 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 'defaultRecordTypeMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
345 /src/classes/SFDCPartnerSoap.cls 285 26 285 122 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 'layoutId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
345 /src/classes/SFDCPartnerSoap.cls 285 26 285 122 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 'layoutId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
346 /src/classes/SFDCPartnerSoap.cls 286 26 286 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
346 /src/classes/SFDCPartnerSoap.cls 286 26 286 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
347 /src/classes/SFDCPartnerSoap.cls 287 26 287 169 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 'picklistsForRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
347 /src/classes/SFDCPartnerSoap.cls 287 26 287 169 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 'picklistsForRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
348 /src/classes/SFDCPartnerSoap.cls 288 26 288 129 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 'recordTypeId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
348 /src/classes/SFDCPartnerSoap.cls 288 26 288 129 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 'recordTypeId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
349 /src/classes/SFDCPartnerSoap.cls 289 26 289 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
349 /src/classes/SFDCPartnerSoap.cls 289 26 289 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
350 /src/classes/SFDCPartnerSoap.cls 290 26 290 160 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
350 /src/classes/SFDCPartnerSoap.cls 290 26 290 160 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
351 /src/classes/SFDCPartnerSoap.cls 292 12 305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
351 /src/classes/SFDCPartnerSoap.cls 292 12 305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
352 /src/classes/SFDCPartnerSoap.cls 298 26 298 128 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
352 /src/classes/SFDCPartnerSoap.cls 298 26 298 128 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 'active_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
353 /src/classes/SFDCPartnerSoap.cls 299 26 299 140 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
353 /src/classes/SFDCPartnerSoap.cls 299 26 299 140 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 'defaultValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
354 /src/classes/SFDCPartnerSoap.cls 300 26 300 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
354 /src/classes/SFDCPartnerSoap.cls 300 26 300 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
355 /src/classes/SFDCPartnerSoap.cls 301 26 301 137 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 'validFor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
355 /src/classes/SFDCPartnerSoap.cls 301 26 301 137 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 'validFor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
356 /src/classes/SFDCPartnerSoap.cls 302 26 302 125 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
356 /src/classes/SFDCPartnerSoap.cls 302 26 302 125 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
357 /src/classes/SFDCPartnerSoap.cls 303 26 303 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
357 /src/classes/SFDCPartnerSoap.cls 303 26 303 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
358 /src/classes/SFDCPartnerSoap.cls 304 26 304 114 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
358 /src/classes/SFDCPartnerSoap.cls 304 26 304 114 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
359 /src/classes/SFDCPartnerSoap.cls 306 12 315 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
359 /src/classes/SFDCPartnerSoap.cls 306 12 315 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
360 /src/classes/SFDCPartnerSoap.cls 310 26 310 128 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
360 /src/classes/SFDCPartnerSoap.cls 310 26 310 128 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
361 /src/classes/SFDCPartnerSoap.cls 311 26 311 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
361 /src/classes/SFDCPartnerSoap.cls 311 26 311 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
362 /src/classes/SFDCPartnerSoap.cls 312 26 312 122 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
362 /src/classes/SFDCPartnerSoap.cls 312 26 312 122 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
363 /src/classes/SFDCPartnerSoap.cls 313 26 313 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
363 /src/classes/SFDCPartnerSoap.cls 313 26 313 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
364 /src/classes/SFDCPartnerSoap.cls 314 26 314 87 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
364 /src/classes/SFDCPartnerSoap.cls 314 26 314 87 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
365 /src/classes/SFDCPartnerSoap.cls 316 12 329 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
365 /src/classes/SFDCPartnerSoap.cls 316 12 329 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
366 /src/classes/SFDCPartnerSoap.cls 322 26 322 132 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 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
366 /src/classes/SFDCPartnerSoap.cls 322 26 322 132 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 'editable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
367 /src/classes/SFDCPartnerSoap.cls 323 26 323 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
367 /src/classes/SFDCPartnerSoap.cls 323 26 323 124 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
368 /src/classes/SFDCPartnerSoap.cls 324 26 324 160 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 'layoutComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
368 /src/classes/SFDCPartnerSoap.cls 324 26 324 160 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 'layoutComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
369 /src/classes/SFDCPartnerSoap.cls 325 26 325 138 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 'placeholder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
369 /src/classes/SFDCPartnerSoap.cls 325 26 325 138 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 'placeholder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
370 /src/classes/SFDCPartnerSoap.cls 326 26 326 132 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 'required_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
370 /src/classes/SFDCPartnerSoap.cls 326 26 326 132 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 'required_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
371 /src/classes/SFDCPartnerSoap.cls 327 26 327 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
371 /src/classes/SFDCPartnerSoap.cls 327 26 327 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
372 /src/classes/SFDCPartnerSoap.cls 328 26 328 126 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
372 /src/classes/SFDCPartnerSoap.cls 328 26 328 126 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
373 /src/classes/SFDCPartnerSoap.cls 330 12 335 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
373 /src/classes/SFDCPartnerSoap.cls 330 12 335 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
374 /src/classes/SFDCPartnerSoap.cls 330 12 335 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 'describeSObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
374 /src/classes/SFDCPartnerSoap.cls 330 12 335 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 'describeSObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
375 /src/classes/SFDCPartnerSoap.cls 332 26 332 136 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
375 /src/classes/SFDCPartnerSoap.cls 332 26 332 136 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 'result_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
376 /src/classes/SFDCPartnerSoap.cls 333 26 333 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
376 /src/classes/SFDCPartnerSoap.cls 333 26 333 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
377 /src/classes/SFDCPartnerSoap.cls 334 26 334 72 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
377 /src/classes/SFDCPartnerSoap.cls 334 26 334 72 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
378 /src/classes/SFDCPartnerSoap.cls 336 12 347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
378 /src/classes/SFDCPartnerSoap.cls 336 12 347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
379 /src/classes/SFDCPartnerSoap.cls 341 26 341 124 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 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
379 /src/classes/SFDCPartnerSoap.cls 341 26 341 124 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 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
380 /src/classes/SFDCPartnerSoap.cls 342 26 342 126 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
380 /src/classes/SFDCPartnerSoap.cls 342 26 342 126 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 'format_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
381 /src/classes/SFDCPartnerSoap.cls 343 26 343 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
381 /src/classes/SFDCPartnerSoap.cls 343 26 343 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
382 /src/classes/SFDCPartnerSoap.cls 344 26 344 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
382 /src/classes/SFDCPartnerSoap.cls 344 26 344 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
383 /src/classes/SFDCPartnerSoap.cls 345 26 345 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
383 /src/classes/SFDCPartnerSoap.cls 345 26 345 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
384 /src/classes/SFDCPartnerSoap.cls 346 26 346 95 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
384 /src/classes/SFDCPartnerSoap.cls 346 26 346 95 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
385 /src/classes/SFDCPartnerSoap.cls 348 12 355 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
385 /src/classes/SFDCPartnerSoap.cls 348 12 355 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
386 /src/classes/SFDCPartnerSoap.cls 351 26 351 145 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
386 /src/classes/SFDCPartnerSoap.cls 351 26 351 145 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
387 /src/classes/SFDCPartnerSoap.cls 352 26 352 128 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 'numItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
387 /src/classes/SFDCPartnerSoap.cls 352 26 352 128 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 'numItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /src/classes/SFDCPartnerSoap.cls 353 26 353 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /src/classes/SFDCPartnerSoap.cls 353 26 353 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /src/classes/SFDCPartnerSoap.cls 354 26 354 88 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /src/classes/SFDCPartnerSoap.cls 354 26 354 88 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /src/classes/SFDCPartnerSoap.cls 356 12 365 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
390 /src/classes/SFDCPartnerSoap.cls 356 12 365 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
391 /src/classes/SFDCPartnerSoap.cls 360 26 360 133 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 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
391 /src/classes/SFDCPartnerSoap.cls 360 26 360 133 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 'layouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
392 /src/classes/SFDCPartnerSoap.cls 361 26 361 158 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 'recordTypeMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
392 /src/classes/SFDCPartnerSoap.cls 361 26 361 158 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 'recordTypeMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
393 /src/classes/SFDCPartnerSoap.cls 362 26 362 168 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 'recordTypeSelectorRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
393 /src/classes/SFDCPartnerSoap.cls 362 26 362 168 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 'recordTypeSelectorRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
394 /src/classes/SFDCPartnerSoap.cls 363 26 363 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
394 /src/classes/SFDCPartnerSoap.cls 363 26 363 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /src/classes/SFDCPartnerSoap.cls 364 26 364 123 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /src/classes/SFDCPartnerSoap.cls 364 26 364 123 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
396 /src/classes/SFDCPartnerSoap.cls 366 12 377 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
396 /src/classes/SFDCPartnerSoap.cls 366 12 377 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
397 /src/classes/SFDCPartnerSoap.cls 371 26 371 134 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
397 /src/classes/SFDCPartnerSoap.cls 371 26 371 134 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 'available_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
398 /src/classes/SFDCPartnerSoap.cls 372 26 372 164 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 'defaultRecordTypeMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
398 /src/classes/SFDCPartnerSoap.cls 372 26 372 164 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 'defaultRecordTypeMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
399 /src/classes/SFDCPartnerSoap.cls 373 26 373 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
399 /src/classes/SFDCPartnerSoap.cls 373 26 373 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
400 /src/classes/SFDCPartnerSoap.cls 374 26 374 129 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 'recordTypeId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
400 /src/classes/SFDCPartnerSoap.cls 374 26 374 129 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 'recordTypeId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
401 /src/classes/SFDCPartnerSoap.cls 375 26 375 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
401 /src/classes/SFDCPartnerSoap.cls 375 26 375 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /src/classes/SFDCPartnerSoap.cls 376 26 376 124 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /src/classes/SFDCPartnerSoap.cls 376 26 376 124 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
403 /src/classes/SFDCPartnerSoap.cls 378 12 393 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
403 /src/classes/SFDCPartnerSoap.cls 378 12 393 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
404 /src/classes/SFDCPartnerSoap.cls 385 26 385 126 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
404 /src/classes/SFDCPartnerSoap.cls 385 26 385 126 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
405 /src/classes/SFDCPartnerSoap.cls 386 26 386 129 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 'heading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
405 /src/classes/SFDCPartnerSoap.cls 386 26 386 129 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 'heading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
406 /src/classes/SFDCPartnerSoap.cls 387 26 387 142 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 'layoutRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
406 /src/classes/SFDCPartnerSoap.cls 387 26 387 142 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 'layoutRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
407 /src/classes/SFDCPartnerSoap.cls 388 26 388 120 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 'rows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
407 /src/classes/SFDCPartnerSoap.cls 388 26 388 120 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 'rows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
408 /src/classes/SFDCPartnerSoap.cls 389 26 389 158 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 'useCollapsibleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
408 /src/classes/SFDCPartnerSoap.cls 389 26 389 158 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 'useCollapsibleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
409 /src/classes/SFDCPartnerSoap.cls 390 26 390 136 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 'useHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
409 /src/classes/SFDCPartnerSoap.cls 390 26 390 136 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 'useHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
410 /src/classes/SFDCPartnerSoap.cls 391 26 391 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
410 /src/classes/SFDCPartnerSoap.cls 391 26 391 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /src/classes/SFDCPartnerSoap.cls 392 26 392 140 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /src/classes/SFDCPartnerSoap.cls 392 26 392 140 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
412 /src/classes/SFDCPartnerSoap.cls 394 12 401 6 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/SFDCPartnerSoap.cls 394 12 401 6 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/SFDCPartnerSoap.cls 397 26 397 134 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 'ascending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
413 /src/classes/SFDCPartnerSoap.cls 397 26 397 134 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 'ascending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
414 /src/classes/SFDCPartnerSoap.cls 398 26 398 127 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
414 /src/classes/SFDCPartnerSoap.cls 398 26 398 127 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
415 /src/classes/SFDCPartnerSoap.cls 399 26 399 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
415 /src/classes/SFDCPartnerSoap.cls 399 26 399 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
416 /src/classes/SFDCPartnerSoap.cls 400 26 400 84 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
416 /src/classes/SFDCPartnerSoap.cls 400 26 400 84 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
417 /src/classes/SFDCPartnerSoap.cls 402 12 407 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
417 /src/classes/SFDCPartnerSoap.cls 402 12 407 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
418 /src/classes/SFDCPartnerSoap.cls 402 12 407 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 'describeSObject_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
418 /src/classes/SFDCPartnerSoap.cls 402 12 407 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 'describeSObject_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
419 /src/classes/SFDCPartnerSoap.cls 404 26 404 137 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 'sObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
419 /src/classes/SFDCPartnerSoap.cls 404 26 404 137 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 'sObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
420 /src/classes/SFDCPartnerSoap.cls 405 26 405 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
420 /src/classes/SFDCPartnerSoap.cls 405 26 405 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /src/classes/SFDCPartnerSoap.cls 406 26 406 77 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /src/classes/SFDCPartnerSoap.cls 406 26 406 77 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
422 /src/classes/SFDCPartnerSoap.cls 408 12 421 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
422 /src/classes/SFDCPartnerSoap.cls 408 12 421 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
423 /src/classes/SFDCPartnerSoap.cls 414 26 414 142 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 'cascadeDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
423 /src/classes/SFDCPartnerSoap.cls 414 26 414 142 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 'cascadeDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
424 /src/classes/SFDCPartnerSoap.cls 415 26 415 139 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 'childSObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
424 /src/classes/SFDCPartnerSoap.cls 415 26 415 139 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 'childSObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
425 /src/classes/SFDCPartnerSoap.cls 416 26 416 154 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 'deprecatedAndHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
425 /src/classes/SFDCPartnerSoap.cls 416 26 416 154 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 'deprecatedAndHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
426 /src/classes/SFDCPartnerSoap.cls 417 26 417 125 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 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
426 /src/classes/SFDCPartnerSoap.cls 417 26 417 125 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 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
427 /src/classes/SFDCPartnerSoap.cls 418 26 418 147 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
427 /src/classes/SFDCPartnerSoap.cls 418 26 418 147 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 'relationshipName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
428 /src/classes/SFDCPartnerSoap.cls 419 26 419 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
428 /src/classes/SFDCPartnerSoap.cls 419 26 419 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
429 /src/classes/SFDCPartnerSoap.cls 420 26 420 143 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
429 /src/classes/SFDCPartnerSoap.cls 420 26 420 143 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
430 /src/classes/SFDCPartnerSoap.cls 422 12 427 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
430 /src/classes/SFDCPartnerSoap.cls 422 12 427 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
431 /src/classes/SFDCPartnerSoap.cls 424 26 424 151 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 'detailButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
431 /src/classes/SFDCPartnerSoap.cls 424 26 424 151 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 'detailButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /src/classes/SFDCPartnerSoap.cls 425 26 425 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /src/classes/SFDCPartnerSoap.cls 425 26 425 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /src/classes/SFDCPartnerSoap.cls 426 26 426 79 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /src/classes/SFDCPartnerSoap.cls 426 26 426 79 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
434 /src/classes/SFDCPartnerSoap.cls 428 12 435 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
434 /src/classes/SFDCPartnerSoap.cls 428 12 435 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
435 /src/classes/SFDCPartnerSoap.cls 431 26 431 139 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 'picklistName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
435 /src/classes/SFDCPartnerSoap.cls 431 26 431 139 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 'picklistName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
436 /src/classes/SFDCPartnerSoap.cls 432 26 432 145 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
436 /src/classes/SFDCPartnerSoap.cls 432 26 432 145 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
437 /src/classes/SFDCPartnerSoap.cls 433 26 433 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
437 /src/classes/SFDCPartnerSoap.cls 433 26 433 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
438 /src/classes/SFDCPartnerSoap.cls 434 26 434 95 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
438 /src/classes/SFDCPartnerSoap.cls 434 26 434 95 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
439 /src/classes/SFDCPartnerSoap.cls 436 12 447 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
439 /src/classes/SFDCPartnerSoap.cls 436 12 447 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
440 /src/classes/SFDCPartnerSoap.cls 439 23 439 29 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 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
440 /src/classes/SFDCPartnerSoap.cls 439 23 439 29 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 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
441 /src/classes/SFDCPartnerSoap.cls 441 26 441 136 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 'displayLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
441 /src/classes/SFDCPartnerSoap.cls 441 26 441 136 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 'displayLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
442 /src/classes/SFDCPartnerSoap.cls 442 26 442 128 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 'tabOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
442 /src/classes/SFDCPartnerSoap.cls 442 26 442 128 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 'tabOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
443 /src/classes/SFDCPartnerSoap.cls 443 26 443 133 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
443 /src/classes/SFDCPartnerSoap.cls 443 26 443 133 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 'type_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /src/classes/SFDCPartnerSoap.cls 444 26 444 125 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /src/classes/SFDCPartnerSoap.cls 444 26 444 125 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /src/classes/SFDCPartnerSoap.cls 445 26 445 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /src/classes/SFDCPartnerSoap.cls 445 26 445 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
446 /src/classes/SFDCPartnerSoap.cls 446 26 446 106 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
446 /src/classes/SFDCPartnerSoap.cls 446 26 446 106 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
447 /src/classes/SFDCPartnerSoap.cls 448 12 467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
447 /src/classes/SFDCPartnerSoap.cls 448 12 467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
448 /src/classes/SFDCPartnerSoap.cls 448 12 467 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
448 /src/classes/SFDCPartnerSoap.cls 448 12 467 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
449 /src/classes/SFDCPartnerSoap.cls 455 23 455 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 'sobject_x' doesn't match '[a-z][a-zA-Z0-9]*'
449 /src/classes/SFDCPartnerSoap.cls 455 23 455 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 'sobject_x' doesn't match '[a-z][a-zA-Z0-9]*'
450 /src/classes/SFDCPartnerSoap.cls 456 50 456 56 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 'sort_x' doesn't match '[a-z][a-zA-Z0-9]*'
450 /src/classes/SFDCPartnerSoap.cls 456 50 456 56 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 'sort_x' doesn't match '[a-z][a-zA-Z0-9]*'
451 /src/classes/SFDCPartnerSoap.cls 457 26 457 136 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
451 /src/classes/SFDCPartnerSoap.cls 457 26 457 136 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 'columns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
452 /src/classes/SFDCPartnerSoap.cls 458 26 458 128 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
452 /src/classes/SFDCPartnerSoap.cls 458 26 458 128 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 'custom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
453 /src/classes/SFDCPartnerSoap.cls 459 26 459 124 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 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
453 /src/classes/SFDCPartnerSoap.cls 459 26 459 124 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 'field_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
454 /src/classes/SFDCPartnerSoap.cls 460 26 460 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
454 /src/classes/SFDCPartnerSoap.cls 460 26 460 125 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'label_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
455 /src/classes/SFDCPartnerSoap.cls 461 26 461 130 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 'limitRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
455 /src/classes/SFDCPartnerSoap.cls 461 26 461 130 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 'limitRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
456 /src/classes/SFDCPartnerSoap.cls 462 26 462 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
456 /src/classes/SFDCPartnerSoap.cls 462 26 462 123 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
457 /src/classes/SFDCPartnerSoap.cls 463 26 463 130 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 'sobject_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
457 /src/classes/SFDCPartnerSoap.cls 463 26 463 130 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 'sobject_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
458 /src/classes/SFDCPartnerSoap.cls 464 26 464 130 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 'sort_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
458 /src/classes/SFDCPartnerSoap.cls 464 26 464 130 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 'sort_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
459 /src/classes/SFDCPartnerSoap.cls 465 26 465 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
459 /src/classes/SFDCPartnerSoap.cls 465 26 465 108 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
460 /src/classes/SFDCPartnerSoap.cls 466 26 466 138 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
460 /src/classes/SFDCPartnerSoap.cls 466 26 466 138 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
461 /src/classes/SFDCPartnerSoap.cls 471 30 497 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/SFDCPartnerSoap.cls 471 30 497 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/SFDCPartnerSoap.cls 471 30 497 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.
462 /src/classes/SFDCPartnerSoap.cls 471 30 497 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.
463 /src/classes/SFDCPartnerSoapFault.cls 30 8 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
463 /src/classes/SFDCPartnerSoapFault.cls 30 8 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
464 /src/classes/SFDCPartnerSoapFault.cls 30 8 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
464 /src/classes/SFDCPartnerSoapFault.cls 30 8 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
465 /src/classes/SFDCPartnerSoapFault.cls 31 12 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
465 /src/classes/SFDCPartnerSoapFault.cls 31 12 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
466 /src/classes/SFDCPartnerSoapFault.cls 34 26 34 149 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 'exceptionCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /src/classes/SFDCPartnerSoapFault.cls 34 26 34 149 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 'exceptionCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /src/classes/SFDCPartnerSoapFault.cls 35 26 35 147 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 'exceptionMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /src/classes/SFDCPartnerSoapFault.cls 35 26 35 147 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 'exceptionMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
468 /src/classes/SFDCPartnerSoapFault.cls 36 26 36 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
468 /src/classes/SFDCPartnerSoapFault.cls 36 26 36 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
469 /src/classes/SFDCPartnerSoapFault.cls 37 26 37 98 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
469 /src/classes/SFDCPartnerSoapFault.cls 37 26 37 98 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
470 /src/classes/SFDCPartnerSoapFault.cls 39 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
470 /src/classes/SFDCPartnerSoapFault.cls 39 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
471 /src/classes/SFDCPartnerSoapFault.cls 40 26 40 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
471 /src/classes/SFDCPartnerSoapFault.cls 40 26 40 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
472 /src/classes/SFDCPartnerSoapFault.cls 41 26 41 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
472 /src/classes/SFDCPartnerSoapFault.cls 41 26 41 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
473 /src/classes/SFDCPartnerSoapFault.cls 43 12 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
473 /src/classes/SFDCPartnerSoapFault.cls 43 12 46 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
474 /src/classes/SFDCPartnerSoapFault.cls 44 26 44 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
474 /src/classes/SFDCPartnerSoapFault.cls 44 26 44 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
475 /src/classes/SFDCPartnerSoapFault.cls 45 26 45 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
475 /src/classes/SFDCPartnerSoapFault.cls 45 26 45 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
476 /src/classes/SFDCPartnerSoapFault.cls 47 12 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
476 /src/classes/SFDCPartnerSoapFault.cls 47 12 54 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
477 /src/classes/SFDCPartnerSoapFault.cls 50 26 50 118 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 'row_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
477 /src/classes/SFDCPartnerSoapFault.cls 50 26 50 118 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 'row_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
478 /src/classes/SFDCPartnerSoapFault.cls 51 26 51 124 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
478 /src/classes/SFDCPartnerSoapFault.cls 51 26 51 124 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 'column_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
479 /src/classes/SFDCPartnerSoapFault.cls 52 26 52 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
479 /src/classes/SFDCPartnerSoapFault.cls 52 26 52 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
480 /src/classes/SFDCPartnerSoapFault.cls 53 26 53 78 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
480 /src/classes/SFDCPartnerSoapFault.cls 53 26 53 78 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
481 /src/classes/SFDCPartnerSoapFault.cls 55 12 58 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/SFDCPartnerSoapFault.cls 55 12 58 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/SFDCPartnerSoapFault.cls 56 26 56 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
482 /src/classes/SFDCPartnerSoapFault.cls 56 26 56 114 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
483 /src/classes/SFDCPartnerSoapFault.cls 57 26 57 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
483 /src/classes/SFDCPartnerSoapFault.cls 57 26 57 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
484 /src/classes/SFDCPartnerSoapFault.cls 62 30 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
484 /src/classes/SFDCPartnerSoapFault.cls 62 30 68 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
485 /src/classes/SFDCPartnerSoapFault.cls 62 30 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.
485 /src/classes/SFDCPartnerSoapFault.cls 62 30 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.
486 /src/classes/SessionManager.cls 28 21 68 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
486 /src/classes/SessionManager.cls 28 21 68 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
487 /src/classes/SessionManager.cls 32 12 32 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
487 /src/classes/SessionManager.cls 32 12 32 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
488 /src/classes/SessionManager.cls 33 12 33 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
488 /src/classes/SessionManager.cls 33 12 33 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
489 /src/classes/SessionManager.cls 34 12 34 59 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
489 /src/classes/SessionManager.cls 34 12 34 59 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
490 /src/classes/SessionManager.cls 35 12 35 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
490 /src/classes/SessionManager.cls 35 12 35 69 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
491 /src/classes/SessionManager.cls 37 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
491 /src/classes/SessionManager.cls 37 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
492 /src/classes/SessionManager.cls 40 35 40 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
492 /src/classes/SessionManager.cls 40 35 40 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
493 /src/classes/SessionManager.cls 40 35 40 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
493 /src/classes/SessionManager.cls 40 35 40 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
494 /src/classes/SessionManager.cls 43 12 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
494 /src/classes/SessionManager.cls 43 12 45 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
495 /src/classes/SessionManager.cls 47 12 53 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
495 /src/classes/SessionManager.cls 47 12 53 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
496 /src/classes/SessionManager.cls 55 12 57 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
496 /src/classes/SessionManager.cls 55 12 57 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
497 /src/classes/SessionManager.cls 59 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
497 /src/classes/SessionManager.cls 59 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
498 /src/classes/SessionManager.cls 63 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 comment
498 /src/classes/SessionManager.cls 63 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 comment
499 /src/classes/SessionManager.cls 64 21 64 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
499 /src/classes/SessionManager.cls 64 21 64 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
500 /src/classes/SessionManager.cls 64 21 64 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
500 /src/classes/SessionManager.cls 64 21 64 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
501 /src/classes/SfdcOAuthManager.cls 28 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
501 /src/classes/SfdcOAuthManager.cls 28 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
502 /src/classes/SfdcOAuthManager.cls 31 25 31 71 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
502 /src/classes/SfdcOAuthManager.cls 31 25 31 71 pmd OneDeclarationPerLine 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#onedeclarationperline Use one statement for each line, it enhances code readability.
503 /src/classes/SfdcOAuthManager.cls 43 12 51 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
503 /src/classes/SfdcOAuthManager.cls 43 12 51 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
504 /src/classes/SfdcOAuthManager.cls 44 16 44 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
504 /src/classes/SfdcOAuthManager.cls 44 16 44 52 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
505 /src/classes/SfdcOAuthManager.cls 45 16 45 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
505 /src/classes/SfdcOAuthManager.cls 45 16 45 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
506 /src/classes/SfdcOAuthManager.cls 53 12 109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
506 /src/classes/SfdcOAuthManager.cls 53 12 109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
507 /src/classes/SfdcOAuthManager.cls 55 9 55 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.
507 /src/classes/SfdcOAuthManager.cls 55 9 55 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.
508 /src/classes/SfdcOAuthManager.cls 57 16 57 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
508 /src/classes/SfdcOAuthManager.cls 57 16 57 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
509 /src/classes/SfdcOAuthManager.cls 58 16 58 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
509 /src/classes/SfdcOAuthManager.cls 58 16 58 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
510 /src/classes/SfdcOAuthManager.cls 60 16 60 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
510 /src/classes/SfdcOAuthManager.cls 60 16 60 54 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
511 /src/classes/SfdcOAuthManager.cls 62 16 71 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
511 /src/classes/SfdcOAuthManager.cls 62 16 71 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
512 /src/classes/SfdcOAuthManager.cls 73 16 81 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
512 /src/classes/SfdcOAuthManager.cls 73 16 81 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
513 /src/classes/SfdcOAuthManager.cls 83 16 91 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
513 /src/classes/SfdcOAuthManager.cls 83 16 91 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
514 /src/classes/SfdcOAuthManager.cls 93 16 108 7 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
514 /src/classes/SfdcOAuthManager.cls 93 16 108 7 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
515 /src/classes/SfdcOAuthManager.cls 98 56 98 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
515 /src/classes/SfdcOAuthManager.cls 98 56 98 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
516 /src/classes/SfdcOAuthManager.cls 98 56 98 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
516 /src/classes/SfdcOAuthManager.cls 98 56 98 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
517 /src/classes/SfdcOAuthManager.cls 99 15 99 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
517 /src/classes/SfdcOAuthManager.cls 99 15 99 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
518 /src/classes/SfdcOAuthManager.cls 115 19 118 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
518 /src/classes/SfdcOAuthManager.cls 115 19 118 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
519 /src/classes/SfdcOAuthManager.cls 115 19 118 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
519 /src/classes/SfdcOAuthManager.cls 115 19 118 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
520 /src/classes/SfdcOAuthManager.cls 124 19 131 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
520 /src/classes/SfdcOAuthManager.cls 124 19 131 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
521 /src/classes/SfdcOAuthManager.cls 124 19 131 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
521 /src/classes/SfdcOAuthManager.cls 124 19 131 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @return
522 /src/classes/SfdcOAuthManager.cls 124 19 131 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/SfdcOAuthManager.cls 124 19 131 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/SfdcOAuthManager.cls 179 19 183 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
523 /src/classes/SfdcOAuthManager.cls 179 19 183 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
524 /src/classes/SfdcOAuthManager.cls 203 20 203 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
524 /src/classes/SfdcOAuthManager.cls 203 20 203 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
525 /src/classes/SfdcOAuthManager.cls 211 19 225 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
525 /src/classes/SfdcOAuthManager.cls 211 19 225 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
526 /src/classes/SfdcOAuthManager.cls 242 19 253 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
526 /src/classes/SfdcOAuthManager.cls 242 19 253 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
527 /src/classes/SfdcOAuthManager.cls 255 19 262 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/SfdcOAuthManager.cls 255 19 262 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/TestContactsAppUtil.cls 1 21 24 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
528 /src/classes/TestContactsAppUtil.cls 1 21 24 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
529 /src/classes/TestContactsAppUtil.cls 1 21 24 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
529 /src/classes/TestContactsAppUtil.cls 1 21 24 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
530 /src/classes/TestContactsAppUtil.cls 3 30 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
530 /src/classes/TestContactsAppUtil.cls 3 30 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
531 /src/classes/TestContactsAppUtil.cls 3 30 9 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
531 /src/classes/TestContactsAppUtil.cls 3 30 9 6 pmd ApexUnitTestMethodShouldHaveIsTestAnnotation 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestmethodshouldhaveistestannotation Apex test methods should have @isTest annotation.
532 /src/classes/TestContactsAppUtil.cls 11 30 17 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
532 /src/classes/TestContactsAppUtil.cls 11 30 17 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
533 /src/classes/TestContactsAppUtil.cls 11 30 17 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.
533 /src/classes/TestContactsAppUtil.cls 11 30 17 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.
534 /src/classes/TestContactsAppUtil.cls 19 30 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
534 /src/classes/TestContactsAppUtil.cls 19 30 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
535 /src/classes/TestContactsAppUtil.cls 19 30 23 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.
535 /src/classes/TestContactsAppUtil.cls 19 30 23 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.
536 /src/pages/ContactDetails.page 1 120 1 142 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
536 /src/pages/ContactDetails.page 1 120 1 142 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
537 /src/pages/ContactDetails.page 17 89 17 118 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
537 /src/pages/ContactDetails.page 17 89 17 118 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
538 /src/pages/ContactDetails.page 19 83 19 112 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
538 /src/pages/ContactDetails.page 19 83 19 112 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
539 /src/pages/ContactsApp.page 2 66 2 89 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
539 /src/pages/ContactsApp.page 2 66 2 89 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
540 /src/pages/ContactsApp.page 21 66 21 82 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
540 /src/pages/ContactsApp.page 21 66 21 82 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
541 /src/pages/ContactsAppMobile.page 2 66 2 89 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
541 /src/pages/ContactsAppMobile.page 2 66 2 89 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
542 /src/pages/ContactsAppMobile.page 21 66 21 82 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
542 /src/pages/ContactsAppMobile.page 21 66 21 82 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
543 /src/pages/MobileAppTemplate.page 33 32 33 50 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
543 /src/pages/MobileAppTemplate.page 33 32 33 50 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
544 /src/pages/MobileAppTemplate.page 34 30 34 46 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
544 /src/pages/MobileAppTemplate.page 34 30 34 46 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